summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov2012-09-29
* mpeg12: move mpeg_decode_frame() lowerAnton Khirnov2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-03
* Remove lowres video decodingMans Rullgard2012-04-21
* hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne2012-04-08
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron2012-04-06
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-19
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-27
* mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau2011-10-24
* 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
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-23
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* mpeg124: use sign_extend() functionMans Rullgard2011-10-09
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-13
* mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-06
* mpeg12: propagate more real return values through chunk decode error return a...Dustin Brody2011-09-05
* mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-25
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-15
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-13
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer2011-06-10
* Remove unused variablesMans Rullgard2011-06-02
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje2011-05-18
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-28
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-09