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
2014-11-06mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara
2014-11-06mpegvideo_enc: rework direct mode checkVittorio Giovara
2014-10-18lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: deprecate unused mb_threshold fieldAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-09-08Split off floating point AAN (I)DCT into separate componentsDiego Biurrun
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-25mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun
2014-07-23mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-07dsputil: Split off *_8x8basis to a separate contextDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2014-06-27mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun
2014-06-11mpegvideoenc: check color_rangeVittorio Giovara
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-05-01lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov
2014-04-21mpegvideo: Use the current_picture ptsMichael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-03-13dsputil: Drop ff_check_alignment() functionDiego Biurrun
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-22mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2014-01-03mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov
2013-12-05ljpegenc: deMpegEncContextizeAnton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov
2013-12-05mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov
2013-12-05mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...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-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-16mpegvideo_enc: use the AVFrame API properly.Anton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-14lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov