275 Commits (c84d208c275d6a43b3c3421d38772179abf8acee)

Author SHA1 Message Date
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
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
Michael Niedermayer 114a2eb272 avcodec: Use av_clip_uintp2() where possible 10 years ago
Peter Meerwald eea769df32 hevc: Use generic av_clip function, not C implementation 10 years ago
Michael Niedermayer 43b1fd5bb4 avcodec/hevc: drop redundant ifs() 10 years ago
Christophe Gisquet 9a2f5d825a hevc: free sao buffers when receiving a new SPS 10 years ago
Christophe Gisquet 52f2adc015 avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg 10 years ago
Christophe Gisquet 00fe77855b avcodec/hevc: Do not zero is_pcm on allocation 10 years ago
Fabrice Bellard da81cc38e8 avcodec/hevc: reduce memory for SAO 10 years ago
Mickaël Raulet 7cf6a67ef9 avcodec/hevc: adding support for monochrome sequences in hevc 10 years ago
Christophe Gisquet bff7feb328 x86: hevc/sao: aligned source buffers 10 years ago
Michael Niedermayer 2b215b7f5a avcodec/hevc: Check for av_malloc failure 10 years ago
Michael Niedermayer 5008605bf2 avcodec/hevc: Replace more mallocs by av_malloc_array() 10 years ago