summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
...
* 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
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje2011-03-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-10
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-23
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Do not skip one of three bits zero padding.Daniel Kristjansson2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-21
* Fix decoding ATI VCR2 codec, sample inCarl Eugen Hoyos2010-01-24
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-12
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-05
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-30
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30
* Start decoding from seq/gop too, not just I frames.Michael Niedermayer2009-11-30
* Fix dual prime motion compensation in field pictures.Michael Niedermayer2009-11-30
* Print errors instead of just ignoring contradictionary values in mpeg2 silently.Michael Niedermayer2009-11-29
* Override a few values read so as to ensure that things are not inconsistent.Michael Niedermayer2009-11-29