aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-221-5/+2
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-221-1/+1
* pthread: Avoid spurious wakeupsBen Jackson2013-10-211-2/+7
* mpegvideo: Move 8x8 in a separate functionLuca Barbato2013-10-151-65/+79
* mpegvideo: Move obmc in a separate functionLuca Barbato2013-10-151-76/+88
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-151-0/+1
* mpegvideo: K&R formatting cosmeticsLuca Barbato2013-10-151-449/+516
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-1510-21/+25
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-153-47/+154
* h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura2013-10-151-2/+12
* bitstream: Check the result of av_malloc()Diego Biurrun2013-10-151-0/+2
* cavs: more K&R formatting cosmeticsDiego Biurrun2013-10-151-45/+44
* mpegaudio_tablegen: Don't use llrintDerek Buitenhuis2013-10-151-1/+2
* cos_tablegen: Don't use lrintDerek Buitenhuis2013-10-151-4/+9
* tablegen: Don't use cbrtf in host toolsDerek Buitenhuis2013-10-152-3/+6
* tableprint: Fix use of a size_t print with MSVCDerek Buitenhuis2013-10-151-2/+12
* cavs: Check for negative cbpLuca Barbato2013-10-131-3/+3
* cavs: Return meaningful error valuesLuca Barbato2013-10-131-10/+10
* cavs: K&R formatting cosmeticsLuca Barbato2013-10-131-191/+225
* pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
* indeo4: Check the inherited quant_matLuca Barbato2013-10-131-6/+12
* indeo4: Check the block size if reusing the band configurationLuca Barbato2013-10-131-0/+8
* lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov2013-10-121-6/+18
* lavc doxy: remove false statements about alignment requirements.Anton Khirnov2013-10-121-10/+0
* prores: Reject negative run and level valuesLuca Barbato2013-10-101-0/+4
* shorten: Fix out-of-array readTim Walker2013-10-101-1/+1
* atrac3: Better name for IMDCT window initializationMaxim Poliakovski2013-10-101-2/+2
* atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-101-10/+0
* prores: Error out only on surely incomplete ac_coeffsLuca Barbato2013-10-101-1/+1
* prores: Add a codepath for decoding errorsLuca Barbato2013-10-101-29/+42
* vp6: Support cropping to AVCodecContext.width/heightMartin Storsjö2013-10-101-4/+14
* jpeg2000: Check block lengthLuca Barbato2013-10-091-0/+7
* vmnc: Use meaningful return valuesLuca Barbato2013-10-091-9/+9
* vmnc: Check the cursor dimensionsLuca Barbato2013-10-091-3/+20
* vmnc: Port to bytestream2Luca Barbato2013-10-091-75/+57
* vmnc: K&R formatting cosmeticsLuca Barbato2013-10-091-157/+195
* shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato2013-10-091-2/+8
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-071-32/+42
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-072-14/+9
* x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-061-2/+10
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-053-39/+67
* x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-051-11/+11
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-053-16/+28
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-041-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03267-338/+338
* atrac: Add missing av_coldMaxim Poliakovski2013-10-031-1/+1
* atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-033-75/+118
* Use correct Doxygen syntaxDiego Biurrun2013-10-032-11/+11
* atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-032-21/+20
* atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-031-5/+5