summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_filter.c
Commit message (Expand)AuthorAge
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* Drop unnecessary golomb.h #includesDiego Biurrun2016-06-08
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
* hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-13
* hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov2014-08-09
* hevc_filter: move some conditions out of loopsAnton Khirnov2014-08-09
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-09
* hevc_filter: drop more redundant checksAnton Khirnov2014-08-09
* hevc_filter: drop redundant checksAnton Khirnov2014-08-09
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-26
* hevc: Do not right shift a negative value in get_pcmLuca Barbato2014-02-23
* hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato2014-02-23
* hevc: Consider first quantization group any reference to 0, 0Luca Barbato2014-02-01
* hevc: Fix modulo operationsMichael Niedermayer2014-01-21
* Add HEVC decoderGuillaume Martres2013-10-31