]> git.sesse.net Git - ffmpeg/history - libavcodec/hevcdec.c
aarch64: vp8: Port bilin functions from arm version
[ffmpeg] / libavcodec / hevcdec.c
2017-12-19 Mark Thompsonlavc: Add hardware config metadata for decoders support...
2017-11-28 Vittorio Giovarastereo3d: Support view type for frame sequence type
2017-07-28 Anton Khirnovhevcdec: add a CUVID hwaccel
2017-07-28 Anton Khirnovhevcdec: set the active SPS before calling get_format()
2017-07-21 Vittorio Giovarahevc: Make sure to update the current frame transfer...
2017-06-28 Vittorio Giovarahevc: Add support for alternative transfer characterics SEI
2017-06-08 wm4dxva: add support for new dxva2 and d3d11 hwaccel APIs
2017-05-20 Anton Khirnovhevcdec: move the MD5 context out of HEVCSEIPictureHash...
2017-05-09 James Almerhevcdec: remove HEVCContext usage from hevc_sei
2017-03-29 Martin Storsjöhevcdec: Use LOCAL_ALIGNED_* for declaring local variab...
2017-01-31 Diego Biurrungolomb: Convert to the new bitstream reader
2017-01-19 Derek Buitenhuishevc: Mark as having threadsafe init
2017-01-12 Anton Khirnovhevcdec: export cropping information instead of handlin...
2017-01-09 Steve Lhommehevcdec: add P010 support for D3D11VA
2016-12-19 Anton Khirnovhevcdec: add a VAAPI hwaccel
2016-12-19 Anton Khirnovhevcdec: do not set decoder-global SPS prematurely
2016-12-14 Anton Khirnovhevc: decouple calling get_format() from exporting...
2016-11-30 Diego Biurrunhevc: Eliminate pointless variable indirection
2016-11-08 Vittorio Giovarahevc: Support extradata changes from multiple stsd
2016-11-08 Vittorio Giovarahevc: Allow parsing external extradata buffers
2016-11-08 Vittorio Giovarahevc: Move hevc_decode_extradata before frame decoding
2016-10-21 Anton Khirnovhevc: factor out a repeated condition
2016-10-21 Anton Khirnovhevc: move the SliceType enum to hevc.h
2016-10-16 Anton Khirnovhevcdec: move parameter set parsing into a separate...
2016-10-16 Anton Khirnovhevcdec: split ff_hevc_diag_scan* declarations into...
2016-10-16 Anton Khirnovhevcdec: move decoder-independent declarations into...
2016-10-16 Anton Khirnovhevc: rename hevc.[ch] to hevcdec.[ch]