summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: remove old unused audio conversion functions.Anton Khirnov2013-10-28
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-28
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-28
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-28
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-28
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-28
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-28
* h263: Return meaningful errorsLuca Barbato2013-10-28
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-27
* mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara2013-10-27
* fft-test: add a missing #includeAnton Khirnov2013-10-26
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-25
* fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-25
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-25
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-24
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-23
* h263: K&R formatting cosmeticsLuca Barbato2013-10-23
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-23
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-23
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-22
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-22
* 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