summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-041-4/+4
* mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö2013-01-311-1/+1
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-291-5/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-25/+25
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+2
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-1/+2
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-131-0/+6
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-1/+1
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-0/+4
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-191-0/+2
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-3/+3
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-1/+1
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-241-0/+1
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-0/+15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* mpegvideo: remove VLAsRonald S. Bultje2012-07-041-0/+6
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-141-1/+1
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-011-0/+4
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-1/+5
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-0/+2
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+23
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-1/+10
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-17/+17
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-7/+7
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-1/+0
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-0/+1
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-2/+0
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-0/+3
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-7/+6
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-241-0/+1
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-1/+0
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-1/+0
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-5/+0
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-111-1/+1
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-051-2/+1
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-311-0/+1
OpenPOWER on IntegriCloud