401 Commits (7a5c850be9b2716e1cf0edb187f1b2d0f48585b8)

Author SHA1 Message Date
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Michael Niedermayer acbb378d1d Fix timestamp association for mpeg2 field pictures. 15 years ago
Carl Eugen Hoyos b52fcba9cd Fix decoding ATI VCR2 codec, sample in 15 years ago
Michael Niedermayer 7a14430ed7 Be less picky on invalid frame_pred_frame_dct values. 15 years ago
Carl Eugen Hoyos 6e4f40e1f4 Cosmetics: Reindent after r20679. 15 years ago
Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago
Michael Niedermayer 52069c4d3c Move "slice below image" check from mpeg_decode_slice to its caller. 15 years ago
Michael Niedermayer d52b4abe8b Move dummy picture allocation code from mpeg1/2 to mpegvideo. 15 years ago
Michael Niedermayer 078cdecf9e Set mb_y in mpeg2 field pictures like h264 does. 15 years ago
Michael Niedermayer ab8c48de8c Start decoding from seq/gop too, not just I frames. 15 years ago
Michael Niedermayer f0ec239438 Fix dual prime motion compensation in field pictures. 15 years ago
Michael Niedermayer aeaef4ed63 Print errors instead of just ignoring contradictionary values in mpeg2 silently. 15 years ago
Michael Niedermayer 87f6806069 Override a few values read so as to ensure that things are not inconsistent. 15 years ago
Michael Niedermayer d9b99556bf Restructure dummy frame allocation. 15 years ago
Michael Niedermayer 9d13016690 Make sure field_select is not set to nonsensical values even if unused. 15 years ago
Michael Niedermayer 1c3260939d Factorize "s->first_slice = 1" out. 15 years ago
Michael Niedermayer 88eba670fb Also check the location of the picture start code and picture coding 15 years ago
Michael Niedermayer fc23d843e1 Check order of startcodes, ignore some obviously wrong ones. 15 years ago
Michael Niedermayer bbf266fdb5 Move mpeg_decode_postinit() out of bitstream decoding functions, it does not 15 years ago
Michael Niedermayer 1206f1d630 Inline mpeg_decode_extension, will simplify future changes. 15 years ago
Michael Niedermayer 191ad11e91 Simplify mpeg_decode_user_data() 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 years ago
Gwenole Beauchesne 25450bb252 Move down HWAccel code path so that to fill in s->mb_x first. 15 years ago
Baptiste Coudurier 6be8b20466 Revert r19317, "simplify slice_end, return size of output frame". 16 years ago
Baptiste Coudurier f7f1eb6cc9 simplify slice_end, return size of output frame 16 years ago
Baptiste Coudurier a4a750d3b2 Rename alloc_picture to ff_alloc_picture and move its definition 16 years ago
Wolfram Gloger ed1dc74e18 Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. 16 years ago
Reimar Döffinger 936bb4a9bc Add a forward declaration of mpeg1_decode_block_intra to fix compilation 16 years ago
Måns Rullgård db2f209352 mpeg12: fix non-standard use of "extern inline" 16 years ago
Baptiste Coudurier 9d9a623925 decode mpeg-2 closed gop first b frames, fix issue #824 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Michael Niedermayer 9c24cd7236 Extract colorspace fields from MPEG1/2. 16 years ago
Michael Niedermayer 714127812c Ignore first entry of intra matrixes if it is invalid. 16 years ago
Michael Niedermayer 45ccc61a06 Factorize quantization matrix loading code out. 16 years ago
Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Michael Niedermayer a4c7a5ea27 Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead 16 years ago
Diego Biurrun 326b554ccf xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. 16 years ago
Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 16 years ago
Gwenole Beauchesne 6aca2c6785 Remove superfluous call to mpeg_decode_slice() for hwaccel, this 16 years ago
Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 16 years ago
Michael Niedermayer 765e94ef9e More AVhwaccel hunks from Gwenole Beauchesne. 16 years ago
Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 16 years ago
Michael Niedermayer a05aa821b6 add ff_find_hwaccel() by Gwenole Beauchesne 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Ivan Kalvachev 4acfdcab26 Cosmetics 16 years ago