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
2016-09-26avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decod...Jean-Yves Simon
2016-08-19avcodec/h2645: Fix NAL unit paddingMichael Niedermayer
2016-05-15hevc: Fix memory leak related to a53_caption dataWill Kelleher
2016-04-26Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977'Derek Buitenhuis
2016-04-26Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe'Derek Buitenhuis
2016-04-26Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6'Derek Buitenhuis
2016-04-25lavc/hevc_parse: Don't take a HEVCContextDerek Buitenhuis
2016-03-28h2645_parse: add support for parsing h264Anton Khirnov
2016-03-28h2645_parse: add a function for uninitializing the packetAnton Khirnov
2016-03-28hevc_parse: rename into h2645_parseAnton Khirnov
2016-02-15hevc: support Main10 decoding through dxva2Hendrik Leppkes
2016-02-14lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into th...Neil Birkbeck
2016-02-13vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale
2016-02-13hevc: Track long and short term RPS size for VDPAUPhilip Langdale
2016-01-03lavc: use get_bitsz to simplify the codeAndreas Cadhalpun
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-06avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-12-05hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov
2015-12-05hevcdsp: split the pred functions by widthAnton Khirnov
2015-12-05hevcdsp: split the epel functions by widthAnton Khirnov
2015-12-05hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-28avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer
2015-11-28avcodec/hevc: allocate entries unconditionallyMichael Niedermayer
2015-11-27avcodec/hevc: Check entry_point_offsetsMichael Niedermayer
2015-11-12hevc: Fix a53 caption extractionWill Kelleher
2015-11-07hevc: extract SEI caption dataWill Kelleher
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-10cabac: Make cabac starts hardcodedAnton Khirnov
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-10-04hevc: Simplify logical checkVittorio Giovara
2015-09-22hevc: fix wpp threading deadlock.Ronald S. Bultje
2015-09-20hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-08-27vaapi: Add hevc hwaccel supportTimo Rothenpieler
2015-08-24Merge commit 'a1926a29fb4325afa46842883f197c74d4535c36'Hendrik Leppkes
2015-08-21hevcdsp: fix a function nameAnton Khirnov
2015-08-21hevc: avoid invalid shifts of negative valuesAnton Khirnov
2015-08-06lavc: propagate hwaccel errorswm4
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-13Merge commit '077b55943330150db0eafd36bbee614697cabd98'Michael Niedermayer
2015-07-13Merge commit '18156b53f9b642b71c182c5c9818175a61572d2b'Michael Niedermayer
2015-07-13hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov
2015-07-13avcodec/hevc: Simplify skipped_bytes_pos code furtherMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify codeMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNALMichael Niedermayer