summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* prores: Reject negative run and level valuesLuca Barbato2013-10-10
* shorten: Fix out-of-array readTim Walker2013-10-10
* atrac3: Better name for IMDCT window initializationMaxim Poliakovski2013-10-10
* atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-10
* prores: Error out only on surely incomplete ac_coeffsLuca Barbato2013-10-10
* prores: Add a codepath for decoding errorsLuca Barbato2013-10-10
* vp6: Support cropping to AVCodecContext.width/heightMartin Storsjö2013-10-10
* jpeg2000: Check block lengthLuca Barbato2013-10-09
* vmnc: Use meaningful return valuesLuca Barbato2013-10-09
* vmnc: Check the cursor dimensionsLuca Barbato2013-10-09
* vmnc: Port to bytestream2Luca Barbato2013-10-09
* vmnc: K&R formatting cosmeticsLuca Barbato2013-10-09
* shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato2013-10-09
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-06
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-05
* 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