commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
apedec: do not buffer decoded samples over AVPackets
Only consume an AVPacket when all the samples have been read.
When the rate of samples output is limited (by the default value
of max_samples), consuming the first packet immediately will cause
timing problems:
- The first packet with PTS 0 will output 4608 samples and be
consumed entirely
- The second packet with PTS 64 will output the remaining samples
(typically, a lot, that's why max_samples exist) until the decoded
samples of the first packet have been exhausted, at which point the
samples of the second packet will be decoded and output when
av_decode_frame is called with the next packet).
That means there's a PTS jump since the first packet is 'decoded'
immediately, which can be seen with avplay or mplayer: the timing
jumps immediately to 6.2s (which is the size of a packet).
Sample: http://streams.videolan.org/issues/6348/Goldwave-MAClib.ape
Signed-off-by: Justin Ruggles <[email protected]>
| 91d4cfb8127f1de6c4ad173a30fffe584700046d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/91d4cfb8127f1de6c4ad173a30fffe584700046d | 2013-08-28 15:00:34-04:00 |
jpeg2000dec: dont set ncomponents to an invalid value
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 129edcb50facad324d80a1e28b6d4be05ce70ab7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/129edcb50facad324d80a1e28b6d4be05ce70ab7 | 2013-06-14 00:36:45+02:00 |
j2k/jpeg2000: merge float DWT and related code
the float conditions are largely changed to check the DWT
instead of the bitexact flag, which previously was wrong
(DWT53 is always int)
Signed-off-by: Michael Niedermayer <[email protected]>
| 83fd377c94d8fbffdb3e69fb3efe1976ff897a88 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/83fd377c94d8fbffdb3e69fb3efe1976ff897a88 | 2013-05-29 00:29:25+02:00 |
lavfi/trim: remove request frame hack
Signed-off-by: Paul B Mahol <[email protected]>
| ed1c83508ec920bfef773e3aa3ac1764a65826ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed1c83508ec920bfef773e3aa3ac1764a65826ec | 2013-05-27 09:55:40+00:00 |
af_channelmap: ensure the output channel layout is valid.
| 8aaab1113c00f2c90f3ce9ebe0c29af19cb155fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8aaab1113c00f2c90f3ce9ebe0c29af19cb155fd | 2013-04-30 11:16:37+02:00 |
mmvideo/mm_decode_inter: check horizontal coordinate too
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 8d3c99e825317b7efda5fd12e69896b47c700303 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8d3c99e825317b7efda5fd12e69896b47c700303 | 2013-05-02 22:05:19+02:00 |
lavu/opencl: add check version and platform
Reviewed-by: Hanspeter Niederstrasser <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| df9117921ac3fea7552a20c66b1cfd5967a9f345 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df9117921ac3fea7552a20c66b1cfd5967a9f345 | 2013-04-28 23:42:58+02:00 |
avcodec/bitstream: check codes in ff_init_vlc_sparse()
Signed-off-by: Michael Niedermayer <[email protected]>
| 6998af4a40e67b5f0bfb769b7749f38a92eb2819 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6998af4a40e67b5f0bfb769b7749f38a92eb2819 | 2013-04-18 02:57:03+02:00 |
avformat: Dont stop probing before the whole id3 tag is read
When a file appears to start with a id3 tag and appears to
also be something else, then try to increase the probe buffer
size if its below its limit.
Signed-off-by: Michael Niedermayer <[email protected]>
| 020c287f5ee51f06fd662f4ab79cb22acc5da204 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/020c287f5ee51f06fd662f4ab79cb22acc5da204 | 2013-04-18 23:48:32+02:00 |
lavfi/buffersink: factor checks for lists sizes.
| 6fbb21d6858b9d0152f89e1b30ffe683a9d33948 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6fbb21d6858b9d0152f89e1b30ffe683a9d33948 | 2013-04-13 20:19:24+02:00 |
indeo3: check motion vectors.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| a0a872d0733f60876b0c93f236bc4606f36fbf89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a0a872d0733f60876b0c93f236bc4606f36fbf89 | 2013-04-17 12:10:42+02:00 |
lavfi/overlay: improve feedback in case of invalid expression
Based on vf_hue.c code.
| 9da369604ecf31d9dce2dee21ed214b8c43264c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9da369604ecf31d9dce2dee21ed214b8c43264c6 | 2013-04-12 00:18:39+02:00 |
avformat/rt*p: Joining a SSM multicast group using an SDP (Issue #2171)
Passes Source-Specific Multicast parameters read from an sdp file through to the UDP socket code,
allowing source-specific multicast streams to be correctly received. As an integral part of this
change, additional checking (currently only enabled in the case of SSM streams, but probably
useful in similar scenarios) has been added to the RTP protocol handler to distinguish UDP packets
arriving from multiple sources to the same port and process only the expected packets
(those transmitted from the expected UDP source address). This resolves an issue identified
when multiple instances of FFmpeg subscribe to different Source-Specific Multicast streams
but with each sharing the same destination port.
Signed-off-by: Edward Torbett <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 7203dbde3910b9be3345bc04667a01ecd9291445 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7203dbde3910b9be3345bc04667a01ecd9291445 | 2013-07-18 18:01:31+02:00 |
avutil/opencl: add check for the program number to create kernel
Signed-off-by: Michael Niedermayer <[email protected]>
| 39406ea321ce8f4c52944fa799f90ab984fed4eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39406ea321ce8f4c52944fa799f90ab984fed4eb | 2013-04-04 19:25:22+02:00 |
aacps: correct opdipd code to match spec
This fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 66e9716a36105f69b9f076b0fec3ec2551c7e3b7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66e9716a36105f69b9f076b0fec3ec2551c7e3b7 | 2013-03-29 21:03:59+01:00 |
lavfi: always check return value of ff_get_{audio,video}_buffer()
Signed-off-by: Paul B Mahol <[email protected]>
| ed8373e7db14e608641f4db4f2dc3047048013f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed8373e7db14e608641f4db4f2dc3047048013f3 | 2013-04-08 19:24:09+00:00 |
h264: Integrate clear_blocks calls with IDCT
The non-intra-pcm branch in hl_decode_mb (simple, 8bpp) goes from 700
to 672 cycles, and the complete loop of decode_mb_cabac and hl_decode_mb
(in the decode_slice loop) goes from 1759 to 1733 cycles on the clip
tested (cathedral), i.e. almost 30 cycles per mb faster.
Signed-off-by: Martin Storsjö <[email protected]>
| 62844c3fd66940c7747e9b2bb7804e265319f43f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/62844c3fd66940c7747e9b2bb7804e265319f43f | 2013-04-10 11:03:06+03:00 |
ffplay: use NAN to signal invalid external clock
Signed-off-by: Marton Balint <[email protected]>
| daece4c6745b42e8b1e171fb4bf485d5d64fc53f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/daece4c6745b42e8b1e171fb4bf485d5d64fc53f | 2013-02-27 21:34:12+01:00 |
atomic: Add include guards to the implementation headers
This makes them pass standalone compilation tests. Previously,
they included atomic.h which included themselves again, leading to
double definitions.
Signed-off-by: Martin Storsjö <[email protected]>
| 309d6f5077e4b81cf519c004abace374f5d357b4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/309d6f5077e4b81cf519c004abace374f5d357b4 | 2013-03-08 20:54:40+01:00 |
lavfi/unsharp: directly access in-loop variables in apply_unsharp()
Increase performance, to match mp=unsharp.
| d2cadea3f0856bb6d278f24cb657ad4b877ba081 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d2cadea3f0856bb6d278f24cb657ad4b877ba081 | 2013-02-17 11:48:12+01:00 |
swscale: check flags instead of nb_components to find if pixel format have alpha
Signed-off-by: Paul B Mahol <[email protected]>
| d07b0d992736e01006caa64b87d996f902d357db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d07b0d992736e01006caa64b87d996f902d357db | 2013-01-25 13:06:00+00:00 |
gifdec: check that w,h is not zero
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 286930d302fd34cfc2541bfdd760a8bbf9f2d2e5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/286930d302fd34cfc2541bfdd760a8bbf9f2d2e5 | 2013-01-25 03:30:04+01:00 |
roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit 3ae610451170cd5a28b33950006ff0bd23036845)
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit fee26d352a52eb9f7fcd8d9167fb4a5ba015b612)
CC: [email protected]
Signed-off-by: Reinhard Tartler <[email protected]>
| 488f87be873506abb01d67708a67c10a4dd29283 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/488f87be873506abb01d67708a67c10a4dd29283 | 2013-02-17 11:31:20+01:00 |
mpeg4videoenc: check w,h to be within the supported range.
Signed-off-by: Michael Niedermayer <[email protected]>
| 7e059c9c5d7885d9c41ddff4449e1b642cb1ec34 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7e059c9c5d7885d9c41ddff4449e1b642cb1ec34 | 2013-01-24 04:38:17+01:00 |
mpeg12: print invalid cbp value
Signed-off-by: Michael Niedermayer <[email protected]>
| 49ec0d8ed2462f0d4e8294b9eeb3a735c83f0319 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/49ec0d8ed2462f0d4e8294b9eeb3a735c83f0319 | 2012-12-31 20:55:02+01:00 |
ac3dec: split out pointer update loop for saftey
Signed-off-by: Michael Niedermayer <[email protected]>
| b888cea9cb2a01276ce026a5abe90ad57e042444 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b888cea9cb2a01276ce026a5abe90ad57e042444 | 2013-01-04 06:20:39+01:00 |
avresample: use valid log context in mixing functions
Signed-off-by: Justin Ruggles <[email protected]>
| 0cf3505930913d3584b215f6912de04ff41366e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0cf3505930913d3584b215f6912de04ff41366e0 | 2012-12-16 19:59:58-05:00 |
mvi: check av_mallocz() result
Signed-off-by: Paul B Mahol <[email protected]>
| b912895d94fd13c57ac2390b442a6f72a29f768c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b912895d94fd13c57ac2390b442a6f72a29f768c | 2012-12-01 09:06:24+00:00 |
configure: add check_insn function
The check_insn function tests an instruction in both inline asm and
standalone assembly, and sets _external/_inline config properties
accordingly.
Signed-off-by: Mans Rullgard <[email protected]>
| c6ebc9faa2210d7f36a3036c357f6f199520f575 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c6ebc9faa2210d7f36a3036c357f6f199520f575 | 2012-12-07 16:54:03+00:00 |
rtmp: Add support for limelight authentication
Limelight is a not too uncommon CDN. The authentication scheme is
pretty similar to the adobe authentication, but is even closer to
normal http digest authentication (but not close enough to warrant
sharing code) than the adobe version.
Signed-off-by: Martin Storsjö <[email protected]>
| c1ea44c54d837a69d8285601cfba7aa8df16e053 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c1ea44c54d837a69d8285601cfba7aa8df16e053 | 2012-12-31 13:39:09+02:00 |
roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3ae610451170cd5a28b33950006ff0bd23036845 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ae610451170cd5a28b33950006ff0bd23036845 | 2012-11-29 15:24:30+01:00 |
wavpack: check ch_offset
Signed-off-by: Michael Niedermayer <[email protected]>
| 580021cfc45847d9d0fbbbfe4045c40cc56924bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/580021cfc45847d9d0fbbbfe4045c40cc56924bf | 2012-11-13 01:11:59+01:00 |
8svx: move pcm_s8_planar decoder to pcm.c
Removes limitation of max 2 channels for pcm_s8_planar decoder by moving
it to more natural place.
AV_CODEC_ID_8SVX_RAW is not used by anything anymore and is going to be
removed.
Signed-off-by: Paul B Mahol <[email protected]>
| da8242e2d6f85d95239082efd0e5e2345e685a2c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da8242e2d6f85d95239082efd0e5e2345e685a2c | 2012-11-20 11:36:28+00:00 |
wavpack: fix out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| be818df547c3b0ae4fadb50fd210139a8636706a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be818df547c3b0ae4fadb50fd210139a8636706a | 2012-11-12 14:43:05+01:00 |
img2enc: check pix_fmt for split planes mode.
Found-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 67ee2d2f6d89b46b1ee045ce4ae8764086e620b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67ee2d2f6d89b46b1ee045ce4ae8764086e620b6 | 2012-11-06 01:31:41+01:00 |
bmvaudio: set channel layout at init() rather than validating it
| a3145d0335b04d143c26832c91dcc7242c758206 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a3145d0335b04d143c26832c91dcc7242c758206 | 2012-11-01 11:29:14-04:00 |
lavc/utils: check return value of avcodec_fill_audio_frame() for < 0
Assume that the value is always negative in case of error, as stated in
the docs, do not assume that the value cannot be != 0 in case of success.
| e55c3857d20ba015e4914c2e80fcab037af0799d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e55c3857d20ba015e4914c2e80fcab037af0799d | 2012-11-25 20:34:01+01:00 |
ffplay: remove redundant !codec check
Signed-off-by: Marton Balint <[email protected]>
| fec39d99d63686cb70f47f33473f9607efe3c968 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fec39d99d63686cb70f47f33473f9607efe3c968 | 2012-11-01 15:46:18+01:00 |
flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian
This is much faster than calculating the MD5 one sample at a time.
| 6a744d261930f8101132bc6d207b6eac41d9cf18 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a744d261930f8101132bc6d207b6eac41d9cf18 | 2012-11-05 15:32:29-05:00 |
tak_parser: check ff_combine_frame() return code
Fixes CID733706
Signed-off-by: Michael Niedermayer <[email protected]>
| 189fbcede89bb5d7ec6c3b05d1e30f1bab3a060a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/189fbcede89bb5d7ec6c3b05d1e30f1bab3a060a | 2012-10-27 23:03:07+02:00 |
rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet
Signed-off-by: Martin Storsjö <[email protected]>
| 2f41eaa9c6b5699ed7c3c09b1a39b3322d8e7175 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f41eaa9c6b5699ed7c3c09b1a39b3322d8e7175 | 2012-10-20 01:59:06+03:00 |
nutenc: verbosely report unsupported negative pts
Additionally use the correct error number.
| 07585ffa62eebebcd35326935fec7cd948021daf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/07585ffa62eebebcd35326935fec7cd948021daf | 2012-10-29 10:52:13+01:00 |
nutdec: check return value of av_new_packet()
Fixes CID733173.
Signed-off-by: Paul B Mahol <[email protected]>
| bb502411ddb9fe1928d4a999693a3a49b83f8698 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb502411ddb9fe1928d4a999693a3a49b83f8698 | 2012-10-15 17:03:41+00:00 |
tag_tree_decode: check node being non null
Fixes CID717843
Signed-off-by: Michael Niedermayer <[email protected]>
| 0de0ae5a20cf5c78a444449c531683b226810f5c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0de0ae5a20cf5c78a444449c531683b226810f5c | 2012-10-14 22:16:31+02:00 |
tscc2: Fix an out of array access
Signed-off-by: Martin Storsjö <[email protected]>
| c80b59f679a0ac861bc30f6b5469032884e42ab6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c80b59f679a0ac861bc30f6b5469032884e42ab6 | 2012-10-12 18:17:10+03:00 |
lavfi: limit matching w/h/fmt asserts to non scale filters
This fixes a regression with the scale filters input changing.
In the long run filters should get a flag to indicate support of this
and then this flag be used here.
But the regression should not be left standing until thats done.
Signed-off-by: Michael Niedermayer <[email protected]>
| 5d2b8850746b4513a43938f60930b060cad36ee5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d2b8850746b4513a43938f60930b060cad36ee5 | 2012-10-17 00:06:12+02:00 |
matroskadec: validate lace_size when parsed
Stricter validation, explicitly exit on misparsing and some error
forwarding from the ebml parsing functions used.
| 870e75524aa0d00ebcd1d15589c8d29b84af1565 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/870e75524aa0d00ebcd1d15589c8d29b84af1565 | 2012-09-19 20:34:14+02:00 |
8svx: Fixing header size, move decoding to per call instead of the first call.
The fate checksum change is due to the header size having been wrong.
Credit&Authorship for the code belongs to Justin Ruggles
Blame for bugs in this merging of the code belong to the Commiter
Commit message by Commiter
Signed-off-by: Michael Niedermayer <[email protected]>
| df824548d031dbfc5fa86ea9e0c652bd086b55c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df824548d031dbfc5fa86ea9e0c652bd086b55c4 | 2012-10-03 03:49:24+02:00 |
find_stream_info: update last_dts more often
This improves dts validity checks and consequently fps detection of files with invalid dts
Fixes Ticket1681
Signed-off-by: Michael Niedermayer <[email protected]>
| 19d89549667acbb0b7892d9583d08597f66be838 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19d89549667acbb0b7892d9583d08597f66be838 | 2012-08-30 23:48:54+02:00 |
h264: Workaround invalid MPEG-TS broadcasts
Fixes seeking to the first keyframe
Fixes Ticket1029
Signed-off-by: Michael Niedermayer <[email protected]>
| 76c3fff2f37c5d8ad0e2fb0b403ec2625a198694 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/76c3fff2f37c5d8ad0e2fb0b403ec2625a198694 | 2012-08-20 05:47:42+02:00 |
hls: check that the streams have been initialized before checking their discard flags.
Signed-off-by: Michael Niedermayer <[email protected]>
| cc913f749088db3a5a15ae0d0d18df3a413fe3ba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cc913f749088db3a5a15ae0d0d18df3a413fe3ba | 2012-08-13 20:37:04+02:00 |
x86: remove FASTDIV inline asm
GCC 4.3 and later do the right thing with the plain C code. Earlier
versions in 32-bit mode generate one extra instruction, needlessly
zeroing what would be the high half of the shifted value. At least
two gcc configurations miscompile the inline asm in some situations.
In 64-bit mode, all gcc versions generate imul r64, r64 followed by
shr. On Intel i7 and later, this imul is faster 32-bit mul. On
older Intel and all AMD, it is slightly slower. On Atom it is much
slower.
Considering where the FASTDIV macro is used, any overall negative
performance impact of this change should be negligible. If anyone
cares, they should file a bug against gcc and get the instruction
selection fixed.
Signed-off-by: Mans Rullgard <[email protected]>
| 5b170c0bea06c5556fe5a74f436c46a88e69e8fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b170c0bea06c5556fe5a74f436c46a88e69e8fc | 2012-08-22 14:29:10+01:00 |
tiff: add smarter checks if there is enough data left
Signed-off-by: Paul B Mahol <[email protected]>
| 292850b634240045805e3c2001aed6f046034e93 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/292850b634240045805e3c2001aed6f046034e93 | 2012-07-17 01:23:34+00:00 |
wav: Add check for 'fmt' tag in SMV code
If there is a 'SMV0' tag, but no 'fmt' tag, it is possible that
'st' got used as NULL.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 5ab855777de94ba616a9c42fbd0f2947f95deb89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ab855777de94ba616a9c42fbd0f2947f95deb89 | 2012-07-22 17:46:26-04:00 |
mem: heap memory poisoning.
Enable it by default with FATE.
limitation: not random, and not supported with realloc.
| 7c84e7d33762a4bccc0002476a3b20e0b8f26fcc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c84e7d33762a4bccc0002476a3b20e0b8f26fcc | 2012-07-02 21:02:15+02:00 |
x86: yadif: fix asm with suncc
Under some circumstances, suncc will use a single register for the
address of all memory operands, inserting lea instructions loading
the correct address prior to each memory operand being used in the
code. In the yadif code, the branch in the asm block bypasses such
an lea instruction, causing an incorrect address to be used in the
following load.
This patch replaces the tmpX arrays with a single array and uses a
register operand to hold its address. Although this prevents using
offsets from the stack pointer to access these locations, the code
still builds as 32-bit PIC even with old compilers.
Signed-off-by: Mans Rullgard <[email protected]>
| 480178a29587df8ed6d5e93bfe79e4a08a61f9e1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/480178a29587df8ed6d5e93bfe79e4a08a61f9e1 | 2012-08-13 14:51:52+01:00 |
lavf: block special characters in dump metadata
This is limited to the chars that arent filtered by av_log() already
we might filter more aggressively if theres some case where this becomes
needed.
Fixes Ticket1181
Signed-off-by: Michael Niedermayer <[email protected]>
| b615dbb319fc1748af6ea0ac95b5f89e03c5de0e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b615dbb319fc1748af6ea0ac95b5f89e03c5de0e | 2012-08-08 21:13:15+02:00 |
matroskadec: change size check in matroska_decode_buffer() to unsigned
Signed-off-by: Michael Niedermayer <[email protected]>
| 4b7c52346a2e3cb2d47f8af0b2f036fb9317f502 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b7c52346a2e3cb2d47f8af0b2f036fb9317f502 | 2012-06-15 01:29:30+02:00 |
lavc: add frame multithreading capability (currently intra only)
Compared to the decoder side, this code is able to change both the
delay and the number of threads seamlessly during encoding. Also
any idle thread can pick up tasks, the strict round robin in order
limit is gone too.
Signed-off-by: Michael Niedermayer <[email protected]>
| fde1bc64adbec49301c665efab2b49b94bb39c23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fde1bc64adbec49301c665efab2b49b94bb39c23 | 2012-06-23 01:38:47+02:00 |
mpegtsenc: prevent pcr_packet_period==0
a period of 1 is the smallest that makes sense
Signed-off-by: Michael Niedermayer <[email protected]>
| 91bdced363cd21250b55667b6dbef96c676d26fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/91bdced363cd21250b55667b6dbef96c676d26fc | 2012-06-10 16:50:06+02:00 |
sgienc: add a limit for maximum supported resolution
Signed-off-by: Michael Niedermayer <[email protected]>
| 59352cc219c4f933c9a83b45043ec4810c2a51ee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/59352cc219c4f933c9a83b45043ec4810c2a51ee | 2012-06-01 01:14:49+02:00 |
dwt: check malloc calls
Signed-off-by: Diego Biurrun <[email protected]>
| c89e428ed8c2c31396af2d18cab4342b7d82958f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c89e428ed8c2c31396af2d18cab4342b7d82958f | 2012-05-22 13:27:06+02:00 |
fate: document TARGET_EXEC and its usage
TARGET_EXEC allows running FATE on simulators, remote targets and
memory checkers. Also document a known issue with Wine and mixed
Unix/Windows line ending.
| b0970a69d11919b41c19a2901d4a7c2cf0b4ba2f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b0970a69d11919b41c19a2901d4a7c2cf0b4ba2f | 2012-05-25 14:20:33-07:00 |
lavf: print the invalid tb in avpriv_set_pts_info()
Signed-off-by: Michael Niedermayer <[email protected]>
| 121d3875b692c83866928e271c4b6d20d680d1a6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/121d3875b692c83866928e271c4b6d20d680d1a6 | 2012-05-23 19:04:23+02:00 |
indeo3: validate new frame size before resetting decoder
| 6de226a2b8b703abc823f18c3fd7f39a0787aeb5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6de226a2b8b703abc823f18c3fd7f39a0787aeb5 | 2012-05-15 19:05:39+02:00 |
lavf: extend the avi raw hack to mov
Fixes ticket1194
Signed-off-by: Michael Niedermayer <[email protected]>
| 75a9479b393a02ffa03436f275ad2b91bd2acd26 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75a9479b393a02ffa03436f275ad2b91bd2acd26 | 2012-05-11 16:53:22+02:00 |
indeo3: initialise pixel planes on allocation
This prevents decoder from reading garbage from it in case of errors later.
| 81064a8045028838fd32d18490034c207c8ecc06 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81064a8045028838fd32d18490034c207c8ecc06 | 2012-05-15 19:05:39+02:00 |
options: stop after option is found.
This reverts 78da04384a6c22820518706d84631006d31a85ea; it is not
required anymore since the previous commit (these extended checks were
for the -timecode option in both muxers and encoders), and reduces the
diff with the fork.
| e00b2d284e492e4f40dcf41392518b7a7d652901 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e00b2d284e492e4f40dcf41392518b7a7d652901 | 2012-06-04 07:41:22+02:00 |
alsdec.c: Also test 0 when checking rice decoder values.
Suggested-by: Thilo Borgmann
| 396d2aecc5a21779a9df57f4f472e5f1ae3188c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/396d2aecc5a21779a9df57f4f472e5f1ae3188c3 | 2012-05-05 13:19:35+02:00 |
ac3dec: Check number of output channels.
Fixes out of array write.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2c22701c371c2f3dea21fcdbb97c981939fb77af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2c22701c371c2f3dea21fcdbb97c981939fb77af | 2012-04-20 17:52:33+02:00 |
rtmp: Implement check bandwidth notification.
According to the behaviour of librtmp, it is recommended to send this
message to the server after receiving the 'onBWDone' callback in order
to do bandwidth checking and improve compatibility with some servers.
| d55961fa82d34c1783f525b05608694d2b2dea1c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d55961fa82d34c1783f525b05608694d2b2dea1c | 2012-05-10 13:55:32+03:00 |
lavfi: use proper FF_API guards for different deprecated functions
| 205e90249a7ec905f4d8512fb8e77050643ef452 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/205e90249a7ec905f4d8512fb8e77050643ef452 | 2012-06-26 13:17:31+02:00 |
avserver: check return value of ftruncate()
Signed-off-by: Mans Rullgard <[email protected]>
| 0de1319ee0109facefe9804ffe0f0d0df36b27ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0de1319ee0109facefe9804ffe0f0d0df36b27ad | 2012-05-06 12:04:23+01:00 |
rtmp: Support 'rtmp_app', an option which overrides the name of application
This option is the name of application to connect on the RTMP server.
Sometimes the URL parser cannot determine the app name automatically,
so it must be given explicitly using this option (ie. -rtmp_app).
Signed-off-by: Martin Storsjö <[email protected]>
| 6465562e130b6fcd153c2a5ca9c7bda228ee0ee3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6465562e130b6fcd153c2a5ca9c7bda228ee0ee3 | 2012-04-16 23:11:53+03:00 |
avidec: update size when packet is shrunk
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c41ac870470c614185e1752c11f892809022248a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c41ac870470c614185e1752c11f892809022248a | 2012-04-14 00:24:38+02:00 |
indeo: Check allocated tile size in ff_ivi_process_empty_tile()
This prevents writing into a too small array if some parameters changed
without the tile being reallocated.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f0bf9e9c2a65e9a2b9d9e4e94f99acb191dc7ae7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0bf9e9c2a65e9a2b9d9e4e94f99acb191dc7ae7 | 2012-04-15 14:59:20+02:00 |
avf: has_duration does not check the global one
Some container formats report a global duration, but not a per stream
one.
| cbf767a87c0e00055d3ebb88053c7cccf814f473 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cbf767a87c0e00055d3ebb88053c7cccf814f473 | 2012-04-13 12:03:16-07:00 |
lavf: compute_pkt_fields, limit the pts upcorrection to mpeg
The pts correction conflicts with the ogg vorbis demuxer.
Thanks-to: Justin Ruggles
Signed-off-by: Michael Niedermayer <[email protected]>
| 75b38674b6346da894f025a4b3f1cd2a468353bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75b38674b6346da894f025a4b3f1cd2a468353bc | 2012-04-12 11:35:38+02:00 |
indeo3dec: check mv bitstream pointer
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| a84851bef8b7c99708ac5c7d0cddd6f8a7ee4d9e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a84851bef8b7c99708ac5c7d0cddd6f8a7ee4d9e | 2012-03-26 22:22:51+02:00 |
h263dec: always enable picture dimensions reverting check.
This does not need to be limited to threads and may help with error
resilience on single thread
Signed-off-by: Michael Niedermayer <[email protected]>
| df23d64e0781a6b7389a1dd2627c65f7cb131278 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df23d64e0781a6b7389a1dd2627c65f7cb131278 | 2012-04-19 11:16:50+02:00 |
indeo5: set transform_size like indeo4 does to prevent useage of too large transforms.
I dont know if this is needed, its a precautionary change.
Signed-off-by: Michael Niedermayer <[email protected]>
| af388237093ed6df6f5118b34ef938a2ca2ffbda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af388237093ed6df6f5118b34ef938a2ca2ffbda | 2012-04-15 13:33:18+02:00 |
aacsbr: Add a debug check to sbr_mapping.
There have been multiple bugs caused by inconsistencies here.
Based on an idea from Michael Niedermayer.
CC: [email protected]
| b00307ecd04f80d8021c50f9fa76fd452e54a3d1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b00307ecd04f80d8021c50f9fa76fd452e54a3d1 | 2012-03-23 14:56:44-07:00 |
indeo4: check motion vetors.
Fixes out of heap array read.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 9759d2b886057b90355716edb23262e17f9bc3f9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9759d2b886057b90355716edb23262e17f9bc3f9 | 2012-03-22 23:13:00+01:00 |
imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an alpha component
Reduce redundancy and simplify.
| 1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b | 2012-03-10 00:10:09+01:00 |
roqaudioenc: remove unneeded sample_fmt check
| 56279f1d6155a7af52526b9852ee28831d0232a6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/56279f1d6155a7af52526b9852ee28831d0232a6 | 2012-02-25 11:49:43-05:00 |
golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 46b3fbc30b7aaf7fdd52391734cfd6d93af8720a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46b3fbc30b7aaf7fdd52391734cfd6d93af8720a | 2012-02-24 07:28:33-08:00 |
rtpenc: Expose the max packet size via an avoption
This allows opting for a lower MTU than what the AVIOContext
indicated, and allows writing into outputs that don't indicate
an MTU at all (such as plain files, which is useful for testing).
This also allows querying for the MTU via the avoption.
Signed-off-by: Martin Storsjö <[email protected]>
| ba605cef7961ee699c893d1a3b5c9730f0a37b6c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ba605cef7961ee699c893d1a3b5c9730f0a37b6c | 2012-02-23 21:32:52+02:00 |
alsdec: Check that quantized parcor coeffs are within range.
ALS spec:
11.6.3.1.1 Quantization and encoding of parcor coefficients
...
In all cases the resulting quantized values ak are restricted to the range [-64,63].
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 8534881a389044ec51adabcf979616b4875ac072 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8534881a389044ec51adabcf979616b4875ac072 | 2012-02-29 06:20:07+01:00 |
avs: fix infinite loop on end-of-stream.
The codec would keep returning the last decoded frame if the stream
contains B-frames, since it wouldn't clear that frame from the list of
frames to be returned to the user.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 83f15a1228895434a982c840b09edccd1c64e800 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/83f15a1228895434a982c840b09edccd1c64e800 | 2012-03-07 16:33:35-08:00 |
lavfi/showinfo: only print checksum for the existing planes
Make the output a bit nicer.
| 1e6408a18ef4ca794d39ce3839c60ab1cf7dc925 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1e6408a18ef4ca794d39ce3839c60ab1cf7dc925 | 2012-02-14 18:01:50+01:00 |
swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
| a2e40cd3e2431065b06a88a78ff51ee7b3615b04 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2e40cd3e2431065b06a88a78ff51ee7b3615b04 | 2012-02-09 12:26:46+01:00 |
zerocodec: factorize loop
Signed-off-by: Michael Niedermayer <[email protected]>
| 9e69d3c6d4ff41217a7ed86c9fcc1f0aca4c6143 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e69d3c6d4ff41217a7ed86c9fcc1f0aca4c6143 | 2012-03-21 04:12:48+01:00 |
mxfdec: Fix infinite loop in mxf_packet_timestamps()
This can happen if an index table segment has a very large IndexStartPosition.
zzuf3.mxf is an example of such a file.
Signed-off-by: Diego Biurrun <[email protected]>
| e352c96c1770f77f83cd73e6d0a286ac5541edf9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e352c96c1770f77f83cd73e6d0a286ac5541edf9 | 2012-02-09 12:42:59+01:00 |
lavfi/thumbnail: rename @url to @see.
@url isn't a valid Doxygen directive.
| 174880f580a6bb84092fcbe0f0ed64e32ca13205 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/174880f580a6bb84092fcbe0f0ed64e32ca13205 | 2012-02-03 00:55:37+01:00 |
libcelt: configure: check for recent version.
| 4cf81d9f99aa094d21c8a03ef9c374cdd105052a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4cf81d9f99aa094d21c8a03ef9c374cdd105052a | 2012-01-19 19:47:08+01:00 |
ffmpeg: Check that frames are user type before treating them as such
Signed-off-by: Michael Niedermayer <[email protected]>
| f2f8632aa5584438a09983b64c67908a96f029b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f2f8632aa5584438a09983b64c67908a96f029b9 | 2011-12-27 05:34:50+01:00 |
v4l2: use C99 struct initializer
Remove some unneeded memsets.
| b6db385922b79939b0dc124d53ddb4824afac040 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b6db385922b79939b0dc124d53ddb4824afac040 | 2012-01-10 05:04:22+01:00 |
golomb: Fix infinite loop in svq3_get_ue_golomb()
Signed-off-by: Michael Niedermayer <[email protected]>
| 964506bb979e8c972833c7421a39f3275d3cd3c0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/964506bb979e8c972833c7421a39f3275d3cd3c0 | 2011-12-25 04:15:56+01:00 |
lavc: call ff_init_buffer_info() from default reget buffer.
This is needed in case the get_buffer() callback doesnt set
width/height.
Ideally all decoders would make calls through some wraper
to the callbacks and that wraper would call ff_init_buffer_info()
But until thats done, the default reget buffer must call this
itself as it needs the values for the changed size check later.
Signed-off-by: Michael Niedermayer <[email protected]>
| e49780f749b2ce8e229fb8257cd01f60e0661b54 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e49780f749b2ce8e229fb8257cd01f60e0661b54 | 2012-01-18 16:25:36+01:00 |
mxfdec: Check url_feof() in mxf_read_local_tags()
This fixes the infinite loop with zzuf2.mxf
| 2116e4ba917748c0985be2347d400ba0f3fe6c64 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2116e4ba917748c0985be2347d400ba0f3fe6c64 | 2011-12-21 14:15:51+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.