summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-231-2/+4
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-151-1/+1
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-211-1/+1
* Fix decoding ATI VCR2 codec, sample inCarl Eugen Hoyos2010-01-241-0/+3
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-121-1/+1
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-051-14/+14
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-011-0/+5
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-301-4/+6
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-301-19/+0
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-301-9/+12
* Start decoding from seq/gop too, not just I frames.Michael Niedermayer2009-11-301-8/+20
* Fix dual prime motion compensation in field pictures.Michael Niedermayer2009-11-301-3/+5
* Print errors instead of just ignoring contradictionary values in mpeg2 silently.Michael Niedermayer2009-11-291-2/+10
* Override a few values read so as to ensure that things are not inconsistent.Michael Niedermayer2009-11-291-0/+7
* Restructure dummy frame allocation.Michael Niedermayer2009-11-291-6/+19
* Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer2009-11-291-1/+1
* Factorize "s->first_slice = 1" out.Michael Niedermayer2009-11-281-2/+1
* Also check the location of the picture start code and picture codingMichael Niedermayer2009-11-281-1/+8
* Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer2009-11-281-1/+17
* Move mpeg_decode_postinit() out of bitstream decoding functions, it does notMichael Niedermayer2009-11-281-3/+5
* Inline mpeg_decode_extension, will simplify future changes.Michael Niedermayer2009-11-281-31/+19
* Simplify mpeg_decode_user_data()Michael Niedermayer2009-11-281-12/+5
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-1/+1
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-061-1/+1
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-161-13/+13
* Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier2009-07-011-5/+9
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-011-9/+5
OpenPOWER on IntegriCloud