500 Commits (4093d130d1934edcd098014d306492173527f1f6)

Author SHA1 Message Date
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
Mans Rullgard aa498fef0d mpeg124: use sign_extend() function 13 years ago
Michael Niedermayer 5bebb6e64b mpeg1dec: More complete sofdec support 13 years ago
Anton Khirnov e5b29c1f6b lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* 13 years ago
Michael Niedermayer 86dd4b0495 mpeg2dec: support CODEC_FLAG2_SHOW_ALL. 13 years ago
Diego Biurrun a05ea77c9f mpeg12: reorder functions to avoid ugly forward declarations 13 years ago
Joakim Plate 340e6735fe mpeg12dec: if lavc's mpeg2 decoder was asked to drop a frame, it could still output an old frame, and mess up timestamps 13 years ago
Diego Biurrun 6192b6f3e7 mpeg12: cosmetics: reformat as K&R 13 years ago
Dustin Brody ff17fc6353 mpeg12: propagate more real return values through chunk decode error return and fix some indentation 13 years ago
Dustin Brody 09c274e067 mpeg12: propagate chunk decode errors and fix conditional indentation 13 years ago
Dustin Brody 2bfdb34c8a mpeg12: remove repeat-field code disabled since May 2002 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Ronald S. Bultje cdc5a3a194 mpeg1video: add CODEC_CAP_SLICE_THREADS. 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Michael Niedermayer 225083ac0a mpeg12: replace 2 asserts by av_assert0 14 years ago
Michael Niedermayer d8999306e5 mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Ronald S. Bultje 508a24f8dc mpeg12: add slice-threading checks to slice-threading initializers. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 62d33dbc17 mpeg12: terminate mpeg2_video_profiles arrays 14 years ago
Stefano Sabatini e5d80c7b2d mpeg12: terminate mpeg2_video_profiles arrays 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago