460 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Hendrik Leppkes 36e27c87e7 vc1dec: support multiple slices in frame coded images with hwaccel 8 years ago
Anton Khirnov 33f10546ec vc1: check that slices have a positive height 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara ca8c759173 intrax8: Remove mpegvideo dependency 9 years ago
Vittorio Giovara 9fa888c028 intrax8: Keep a reference to the decoder blocks 9 years ago
Vittorio Giovara d0540fd021 intrax8: Pass macroblock size to ff_intrax8_common_init 9 years ago
Vittorio Giovara 1eaae7abb8 intrax8: Reference the current AVCodecContext 9 years ago
Vittorio Giovara 68127e1bf8 intrax8: Keep a reference to the context idctdsp 9 years ago
Vittorio Giovara d909f43b5c vc1dec: wmv2dec: Validate ff_intrax8_common_init return value 9 years ago
Mark Thompson d264c720f7 lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI 9 years ago
Vittorio Giovara e66fa35392 vc1dec: Check group allocations separatedly 9 years ago
Vittorio Giovara 01f0e6a0c9 vc1dec: Fix leak on error for array allocations 9 years ago
Vittorio Giovara f91d94bdfc vc1dec: Properly call deinit function on error 9 years ago
Vittorio Giovara 35b1cd343c vc1dec: Drop commented out cruft 9 years ago
Hendrik Leppkes 42ff56e362 lavc: fix profile declarations for vdpau decoders 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Philip Langdale 91f1115a0e avcodec/vc1dec: Re-order init to avoid initting hwaccel too early 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
wm4 8024002d40 vc1dec: propagate error codes and return meaningful error codes 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Andreas Cadhalpun 072756cdd2 vc1dec: use get_bits_long and limit the read bits to 32 10 years ago
Andreas Cadhalpun 1f1e0a2971 vc1dec: use get_bits_long and limit the read bits to 32 10 years ago
Vittorio Giovara 31a117a0e6 mpegvideo: msmpeg4: Move function declarations 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Carl Eugen Hoyos 83356cf6cc lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled. 10 years ago
Carl Eugen Hoyos 4d8bd60ac6 lavc/vc1: Set color_range for gray decoding. 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer a66dcfeedc avcodec/vc1dec: Check buf2 for malloc failure 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Vittorio Giovara 1a02e78653 vc1: initialize color properties 10 years ago
Luca Barbato 04d14c9b68 vc1: Split the decoder in components 10 years ago
Luca Barbato 68211c70af vc1: Do not assume seek happens after decoding 10 years ago
Michael Niedermayer 04152a31cb avcodec/vc1dec: Fixing is_intra, 2nd attempt 10 years ago
Michael Niedermayer a52f443714 avcodec/vc1dec: fix is_intra block vs. mb bug 10 years ago
Michael Niedermayer a97328afef vc1: Use logical instead of bitwise or for twomv 10 years ago
Tim Walker b5fe13448b vc1: Use logical instead of bitwise or for coded_inter 10 years ago
Michael Niedermayer 30f680ee0a avcodec/vc1dec: fix null pointer dereference 10 years ago
Diego Biurrun d456baafb6 vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr() 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 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
Michael Niedermayer 6801eb0a09 avcodec/vc1dec: do not crash when flushing without an allocated frame 10 years ago
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 10 years ago