Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-29avcodec/vc1dec: Re-order init to avoid initting hwaccel too earlyPhilip Langdale
2015-08-19vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne
2015-08-18lavc: move vdpau decoders under FF_API_VDPAU.wm4
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-06vc1dec: propagate error codes and return meaningful error codeswm4
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-26vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun
2015-06-26vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun
2015-06-01Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'Michael Niedermayer
2015-05-31mpegvideo: msmpeg4: Move function declarationsVittorio Giovara
2015-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-17lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos
2015-05-17lavc/vc1: Set color_range for gray decoding.Carl Eugen Hoyos
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-06avcodec/vc1dec: Check buf2 for malloc failureMichael Niedermayer
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-10-09Merge commit '1a02e78653a5c7674e6c43b6e6f2748dbd2091d7'Michael Niedermayer
2014-10-09Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'Michael Niedermayer
2014-10-08vc1: initialize color propertiesVittorio Giovara
2014-10-08vc1: Split the decoder in componentsLuca Barbato
2014-10-05vc1: Do not assume seek happens after decodingLuca Barbato
2014-09-28avcodec/vc1dec: Fixing is_intra, 2nd attemptMichael Niedermayer
2014-09-28avcodec/vc1dec: fix is_intra block vs. mb bugMichael Niedermayer
2014-09-26Merge commit 'b5fe13448b13bfdd48a75b7e12387e11e3526d7c'Michael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for twomvMichael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for coded_interTim Walker
2014-08-25avcodec/vc1dec: fix null pointer dereferenceMichael Niedermayer
2014-08-19vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-11avcodec/vc1dec: do not crash when flushing without an allocated frameMichael Niedermayer
2014-08-05vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer