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
2012-04-09Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-04-09pngenc: Fix incorrect mask used for interlaced mode.Michael Niedermayer
2012-04-09dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer
2012-04-04Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-04-04Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-04-02Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-04-02Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-04-01lcl: use AVERROR_INVALIDDATA instead of AVERROR_UNKNOWNReinhard Tartler
2012-04-01kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer
2012-04-01kgv1: use avctx->get/release_buffer().Ronald S. Bultje
2012-04-01kvmc: fix invalid readsGaurav Narula
2012-04-01mjpegbdec: Fix overflow in SOS.Alex Converse
2012-04-01shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer
2012-04-01shorten: check for realloc failure (cherry picked from commit 9e5e2c2d010c05c...Justin Ruggles
2012-04-01atrac3: Fix crash in tonal component decoding.Michael Niedermayer
2012-04-01ws_snd1: Fix wrong samples count and crash.Michael Niedermayer
2012-04-01ws_snd: add some checks to prevent buffer overread or overwrite. (cherry pick...Justin Ruggles
2012-04-01ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles
2012-04-01dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov
2012-04-01h264: stricter reference limit enforcement.Ronald S. Bultje
2012-04-01jvdec: unbreak video decodingPaul B Mahol
2012-04-01xxan: don't read before start of buffer in av_memcpy_backptr().Ronald S. Bultje
2012-04-01dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje
2012-04-01huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje
2012-04-01tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse
2012-04-01wma: fix off-by-one in array bounds check.Ronald S. Bultje
2012-04-01raw: move buffer size check up.Ronald S. Bultje
2012-04-01svq3: protect against negative quantizers.Ronald S. Bultje
2012-04-01h263dec: Disallow width/height changing with frame threads.Michael Niedermayer
2012-04-01tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse
2012-04-01svq3: Prevent illegal reads while parsing extradata.Alex Converse
2012-04-01ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard
2012-04-01Fix format string vulnerability detected by -Wformat-security.Fabian Greffrath
2012-04-01h264: fix mmxext chroma deblock to use correct TC values. (cherry picked from...Ronald S. Bultje
2012-04-01cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje
2012-04-01h264: prevent overreads in intra PCM decoding.Ronald S. Bultje
2012-04-01wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles
2012-04-01wmaenc: limit allowed sample rate to 48kHzJustin Ruggles
2012-04-01wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles
2012-04-01wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles
2012-04-01wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse
2012-04-01rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...Alex Converse
2012-04-01lcl: return negative error codes on decode_init() errors.Ronald S. Bultje
2012-04-01huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje
2012-04-01vmnc: return error on decode_init() failure.Ronald S. Bultje
2012-04-01rpza: error out on buffer overreads.Ronald S. Bultje
2012-04-01qtrle: return error on decode_init() failure.Ronald S. Bultje
2012-04-01vp56: error out on invalid stream dimensions.Ronald S. Bultje
2012-04-01vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-04-01Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler