summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-191-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-1/+3
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-4/+4
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-3/+4
* lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-271-15/+0
* mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau2011-10-241-4/+3
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-241-8/+7
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-3/+4
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-7/+8
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-231-13/+0
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-13/+13
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-4/+4
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-4/+4
* w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
* mpeg124: use sign_extend() functionMans Rullgard2011-10-091-4/+2
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-211-1/+1
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-131-532/+521
* mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-061-768/+751
* mpeg12: propagate more real return values through chunk decode error return a...Dustin Brody2011-09-051-21/+19
* mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-251-4/+24
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-151-12/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-54/+48
* mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-131-1/+1
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-25/+25
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-2/+0
* mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer2011-06-101-2/+16
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-4/+32
* mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje2011-05-181-3/+3
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-23/+23
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-8/+0
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-2/+2
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-091-1/+1
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+4
* mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje2011-03-241-1/+13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-101-0/+13
* Replace dprintf with av_dlogLuca Barbato2011-01-291-20/+20
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-6/+6
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-32/+0
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-051-2/+5
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-271-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+3
* Do not skip one of three bits zero padding.Daniel Kristjansson2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
OpenPOWER on IntegriCloud