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