summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-22
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-21
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-21
* h264: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-21
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-21
* h264: fix bit depth changes with frame threadingJanne Grunau2013-03-20
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-19
* mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes2013-03-19
* lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov2013-03-19
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov2013-03-18
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* atrac3: avoid oversized shifting in decode_bytes()Xi Wang2013-03-15
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-15
* ape: provide two additional bytes in buffer for old MAC versionsKostya Shishkov2013-03-15
* ape: make version-dependent decoding functions called via pointersKostya Shishkov2013-03-15
* vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau2013-03-14
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-13
* avpacket: copy side data type and size in av_dup_packetJanne Grunau2013-03-13
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-13
* rawdec: fix a typo -- || instead of |Nicolas George2013-03-13
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-12
* vda: remove async decoder leftoversLuca Barbato2013-03-12
* avframe: call release_buffer only if it is setJanne Grunau2013-03-11
* pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-11
* h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov2013-03-11
* h264_refs: cosmetics, reformatAnton Khirnov2013-03-11
* h264: remove a useless svq3 conditionAnton Khirnov2013-03-11
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-11
* mpegvideo: reindentAnton Khirnov2013-03-11
* mpegvideo: remove useless references to h264 and svq3Anton Khirnov2013-03-11
* lavc: remove disabled FF_API_IDCT cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_SNOW cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_MMI cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov2013-03-11
* ra144: check buffer size before requesting a bufferJanne Grunau2013-03-10