summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* pthread: Avoid spurious wakeupsBen Jackson2013-10-21
* mpegvideo: Move 8x8 in a separate functionLuca Barbato2013-10-15
* mpegvideo: Move obmc in a separate functionLuca Barbato2013-10-15
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-15
* mpegvideo: K&R formatting cosmeticsLuca Barbato2013-10-15
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-15
* h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura2013-10-15
* bitstream: Check the result of av_malloc()Diego Biurrun2013-10-15
* cavs: more K&R formatting cosmeticsDiego Biurrun2013-10-15
* mpegaudio_tablegen: Don't use llrintDerek Buitenhuis2013-10-15
* cos_tablegen: Don't use lrintDerek Buitenhuis2013-10-15
* tablegen: Don't use cbrtf in host toolsDerek Buitenhuis2013-10-15
* tableprint: Fix use of a size_t print with MSVCDerek Buitenhuis2013-10-15
* cavs: Check for negative cbpLuca Barbato2013-10-13
* cavs: Return meaningful error valuesLuca Barbato2013-10-13
* cavs: K&R formatting cosmeticsLuca Barbato2013-10-13
* pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-13
* indeo4: Check the inherited quant_matLuca Barbato2013-10-13
* indeo4: Check the block size if reusing the band configurationLuca Barbato2013-10-13
* lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov2013-10-12
* lavc doxy: remove false statements about alignment requirements.Anton Khirnov2013-10-12
* 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