summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove old unused audio conversion functions.Anton Khirnov2013-10-283-187/+0
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-281-1/+1
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-283-10/+0
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-281-1/+1
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-281-1/+1
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-286-7/+24
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-281-3/+3
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-281-6/+11
* h263: Return meaningful errorsLuca Barbato2013-10-281-21/+30
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-271-2/+4
* mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara2013-10-271-1/+2
* fft-test: add a missing #includeAnton Khirnov2013-10-261-0/+1
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-251-6/+6
* fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-251-1/+4
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-251-1/+4
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-241-12/+6
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-231-136/+178
* h263: K&R formatting cosmeticsLuca Barbato2013-10-231-322/+361
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-231-2/+6
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-235-35/+660
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-231-10/+9
* 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