|
|
|
@96358062
|
11 years |
onemda |
lavfi/blend: use dual input helpers
Signed-off-by: Paul B Mahol …
|
|
|
@66537c7e
|
11 years |
michaelni |
avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clang …
|
|
|
@32de2805
|
11 years |
michaelni |
avcodec/x86/cabac: factorize broken llvm/clang check out
…
|
|
|
@63d7684f
|
11 years |
michaelni |
oggparseskeleton: Replace avpriv_report_missing_feature() with a …
|
|
|
@3960992
|
11 years |
michaelni |
oggparseskeleton: Fix fisbone header parsing
start_granule should be …
|
|
|
@2aa2b4ac
|
11 years |
stefasab |
examples/muxing: add support to audio resampling
Allows to encode to …
|
|
|
@561e0513
|
11 years |
stefasab |
doc/encoders: add libopus encoder doc
Signed-off-by: Stefano Sabatini …
|
|
|
@98277fd1
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@0844630e
|
11 years |
michaelni |
avformat/mp3dec: Add usetoc option to allow dlsabling the use of the …
|
|
|
@68b7b534
|
11 years |
michaelni |
tcp: Use a default timeout of 5 sec for opening a connection but not …
|
|
|
@efa9e6b4
|
11 years |
michaelni |
ff_network_wait_fd_timeout: do not break with timeout < 0
Most code …
|
|
|
@390aabb2
|
11 years |
michaelni |
tcp: Fix the default timeout
Fixes Ticket2694
Signed-off-by: Michael …
|
|
|
@ef8cc06d
|
11 years |
michaelni |
avformat/avidec: Fix incorrect detection of badly interleaved avi
The …
|
|
|
@6516a25f
|
11 years |
onemda |
ADPCM IMA WAV 2, 3 and 5 bits decoder
Signed-off-by: Paul B Mahol …
|
|
|
@4972e5a1
|
11 years |
lu_zero |
bitstream_filter: K&R formatting cosmetics
|
|
|
@48f2750d
|
11 years |
onemda |
get_bits: add get_bits_le()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@4e10d87
|
11 years |
michaelni |
lavfi/delogo: band width must be at least 1
We need at least one …
|
|
|
@72abce3c
|
11 years |
michaelni |
lavfi/delogo: option show shouldn't affect band
Options "show" and …
|
|
|
@413f865a
|
11 years |
onemda |
lavfi/blackdetect: support 2 more pixels formats
Signed-off-by: Paul …
|
|
|
@9dd14477
|
11 years |
onemda |
lavfi/cropdetect: export cropdetect info to frame metadata
…
|
|
|
@4e8d6b31
|
11 years |
michaelni |
lavfi/delogo: remember left and right samples when interpolating
The …
|
|
|
@6fc8c4cc
|
11 years |
michaelni |
lavfi/delogo: don't recompute the same difference again and again
The …
|
|
|
@c6c22312
|
11 years |
michaelni |
libavcodec: use 64bit counter in deprecated audio encoder API to …
|
|
|
@47ca9f04
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
compat: …
|
|
|
@8fdec02f
|
11 years |
michaelni |
Merge commit '0420c810ceb430003f9f2793c5cfa1fe84657f3d'
* commit …
|
|
|
@d880b2bd
|
11 years |
stefasab |
doc/filters: clarify documentation for overlay repeatlast option
…
|
|
|
@9f89bebb
|
11 years |
michaelni |
Merge commit '6a10142faa1cca8ba2bfe51b970754f62d60f320'
* commit …
|
|
|
@7d3b55c6
|
11 years |
michaelni |
Merge commit '6dfacd7ab126aea1392949d1aa10fdc3d3eeb911'
* commit …
|
|
|
@9b10440d
|
11 years |
michaelni |
Merge commit '62256010e9bc8879e2bf7f3b94af8ff85e239082'
* commit …
|
|
|
@0e205605
|
11 years |
michaelni |
Merge commit 'f6f36ca8ca1b2526d3abff7d7c627322d3bce912'
* commit …
|
|
|
@cced6f4d
|
11 years |
michaelni |
Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'
* commit …
|
|
|
@0f85c960
|
11 years |
stefasab |
lavc/avcodec.h: document bitstream filter API
|
|
|
@b0092679
|
11 years |
michaelni |
mpegts: only reopen pmt_cb filter if its different from the previous.
…
|
|
|
@d06ae0d7
|
11 years |
stefasab |
lavf: fix documentation for avoid_negative_ts
Prefer "non-negative" …
|
|
|
@41fe750f
|
11 years |
stefasab |
lavc/bitstream_filter: do not crash in case the argument of …
|
|
|
@46ad287a
|
11 years |
michaelni |
avutil/rational: avoid llrint() and rint()
This should workaround …
|
|
|
@65abce6
|
11 years |
michaelni |
avformat/movenc: allow negative TS for the ipod muxer
Fixes …
|
|
|
@35b02732
|
11 years |
onemda |
configure: fix webp decoder dependency
Signed-off-by: Paul B Mahol …
|
|
|
@cb678cc
|
11 years |
michaelni |
avcodec/svq1enc: fix frame rotation code
Fixes Ticket2747
…
|
|
|
@d1c96b28
|
11 years |
onemda |
libstagefright: port to refcounted frames
Untested.
Signed-off-by: …
|
|
|
@dda8afc3
|
11 years |
onemda |
libstagefright: unbreak compilation
Signed-off-by: Paul B Mahol …
|
|
|
@d3635f3a
|
11 years |
lu_zero |
compat: wrap math.h to avoid AIX-specific clashes
AIX defines a …
|
|
|
@0420c810
|
11 years |
lu_zero |
log: pass the correct parameters to missing_feature_sample
…
|
|
|
@621ab4e
|
11 years |
michaelni |
lavf/movenc: check ff_mov_init_hinting() return
Fixes a crash when …
|
|
|
@8a8d9a73
|
11 years |
michaelni |
mpegts: use ffio_ensure_seekback()
Signed-off-by: Michael Niedermayer …
|
|
|
@186ec178
|
11 years |
michaelni |
avformat/aviobuf: Add ffio_ensure_seekback()
Signed-off-by: Michael …
|
|
|
@2ca48e46
|
11 years |
michaelni |
avformat: Append data in fill_buffer() when possible
Data is appended …
|
|
|
@bf18abb2
|
11 years |
Carl Eugen Hoyos |
Rename "AVClass class" as "AVClass component_class" for external …
|
|
|
@f32b813
|
11 years |
Carl Eugen Hoyos |
Fix opacity and increase colour dynamics of initial vmd palette.
|
|
|
@4a4c93cb
|
11 years |
michaelni |
avformat/http: support relative url redirection
see also …
|
|
|
@6a10142f
|
11 years |
lu_zero |
indeo: reject negative array indexes
Reported-by: Mateusz "j00ru" …
|
|
|
@6dfacd7a
|
11 years |
lu_zero |
indeo: Cosmetic formatting
Trim some overly long lines.
|
|
|
@62256010
|
11 years |
lu_zero |
indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks
Spin large …
|
|
|
@f6f36ca8
|
11 years |
lu_zero |
indeo: Refactor ff_ivi_dec_huff_desc
Spare an indentation level.
|
|
|
@e6d8acf6
|
11 years |
lu_zero |
indeo: use a typedef for the mc function pointer
|
|
|
@d222f6e3
|
11 years |
lu_zero |
cabac: x86 version of get_cabac_bypass
Signed-off-by: Luca Barbato …
|
|
|
@253e155
|
11 years |
onemda |
lavfi/crop: support more pixel formats
Signed-off-by: Paul B Mahol …
|
|
|
@6d05039c
|
11 years |
michaelni |
avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8()
…
|
|
|
@b237e628
|
11 years |
michaelni |
avformat/h261dec: use init_get_bits8()
Signed-off-by: Michael …
|
|
|
@8c707a1
|
11 years |
michaelni |
avcodec/svq1dec: use init_get_bits8()
Signed-off-by: Michael …
|
|
|
@df6acc8
|
11 years |
michaelni |
avcodec/ra288: use init_get_bits8()
Signed-off-by: Michael …
|
|
|
@d2ce3b38
|
11 years |
onemda |
riff: remove invalid fourcc 'exr '
Signed-off-by: Paul B Mahol …
|
|
|
@41006698
|
11 years |
kostya.shishkov |
aic: use chroma scan tables while decoding luma component in …
|
|
|
@565140da
|
11 years |
michaelni |
avcodec/rawdec: Fix 2bpp and 4bpp rawvideo in mov
Restores carefully …
|
|
|
@f0bcb13a
|
11 years |
michaelni |
lavfi/delogo: avoid propagation of rounding errors in chroma planes
…
|
|
|
@99f1d749
|
11 years |
michaelni |
lavfi/delogo: take SAR into account
When interpolating, weights are …
|
|
|
@a64248d1
|
11 years |
onemda |
lavu/opt: show default values
Signed-off-by: Paul B Mahol …
|
|
|
@4943eff2
|
11 years |
michaelni |
lavf/movenc: fix writing of some iTunes metadata tag
Fix metadata …
|
|
|
@13f86baa
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@5eb23e6b
|
11 years |
michaelni |
Merge commit '22e18ea39e371030cc78973d1b46aae45a7ea215'
* commit …
|
|
|
@19ff6f55
|
11 years |
michaelni |
Merge commit 'd57c737ac30cf079a342fa649fd4888c2d059dd9'
* commit …
|
|
|
@1abb875c
|
11 years |
michaelni |
Merge commit 'daeb4e3042f2ecae2d41aaa4cae0bed932539788'
* commit …
|
|
|
@ee7da5ba
|
11 years |
michaelni |
Merge commit '589e5b52f634f6b2d307a167a19eef7e7328cb08'
* commit …
|
|
|
@44741113
|
11 years |
michaelni |
Merge commit 'db13e02c6f0355fabd540e77b61ade127d6411ff'
* commit …
|
|
|
@2328e7e8
|
11 years |
michaelni |
Merge commit '5bf208f659703895df7926238dcfa8a8175de36b'
* commit …
|
|
|
@11cf4b72
|
11 years |
michaelni |
Merge commit 'f9581f1414ec8e3e7d0868793cda4f2e4fa113ea'
* commit …
|
|
|
@c7a092cb
|
11 years |
michaelni |
Merge commit '4cbd5ed11b0161a6a192174934b241e0cc0599a9'
* commit …
|
|
|
@273f600b
|
11 years |
michaelni |
Merge commit 'b564784a207b1395d2b5a41e580539df04651096'
* commit …
|
|
|
@ac3ca3d3
|
11 years |
michaelni |
Merge commit 'ef35d6dbc6c3b7ba6b13ac13fc8e797cc1268c8f'
* commit …
|
|
|
@9dfa5ea5
|
11 years |
michaelni |
Merge commit '86a2602e16171ddc10c3ec655c23b16ffa595059'
* commit …
|
|
|
@a4a1682
|
11 years |
michaelni |
Merge commit 'fd54dd028bc9f7bfb80ebf823a533dc84b73f936'
* commit …
|
|
|
@2cad1ea2
|
11 years |
michaelni |
Merge commit '17e5d614a8647d51b9795cb8bccf97ee33ca2d58'
* commit …
|
|
|
@db5c93a1
|
11 years |
michaelni |
Merge commit '7e201d575dc4385eb67314b0419d4d77185e65f4'
* commit …
|
|
|
@f0358dc1
|
11 years |
michaelni |
Merge commit '278a923c51187d37445d88a6b21082036ec9568d'
* commit …
|
|
|
@2e85737b
|
11 years |
michaelni |
Merge commit 'd3cb302b88503c3111e25add196622110c056188'
* commit …
|
|
|
@838bd731
|
11 years |
stefasab |
lavfi: create Libav-API compatibility layer for avfilter_graph_parse() …
|
|
|
@5efbeae3
|
11 years |
stefasab |
configure: rename have_incompatible_fork_abi -> …
|
|
|
@7c71ef4f
|
11 years |
michaelni |
Merge commit '57bc64e'
* commit '57bc64e':
jpeg2000: Use …
|
|
|
@ffed7227
|
11 years |
michaelni |
Revert "doc: add script to compute texi files dependencies"
This …
|
|
|
@57bc64e2
|
11 years |
michaelni |
Merge commit '1a3598aae768465a8efc8475b6df5a8261bc62fc'
* commit …
|
|
|
@26f6acc6
|
11 years |
michaelni |
Merge commit '5efadcb8cdef6fc5ca5f1f72e45ef3b23016b1c4'
* commit …
|
|
|
@b0448e51
|
11 years |
michaelni |
Merge commit 'be3271009ef893fbed9640e8edbd771685fd957b'
* commit …
|
|
|
@3f03643
|
11 years |
michaelni |
Merge commit 'fbcc03db8f3919e2ea46d6ad11a00906b1c0ef0e'
* commit …
|
|
|
@759dfd56
|
11 years |
stefasab |
examples/muxing: make more compact audio/video_time computation
|
|
|
@4ec46b11
|
11 years |
stefasab |
doc/muxers: Add AIFF doc
Signed-off-by: Stefano Sabatini …
|
|
|
@628ceac6
|
11 years |
stefasab |
doc: add script to compute texi files dependencies
Replace the inline …
|
|
|
@37a970bb
|
11 years |
michaelni |
Merge commit '5650e331a733711b809bc27f968500f0f5530126'
* commit …
|
|
|
@b2498dcf
|
11 years |
stefasab |
lavc/avcodec.h: fix prolems -> problems typo
|
|
|
@e0be3cbd
|
11 years |
michaelni |
MAINTAINERS: add address to contact "AvxSynth Team"
Signed-off-by: …
|
|
|
@820ffaed
|
11 years |
michaelni |
avformat/matroskaenc: Allow VP9 and Opus in webm
Signed-off-by: …
|
|
|