1230 Commits (af9e622776c9268fd473cc23a0fd6b29f0017f64)

Author SHA1 Message Date
Michael Niedermayer 7ddedd2362 avcodec/mpegvideo: Clear thread_context array before allocating 10 years ago
Michael Niedermayer f30a7d9861 avcodec/mpegvideo: Merge thread context initialization loops 10 years ago
Clément Bœsch 622ef80e3f avcodec/mpegvideo: use av_clip() instead of nested min & max 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Michael Niedermayer 403940de24 avcodec/mpegvideo: Use FFSWAP to exchange pointers 10 years ago
Michael Niedermayer d860084c50 avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failure 10 years ago
Roman Savchenko e5d1152ccc avcodec/mpegvideo: Check pointer when allocation fail 10 years ago
Anton Khirnov fa1923f182 mpegvideo: Move ff_*_rl functions to a separate file 10 years ago
Vittorio Giovara 419e3404d0 mpegvideo: Drop exchange_uv() function and use its code directly 10 years ago
Vittorio Giovara 4e17946f10 mpegvideo: Rework various functions not to use MpegEncContext directly 10 years ago
Vittorio Giovara a3f4c930ac mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara d528045558 mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Michael Niedermayer cf31e2df08 avcodec/mpegvideo: Fix null pointer dereference with grayscale decoding with mpeg2_field_encoding.ts 10 years ago
Michael Niedermayer 9ba5dd37a9 avcodec/mpegvideo: Fix indention 10 years ago
Michael Niedermayer 82a6e18bbb avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 44309dd294 avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2() 10 years ago
Michael Niedermayer 2391e46430 avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row() 10 years ago
Michael Niedermayer 111456682f avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index() 10 years ago
Michael Niedermayer a6baef6517 avcodec/mpegvideo: Fix memleak of mvs 10 years ago
Anton Khirnov e44b58924f lavc: deprecate unused AVCodecContext.stream_codec_tag 10 years ago
Anton Khirnov cf1e0786ed error_resilience: move the MECmpContext initialization into ER code 10 years ago
Michael Niedermayer 146a2c4e7f avcodec/mpegvideo: also export 0,0 motion vectors 10 years ago
Vittorio Giovara d75190aa93 mpegvideo: move REBASE_PICTURE where it is used 10 years ago
Michael Niedermayer 894545cb71 mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails 10 years ago
Michael Niedermayer 7a38987f24 mpegvideo: free_context_frame() cannot fail, make it return void 10 years ago
Michael Niedermayer c45eeb2dbf mpegvideo: replace assert about interlaced EC with debug av_log() 10 years ago
Vittorio Giovara 898e9a24ef mpegvideo: check mpv return value 10 years ago
Michael Niedermayer 743d489c9a avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer cfce6f7efd avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() 10 years ago
Michael Niedermayer 0d0f7f0ba4 avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change() 10 years ago
Michael Niedermayer 2762323c37 avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame_size_change() 10 years ago
Michael Niedermayer 94c61cd9ae avcodec/mpegvideo: free_context_frame() cannot fail, make it return void 10 years ago
Michael Niedermayer dcb29d37d4 avcodec/mpegvideo: set codec tags in ff_mpv_decode_init() 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Reimar Döffinger e48cd2de98 rl.h: Use on-stack temporary VLC tables instead of having them static. 10 years ago
Reimar Döffinger 2ca78936c7 rl.h: remove deprecated and now unused vlc member. 10 years ago
Clément Bœsch f888331769 avfilter: add codecview filter 11 years ago
Clément Bœsch b0352b1997 avcodec: export motion vectors in frame side data on demand 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 11 years ago
James Yu 16e6652286 aarch64: NEON intrinsics dct_unquantize_h263. 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Michael Niedermayer f32c5d1a8d avcodec/mpegvideo: clip mv visualization arrows so that their direction is maintained 11 years ago
Michael Niedermayer c8b2cf4996 avcodec/mpegvideo: flip motion vector visualization for backward motion vectors 11 years ago
Clément Bœsch 7ac7e8793d avcodec/mpegvideo: small indent fix in vismv code 11 years ago