286 Commits (3df9ec5ce7bc57ee303e715b949f65727a52c916)

Author SHA1 Message Date
Will Kelleher 7f7fa90f7b hevc: extract SEI caption data 9 years ago
Ganesh Ajjanagadde 4c96985af1 all: remove some casts of function pointer to void * 9 years ago
Anton Khirnov 8a73b8c5b4 cabac: Make cabac starts hardcoded 9 years ago
Anton Khirnov a8956eca1f cabac: Make CABAC states hardcoded 9 years ago
Vittorio Giovara b8b13acd70 hevc: Simplify logical check 9 years ago
Ronald S. Bultje 74e4948235 hevc: fix wpp threading deadlock. 10 years ago
Hendrik Leppkes 0118158efa hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 10 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 10 years ago
Timo Rothenpieler 1dd854e10f vaapi: Add hevc hwaccel support 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
wm4 94c0df79c7 lavc: propagate hwaccel errors 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
Michael Niedermayer 99558270ed avcodec/hevc: Simplify skipped_bytes_pos code further 10 years ago
Michael Niedermayer ad92410d90 avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code 10 years ago
Michael Niedermayer bcc6c7bb65 avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL 10 years ago
Michael Niedermayer 5620ed3557 avcodec/hevc: Remove skipped_bytes_nal, simplify code 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
Andreas Cadhalpun 05cc8c8e4b 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
Philip Langdale 6e5e139fe3 avcodec/vdpau: Support for VDPAU accelerated HEVC decoding 10 years ago
Philip Langdale 1b19d0c632 avcodec/hevc: Track long and short term RPS size for VDPAU 10 years ago
Ronald S. Bultje ade5684cda hevc: fix typo (mpv -> mvp). 10 years ago
Michael Niedermayer 674b79148f hevc: Fix HWACCEL_MAX for D3D11 10 years ago
Michael Niedermayer 688147cfe2 avcodec/hevc: Fix HWACCEL_MAX for D3D11 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Michael Niedermayer 6d1935d1b9 avcodec/hevc: Remove unused variable 10 years ago
wm4 3efe0393e4 hevc: make avcodec_decode_video2() fail if get_format() fails 10 years ago
Michael Niedermayer 3051e7fa71 avcodec/hevc: Fix typo in num_entry_point_offsets check 10 years ago
wm4 cc5e4bb484 hevc: make avcodec_decode_video2() fail if get_format() fails 10 years ago
Michael Niedermayer 6679d5f29a avcodec/hevc: Simplify entry_point_offset parsing 10 years ago
Michael Niedermayer 1c6ae98d4a avcodec/hevc: Check num_entry_point_offsets 10 years ago
Michael Niedermayer 3e9d5e16ad avcodec/hevc: Check offset_len 10 years ago
Michael Niedermayer 3ecc063322 avcodec/hevc: Fix order of operations in hls_decode_neighbour() 10 years ago
Michael Niedermayer 0e7444f6e4 avcodec/hevc: Remove current_sps 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 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
Rainer Hochecker 786032cad8 hevc: avoid unnecessary calls to get_format 10 years ago
Michael Niedermayer 12cf61c3b2 avcodec/hevc: Fix undefined shifts 10 years ago
Rainer Hochecker 31816eae32 hevc: delay ff_thread_finish_setup for hwaccel 10 years ago