533 Commits (3c033d00f5990e48b14f962d33c362f76695fb07)

Author SHA1 Message Date
Michael Niedermayer bf5386385d mpeg12: switch to av_assert 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Michael Niedermayer 038eb59b3a mpeg2dec: support slice_vertical_position_extension 13 years ago
Michael Niedermayer de1824e970 mpeg12: fix logic that prevents extradata from being parsed twice. 13 years ago
Michael Niedermayer e20f46481b mpeg12: print an error when there was a frame in extradata. 13 years ago
Hendrik Leppkes 1d4a01474d mpeg12: fixed parsing in some mpeg2 streams 13 years ago
Michael Niedermayer 951cbea56f mpeg12dec: reset data size after parsing extradata. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Gwenole Beauchesne 9cb150c9ab hwaccel: mpeg2: decode first field, if requested. 13 years ago
Michael Niedermayer a931d87727 mpeg12dec: Prevent f_code from becoming invalid. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Carl Eugen Hoyos 289520fd97 Reduce the verbosity of a mpeg1/2 invalid intra-matrix warning. 13 years ago
Carl Eugen Hoyos 3546f680d5 Add missing newline to mpeg1/2 intra matrix error message. 13 years ago
Michael Niedermayer 491d8353e8 mpeg12dec: print the value that is being ignored in load_matrix() 13 years ago
Clément Bœsch ed67dac093 mpeg12: use av_mpegtc_to_timecode_string(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Hendrik Leppkes 378b7beff5 mpeg12: fixed parsing in some mpeg2 streams 13 years ago
Jindřich Makovička a85ce653fb mpeg12: check for available bits to avoid an infinite loop 13 years ago
Michael Niedermayer 52889b543d mpeg12dec: BW10 support 13 years ago
Michael Niedermayer 0d5c810bd5 mpeg12dec: check uppercased codec_tag. 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Michael Niedermayer a40f6a5c69 mpeg12dec: reset first_field with picture_structure changes. 13 years ago
Michael Niedermayer 549749c68e mpeg12: disable checked reader. 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Clément Bœsch b1ca5634fd mpeg12: raise timecode to codec context. 13 years ago
Michael Niedermayer b0ccebe448 mpeg12dec: correct AV_EF flags. 13 years ago
Anton Khirnov 15946eb8a9 lavc: remove "legacy" mpegvideo decoder. 13 years ago
Michael Niedermayer 9c020810c1 Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
Janne Grunau d99fe3a478 mpeg12: fix mpeg_decode_slice context parameter type 13 years ago
Michael Niedermayer fe906830fd Revert "mpeg12: move closed_gop from MpegEncContext to Mpeg1Context" 13 years ago
Janne Grunau cd8c64e197 Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
Anton Khirnov 3fc0830432 mpeg12: move closed_gop from MpegEncContext to Mpeg1Context 13 years ago
Anton Khirnov da22ba7df4 mpeg12: move full_pel from MpegEncContext to Mpeg1Context 13 years ago
Anton Khirnov cc05a45d33 mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Anton Khirnov 9138a130cd lavc: use avpriv_ prefix for ff_frame_rate_tab. 13 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 13 years ago
Clément Bœsch 057161d39b mpeg12: remove '[' and ']' around last timecode field to match std representation. 13 years ago
Michael Niedermayer f0ff822ccb mpeg12dec: Support invalid field motion types, 13 years ago
Michael Niedermayer d6c21c7a64 mpeg12dec: assert no field frame mess 13 years ago
Michael Niedermayer 4e3303cf31 mpeg12dec: dont consider parsing extradata as having achived sync. 13 years ago
Clément Bœsch efb1ce28b2 mpeg12: use drop_frame_flag to fix timecode debug format. 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago