Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
2013-03-24x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö
2013-03-22tscc2: allocate AVFrame properly.Anton Khirnov
2013-03-21h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-21h264: merge common_init() into ff_h264_decode_init.Anton Khirnov
2013-03-21h264: make ff_h264_frame_start static.Anton Khirnov
2013-03-20h264: fix bit depth changes with frame threadingJanne Grunau
2013-03-19mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-19h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-19pthread: unref already decoded frames when flushing the decoderHendrik Leppkes
2013-03-19mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes
2013-03-19lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-18mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-15atrac3: avoid oversized shifting in decode_bytes()Xi Wang
2013-03-15add support for Monkey's Audio versions from 3.93Kostya Shishkov
2013-03-15ape: provide two additional bytes in buffer for old MAC versionsKostya Shishkov
2013-03-15ape: make version-dependent decoding functions called via pointersKostya Shishkov
2013-03-14vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-03-13avpacket: copy side data type and size in av_dup_packetJanne Grunau
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer
2013-03-13rawdec: fix a typo -- || instead of |Nicolas George
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-03-12vda: remove async decoder leftoversLuca Barbato
2013-03-11avframe: call release_buffer only if it is setJanne Grunau
2013-03-11pthread: unref the decoded but not returned frames on close.Anton Khirnov
2013-03-11h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov
2013-03-11h264_refs: cosmetics, reformatAnton Khirnov
2013-03-11h264: remove a useless svq3 conditionAnton Khirnov
2013-03-11mpegvideo: remove FMT_H264Anton Khirnov
2013-03-11mpegvideo: reindentAnton Khirnov
2013-03-11mpegvideo: remove useless references to h264 and svq3Anton Khirnov
2013-03-11lavc: remove disabled FF_API_IDCT cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_SNOW cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_MMI cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov