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-09Update for 0.7.12n0.7.12Michael Niedermayer
2012-04-09Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-04-09Changelog, delete, its too inaccurate, git log is better.Michael 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-08Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael 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-02Update changelog for 0.7.5 releaseReinhard Tartler
2012-04-01id3v2: fix skipping extended header in id3v2.4Anton Khirnov
2012-04-01Update RELEASE file for 0.7.5Reinhard Tartler
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-01nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun
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-01smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje
2012-04-01svq3: protect against negative quantizers.Ronald S. Bultje
2012-04-01mov: Add more HDV and XDCAM FourCCs.Alex Converse
2012-04-01mov: Add support for MPEG2 HDV 720p24 (hdv4)Alex Converse
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-01dv: Fix small overread in audio frequency table.Alex Converse
2012-04-01ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard
2012-04-01dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse
2012-04-01dv: Fix null pointer dereference due to ach=0Michael Niedermayer
2012-04-01dv: check stypeMichael Niedermayer
2012-04-01nsvdec: Propagate errorsAlex Converse
2012-04-01nsvdec: Be more careful with av_malloc().Alex Converse
2012-04-01nsvdec: Fix use of uninitialized streams.Michael Niedermayer
2012-04-01Fix format string vulnerability detected by -Wformat-security.Fabian Greffrath