summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* dpx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* dnxhddec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* dirac: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cdxl: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* avs: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* ansi: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* lavc/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-31
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31
* lavc: add error checking to apply_param_change.Anton Khirnov2013-10-30
* libopenjpegdec: return meaningful error codesAnton Khirnov2013-10-30
* h264: Check all allocationsDerek Buitenhuis2013-10-29
* 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