summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-211-3/+3
* 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
* hevc: handle a NULL sps in set_sps() properlyAnton Khirnov2015-07-121-2/+8
* hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov2015-07-121-5/+5
* hevc: improve a commentAnton Khirnov2015-07-121-1/+1
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-121-105/+17
* hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-121-17/+15
* hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov2015-07-121-8/+12
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-121-237/+238
* hevc: check slice address lengthAndreas Cadhalpun2015-07-121-1/+1
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-081-102/+1
* hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-081-1/+1
* hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-06-011-1/+1
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-0/+3
* hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-191-1/+1
* hevc: export stream parameters from extradataAnton Khirnov2015-04-031-1/+11
* hevc: split out setting AVCodecContext parametersAnton Khirnov2015-04-031-40/+48
* hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-131-5/+5
* Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-271-1/+7
* hevc: reindent after previous commitHendrik Leppkes2015-01-271-20/+20
* hevc: add hwaccel hooksHendrik Leppkes2015-01-271-2/+36
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-271-3/+5
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-271-2/+6
* hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-271-3/+3
* hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-271-1/+1
* hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-151-1/+1
* hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato2014-11-211-40/+46
* hevc: remove superfluous assignments and checksAnton Khirnov2014-11-171-8/+0
* hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-171-5/+2
* hevc: reduce variable scopeAnton Khirnov2014-11-171-5/+6
* hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-12/+6
* hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-66/+51
* hevc: remove an unused function parameterAnton Khirnov2014-11-171-3/+2
* hevc: remove a redundant lineAnton Khirnov2014-11-171-1/+0
* hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-171-3/+4
* hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-171-4/+5
* display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* hevc: use intreadwriteChristophe Gisquet2014-08-121-2/+1