1120 Commits (9e0b0c60bd7fa4d4a476b93f94436a8e37d98983)

Author SHA1 Message Date
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 10 years ago
Clément Bœsch b0352b1997 avcodec: export motion vectors in frame side data on demand 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
James Yu 16e6652286 aarch64: NEON intrinsics dct_unquantize_h263. 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 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
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Michael Niedermayer 504475f38e avcodec/mpegvideo: dont overwrite emu_edge buffer 11 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
Diego Biurrun 8d695dc411 mpeg: Mark ff_mpeg_set_erpic() static 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Carl Eugen Hoyos 076ab9f7e3 Fix all VDPAU decoders. 11 years ago
Michael Niedermayer dffb85a982 avcodec/mpegvideo: check that linesize is not too small 11 years ago
Michael Niedermayer c5fc8ae126 avcodec/mpegvideo: fix edge emulation with uvlinesize below 25 11 years ago
Janne Grunau 0ddc53dabb mpegvideo: synchronize AVFrame pointers in ERContext fully 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Diego Biurrun 3832a65901 dsputil: Move ff_alternate_*_scan tables to mpegvideo 11 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Michael Niedermayer 41a679000f avcodec/mpegvideo: fix gray*() parameter types 11 years ago
Michael Niedermayer c60b266eac avcodec/mpegvideo: support disabling motion compensation 11 years ago
Michael Niedermayer 6a0b5e3476 avcodec/mpegvideo: fix null pointer dereference 11 years ago
Anton Khirnov c1f92d1358 mpegvideo: remove unused MpegEncContext.b4_stride 11 years ago
Michael Niedermayer 9341e9497b Fix overriden typos 11 years ago
Carl Eugen Hoyos 941b2240f2 Do not overwrite VDPAU structures in ff_MPV_frame_start(). 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Michael Niedermayer 72bff8da47 avcodec: Make ff_print_debug_info2() independant of Picture struct 11 years ago
Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
Michael Niedermayer 8ef9dcf1d7 avcodec/mpegvideo: ff_mpeg_set_erpic() clear destination 11 years ago
Vittorio Giovara be039278b5 mpegvideo: move ff_draw_horiz_band() to mpegutils.c 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara d66e305bd1 er: move relevant fields from Picture to ERPicture 11 years ago
Vittorio Giovara 75af13a0e4 mpegvideo: directly use frames in ff_draw_horiz_band() 11 years ago
Hendrik Leppkes bc249bd673 mpegvideo: re-indent buffer clearing code 11 years ago
Hendrik Leppkes fa84231ee8 mpegvideo: fix overwriting hwaccel surface objects 11 years ago
Michael Niedermayer 42361bdf51 avcodec/mpegvideo: fix buffer clear code so it should work with negative linesizes 11 years ago