43 Commits (220603d0c83ef1fe2727813f81bab5a96cfb046d)

Author SHA1 Message Date
Aman Gupta 3d4f8b9184 avcodec/videotoolbox: add hevc support 7 years ago
Vittorio Giovara dc9735eb67 hevc: Make sure to update the current frame transfer characteristic 7 years ago
Wan-Teh Chang b77e26b285 avcodec/hevcdec: hevc_await_progress: declare |y| only if used. 7 years ago
Michael Niedermayer c8cfbc6629 avcodec/hevcdec: do not let updated extradata corrupt state 7 years ago
wm4 ff2d21a58c hevcdec: properly export some side data with frame threading 7 years ago
Vittorio Giovara 3426832ac3 hevc: Add support for alternative transfer characterics SEI 8 years ago
Michael Niedermayer 2c874548d6 avcodec/hevcdec: do basic validity check on delta_chroma_weight and offset 8 years ago
wm4 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
Michael Niedermayer 89f8bff798 avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_decode_entry_wpp() for failure 8 years ago
Michael Niedermayer 2476067680 avcodec/hevcdec: Use error path if init_get_bits8() fails 8 years ago
Michael Niedermayer 933aa91e31 avcodec/hevcdec: check ff_init_cabac_decoder() for failure 8 years ago
Michael Niedermayer fdfbcbdd14 avcodec/hevcdec: Check beta and tc offset in hls_slice_header() 8 years ago
Michael Niedermayer 1edbf5e20c avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps() 8 years ago
Michael Niedermayer bc40674462 avcodec/hevcdec: Check nb_sps 8 years ago
James Almer 000fb61a71 avcodec/hevcdec: export cropping information instead of handling it internally 8 years ago
Ronald S. Bultje ca2209d67a hevc: fix race condition in max_ra/seq_decode. 8 years ago
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 8 years ago
James Almer fca3c3b619 hevc: Add AVX2 DC IDCT 8 years ago
Mickaël Raulet cc16da75c2 hevc: Add coefficient limiting to speed up IDCT 8 years ago
Mickaël Raulet a92fd8a062 hevc: Add DC IDCT 8 years ago
Alexandra Hájková 1bd890ad17 hevc: Separate adding residual to prediction from IDCT 8 years ago
Anton Khirnov 33f6690eb4 hevc: offer DXVA2 for 10bit 420 8 years ago