51 Commits (762e18da3fe64dbe7d3091fddf99aeee164017cc)

Author SHA1 Message Date
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 1d5d666601 avcodec/msmpeg4: Factor out common RLTable initialization code 4 years ago
Andreas Rheinhardt e9bcb08794 avcodec/msmpeg4dec: Avoid duplication of VLC init code 4 years ago
Andreas Rheinhardt d4b9e117ce Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init()" 4 years ago
Andreas Rheinhardt d8b2fae3c7 avcodec/msmpeg4: Inline number of motion vectors 4 years ago
Andreas Rheinhardt fbb81ea2c6 avcodec/msmpeg4dec: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt 27eea249cc avcodec/msmpeg4dec: Reuse identical MV VLC 4 years ago
Andreas Rheinhardt d90d0a715f avcodec/msmpeg4dec: Reuse identical RL VLCs 4 years ago
Andreas Rheinhardt b0c4748770 avcodec/msmpeg4dec: Don't initialize unused RL VLCs 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 5 years ago
Michael Niedermayer 09ec182864 avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size 6 years ago
Michael Niedermayer f9cb17f988 avcodec/msmpeg4dec: Check for input end in msmpeg4v34_decode_mb() 7 years ago
Michael Niedermayer 15e892aad1 avcodec/msmpeg4dec: Check for cbpy VLC errors 8 years ago
Michael Niedermayer 1121d92707 avcodec/msmpeg4dec: Correct table depth 8 years ago
Michael Niedermayer cde007dcd3 avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecs 8 years ago
Diego Biurrun f2f145f303 msmpeg4: Drop disabled debug cruft 9 years ago
Diego Biurrun 4f98bb7b6d msmpeg4: Remove commented-out debug logging code 9 years ago
Diego Biurrun eedbeb4c27 msmpeg4: Remove some broken, commented-out cruft 9 years ago
Diego Biurrun dc40a70c57 Drop unnecessary libavutil/x86/asm.h #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer d9b56895b5 avcodec/mpegvideo: change bit_rate to 64bit 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Michael Niedermayer 61edda9a4a avcodec/msmpeg4dec: initialize dir_ptr in error cases 11 years ago
Michael Niedermayer 81230e2612 avcodec/msmpeg4dec: print error in case of invalid vlc in msmpeg4_decode_dc for version <=2 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Michael Niedermayer b4eb06d325 msmpeg4: ignore negative DC overflow 12 years ago
Martin Storsjö 3891a270f5 msmpeg4: Split decoding related functions to a separate file 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 03b9d4a7dc msmpeg4dec: fix coeff index 12 years ago
Peter Ross 33181975b5 mpsmpeg4: use av_image_check_size 13 years ago
Michael Niedermayer b7b7e2348c msmpeg4dec: check w/h, prevent assert failure later 13 years ago
Michael Niedermayer 6c8d259ab1 msmpeg4dec: fix init code to not fail when called from 2 threads at the same time. 13 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 13 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 13 years ago
Michael Niedermayer aee7b88cc0 msmpeg4v2: initialize mb_type array 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 2f4b476e04 msmpeg4: Split encoding backend code off from general backend code. 13 years ago