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
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2014-01-03mpegvideo: remove disabled bfin asmAnton Khirnov
2014-01-03mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov
2014-01-03mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov
2014-01-03mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov
2013-12-11mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-05mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov
2013-12-05mpegvideo: make frame_size_alloc() static.Anton Khirnov
2013-12-05mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov
2013-12-05mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov
2013-12-05mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov
2013-12-05mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov
2013-12-05mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov
2013-12-05mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov
2013-12-05mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov
2013-11-19mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov
2013-11-18lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-10-31lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov
2013-10-23mpegvideo: Drop a faulty assertLuca Barbato
2013-09-24mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö
2013-08-29mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-22mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau
2013-05-20mpegvideo: unref old current_picture before allocating a new oneJanne Grunau
2013-05-17mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-23mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-19mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-19mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes
2013-03-11mpegvideo: reindentAnton Khirnov
2013-03-11mpegvideo: remove useless references to h264 and svq3Anton Khirnov
2013-03-08mpegvideo: drop vismv codeAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-07mpegvideo: Conditionally build error_resilience bitsMartin Storsjö
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-07mpegvideo: remove an unused function parameterAnton Khirnov