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-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
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-07mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-11mpegvideo: remove FMT_H264Anton Khirnov
2013-03-09lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov