summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAge
* hevc: support Main10 decoding through dxva2Hendrik Leppkes2016-02-15
* lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into th...Neil Birkbeck2016-02-14
* lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-03
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-01
|\
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
| * hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-05
| * hevcdsp: split the pred functions by widthAnton Khirnov2015-12-05
| * hevcdsp: split the epel functions by widthAnton Khirnov2015-12-05
| * hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-05
| * cabac: Make CABAC states hardcodedAnton Khirnov2015-10-08
| * hevc: Simplify logical checkVittorio Giovara2015-10-04
* | avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer2015-12-05
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer2015-11-28
* | avcodec/hevc: allocate entries unconditionallyMichael Niedermayer2015-11-27
* | avcodec/hevc: Check entry_point_offsetsMichael Niedermayer2015-11-27
* | hevc: Fix a53 caption extractionWill Kelleher2015-11-12
* | hevc: extract SEI caption dataWill Kelleher2015-11-07
* | all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-24
* | cabac: Make cabac starts hardcodedAnton Khirnov2015-10-10
* | hevc: fix wpp threading deadlock.Ronald S. Bultje2015-09-21
* | hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes2015-09-20
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\|
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
| * hevcdsp: fix a function nameAnton Khirnov2015-08-21
* | vaapi: Add hevc hwaccel supportTimo Rothenpieler2015-08-27
* | Merge commit 'a1926a29fb4325afa46842883f197c74d4535c36'Hendrik Leppkes2015-08-24
|\|
| * hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-21
* | lavc: propagate hwaccel errorswm42015-08-06
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-13
* | Merge commit '077b55943330150db0eafd36bbee614697cabd98'Michael Niedermayer2015-07-13
|\|
| * hevc: handle a NULL sps in set_sps() properlyAnton Khirnov2015-07-12
* | Merge commit '18156b53f9b642b71c182c5c9818175a61572d2b'Michael Niedermayer2015-07-13
|\|
| * hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov2015-07-12
* | avcodec/hevc: Simplify skipped_bytes_pos code furtherMichael Niedermayer2015-07-13
* | avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify codeMichael Niedermayer2015-07-13
* | avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNALMichael Niedermayer2015-07-13
* | avcodec/hevc: Remove skipped_bytes_nal, simplify codeMichael Niedermayer2015-07-13
* | Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4'Michael Niedermayer2015-07-12
|\|
| * hevc: improve a commentAnton Khirnov2015-07-12
* | Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'Michael Niedermayer2015-07-12
|\|
| * hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-12
* | Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'Michael Niedermayer2015-07-12
|\|
| * hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-12
* | Merge commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9'Michael Niedermayer2015-07-12
|\|
| * hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov2015-07-12
* | Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer2015-07-12
|\|