summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* g2meet: Respect cursor_stride properly everywhereKostya Shishkov2013-09-251-0/+3
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-241-5/+11
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-242-1/+8
* cabac: remove write-only h264_mps_state[]Anton Khirnov2013-09-241-6/+2
* lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-241-0/+6
* h264_sei: check SEI sizeMichael Niedermayer2013-09-241-0/+6
* h264: do not discard NAL_SEI when skipping framesRainer Hochecker2013-09-241-2/+3
* h264: log extradata skip only for non-ignored NALsVittorio Giovara2013-09-241-2/+5
* h264_sei: log unknown sei messagesVittorio Giovara2013-09-241-0/+1
* mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö2013-09-241-8/+8
* h263dec: Remove a hack that can cause infinite loopsMartin Storsjö2013-09-231-13/+0
* vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö2013-09-221-0/+4
* vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer2013-09-221-2/+6
* vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö2013-09-221-0/+3
* vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö2013-09-221-1/+5
* vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö2013-09-221-2/+13
* wnv1: Make sure the input packet is large enoughMartin Storsjö2013-09-221-0/+5
* h264: remove an unused static constantVittorio Giovara2013-09-201-2/+0
* dcadec: Validate the lfe parameterMartin Storsjö2013-09-201-0/+5
* fraps: Make the input buffer size checks more strictMartin Storsjö2013-09-191-11/+19
* svq3: Avoid a division by zeroMartin Storsjö2013-09-191-1/+2
* qpeg: Add checks for running out of rows in qpeg_decode_interMartin Storsjö2013-09-191-0/+4
* mpegaudiodec: Validate that the number of channels fits at the given offsetMartin Storsjö2013-09-191-1/+2
* asvdec: Verify the amount of extradataMartin Storsjö2013-09-191-0/+5
* rv34: Fix a memory leak on errorsMartin Storsjö2013-09-191-2/+6
* rv10: Validate the dimensions set from the containerMartin Storsjö2013-09-191-0/+3
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-185-5/+104
* aacdec: Add support for Error Resilience syntax.Alex Converse2013-09-181-10/+102
* Add a WebP decoderJustin Ruggles2013-09-188-10/+1483
* lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles2013-09-181-0/+10
* twinvqdec: Check the ibps parameter separatelyMartin Storsjö2013-09-171-0/+4
* dca_parser: Handle changes in DCA frame sizeJohn Stebbins2013-09-171-6/+9
* jpeg2000dec: Add more checks when parsing headersMartin Storsjö2013-09-171-0/+4
* ffv1: Make sure at least one slice context is initializedMartin Storsjö2013-09-171-0/+4
* eacmv: Make sure a reference frame exists before referencing itMartin Storsjö2013-09-171-3/+4
* truemotion2: Use av_freep properly in an error pathMartin Storsjö2013-09-171-8/+8
* mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö2013-09-171-3/+9
* ivi_common: Make sure color planes have been initializedMartin Storsjö2013-09-171-0/+5
* rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-172-2/+6
* mace: Make sure that the channel count is set to a valid valueMartin Storsjö2013-09-171-2/+2
* svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö2013-09-171-3/+3
* x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
* Fix references to deleted avcodec_encode_video() functionVittorio Giovara2013-09-161-1/+1
* avpacket: Fix error checking in packet_allocMartin Storsjö2013-09-161-3/+4
* vp3: Check the framerate for validityMartin Storsjö2013-09-161-0/+4
* proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö2013-09-161-1/+1
* cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö2013-09-161-0/+5
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-151-1/+1
* pcm-dvd: Minor leftoversChristian Schmidt2013-09-131-3/+2
* pcm-dvd: Support channel configuration changesChristian Schmidt2013-09-131-1/+3
OpenPOWER on IntegriCloud