aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-262-33/+34
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-251-22/+455
* h264: Remove an unused variableMartin Storsjö2013-03-251-1/+0
* x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-251-6/+6
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
* x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-231-7/+0
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-221-16/+22
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-211-7/+0
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-216-18/+18
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-217-12/+12
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-216-12/+12
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-214-9/+9
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-215-25/+25
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-218-44/+44
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-217-30/+30
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-214-18/+18
* h264: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-211-25/+20
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-212-5/+4
* h264: fix bit depth changes with frame threadingJanne Grunau2013-03-201-0/+5
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-191-14/+12
* h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-191-8/+9
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-191-0/+1
* mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes2013-03-191-3/+5
* lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov2013-03-191-11/+23
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov2013-03-181-2/+12
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* atrac3: avoid oversized shifting in decode_bytes()Xi Wang2013-03-151-1/+4
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-151-2/+89
* ape: provide two additional bytes in buffer for old MAC versionsKostya Shishkov2013-03-151-1/+3
* ape: make version-dependent decoding functions called via pointersKostya Shishkov2013-03-151-59/+123
* vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau2013-03-141-1/+1
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-1319-33/+31
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-1336-104/+107
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-1315-19/+26
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-133-0/+12
* avpacket: copy side data type and size in av_dup_packetJanne Grunau2013-03-131-1/+4
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-133-3/+4
* rawdec: fix a typo -- || instead of |Nicolas George2013-03-131-1/+1
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-1218-285/+444
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-121-3/+2
* vda: remove async decoder leftoversLuca Barbato2013-03-121-44/+3
* avframe: call release_buffer only if it is setJanne Grunau2013-03-111-1/+2
* pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-111-0/+1
* h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov2013-03-111-2/+3
* h264_refs: cosmetics, reformatAnton Khirnov2013-03-111-187/+213
* h264: remove a useless svq3 conditionAnton Khirnov2013-03-111-5/+2
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-112-3/+0
* mpegvideo: reindentAnton Khirnov2013-03-111-84/+84
* mpegvideo: remove useless references to h264 and svq3Anton Khirnov2013-03-111-16/+7