167 Commits (7f42bfad5d763f06d6fb6e91a8cef78f7fad9bf2)

Author SHA1 Message Date
Michael Niedermayer 1bd024ec77 mpeg4videodec: split static decoder table init out 12 years ago
Michael Niedermayer d3d715ff13 mpeg4videodec: Recalculate timebase in case of guessing time increment bits 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer c6c560deed mpeg4videodec: fix integer avoption types 12 years ago
Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 12 years ago
Michael Niedermayer d48ebfbdea mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in this function" 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Carl Eugen Hoyos 7f5fae1e48 mpeg4videodec: Add two missing format specifiers for debug output. 13 years ago
Carl Eugen Hoyos 34aa61a36d mpeg4videodec: Use format specifier PRId64 for int64_t. 13 years ago
Michael Niedermayer 43c609374a mpeg4videodec: use av_assert 13 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Michael Niedermayer b02cc2ddc6 mpeg4videodec: Check that cplx_estimation_* fits in the available space 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Michael Niedermayer 307562be98 mpeg4videodec: print more debug info for debug_pict_info 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Michael Niedermayer a10f71c1d6 vc1dec: add missing terminating element to mpeg4_video_profiles 13 years ago
Michael Niedermayer 50ec8a2acd mpeg4videodec: Force quant_precision to stay within the valid range. 13 years ago
Michael Niedermayer 6c249392fa mpeg4videodec: make sure f/b_code are not invalid values. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Martin Storsjö 6f13a371ec mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Michael Niedermayer fc5c49ab32 mpeg4videodec: Fix division by zero in mpeg4_decode_sprite_trajectory() 13 years ago
Michael Niedermayer 06192e42fd mpeg4: disable checked bitstream reader, overreads are not possible. 13 years ago
Mans Rullgard 86a10281c7 get_bits: remove LAST_SKIP_CACHE macro 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Michael Niedermayer c9cab022a3 mpeg4dec: restore error concealment functionality after merge 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Carl Eugen Hoyos fab5973fa5 Be less verbose when skipping MPEG-4 ASP frames. 13 years ago
Michael Niedermayer be4c9a440f mpeg4videodec: dont treat empty frames as errors for QMP4, it seems thats normal. 13 years ago
Michael Niedermayer f51e5015ad mpeg4videodec: export quarter_sample & divx_packed 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Mans Rullgard 581810f502 mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header 13 years ago
Michael Niedermayer fe0ac337bd mpeg4videodec: Fix new slice end detection for missing slices. 13 years ago
Michael Niedermayer 78a041a9db mpeg4videodec: rewrite the slice end detection of non partitioned packets. 13 years ago
Dustin Brody 4326f6f525 mpeg4videodec: remove dead code that would have detected erroneous encoding 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Michael Niedermayer 9e4ed295da mpeg4_decode_profile_level: fix indention 14 years ago
Michael Niedermayer 52e24c7d7e mpeg4videodec: simplify mpeg4_decode_profile_level() 14 years ago
Thierry Foucu c4ab43ff3c mpeg4: add Mpeg4 Profiles names. 14 years ago
Thierry Foucu 0637e50579 mpeg4: decode Level Profile for MPEG4 Part 2. 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Michael Niedermayer 9251942ca7 Fix mpeg4 padding bug detection with more than 128bit trash and slices. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 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
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago