10 Commits (dbfe60caca2e8323efa7aba6762dce7be2eba390)

Author SHA1 Message Date
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 9 years ago
Anton Khirnov d8ebb6157d hevcdsp: fix a function name 9 years ago
Anton Khirnov a1926a29fb hevc: avoid invalid shifts of negative values 9 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
Andreas Cadhalpun 9f4c7397a2 hevc: check slice address length 10 years ago
Anton Khirnov 69ab9f53f9 hevc: split bitstream unescaping to a separate file 10 years ago
Anton Khirnov fd124d8357 hevc_ps: split the code for parsing the SPS and exporting it into the context 10 years ago
Michael Niedermayer 674b79148f hevc: Fix HWACCEL_MAX for D3D11 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
wm4 3efe0393e4 hevc: make avcodec_decode_video2() fail if get_format() fails 10 years ago
Anton Khirnov 7693ba0a0e hevc: export stream parameters from extradata 10 years ago
Anton Khirnov 1ae7afd256 hevc: split out setting AVCodecContext parameters 10 years ago