Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-19wma: Check channel number before init.Michael Niedermayer
2011-11-19Do not try to read 16bit gray png files with alpha channel.Carl Eugen Hoyos
2011-11-19cook: fix apparent typo in extradata parsingK.Y.H
2011-11-19ffplay: limit lowres to the maximum supported. Fixes Ticket591Michael Niedermayer
2011-11-19v4l2: fix uninitialized variableMichael Niedermayer
2011-11-19vf_transpose: remove pix_fmts which can currently not be supported.Michael Niedermayer
2011-11-18vp5: Fix illegal read.Alex Converse
2011-11-18vp6: Fix illegal read.Thierry Foucu
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-11-08nuv: Fix combination of size changes and LZO compression.Reimar Döffinger
2011-11-08av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
2011-11-08nuv: Fix combination of size changes and LZO compression.Reimar Döffinger
2011-11-08av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
2011-11-08libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň
2011-11-08Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-11-08Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-11-05update versions for 0.7 branchn0.7.7Michael Niedermayer
2011-11-04Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-04Version numbers for 0.8.6n0.8.6Michael Niedermayer
2011-11-04snow: emu edge supportMichael Niedermayer
2011-11-04imc: validate channel countJustin Ruggles
2011-11-04imc: check for ff_fft_init() failureJustin Ruggles
2011-11-04libgsmdec: check output buffer size before decodingJustin Ruggles
2011-11-04configure: fix arch x86_32Michael Niedermayer
2011-11-04mp3enc: avoid truncating id3v1 tags by one byteTobias Rapp
2011-11-04asfdec: Check packet_replic_size earlierMichael Niedermayer
2011-11-04cin audio: validate the channel countJustin Ruggles
2011-11-04binkaudio: add some buffer overread checks.Justin Ruggles
2011-11-04atrac1: validate number of channelsJustin Ruggles
2011-11-04atrac1: check output buffer size before decodingJustin Ruggles
2011-11-04vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje
2011-11-04apedec: set s->currentframeblocks after validating nblocksJustin Ruggles
2011-11-04apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles
2011-11-04apedec: check for data buffer realloc failureJustin Ruggles
2011-11-04apedec: check for filter buffer allocation failureJustin Ruggles
2011-11-04mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles
2011-11-04resample: Fix array sizeMichael Niedermayer
2011-11-04resample2: fix potential overflowMichael Niedermayer
2011-11-04resample: Fix overflowMichael Niedermayer
2011-11-04tta: check for extradata allocation failure in tta demuxerJustin Ruggles
2011-11-04vorbisdec: check output buffer size before writing outputJustin Ruggles
2011-11-04twinvq: check output buffer size before decodingJustin Ruggles
2011-11-04vp6: Fix illegal read.Alex Converse
2011-11-04shorten: check output buffer size before decodingJustin Ruggles
2011-11-04shorten: check for realloc failureJustin Ruggles
2011-11-04mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir...Laurent Aimar
2011-11-04mpegts: fix return value when enough ts packets have been parsed or when the ...Laurent Aimar
2011-11-04Fixes avpicture_layout to not write past buffer end.Matthew Einhorn
2011-11-04avio: Check for invalid buffer length.Alex Converse