18 Commits (6a9e331d79f8f78ba7642004ac13d744d033b98e)

Author SHA1 Message Date
Martin Storsjö e788ca05a7 hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignment 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Derek Buitenhuis 00b775dda2 hevc: Mark as having threadsafe init 8 years ago
Anton Khirnov a02ae1c683 hevcdec: export cropping information instead of handling it internally 8 years ago
Steve Lhomme 2835e9a9fd hevcdec: add P010 support for D3D11VA 8 years ago
Anton Khirnov ea8b730d8e hevcdec: add a VAAPI hwaccel 8 years ago
Anton Khirnov 373fd76b4d hevcdec: do not set decoder-global SPS prematurely 8 years ago
Anton Khirnov 86157e6db2 hevc: decouple calling get_format() from exporting the SPS parameters 8 years ago
Diego Biurrun e4382a4ab4 hevc: Eliminate pointless variable indirection 8 years ago
Vittorio Giovara 47a795727f hevc: Support extradata changes from multiple stsd 8 years ago
Vittorio Giovara 2fe30b4743 hevc: Allow parsing external extradata buffers 8 years ago
Vittorio Giovara 5be2153111 hevc: Move hevc_decode_extradata before frame decoding 8 years ago
Anton Khirnov 59c90097a0 hevc: factor out a repeated condition 8 years ago
Anton Khirnov 0bfdcce4d4 hevc: move the SliceType enum to hevc.h 8 years ago
Anton Khirnov f6e2f8a9ff hevcdec: move parameter set parsing into a separate header 8 years ago
Anton Khirnov 150c896a9e hevcdec: split ff_hevc_diag_scan* declarations into a separate header 8 years ago
Anton Khirnov c359d624d3 hevcdec: move decoder-independent declarations into a separate header 8 years ago
Anton Khirnov 4abe3b049d hevc: rename hevc.[ch] to hevcdec.[ch] 8 years ago
Diego Biurrun ba479f3daa hevc: Change type of array stride parameters to ptrdiff_t 8 years ago
James Almer fca3c3b619 hevc: Add AVX2 DC IDCT 9 years ago
Mickaël Raulet cc16da75c2 hevc: Add coefficient limiting to speed up IDCT 9 years ago
Mickaël Raulet a92fd8a062 hevc: Add DC IDCT 9 years ago
Alexandra Hájková 1bd890ad17 hevc: Separate adding residual to prediction from IDCT 9 years ago
Anton Khirnov 33f6690eb4 hevc: offer DXVA2 for 10bit 420 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Anton Khirnov b667252a41 h2645_parse: add support for parsing h264 9 years ago
Anton Khirnov 8229eff4b7 h2645_parse: add a function for uninitializing the packet 9 years ago
Anton Khirnov fa936a307f hevc_parse: rename into h2645_parse 9 years ago
Philip Langdale 8d34a2f803 vdpau: Support for VDPAU accelerated HEVC decoding 9 years ago
Philip Langdale 8958c5c64d hevc: Track long and short term RPS size for VDPAU 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Anton Khirnov e7078e842d hevcdsp: add x86 SIMD for MC 9 years ago
Anton Khirnov a853388d2f hevc: change the stride of the MC buffer to be in bytes instead of elements 9 years ago
Anton Khirnov 688417399c hevcdsp: split the pred functions by width 9 years ago
Anton Khirnov 818bfe7f0a hevcdsp: split the epel functions by width 9 years ago
Anton Khirnov 1f821750f0 hevcdsp: split the qpel functions by width instead of by the subpixel fraction 9 years ago
Anton Khirnov a8956eca1f cabac: Make CABAC states hardcoded 9 years ago
Vittorio Giovara b8b13acd70 hevc: Simplify logical check 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 10 years ago
Anton Khirnov d8ebb6157d hevcdsp: fix a function name 10 years ago
Anton Khirnov a1926a29fb hevc: avoid invalid shifts of negative values 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Anton Khirnov a062a55d37 hevc_parser: fix standalone build with the hevc decoder disabled 10 years ago
Anton Khirnov 077b559433 hevc: handle a NULL sps in set_sps() properly 10 years ago
Anton Khirnov 18156b53f9 hevc: do not pass an entire HEVCContext into export_stream_params() 10 years ago
Anton Khirnov 7f78155dc6 hevc: improve a comment 10 years ago
Anton Khirnov d82e1adc20 hevc: move splitting the packet into NALUs into a separate function 10 years ago
Anton Khirnov ae05b48655 hevc: eliminate the second call to hls_nal_unit() 10 years ago
Anton Khirnov d7bebe4805 hevc: skip invalid/ignored NALUs when splitting the packet 10 years ago
Anton Khirnov b11acd5732 hevc: remove HEVCContext usage from hevc_ps 10 years ago