summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-271-2/+1
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-271-1/+1
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-171-0/+3
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-171-2/+9
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-151-5/+15
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+4
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-051-3/+4
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-011-0/+4
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-011-64/+23
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-081-1/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-021-2/+5
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-021-1/+1
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-011-3/+0
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-271-1/+19
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-1/+2
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-251-4/+10
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-241-1/+1
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-241-0/+2
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-231-0/+2
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-221-8/+10
OpenPOWER on IntegriCloud