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-03-17libx264: fix duplicate stats entryKelly Anderson
2012-03-16jpeglsdec: Prevent out of array write.Michael Niedermayer
2012-03-16proresdec: Fix read via negative index in a global array.Michael Niedermayer
2012-03-16diracdec: Correct the bytestream end pointer.Michael Niedermayer
2012-03-16diracdec: Check for negative quants which would cause out of array reads.Michael Niedermayer
2012-03-16diracdec: Fix integer overflow leading to out of global array read.Michael Niedermayer
2012-03-16sonic: update to new APIMichael Niedermayer
2012-03-16mmvideo: restore initial y value.Michael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-03-16qpeg: Fix out of array writes.Michael Niedermayer
2012-03-16srtdec: fix a format string vulnerability.Fabian Greffrath
2012-03-16aacenc: Fix LONG_START windowing.Nathan Caldwell
2012-03-16aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell
2012-03-15dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov
2012-03-15dca: don't use av_clip_uintp2().Ronald S. Bultje
2012-03-15snow: check reference frame indices.Michael Niedermayer
2012-03-15snow: reject unsupported chroma shifts.Michael Niedermayer
2012-03-15xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje
2012-03-15h264: increase reference poc list from 16 to 32.Ronald S. Bultje
2012-03-15h264: stricter reference limit enforcement.Ronald S. Bultje
2012-03-15h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-15Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-03-15png: convert to bytestream2 API.Ronald S. Bultje
2012-03-15roqvideo: convert to bytestream2 API.Ronald S. Bultje
2012-03-15smc: port to bytestream2 API.Ronald S. Bultje
2012-03-15tgq: convert to bytestream2 API.Ronald S. Bultje
2012-03-15algmm: convert to bytestream2 API.Ronald S. Bultje
2012-03-15jvdec: unbreak video decodingPaul B Mahol
2012-03-15h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer
2012-03-15libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov
2012-03-15libx264: fix help text for slice-max-size option.Anton Khirnov
2012-03-14Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau
2012-03-14mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje
2012-03-14xxan: protect against chroma LUT overreads.Ronald S. Bultje
2012-03-14xxan: convert to bytestream2 API.Ronald S. Bultje
2012-03-14xxan: don't read before start of buffer in av_memcpy_backptr().Ronald S. Bultje
2012-03-14dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje
2012-03-14cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje
2012-03-14cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje
2012-03-14cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje
2012-03-14huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje
2012-03-14avs: fix infinite loop on end-of-stream.Ronald S. Bultje
2012-03-14tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse
2012-03-14wma: fix off-by-one in array bounds check.Ronald S. Bultje
2012-03-14dv: check buffer size before reading profile.Ronald S. Bultje
2012-03-14raw: move buffer size check up.Ronald S. Bultje
2012-03-14dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje
2012-03-14lpcm: fix sample size calculation for 20bit LCPM.Ronald S. Bultje
2012-03-09Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-03-09error_resilience: initialize s->block_index[].Ronald S. Bultje