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-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-04mpegvideo: simplify REBASE_PICTUREAnton Khirnov
2013-01-31mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö
2013-01-29mpegvideo: remove some unused variables from Picture.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-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-19mpeg4: support frame parameter changes with frame-mtJanne Grunau
2012-09-19mpegvideo: add reinit function for frame parameter changesJanne Grunau
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
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-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-15h264: increase reference poc list from 16 to 32.Ronald S. Bultje
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-19mpegvideo_enc: switch to encode2().Anton 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ö
2012-02-16mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-24Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau
2011-10-23mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-10-23mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-05mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje