summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* 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
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-15
* bfin: fix function prototypesMåns Rullgård2010-03-08
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-06
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-08
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-07
* Split out intel H263 decoder.Michael Niedermayer2010-01-07
* Split flv decoding out.Michael Niedermayer2010-01-07
* Split out flv encoding.Michael Niedermayer2010-01-07
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-07
* Document h263_get_picture_format().Michael Niedermayer2010-01-07
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Raise MAX_THREADS to 16.Frank Barchard2009-10-15
* Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård2009-08-26
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23