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
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
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-26mpegvideo_enc: fix indentation in load_input_picture()Anton Khirnov
2013-01-26mpegvideo_enc: do not modify the input frame.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-04mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
2012-08-20mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov
2012-08-18mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-03-01h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö
2012-02-29mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-22mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-19mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö