summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* Remove lowres video decodingMans Rullgard2012-04-21
* h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-14
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-24
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-05
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-31
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-31
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-03
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-04
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02