|
|
|
@49287bbf
|
11 years |
onemda |
doc/filters: add few more examples for blend filter
Signed-off-by: …
|
|
|
@045214e3
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@532ca123
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@c7f25d4c
|
11 years |
diego |
build: Ensure that strip commands are run silently
|
|
|
@e4b0a770
|
11 years |
Carl Eugen Hoyos |
libavfilter/decimate: Add pts of first frame to all frames.
Fixes …
|
|
|
@fa6fa216
|
11 years |
michaelni |
avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0
Fixes overreads …
|
|
|
@7c8b65f6
|
11 years |
michaelni |
hevc: add partial support for interlaced(cherry picked from commit …
|
|
|
@6c4b87d3
|
11 years |
michaelni |
avformat/thp: force moving forward
Fixes infinite loop
Fixes …
|
|
|
@2b1056e4
|
11 years |
michaelni |
avformat/thp: fix variable types to avoid overflows
Signed-off-by: …
|
|
|
@b73900b8
|
11 years |
michaelni |
avformat/http: fix cookies
Fixes Ticket3096
Signed-off-by: Michael …
|
|
|
@cb52d6da
|
11 years |
michaelni |
avcodec/bink: fix seeking to frame 0
Fixes Ticket3088
Signed-off-by: …
|
|
|
@cc0e47b5
|
11 years |
michaelni |
avcodec/jpeglsdec: check err value for ls_get_code_runterm()
Fixes …
|
|
|
@4fab08c9
|
11 years |
Reimar.Doeffinger |
Optimize pure C unscaled yuv2rgb.
Aligning the tables reduces the …
|
|
|
@18802942
|
11 years |
michaelni |
avcodec/mpeg12dec: Use skip_1stop_8data_bits()
Signed-off-by: Michael …
|
|
|
@f0315318
|
11 years |
michaelni |
avcodec/vaapi_mpeg2: Use skip_1stop_8data_bits()
Signed-off-by: …
|
|
|
@9c7662ae
|
11 years |
michaelni |
avcodec/svq3: Use skip_1stop_8data_bits()
Signed-off-by: Michael …
|
|
|
@c882b62d
|
11 years |
michaelni |
avcodec/svq1dec: Use skip_1stop_8data_bits()
Signed-off-by: Michael …
|
|
|
@f4d31271
|
11 years |
michaelni |
avcodec/ituh263dec: Use skip_1stop_8data_bits()
Signed-off-by: …
|
|
|
@ddc6ed91
|
11 years |
michaelni |
avcodec/intelh263dec: Use skip_1stop_8data_bits()
Signed-off-by: …
|
|
|
@711e9812
|
11 years |
michaelni |
avcodec/h261dec: Use skip_1stop_8data_bits()
Signed-off-by: Michael …
|
|
|
@9c284a8
|
11 years |
michaelni |
avcodec/flvdec: Use skip_1stop_8data_bits()
Signed-off-by: Michael …
|
|
|
@34087b05
|
11 years |
michaelni |
avcodec/dxva2_mpeg2: Use skip_1stop_8data_bits()
Signed-off-by: …
|
|
|
@44e8e82d
|
11 years |
michaelni |
avcodec/get_bits: add skip_1stop_8data_bits
Signed-off-by: Michael …
|
|
|
@7f019129
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@94a80e36
|
11 years |
michaelni |
avcodec/intelh263dec: make while get_bits loop more robust by checking …
|
|
|
@810f9c5e
|
11 years |
michaelni |
avcodec/ituh263dec: make while get_bits loop more robust by checking …
|
|
|
@489c575b
|
11 years |
michaelni |
avcodec/ivi_common: make while get_bits loop more robust by checking …
|
|
|
@4b12930f
|
11 years |
michaelni |
avcodec/flacdec: use get_unary() simplify code
Signed-off-by: Michael …
|
|
|
@719dbe86
|
11 years |
michaelni |
avcodec/h261dec: make while get_bits loop more robust by checking bits …
|
|
|
@b0f8b5c8
|
11 years |
michaelni |
avcodec/flvdec: make while get_bits loop more robust by checking bits …
|
|
|
@9f5b75f2
|
11 years |
michaelni |
avcodec/flacdec: make while get_bits loop more robust by checking bits …
|
|
|
@0c6bb53b
|
11 years |
clement |
doc/examples/demuxing: reset got_frame.
Fix infinite loop at flushing.
|
|
|
@65988b99
|
11 years |
onemda |
avcodec/cook: fix deadlock by using get_unary()
Fixes #3089. …
|
|
|
@387e76f9
|
11 years |
onemda |
avcodec/mdec: use dsp.bswap16_buf()
Signed-off-by: Paul B Mahol …
|
|
|
@268d0d6e
|
11 years |
onemda |
avcodec/svq3: use av_fast_padded_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@8e609eb4
|
11 years |
onemda |
avcodec/utvideoenc: use av_fast_padded_malloc()
Signed-off-by: Paul B …
|
|
|
@82e57604
|
11 years |
onemda |
avcodec/wavpack: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@49c6f0ae
|
11 years |
onemda |
avcodec/apedec: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@2508fa10
|
11 years |
onemda |
avcodec/xan: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@1de8dfcb
|
11 years |
onemda |
avcodec/binkaudio: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@28205629
|
11 years |
onemda |
avcodec/4xm: use av_fast_padded_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@c783bec6
|
11 years |
onemda |
avcodec/mdec: use av_fast_padded_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@62ef736f
|
11 years |
onemda |
avcodec/motionpixels: use av_fast_padded_malloc()
Signed-off-by: Paul …
|
|
|
@7fd7a10e
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@0b9e480
|
11 years |
michaelni |
Merge commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d'
* commit …
|
|
|
@70737b83
|
11 years |
michaelni |
Merge commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68'
* commit …
|
|
|
@558784f
|
11 years |
michaelni |
Merge commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9'
* commit …
|
|
|
@4427fe7e
|
11 years |
michaelni |
Merge commit '5c0a09839c707f10e5dba59460e219e989c1da93'
* commit …
|
|
|
@0c5f8396
|
11 years |
martin |
lavf: Remove a now useless parameter to ffurl_register_protocol
This …
|
|
|
@4f2d8968
|
11 years |
anton |
oggparsetheora: check av_mallocz result
|
|
|
@5e5fb218
|
11 years |
anton |
oggparsetheora: return meaningful error codes
|
|
|
@d4c12b8b
|
11 years |
anton |
oggparsetheora: K&R cosmetics, reformat
Also typedef the private data …
|
|
|
@b9589f5a
|
11 years |
anton |
lavc: add error checking to apply_param_change.
|
|
|
@5c0a098
|
11 years |
anton |
libopenjpegdec: return meaningful error codes
|
|
|
@e1848aa
|
11 years |
michaelni |
avcodec/mpeg12dec: forward errors when EXPLODE is set
Signed-off-by: …
|
|
|
@f86387b6
|
11 years |
michaelni |
lavf/spdifdec: fix demuxing of AAC in IEC 61937
Return value of …
|
|
|
@6b31214
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@84508614
|
11 years |
michaelni |
Merge commit '58d13cea307e776664dae711608b358dd4b84fff'
* commit …
|
|
|
@7f4fd72f
|
11 years |
michaelni |
tests/fate: fix fate on branches different from origin/master
…
|
|
|
@0999b1db
|
11 years |
michaelni |
tests/fate.sh: run git reset only when fetch succeded
Signed-off-by: …
|
|
|
@a8fe8d4f
|
11 years |
michaelni |
Merge commit '9510d7689e236f6a4748795604fba427c130d0ad'
* commit …
|
|
|
@0460b9b
|
11 years |
michaelni |
Merge commit 'c872d310cd9c605e5f994ad8ac79dc72303c0d29'
* commit …
|
|
|
@15b1b08
|
11 years |
michaelni |
avutil/opt: fix flags check on non x86
This should fix several fate …
|
|
|
@249cc58c
|
11 years |
michaelni |
Merge commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04'
* commit …
|
|
|
@4eb49fdd
|
11 years |
michaelni |
lavf: remove unreliable timestamp guessing heuristic
Signed-off-by: …
|
|
|
@e166b82d
|
11 years |
michaelni |
Merge commit '25c7db7cc99d74fe6fb56a6fd52c9b5f1591e448'
* commit …
|
|
|
@42bf156e
|
11 years |
michaelni |
Merge commit '327c439f811a89d774db9a86f72951d295193e5f'
* commit …
|
|
|
@6c5f17e
|
11 years |
michaelni |
Merge commit 'e78913052263af80855590659fb0f705e8f13c8a'
* commit …
|
|
|
@df69af4e
|
11 years |
michaelni |
Merge commit 'dcd3eda6cb8884beeb67ef5eb61b4bb6b01d29ea'
* commit …
|
|
|
@8d55362f
|
11 years |
u |
avformat/avisynth: re-add trailing \n.
Regression since ac9529ce.
…
|
|
|
@d4ac3e59
|
11 years |
stefasab |
lavc/mpegvideo_enc: fix typo
|
|
|
@9fa0dccc
|
11 years |
stefasab |
lavc: extend documentation for the "bf" option
|
|
|
@61c1f2cb
|
11 years |
stefasab |
doc/muxers: add definitory line for the MOV/MP4/ISMV muxer
Also …
|
|
|
@ce55e667
|
11 years |
michaelni |
avcodec/mpegvideo_enc: check that max_b_frames is not negative
Fixes …
|
|
|
@6103faaa
|
11 years |
michaelni |
matroskaenc: fixed display width / height calculation for stereo mode
…
|
|
|
@8fbb0979
|
11 years |
derek.buitenhuis |
build: remove pointless condition
$(STRIP) always expands to …
|
|
|
@58d13cea
|
11 years |
derek.buitenhuis |
h264: Check all allocations
Signed-off-by: Derek Buitenhuis …
|
|
|
@9510d768
|
11 years |
diego |
fate.sh: Allow non-fast-forwards when updating sources
|
|
|
@c872d310
|
11 years |
anton |
avconv: stop accessing AVStream.parser
It is private and must not be …
|
|
|
@8b64c2ba
|
11 years |
anton |
lavc: add a dummy field to AVStream to preserve ABI compatibility for …
|
|
|
@a483aae7
|
11 years |
derek.buitenhuis |
h264: Check all allocations
Signed-off-by: Derek Buitenhuis …
|
|
|
@25c7db7c
|
11 years |
derek.buitenhuis |
avio: Check for memory allocation failure of private data
…
|
|
|
@327c439f
|
11 years |
derek.buitenhuis |
timefilter: Handle memory allocation failure
Signed-off-by: Derek …
|
|
|
@069ceea7
|
11 years |
derek.buitenhuis |
timefilter: Fix typo in allocation failure message
Signed-off-by: …
|
|
|
@325f6e0a
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavfi: …
|
|
|
@e789130
|
11 years |
lu_zero |
configure: Provide an hardened toolchain option
|
|
|
@dcd3eda6
|
11 years |
lu_zero |
configure: Move gcc-only -W option where it belongs
|
|
|
@d3e13250
|
11 years |
michaelni |
Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'
* commit …
|
|
|
@e362319
|
11 years |
michaelni |
avcodec/audioconvert: deprecate API
Note, the header was not …
|
|
|
@66518f6f
|
11 years |
onemda |
avcodec/cook: use av_freep()
Signed-off-by: Paul B Mahol …
|
|
|
@6bf4edec
|
11 years |
michaelni |
Merge commit 'c9a13a289d0e1607387854127476813a1ee3d34b'
* commit …
|
|
|
@f1f0b01c
|
11 years |
michaelni |
avformat/gxf: fix old codec id
Signed-off-by: Michael Niedermayer …
|
|
|
@e510171f
|
11 years |
michaelni |
avcodec: fix old codec ids
Signed-off-by: Michael Niedermayer …
|
|
|
@f0b26bf0
|
11 years |
michaelni |
avcodec/dvdec: dont try to decode ac when theres no input
fixes …
|
|
|
@f87a2e12
|
11 years |
michaelni |
avisynth: Factor out a couple of returns
Signed-off-by: Michael …
|
|
|
@ac9529ce
|
11 years |
michaelni |
avisynth: Simplify a stray av_log message
Signed-off-by: Michael …
|
|
|
@7ac67583
|
11 years |
michaelni |
avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)
…
|
|
|
@c7f9aab8
|
11 years |
michaelni |
avisynth: Use AV_* prefixes for video and audio IDs
Signed-off-by: …
|
|
|
@cf31c1d4
|
11 years |
michaelni |
avisynth: Remove outdated undef block
Signed-off-by: Michael …
|
|
|
@df6279e7
|
11 years |
michaelni |
avisynth: Remove a couple of useless AviSynthContext casts
…
|
|
|