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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27msmpeg4: Split decoding related functions to a separate fileMartin Storsjö
2013-03-27mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
2013-03-27vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau
2013-03-27vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau
2013-03-26hwaccel: fix use with frame based multithreadingJanne Grunau
2013-03-26utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau
2013-03-26x86: vc1dsp: Fix indentationMartin Storsjö
2013-03-26h264: Make it possible to compile without error_resilienceRonald S. Bultje
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-25ape: 3.80-3.92 decoding supportKostya Shishkov
2013-03-25h264: Remove an unused variableMartin Storsjö
2013-03-25x86: consistently use unaligned movs in the unaligned bswapJanne Grunau
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