86 Commits (d813e43b3da7a92468e3e78f05972408bfd5de67)

Author SHA1 Message Date
James Almer 6a72578cc2 avcodec/hevc_parse: decode SEI message NALUs in extradata 8 years ago
James Almer 1d53b8e907 avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc() 8 years ago
James Almer c4b08c8a4e avcodec/hevcdec: remove HEVCContext usage from hevc_sei 8 years ago
Clément Bœsch 78a5fc4579 lavc/hevcdec: fix invalid use of ff_get_format() 8 years ago
James Almer 4588063f3e avcodec/hevcdec: remove duplicate extradata parsing function 8 years ago
Steve Lhomme 157e57a181 lavc: Add Content Light Level side metadata found in HEVC 8 years ago
Ronald S. Bultje 1f50baa2b2 hevc: only write to max_ra and pocTid0 in the first slice. 8 years ago
Martin Storsjö e788ca05a7 hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignment 8 years ago
Ronald S. Bultje bddabfaab6 hevc: initialize no_rasl_output_flag in hevc_frame_start(). 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
Jean-Yves Simon fb37da37ac avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decoding of HEVC Main 10 on AMD RX 480 8 years ago
Michael Niedermayer cc13bc8c4f avcodec/h2645: Fix NAL unit padding 9 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
Will Kelleher 964f07f68e hevc: Fix memory leak related to a53_caption data 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Derek Buitenhuis 4791a910c0 lavc/hevc_parse: Don't take a HEVCContext 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
Hendrik Leppkes ccb94789e2 hevc: support Main10 decoding through dxva2 9 years ago
Neil Birkbeck 3b0974d3ef lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMasteringDisplayMetadata side data. 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
Andreas Cadhalpun 43ff4aed26 lavc: use get_bitsz to simplify the code 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Michael Niedermayer 2140858524 avcodec/hevc: Fix integer overflow of entry_point_offset 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