summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAgeFilesLines
* hevc: Move hevc_decode_extradata before frame decodingVittorio Giovara2016-11-031-74/+74
* avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decod...Jean-Yves Simon2016-09-261-0/+3
* avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-181-1/+1
* hevc: Fix memory leak related to a53_caption dataWill Kelleher2016-05-151-0/+2
* Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977'Derek Buitenhuis2016-04-261-1/+1
|\
| * h2645_parse: add support for parsing h264Anton Khirnov2016-03-281-1/+1
* | Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe'Derek Buitenhuis2016-04-261-6/+1
|\ \ | |/
| * h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-281-4/+1
* | Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6'Derek Buitenhuis2016-04-261-4/+4
|\ \ | |/
| * hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-3/+3
| * vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-131-1/+4
| * hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-131-3/+5
* | lavc/hevc_parse: Don't take a HEVCContextDerek Buitenhuis2016-04-251-1/+1
* | hevc: support Main10 decoding through dxva2Hendrik Leppkes2016-02-151-1/+12
* | lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into th...Neil Birkbeck2016-02-141-0/+52
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-031-1/+1
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-9/+2
|\ \ | |/
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-8/+2
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-3/+3
| * hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-051-1/+1
| * hevcdsp: split the pred functions by widthAnton Khirnov2015-12-051-59/+59
| * hevcdsp: split the epel functions by widthAnton Khirnov2015-12-051-16/+13
| * hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-051-7/+12
| * cabac: Make CABAC states hardcodedAnton Khirnov2015-10-081-2/+0
| * hevc: Simplify logical checkVittorio Giovara2015-10-041-1/+1
* | avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer2015-12-051-2/+2
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer2015-11-281-0/+9
* | avcodec/hevc: allocate entries unconditionallyMichael Niedermayer2015-11-271-3/+1
* | avcodec/hevc: Check entry_point_offsetsMichael Niedermayer2015-11-271-1/+7
* | hevc: Fix a53 caption extractionWill Kelleher2015-11-121-0/+1
* | hevc: extract SEI caption dataWill Kelleher2015-11-071-0/+10
* | all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-241-1/+1
* | cabac: Make cabac starts hardcodedAnton Khirnov2015-10-101-2/+0
* | hevc: fix wpp threading deadlock.Ronald S. Bultje2015-09-211-0/+2
* | hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes2015-09-201-0/+5
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-1/+1
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-1/+1
| * hevcdsp: fix a function nameAnton Khirnov2015-08-211-4/+4
* | vaapi: Add hevc hwaccel supportTimo Rothenpieler2015-08-271-1/+4
* | Merge commit 'a1926a29fb4325afa46842883f197c74d4535c36'Hendrik Leppkes2015-08-241-2/+2
|\ \ | |/
| * hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-211-3/+3
* | lavc: propagate hwaccel errorswm42015-08-061-1/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-131-52/+0
* | Merge commit '077b55943330150db0eafd36bbee614697cabd98'Michael Niedermayer2015-07-131-2/+8
|\ \ | |/
| * hevc: handle a NULL sps in set_sps() properlyAnton Khirnov2015-07-121-2/+8
* | Merge commit '18156b53f9b642b71c182c5c9818175a61572d2b'Michael Niedermayer2015-07-131-5/+5
|\ \ | |/
| * hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov2015-07-121-5/+5
OpenPOWER on IntegriCloud