summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
* qdm2: fix signed multiplication overflowMans Rullgard2011-10-121-1/+1
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9
* libx264: support yuv422/444 output.Anton Khirnov2011-10-122-3/+25
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-126-4/+24
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-111-2/+2
* h264: fix HRD parameters parsingMans Rullgard2011-10-112-2/+16
* prores: implement multithreading.Ronald S. Bultje2011-10-111-27/+44
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-117-2/+496
* swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje2011-10-111-1/+1
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-118-95/+180
* h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-111-4/+5
* intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-111-2/+2
* mov: do not misreport empty sttsLuca Barbato2011-10-111-2/+2
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-111-46/+50
* id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-111-6/+6
* mov: read album_artist atomRaivo Hool2011-10-111-0/+1
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-111-8/+15
* doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun2011-10-112-3/+3
* flashsv: return more meaningful error valueDiego Biurrun2011-10-111-1/+1
* flashsv: fix typo in av_log() messageDiego Biurrun2011-10-111-1/+1
* smacker: validate channels and sample format.Justin Ruggles2011-10-111-0/+8
* smacker: check buffer size before reading output sizeJustin Ruggles2011-10-111-0/+5
* smacker: validate number of channelsJustin Ruggles2011-10-111-0/+4
* smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-111-14/+17
* h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-111-1/+4
* sipr: fix get_bits(0) callsMans Rullgard2011-10-111-2/+4
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-113-20/+20
* h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-101-1/+3
* error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar2011-10-101-1/+1
* 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-101-3/+4
* 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-101-3/+5
* 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-101-0/+2
* ptx: check for out of bound readsLaurent Aimar2011-10-101-0/+7
* tiffdec: fix out of bound reads/writesLaurent Aimar2011-10-101-15/+25
* eacmv: check for out of bound readsLaurent Aimar2011-10-101-0/+3
* eacmv: fix potential pointer arithmetic overflowsLaurent Aimar2011-10-101-4/+4
* adpcm: fix out of bound reads due to integer overflowLaurent Aimar2011-10-101-2/+4
* anm: prevent infinite loopLaurent Aimar2011-10-101-0/+2
* avsdemux: check for out of bound writesLaurent Aimar2011-10-101-0/+2
* avs: check for out of bound readsLaurent Aimar2011-10-101-0/+11
* avsdemux: check for corrupted dataLaurent Aimar2011-10-101-0/+2
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-101-14/+11
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-101-3/+3
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-101-12/+12
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-102-81/+102
* avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-101-2/+3
* mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-101-8/+16
OpenPOWER on IntegriCloud