summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAge
* 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
|\|
| * hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
| * hevc: check slice address lengthAndreas Cadhalpun2015-07-12
* | hevc: check slice address lengthAndreas Cadhalpun2015-07-10
* | Merge commit '69ab9f53f901eac6a649e22d28cf093357870627'Michael Niedermayer2015-07-09
|\|
| * hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-08
* | Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7'Michael Niedermayer2015-07-09
|\|
| * hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-08
| * hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-06-01
* | avcodec/vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2015-06-25
* | avcodec/hevc: Track long and short term RPS size for VDPAUPhilip Langdale2015-06-13
* | hevc: fix typo (mpv -> mvp).Ronald S. Bultje2015-06-06
* | avcodec/hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-05-26
* | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer2015-05-25
|\|
| * D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-25
| * hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-19
* | avcodec/hevc: Remove unused variableMichael Niedermayer2015-05-20
* | avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer2015-05-15
* | hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-14
* | avcodec/hevc: Simplify entry_point_offset parsingMichael Niedermayer2015-05-13
* | avcodec/hevc: Check num_entry_point_offsetsMichael Niedermayer2015-05-13
* | avcodec/hevc: Check offset_lenMichael Niedermayer2015-05-13
* | avcodec/hevc: Fix order of operations in hls_decode_neighbour()Michael Niedermayer2015-05-12
* | avcodec/hevc: Remove current_spsMichael Niedermayer2015-04-28