302 Commits (c33ffc7b21b9531a971b5da1edcae0b308fe88aa)

Author SHA1 Message Date
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
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
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer dad354f38d avcodec/hevc: Check max ctb addresses for WPP 9 years ago
Michael Niedermayer d85aa76115 avcodec/hevc: allocate entries unconditionally 9 years ago
Michael Niedermayer ef9f7bbfa4 avcodec/hevc: Check entry_point_offsets 9 years ago
Will Kelleher b1a32429ef hevc: Fix a53 caption extraction 9 years ago
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. 9 years ago
Hendrik Leppkes 0118158efa hevc: properly handle no_rasl_output_flag when removing pictures from the DPB 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Timo Rothenpieler 1dd854e10f vaapi: Add hevc hwaccel support 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
wm4 94c0df79c7 lavc: propagate hwaccel errors 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov a062a55d37 hevc_parser: fix standalone build with the hevc decoder disabled 9 years ago
Michael Niedermayer 99558270ed avcodec/hevc: Simplify skipped_bytes_pos code further 9 years ago
Michael Niedermayer ad92410d90 avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code 9 years ago
Michael Niedermayer bcc6c7bb65 avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL 9 years ago
Michael Niedermayer 5620ed3557 avcodec/hevc: Remove skipped_bytes_nal, simplify code 9 years ago
Anton Khirnov 077b559433 hevc: handle a NULL sps in set_sps() properly 9 years ago
Anton Khirnov 18156b53f9 hevc: do not pass an entire HEVCContext into export_stream_params() 9 years ago
Anton Khirnov 7f78155dc6 hevc: improve a comment 9 years ago
Anton Khirnov d82e1adc20 hevc: move splitting the packet into NALUs into a separate function 9 years ago
Anton Khirnov ae05b48655 hevc: eliminate the second call to hls_nal_unit() 9 years ago
Anton Khirnov d7bebe4805 hevc: skip invalid/ignored NALUs when splitting the packet 9 years ago
Anton Khirnov b11acd5732 hevc: remove HEVCContext usage from hevc_ps 9 years ago
Andreas Cadhalpun 9f4c7397a2 hevc: check slice address length 9 years ago
Andreas Cadhalpun 05cc8c8e4b hevc: check slice address length 9 years ago
Anton Khirnov 69ab9f53f9 hevc: split bitstream unescaping to a separate file 9 years ago
Anton Khirnov fd124d8357 hevc_ps: split the code for parsing the SPS and exporting it into the context 9 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