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-11-11mpegvideo: check mpv return valueVittorio Giovara
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-07-22aarch64: NEON intrinsics dct_unquantize_h263.James Yu
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-22mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-11mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-29dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun
2014-05-11hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov
2014-04-29mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-23lavc: drop ff_pixfmt_list_420Vittorio Giovara
2014-03-17mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17er: move relevant fields from Picture to ERPictureVittorio Giovara
2014-03-17mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara
2014-01-29mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-20mpegvideo: allocate edges when encoding.Anton Khirnov
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ö