summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-05
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-05
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-04
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* atrac: Add missing av_coldMaxim Poliakovski2013-10-03
* atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-03
* Use correct Doxygen syntaxDiego Biurrun2013-10-03
* atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-03
* atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-03
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-02
* pcx: Return an error on broken palette if err_detect is set to 'explode'Martin Storsjö2013-09-29
* pcx: Check the packet size before assuming it fits a paletteMartin Storsjö2013-09-29
* rpza: Fix a buffer size checkMartin Storsjö2013-09-29
* xxan: Disallow odd widthMartin Storsjö2013-09-29
* xan: Only read within the data that actually was initializedMartin Storsjö2013-09-29
* xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-29
* pcx: Consume the whole packet if giving up due to missing paletteMartin Storsjö2013-09-29
* pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö2013-09-29
* alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö2013-09-29
* 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