summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-261-1/+1
| * ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-261-2/+2
| * wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-261-3/+10
| * Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-261-14/+35
| * Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-261-3/+3
| * Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-261-1/+1
| * lavc: fix type for thread_type optionAnton Khirnov2011-09-261-1/+1
| * AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-261-1/+1
| * cpu detection: avoid a signed overflowSean McGovern2011-09-261-1/+1
| * vf_scale: don't leak SWS context.Michael Niedermayer2011-09-261-0/+2
| * VC1: Fix first/last row checks with slicesAlberto Delmás2011-09-261-7/+7
| * vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-09-261-1/+1
| * h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-09-261-12/+34
| * h264: correct implicit weight table computation for long ref picsJeff Downs2011-09-261-9/+11
| * h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-09-261-1/+1
| * aac: Only output configure if audio was found.Alex Converse2011-09-261-2/+5
| * rv10/20: tell decoder to use edge emulationKostya Shishkov2011-09-261-0/+1
| * flvenc: use int64_t to store offsetsLuca Barbato2011-09-261-1/+1
| * VC-1: fix reading of custom PAR.Reimar Döffinger2011-09-261-2/+2
| * h264: notice memory allocation failureDustin Brody2011-09-261-2/+8
| * Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-09-261-1/+0
| * libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-09-261-1/+2
| * aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-09-261-2/+0
| * mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-09-261-1/+1
| * vp3/theora: flush after seek.Ronald S. Bultje2011-09-261-0/+22
| * rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-09-261-1/+1
| * Fix incorrect max_lowres valuesMans Rullgard2011-09-265-9/+1
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-09-261-0/+1
| * aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-09-261-8/+11
| * lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-09-261-1/+2
| * pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-09-261-3/+3
| * mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-09-261-2/+3
| * alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-09-262-0/+3
| * alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-09-261-0/+2
| * gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-09-261-9/+16
| * Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-261-3/+5
| * adts: Fix PCE copying.Alex Converse2011-09-261-0/+4
| * eval: fix memleak.Ronald S. Bultje2011-09-261-0/+1
| * ARM: workaround for bug in GNU assemblerMans Rullgard2011-09-261-1/+1
| * mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-09-261-1/+1
| * dca: set AVCodecContext frame_size for DTS audioJohn Stebbins2011-09-261-0/+1
| * H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-09-262-2/+4
| * swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-09-261-1/+2
* | fate: fix motion pixels checksum change caused by backported bugfixMichael Niedermayer2011-10-011-1/+1
* | avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-011-0/+5
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-011-1/+1
* | Fix out of bound reads/writes in the TIFF decoder.Laurent Aimar2011-10-011-15/+25
* | Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-011-0/+4
* | Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-011-0/+2
* | Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar...Laurent Aimar2011-10-011-2/+4