summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-28
* h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-28
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-28
* vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-13
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-13
* 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
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* hevcdsp: fix a function nameAnton Khirnov2015-08-21
* hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-21
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-13
* hevc: handle a NULL sps in set_sps() properlyAnton Khirnov2015-07-12
* hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov2015-07-12
* hevc: improve a commentAnton Khirnov2015-07-12
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-12
* hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-12
* hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov2015-07-12
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
* hevc: check slice address lengthAndreas Cadhalpun2015-07-12
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-08
* 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
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-25
* hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-19
* hevc: export stream parameters from extradataAnton Khirnov2015-04-03
* hevc: split out setting AVCodecContext parametersAnton Khirnov2015-04-03
* hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-13
* Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-27
* hevc: reindent after previous commitHendrik Leppkes2015-01-27
* hevc: add hwaccel hooksHendrik Leppkes2015-01-27
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-27
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-27
* hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-27
* hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-27
* hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-15
* hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato2014-11-21
* hevc: remove superfluous assignments and checksAnton Khirnov2014-11-17
* hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-17
* hevc: reduce variable scopeAnton Khirnov2014-11-17
* hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* hevc: remove an unused function parameterAnton Khirnov2014-11-17