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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-18avcodec/vc1dec: Allocate only as much space as is unescapedMichael Niedermayer
2020-01-12libavcodec/vc1: Remove bits variableMichael Niedermayer
2020-01-12avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer
2020-01-12avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer
2019-12-28avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer
2019-12-28avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer
2019-12-27avcodec/vc1dec: remove the unneeded ()Limin Wang
2019-08-31avcodec/vc1dec: Require res_sprite for wmv3imagesMichael Niedermayer
2018-06-29avcodec/vc1: fix check for missing CBPTABJerome Borsboom
2018-06-17avcodec/vc1: support multi-slice field interlaced pictures with hwaccelJerome Borsboom
2018-05-20avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom
2018-04-25avcodec/vc1: store additional bitstream elements during MB decodingJerome Borsboom
2017-11-27avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-15avcodec: Implement vc1 nvdec hwaccelPhilip Langdale
2017-10-24Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer
2017-10-22Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-06-27dxva: add support for new dxva2 and d3d11 hwaccel APIswm4
2017-03-23lavc: Remove deprecated XvMC support hacksDiego Biurrun
2016-11-26vc1dec: support multiple slices in frame coded images with hwaccelHendrik Leppkes
2016-08-18vc1: check that slices have a positive heightAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-07Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis
2016-05-07Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis
2016-05-07Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3'Derek Buitenhuis
2016-04-24Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a'Derek Buitenhuis
2016-04-17Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59'Derek Buitenhuis
2016-04-11Merge commit 'e66fa35392cd45d0a80774cd057fb765d60def43'Derek Buitenhuis
2016-04-11Merge commit 'f91d94bdfc3f5f83ff0be4d19d10d0a35697386f'Derek Buitenhuis
2016-04-11Merge commit '35b1cd343cd703c1b0fc926dc43a92141a357380'Derek Buitenhuis
2016-03-29intrax8: Remove mpegvideo dependencyVittorio Giovara
2016-03-29intrax8: Keep a reference to the decoder blocksVittorio Giovara
2016-03-29intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara
2016-03-25intrax8: Reference the current AVCodecContextVittorio Giovara
2016-03-25intrax8: Keep a reference to the context idctdspVittorio Giovara
2016-03-23vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-02-25vc1dec: Check group allocations separatedlyVittorio Giovara
2016-02-25vc1dec: Fix leak on error for array allocationsVittorio Giovara
2016-02-25vc1dec: Properly call deinit function on errorVittorio Giovara
2016-02-25vc1dec: Drop commented out cruftVittorio Giovara
2016-01-01lavc: fix profile declarations for vdpau decodersHendrik Leppkes
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
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