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
h264: fix bit depth changes with frame threading AVCodecContext.bits_per_raw_sample is updated from the previous thread in the generic update function before the codec specific update_thread function is called. The check for reinitialization of dsp functions uses bits_per_raw_sample. When called from update_thread_context it will be already at the current value and the dsp functions aren't updated if only the bit depth changes.
a157c7f2b8ac05188a116dbfc2fec401c1d4957a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a157c7f2b8ac05188a116dbfc2fec401c1d4957a
2013-03-20 13:12:10+01:00
lavfi: use designated initializers in avfilter_class
556aab8f11b045a21182eee32413aa78d5c8539b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/556aab8f11b045a21182eee32413aa78d5c8539b
2013-03-16 05:33:06+01:00
loco: check the last plane too Signed-off-by: Michael Niedermayer <[email protected]>
33796645dc35511ff7419b96535ad05dd73ffde8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33796645dc35511ff7419b96535ad05dd73ffde8
2013-02-24 13:08:52+01:00
aacdec: dont pop random configurations Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
21f68528e39db68fd3e22fef8f4783d19034dc1d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21f68528e39db68fd3e22fef8f4783d19034dc1d
2013-02-22 14:46:17+01:00
avfiltergraph: check for sws opts being non-NULL before using them. Avoid snprintfing a NULL pointer. CC: [email protected]
6e3c13a559e9ff300b5ca60e1d503e594d7f055c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e3c13a559e9ff300b5ca60e1d503e594d7f055c
2013-04-03 09:29:55+02:00
h264: call alloc_scratch_buffers() only once linesize is known Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
039f55c80333a9db0e64e5c975b0820bff01c5e2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/039f55c80333a9db0e64e5c975b0820bff01c5e2
2013-02-20 19:53:54+01:00
mlpdec: check ch_assign more completely Fixes CID970924 Signed-off-by: Michael Niedermayer <[email protected]>
8491ac3ad2e9fc92479d6fc42d6ee4cb8d6f61d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8491ac3ad2e9fc92479d6fc42d6ee4cb8d6f61d3
2013-02-11 00:50:29+01:00
targa: Fix y check in advance_line Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
796012af6c780b5b13ebca39a491f215515a18fe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/796012af6c780b5b13ebca39a491f215515a18fe
2013-02-09 21:21:26+01:00
x86: dsputil: Fix h263 loop filter link error in some configurations This was caused by unconditionally referencing a conditionally compiled table. Now the code is also compiled conditionally. Signed-off-by: Diego Biurrun <[email protected]>
9acd23d655b5e3a3b56f9916480356fe0e48c70c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9acd23d655b5e3a3b56f9916480356fe0e48c70c
2013-02-18 17:09:00+01:00
flacdec: skip in stream header packets This prevents warning messages on chained oggs with some demuxers Signed-off-by: Michael Niedermayer <[email protected]>
0e9b9a6748aa67c8f272e5eab2b5f7ad6e13d5c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e9b9a6748aa67c8f272e5eab2b5f7ad6e13d5c9
2013-02-02 19:58:13+01:00
atrac3: fix buffer size for get_bits. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c8f25cafd2f23662bcb1e62965c0c42d6989688a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8f25cafd2f23662bcb1e62965c0c42d6989688a
2013-01-26 04:27:53+01:00
h264_qpel: put cpuflags checks back. These where lost when libav moved the code out of dsputil Signed-off-by: Michael Niedermayer <[email protected]>
fc8e8e5bef323ffa20d391a9a19ba5eb31f673c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc8e8e5bef323ffa20d391a9a19ba5eb31f673c5
2013-01-24 22:14:39+01:00
srtp: Improve the minimum encryption buffer size check This clarifies where the limit number comes from, and only requires exactly as much padding space as will be needed. Signed-off-by: Martin Storsjö <[email protected]>
a2a991b2ddf951454ffceb7bcedc9db93e26c610
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2a991b2ddf951454ffceb7bcedc9db93e26c610
2013-01-21 00:13:43+02:00
h264: fix ff_generate_sliding_window_mmcos() prototype. It's been returning an error value since bad446e251405dc250c3cbee199072e083a1e4b9 Also check for the errors it returns.
ea382767ad2191acbe97e90624059723e15f0e4b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea382767ad2191acbe97e90624059723e15f0e4b
2013-01-14 21:36:08+01:00
ass_split: fix out of array access in ass_split() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8b47058c61af83c28231b860d46ee754ed7a9310
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b47058c61af83c28231b860d46ee754ed7a9310
2013-01-11 02:51:54+01:00
lavu: check av_clip*() limits This code cannot use av_assert* due to circular header dependancies Signed-off-by: Michael Niedermayer <[email protected]>
498e1c6bb963eb7e611ba72a9c2ecad9b306e6b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/498e1c6bb963eb7e611ba72a9c2ecad9b306e6b0
2013-01-04 22:19:31+01:00
rtsp: Recheck the reordering queue if getting a new packet If we timed out and consumed a packet from the reordering queue, but didn't return a packet to the caller, recheck the queue status. Otherwise, we could end up in an infinite loop, trying to consume a queued packet that has already been consumed. CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
8729698d50739524665090e083d1bfdf28235724
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8729698d50739524665090e083d1bfdf28235724
2013-01-08 11:22:37+02:00
lavu: check that assert level is defined fix warning Signed-off-by: Michael Niedermayer <[email protected]>
f27eb1b702d88f0ead83f161c835d69210aa007c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f27eb1b702d88f0ead83f161c835d69210aa007c
2013-01-05 12:21:39+01:00
h264: Detect POC inconsistencies and try to handle them reasonably Improves the file from Ticket2050 Signed-off-by: Michael Niedermayer <[email protected]>
985aa0be828da073d765a8c1dbb38efad43891ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/985aa0be828da073d765a8c1dbb38efad43891ed
2012-12-22 18:35:43+01:00
h264: remove low_delay/has_b_frame setting code from nal loop This code is now executed in h264_set_parameter_from_sps() Signed-off-by: Michael Niedermayer <[email protected]>
3b5c0f5e362f2ba7077e34e47e64dedd5f705dcb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b5c0f5e362f2ba7077e34e47e64dedd5f705dcb
2012-12-14 15:22:19+01:00
mem: minor simplification of the alignment hack code Idea-by: wanzhang Signed-off-by: Michael Niedermayer <[email protected]>
58f30175e1ed30aa8a3521d5b3a1ae700e5c5d23
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58f30175e1ed30aa8a3521d5b3a1ae700e5c5d23
2012-12-14 05:36:22+01:00
alsdec: make return checking for read_*_block_data() consistent Reviewed-by: Thilo Borgmann <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
0213d5ad86d7ec26363b10895a96a3701c4e7fa8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0213d5ad86d7ec26363b10895a96a3701c4e7fa8
2012-12-13 13:59:11+01:00
wavdec: fix duration calculation for files with invalid data size Some wav files report a data size that is bigger than the actual file size. Fall back to estimation from bitrate in such cases. Fixes ticket #2065. Signed-off-by: James Almer <[email protected]>
d59d39e1642569b68249c922ae01a59bfe52747b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d59d39e1642569b68249c922ae01a59bfe52747b
2012-12-29 17:46:01+00:00
eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()
42060c703011d742661c3f5df66b6f30358acd96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42060c703011d742661c3f5df66b6f30358acd96
2012-12-05 00:02:44+01:00
aacps: check iid/icc_par more completely. Fixes global out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
991e23519ac53adc624338b3a7628c9c289268cb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/991e23519ac53adc624338b3a7628c9c289268cb
2012-11-30 22:23:49+01:00
Allow use of @ character in username and passwords embedded in URLs Signed-off-by: Michael Niedermayer <[email protected]>
19660a887677bdf22593cb89753f13db7f525358
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/19660a887677bdf22593cb89753f13db7f525358
2012-11-19 18:02:28+01:00
pgssubdec: check RLE size before copying. Fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c0d68be555f5858703383040e04fcd6529777061
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c0d68be555f5858703383040e04fcd6529777061
2012-11-15 16:46:51+01:00
bink: check quant_index, fix out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e70144cba13db208877e3b64802fc8835c72e82d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e70144cba13db208877e3b64802fc8835c72e82d
2012-11-14 23:54:00+01:00
lagarith: always allocate for 4 planes. Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9eef41b848939a0a86582afdb45235e41612d9ba
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9eef41b848939a0a86582afdb45235e41612d9ba
2012-11-12 18:05:08+01:00
flvdec: disable hack that attempts to parse aac bitstream in the flv demuxer. I was unable to find a file that needs this hack, if you have one please contact us! Fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f96a653184e63cea91e08ea75ae60d309e431f40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f96a653184e63cea91e08ea75ae60d309e431f40
2012-11-17 18:49:08+01:00
omadec: fix len check in nprobe() prevent out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f1d6f013b2078140fb701978d720abecde7cd73f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f1d6f013b2078140fb701978d720abecde7cd73f
2012-11-11 18:16:48+01:00
alac: fix bps check Signed-off-by: Michael Niedermayer <[email protected]>
a1e093a6fb324612266d40e3168a14f58adab265
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a1e093a6fb324612266d40e3168a14f58adab265
2012-11-10 21:54:30+01:00
twinvq: make ibps check unsigned Signed-off-by: Michael Niedermayer <[email protected]>
98b377004d9c6fa1c1756c814efe9882b65f96b9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98b377004d9c6fa1c1756c814efe9882b65f96b9
2012-11-09 21:22:12+01:00
diracdec: fix edge emulation check, fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
dca2fa10d37022684c61166be59294c9f98530d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dca2fa10d37022684c61166be59294c9f98530d4
2012-11-11 03:34:40+01:00
imc: set channels to 1 instead of validating it
1c7a0161538a9e8417086759a5d6d3295337c433
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c7a0161538a9e8417086759a5d6d3295337c433
2012-11-01 11:29:17-04:00
asfdec: check stream_index for validity Signed-off-by: Michael Niedermayer <[email protected]>
b7280cff9a7683395d7f899517b4aea8b52f12a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7280cff9a7683395d7f899517b4aea8b52f12a4
2012-11-03 05:58:12+01:00
cws2fws: check fstat return code. Fixes CID733720 Signed-off-by: Michael Niedermayer <[email protected]>
5b45b66220ffdf37619dbd70e41df31651db3f93
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b45b66220ffdf37619dbd70e41df31651db3f93
2012-10-26 18:24:50+02:00
ffmpeg: fix negative array index Fixes CID733808 Signed-off-by: Michael Niedermayer <[email protected]>
c3778df2d4c05e76d28d77a2d740e435393046c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3778df2d4c05e76d28d77a2d740e435393046c9
2012-10-22 13:58:19+02:00
avcodec: handle AVERROR_EXPERIMENTAL Error out on init if a codec with CODEC_CAP_EXPERIMENTAL is requested and strict_std_compliance is not FF_COMPLIANCE_EXPERIMENTAL. Move the check from avconv to avcodec_open2() and return AVERROR_EXPERIMENTAL accordingly. Signed-off-by: Luca Barbato <[email protected]>
c854102da773fa898cc6dbc8ca474b1088ce5f12
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c854102da773fa898cc6dbc8ca474b1088ce5f12
2012-10-21 23:03:26+02:00
subtitles: introduce ASS codec id and use it. Currently, we have a AV_CODEC_ID_SSA, which matches the way the ASS/SSA markup is muxed in a standalone .ass/.ssa file. This means the AVPacket data starts with a "Dialogue:" string, followed by a timing information (start and end of the event as string) and a trailing CRLF after each line. One packet can contain several lines. We'll refer to this layout as "SSA" or "SSA lines". In matroska, this markup is not stored as such: it has no "Dialogue:" prefix, it contains a ReadOrder field, the timing information is not in the payload, and it doesn't contain the trailing CRLF. See [1] for more info. We'll refer to this layout as "ASS". Since we have only one common codec for both formats, the matroska demuxer is constructing an AVPacket following the "SSA lines" format. This causes several problems, so it was decided to change this into clean ASS packets. Some insight about what is changed or unchanged in this commit: CODECS ------ - the decoding process still writes "SSA lines" markup inside the ass fields of the subtitles rectangles (sub->rects[n]->ass), which is still the current common way of representing decoded subtitles markup. It is meant to change later. - new ASS codec id: AV_CODEC_ID_ASS (which is different from the legacy AV_CODEC_ID_SSA) - lavc/assdec: the "ass" decoder is renamed into "ssa" (instead of "ass") for consistency with the codec id and allows to add a real ass decoder. This ass decoder receives clean ASS lines (so it starts with a ReadOrder, is followed by the Layer, etc). We make sure this is decoded properly in a new ass-line rectangle of the decoded subtitles (the ssa decoder OTOH is doing a simple straightforward copy). Using the packet timing instead of data string makes sure the ass-line now contains the appropriate timing. - lavc/assenc: just like the ass decoder, the "ssa" encoder is renamed into "ssa" (instead of "ass") for consistency with the codec id, and allows to add a real "ass" encoder. One important thing about this encoder is that it only supports one ass rectangle: we could have put several dialogue events in the AVPacket (separated by a \0 for instance) but this would have cause trouble for the muxer which needs not only the start time, but also the duration: typically, you have merged events with the same start time (stored in the AVPacket->pts) but a different duration. At the moment, only the matroska do the merge with the SSA-line codec. We will need to make sure all the decoders in the future can't add more than one rectangle (and only one Dialogue line in it obviously). FORMATS ------- - lavf/assenc: the .ass/.ssa muxer can take both SSA and ASS packets. In the case of ASS packets as input, it adds the timing based on the AVPacket pts and duration, and mux it with "Dialogue:", trailing CRLF, etc. - lavf/assdec: unchanged; it currently still only outputs SSA-lines packets. - lavf/mkv: the demuxer can now output ASS packets without the need of any "SSA-lines" reconstruction hack. It will become the default at next libavformat bump, and the SSA support will be dropped from the demuxer. The muxer can take ASS packets since it's muxed normally, and still supports the old SSA packets. All the SSA support and hacks in Matroska code will be dropped at next lavf bump. [1]: http://www.matroska.org/technical/specs/subtitles/ssa.html
7c1a002c78f15470f76d5c03e619b954d1a22839
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c1a002c78f15470f76d5c03e619b954d1a22839
2013-04-18 23:23:59+02:00
vf_mp: check list in querry_format() Fixes CID717772 Signed-off-by: Michael Niedermayer <[email protected]>
042a738b4599e7d454b4d9298e065ce91ec18da3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/042a738b4599e7d454b4d9298e065ce91ec18da3
2012-10-19 19:59:38+02:00
ffplay: only check external clock if current frame serial matches the displayed frame serial This way we avoid updating the external clocks with timestamps beloging to frames before seek. Signed-off-by: Marton Balint <[email protected]>
b2a8850969b89151677253be4d99e0ba29212749
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b2a8850969b89151677253be4d99e0ba29212749
2012-10-21 17:18:12+02:00
configure: fix libcdio check The compiler/linker flags passed to check_lib2 should not be quoted. Signed-off-by: Mans Rullgard <[email protected]>
1cd432e167b1a80853760c89a33606e2b5f229c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cd432e167b1a80853760c89a33606e2b5f229c2
2012-10-19 01:02:58+01:00
lavd/lavfi: add graph_file option Allow to specify a filename where to put the filtergraph description. This is useful to override limitations or glitches of particular shell environments, and allows a level of indirection for specifying filtergraphs.
8b03cd3cd7a3141b87419ebce02b9fed7e0030da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b03cd3cd7a3141b87419ebce02b9fed7e0030da
2012-10-23 22:08:55+02:00
sws-test: check W/H Fixes CID733834 Signed-off-by: Michael Niedermayer <[email protected]>
c0f0bec2f205e567fc0eef8a9bf59d585e14094c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c0f0bec2f205e567fc0eef8a9bf59d585e14094c
2012-10-13 21:17:43+02:00
movenc.c: Add support for >16bit BE flavours Currently only LE handled correctly Updated fate checksums to reflect new headers Signed-off-by: Michael Niedermayer <[email protected]>
60b433d905c582ed3656c120b3ffffd0119d5377
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/60b433d905c582ed3656c120b3ffffd0119d5377
2012-10-04 21:31:10+02:00
mp3enc: remove unneeded null ptr check Fixes: CID733746 Signed-off-by: Michael Niedermayer <[email protected]>
cb65b32c97b06fc611b53c1ab77a2edbaadee84f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb65b32c97b06fc611b53c1ab77a2edbaadee84f
2012-10-16 20:27:16+02:00
parseutils: fix parsing of invalid alpha values An alpha specifier outside the valid range results in a conversion from double to long with undefined result. Range-checking the double and only converting it after it passes avoids this. Fixes fate-parseutils errors on some systems. Signed-off-by: Mans Rullgard <[email protected]>
6221e2478c593a0ce1183eed929cb2101dbf5265
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6221e2478c593a0ce1183eed929cb2101dbf5265
2012-10-06 17:08:29+01:00
vima: check packet size before initializing bitstream reader Signed-off-by: Paul B Mahol <[email protected]>
857797bc1455468f9d70565ac087c3f57d8e67ff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/857797bc1455468f9d70565ac087c3f57d8e67ff
2012-09-30 17:29:37+00:00
dfa: replace redundant check by assert The values are checked in the wraper function used to call this code. This was introduced by: ee715f49a06bf3898246d01b056284a9bb1bcbb9 Signed-off-by: Michael Niedermayer <[email protected]>
6fcd4f3c7255014eeb883385d32abc7442426314
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6fcd4f3c7255014eeb883385d32abc7442426314
2012-09-29 15:34:22+02:00
samplefmt: make av_samples_alloc() initialize the data to silence. Right now the buffer is zeroed, which does not represent silence for U8(P).
cd15b7c03d8df29d4c69b0620cf27d4a8c9dfb65
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd15b7c03d8df29d4c69b0620cf27d4a8c9dfb65
2012-10-04 08:05:21+02:00
hqdn3d: Fix out of array read in LOWPASS Fixes ticket1752 Commit message by commiter Signed-off-by: Michael Niedermayer <[email protected]>
1b1b902e2ce19e0276bf847cc87384ec43d230e3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b1b902e2ce19e0276bf847cc87384ec43d230e3
2012-09-22 03:17:28+02:00
avconv: flush filtered frames before reconfiguring filters This prevents lost frames after a resolution change.
2f34021d57b1343bb01b377a4797bef7cbc7be3c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2f34021d57b1343bb01b377a4797bef7cbc7be3c
2012-09-17 10:49:27+02:00
mpegaudio_parser: reset state to prevent it to be random Fixes Ticket1718 Signed-off-by: Michael Niedermayer <[email protected]>
93b240f4a59348c07d3d7e4862227f6949c51e14
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93b240f4a59348c07d3d7e4862227f6949c51e14
2012-09-14 05:55:11+02:00
swscale: try to use mmap only if available Some systems, e.g. Minix, have sys/mman.h defining MAP_ANONYMOUS without providing (working) mmap and friends. The mmx filter generation code checks only for MAP_ANONYMOUS, not for availability of mmap itself which leads to build errors on aforementioned systems. This changes the conditional compilation to use mmap only if all the required functions are available. Signed-off-by: Mans Rullgard <[email protected]>
95cd815c3663603871a1f2da95846e8f72d4ea96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95cd815c3663603871a1f2da95846e8f72d4ea96
2012-10-15 02:39:49+01:00
mpegts: check substreams before discarding Allow to extract the AC3 core from TrueHD with the "copy" codec. Signed-off-by: Luca Barbato <[email protected]>
07584eaf4a95db3f11d3bc411f9786932829e82b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/07584eaf4a95db3f11d3bc411f9786932829e82b
2012-09-12 23:43:53+02:00
ogg: prevent NULL pointer deference in theora gptopts Additional safety in case a special ogg stream is crafted with the proper number of Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
bb146bb57bea6647f9c080aa4f9323a3a789ad22
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb146bb57bea6647f9c080aa4f9323a3a789ad22
2012-09-24 22:35:29+02:00
bmv_videodec: fix out of array read Fixes Ticket1373 Signed-off-by: Michael Niedermayer <[email protected]>
70f0ffa1ed456fd0b560d0dd1d0d93f1ba3a6d93
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/70f0ffa1ed456fd0b560d0dd1d0d93f1ba3a6d93
2012-08-14 18:58:49+02:00
msmpeg4v2: initialize mb_type array Signed-off-by: Michael Niedermayer <[email protected]>
aee7b88cc0675fb668e39e8f4a50f2b1bd9305d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aee7b88cc0675fb668e39e8f4a50f2b1bd9305d4
2012-08-15 05:29:28+02:00
configure: handle --disable-asm before check_deps This is necessary to avoid spuriously enabling _external or _inline variants of arch extensions when they should be disabled. Signed-off-by: Mans Rullgard <[email protected]>
d96d6ba61888c6a97d9426ca80bf36f3812cac76
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d96d6ba61888c6a97d9426ca80bf36f3812cac76
2012-08-31 01:59:23+01:00
checkheaders: Rename HEADEROBJS to HOBJS Signed-off-by: Michael Niedermayer <[email protected]>
5d8e54fe1ded58cd2d76c112041f5202ce762aef
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5d8e54fe1ded58cd2d76c112041f5202ce762aef
2012-08-09 05:02:45+02:00
x86: mlpdsp: avoid taking address of void This code contains a C array of addresses of labels defined in inline asm. To do this, the names must be declared as external in C. The declared type does not matter since only the address is used, and for some reason, the author of the code used the 'void' type despite taking the address of a void expression being invalid. Changing the type to char, a reasonable choice since the alignment of the code labels cannot be known or guaranteed, eliminates gcc warnings and allows building with suncc. Signed-off-by: Mans Rullgard <[email protected]>
c8252e80eb1d0d0964e94b3186bfdb776fee99d6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8252e80eb1d0d0964e94b3186bfdb776fee99d6
2012-08-13 14:51:52+01:00
lavf: make cmdutils's check_stream_specifier public. The new function is called avformat_match_stream_specifier() and does not include logging the error message.
b0629366a26628f19245ea2c06a6e366cb70f92f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0629366a26628f19245ea2c06a6e366cb70f92f
2012-07-20 13:16:23+02:00
avconv: use only meaningful timestamps in start time check.
53ddd43f0c9aa9d1060d70a7e921e1ae74601947
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/53ddd43f0c9aa9d1060d70a7e921e1ae74601947
2012-07-06 12:59:11+02:00
ffmpeg: select input file based on output time. Filters can change the timings, so input files must not necessarily be read at the same rythm. This patch select the input file to read based on the timestamp at output instead of input. With complex filter graphs, finding the input for a given output is done by making a request and checking to what buffer source it has been forwarded.
1cadab602343c4f577d2710a43bc66fde5a0d20b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cadab602343c4f577d2710a43bc66fde5a0d20b
2012-07-23 10:59:41+02:00
build: change checkheaders to use regular build rules Many compilers need special flags to compile *.h files as regular source code, if they will do so at all. Rather than hoping all compilers will have such a flag and adding mappings for it, create wrapper .c files for test building single headers. This allows using the regular rule for compiling C files without the need for special flags, and it also provides proper dependency tracking for these objects. Signed-off-by: Mans Rullgard <[email protected]>
dfd9159f3db987e9115715cded7a4408179e3ed9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dfd9159f3db987e9115715cded7a4408179e3ed9
2012-08-07 21:36:51+01:00
cosmetics: Consistently use C-style comments with multiple inclusion guards
1a068bfefd5da09f596e5079b39b418933bad0ea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a068bfefd5da09f596e5079b39b418933bad0ea
2012-07-03 17:35:12+02:00
xtea: invert branch and loop precedence Should slightly improve performance depending on the compiler used.
f6687bf5f8989d397cdef6d9d05bcb13a7ef8c4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6687bf5f8989d397cdef6d9d05bcb13a7ef8c4f
2012-07-05 10:42:00+02:00
avconv: fix the check for -ss as an output option. start time is already substracted from the frame timestamp, so it needs to be checked against 0, not start time.
b98c8f4f2bf5879ba5393a439f0fccf76a65e448
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b98c8f4f2bf5879ba5393a439f0fccf76a65e448
2012-07-06 12:54:52+02:00
tools: add bisect script This script works like "git bisect" except that you can specify with "bisect need ffmpeg|ffplay|ffserver|ffprobe" which tool(s) are needed for testing a checkout Signed-off-by: Michael Niedermayer <[email protected]>
c673a90b0d7c472db36caea0f27dbd2d5f3095ad
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c673a90b0d7c472db36caea0f27dbd2d5f3095ad
2012-07-03 13:29:12+02:00
udp: Properly check for invalid sockets If stdin has been closed, 0 is a valid socket descriptor. Signed-off-by: Martin Storsjö <[email protected]>
042b272a4ad849c86d63ff1532beebc308d0ece9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/042b272a4ad849c86d63ff1532beebc308d0ece9
2012-06-19 20:25:09+03:00
avconv: don't try to free threads that were not initialized.
9034b0ed66c8f4a0da13947618503d575fc43957
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9034b0ed66c8f4a0da13947618503d575fc43957
2012-06-14 10:33:10+02:00
h264_cavlc: check prefix before using it. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
39f0a45a1a087e5bbef84fa3366942384ec32155
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39f0a45a1a087e5bbef84fa3366942384ec32155
2012-05-30 16:42:01+02:00
indeo: check that band output buffer exists
96037382210b5c1b0202647ac0ca196ce5de4487
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96037382210b5c1b0202647ac0ca196ce5de4487
2012-05-20 11:19:48+02:00
lavc/os2threads: fix make checkheaders.
08ad9f9a78a2f5e8aa3223e5d9d12cb2278acd15
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08ad9f9a78a2f5e8aa3223e5d9d12cb2278acd15
2012-05-18 23:34:11+02:00
lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.
7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64
2012-05-18 19:29:39+02:00
lavfi/super2xsai: simplify code updating the color matrix at each y iteration Remove duplicated out-of-loop init code, and do color matrix initialization at the beginning of each y iteration. Allow factorization and avoid an useless matrix update in the last iteration.
b2bcbcd99967c7cb9f17ae07c48c32baf8855e40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b2bcbcd99967c7cb9f17ae07c48c32baf8855e40
2012-06-16 00:30:48+02:00
f_split: fix output type. The previous version checked the filter context name, instead of checking the filter name. The new version just uses the same type as the input. Signed-off-by: Nicolas George <[email protected]>
3d2515a8f3ba35f10a69d077936770955b5394da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d2515a8f3ba35f10a69d077936770955b5394da
2012-05-19 19:23:37+02:00
lagarith: make offset array type unsigned This is logical and also fixes checking for the fourth plane offset.
1fdb5649d934df19237d5f53c10ae1fff5934e2a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1fdb5649d934df19237d5f53c10ae1fff5934e2a
2012-05-06 09:32:08+02:00
src_buffer: move audio format change check in a separate function.
be8edff8d10104207062a332bb50973271e5fd00
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be8edff8d10104207062a332bb50973271e5fd00
2012-05-03 19:55:28+02:00
h264: Fix maximum reference count check for non-b frames Below fixes the maximum reference count check for second reference list in non-B frames. There is nothing to prohibit full (field sized) reference list in this case as far as I can tell, and this fixes several syntax-test files here (this is a regression caused when this check was made more stringent by http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc9ce40069bde3d28f8d0b3e5bd733ae255fecb5) Probably a silly corner case seldom seen irl, but thought I'd pass along in case there was interest in correcting the check. --------------- h264: Fix maximum reference count check for non-b frames; full range is technically ok Signed-off-by: Michael Niedermayer <[email protected]>
8d9fd58113fa2953269252575bf5f1edce41e550
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d9fd58113fa2953269252575bf5f1edce41e550
2012-06-28 22:25:38+02:00
faxcompr: Check malloc results and unify return path
99a335299ff3541f89e6e3be4b9ae84257288fcc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99a335299ff3541f89e6e3be4b9ae84257288fcc
2012-04-13 09:49:13-07:00
eatgv: check vector_bits Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b962932cba61f06c8da3e7f70e519dec1c1dd88a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b962932cba61f06c8da3e7f70e519dec1c1dd88a
2012-04-15 16:06:51+02:00
avfilter: allow freeing NULL. this way avfilter_free() can be called without NULL checks. Signed-off-by: Michael Niedermayer <[email protected]>
c5f9a66f7453f44d0bf612ad3c5e98e7309cdf86
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5f9a66f7453f44d0bf612ad3c5e98e7309cdf86
2012-03-31 08:48:23+02:00
configure: escape colons in values written to config.fate The fields in config.fate are colon-separated so any colons within the fields should be escaped to prevent confusion. Signed-off-by: Mans Rullgard <[email protected]>
6555acad10a6593d91fb09c7c20bbb4ab335bc02
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6555acad10a6593d91fb09c7c20bbb4ab335bc02
2012-04-13 13:22:37+01:00
xwma: Validate channels and bits_per_coded_sample. This prevents a SIGFPE later on. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
5023b89bba198b2f8e43b7f555aeb9c30d33db9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5023b89bba198b2f8e43b7f555aeb9c30d33db9f
2012-03-22 13:57:12-07:00
wmalossless: error out if a subframe is not used by any channel. Prevents infinite loop because min_channel_len never increments. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
3c9267673e81d2f98b3d26cb64d8adb1e696a247
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c9267673e81d2f98b3d26cb64d8adb1e696a247
2012-03-22 12:17:14-07:00
Split VC1 loop filter into separate functions for h/v and size Originally committed as revision 18521 to svn://svn.ffmpeg.org/ffmpeg/trunk
3992526b3c43278945d00fac6e2ba5cb8f810ef3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3992526b3c43278945d00fac6e2ba5cb8f810ef3
2009-04-15 06:22:17+00:00
mov: zero extradata_size on deallocation of extradata. This prevents the possibility of extradata and its size becoming desynced. Signed-off-by: Michael Niedermayer <[email protected]>
ab3fcd93fde5f876e5e6879a2b78e8cbcde98ab5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ab3fcd93fde5f876e5e6879a2b78e8cbcde98ab5
2012-04-13 11:52:19+02:00
mmdemux: dont set pkt->size to an invalid value. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
0c97fd336e17535239ab44d755a0d957dc2688f3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0c97fd336e17535239ab44d755a0d957dc2688f3
2012-03-23 00:50:49+01:00
aacdec: Fix SCE parity check. An unpaired SCE preceding a CPE only makes sense for front SCEs preceding the first CPE. Split from FFmpeg commit a8d67efa53dae1d14614e3a7bd4e77e4eab066ab Signed-off-by: Alex Converse <[email protected]>
744dd1d35611b8dec7727d0f676bb44742ad49a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/744dd1d35611b8dec7727d0f676bb44742ad49a1
2012-03-09 09:47:57-08:00
truemotion2: check motion vectors for validity Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
2b693546ad3a8ac16bdce0b9483dc8ae7b3fdb95
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b693546ad3a8ac16bdce0b9483dc8ae7b3fdb95
2012-03-04 07:09:35+01:00
aac: fix infinite loop on end-of-frame with sequence of 1-bits. Based-on-work-by: Ronald S. Bultje <[email protected]> Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
1cd9a6154bc1ac1193c703cea980ed21c3e53792
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cd9a6154bc1ac1193c703cea980ed21c3e53792
2012-02-22 11:23:43-08:00
dca: Check LFEScaleIndex. Its not clear from the spec what to do with values larger than 127 so iam opting for the safe side and ask for a sample. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d6bc273bac45d6c28e5ec00103268a6fba16f304
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d6bc273bac45d6c28e5ec00103268a6fba16f304
2012-02-29 21:18:54+01:00
bethsoftvid: pass palette in side data instead of in a separate packet. Update FATE reference to account for now non-existent palette packet. This also fixes the FATE test if frame data is not initialized in get_buffer(), so update comment in avconv accordingly.
f320fb894c695044ef15239d27844d9ac01c9d16
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f320fb894c695044ef15239d27844d9ac01c9d16
2012-02-16 10:47:11-05:00
flvdec: Validate index entries added from metadata while reading By validating the index entries while reading, we don't need to seek at startup to validate the entries. If the error in the index entries is not pointing to (our definition of) the start of packets, and there is an index entry pointing at some of the first packets after the metadata, the invalid index can be discarded almost immediately. Signed-off-by: Martin Storsjö <[email protected]>
7e297a46dba68f55b4d83cac5e5646c6485e096a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7e297a46dba68f55b4d83cac5e5646c6485e096a
2012-02-27 12:07:24+02:00
proresenc: force bitrate not to exceed given limit Apple ProRes Format Specifications mentions target data size for every frame, so make sure frame meets it. This also allows encoder to demand much smaller packet sizes for output.
6d702dc072ffc255cd0f709132e55661698313e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d702dc072ffc255cd0f709132e55661698313e7
2012-02-18 18:34:01+01:00
ffserver: check chdir() return Signed-off-by: Michael Niedermayer <[email protected]>
fc5a905a6d0c76d9fb8d838ac83f6219a7a5e20f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc5a905a6d0c76d9fb8d838ac83f6219a7a5e20f
2012-01-08 00:18:36+01:00
roqaudioenc: check return value of avcodec_alloc_frame() Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
3ab90687fdbafe46d0e92bc7402e1ce1c4d3e0a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ab90687fdbafe46d0e92bc7402e1ce1c4d3e0a1
2012-01-28 22:08:21+01:00
rawenc: initialize coded_frame via avcodec_get_frame_defaults. Signed-off-by: Reimar Döffinger <[email protected]>
97dece333df07befa4052ed6f5a823ec3103a67d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97dece333df07befa4052ed6f5a823ec3103a67d
2012-01-28 23:21:03+01:00