summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-311-0/+1
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-0/+1
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-031-1/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-1/+2
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-041-0/+1
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-3/+15
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-2/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-5/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-291-12/+17
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-151-1/+1
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-151-0/+1
* bfin: fix function prototypesMåns Rullgård2010-03-081-0/+1
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-061-0/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-47/+0
OpenPOWER on IntegriCloud