232 Commits (e8a460672f7e9aec129a7cfa01345857b1565a15)

Author SHA1 Message Date
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
Hendrik Leppkes 36962ad233 Add DXVA2 HEVC HWAccel 10 years ago
Hendrik Leppkes f8ecffa9b7 hevc: reindent after previous commit 10 years ago
Hendrik Leppkes b2e9b0f5d4 hevc: add hwaccel hooks 10 years ago
Hendrik Leppkes 06894f1a04 hevc: store the short term rps flag and size in the context 10 years ago
Hendrik Leppkes 2af82a1ad9 hevc: store the escaped/raw bitstream in HEVCNAL 10 years ago
Hendrik Leppkes 7e850fa67e Add DXVA2 HEVC HWAccel 10 years ago
Hendrik Leppkes b82722df9b hevc: reindent after previous commit 10 years ago
Hendrik Leppkes e72e8c5a1d hevc: add hwaccel hooks 10 years ago
Hendrik Leppkes 4b95e95dba hevc: store the short term rps flag and size in the context 10 years ago
Hendrik Leppkes 36779a8405 hevc: store the escaped/raw bitstream in HEVCNAL 10 years ago
Hendrik Leppkes b0593a4bca hevc: pass the full HEVCNAL struct to decode_nal_unit 10 years ago
Anton Khirnov 443b71928b hevc: unref the current frame if frame_start() fails 10 years ago
Hendrik Leppkes 77140279d3 hevc: pass the full HEVCNAL struct to decode_nal_unit 10 years ago
Michael Niedermayer e172f5e53a avcodec/hevc: Fix handling of skipped_bytes() reallocation failures 10 years ago
Michael Niedermayer 99f8c9e4d1 avcodec/hevc: move qp_block_mask to where its used 10 years ago
Michael Niedermayer 8aa8d12554 avcodec/hevc: clear filter_slice_edges() on allocation 10 years ago
Michael Niedermayer b799ec7e0b avcodec/hevc: Print an error if luma_log2_weight_denom is out of range 10 years ago
Vittorio Giovara b2bece5e9a hevc: always clip luma_log2_weight_denom 10 years ago
Michael Niedermayer ef23bd939d avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this function" 10 years ago
Luca Barbato cd975d5658 hevc: Spin the mv_mpv_mode calls in a stand alone function 10 years ago
Anton Khirnov 8b573ddda7 hevc: remove superfluous assignments and checks 10 years ago
Anton Khirnov eac3ac1fe0 hevc: eliminate an unneeded intermediate variable 10 years ago
Anton Khirnov eb335f3c5c hevc: reduce variable scope 10 years ago
Anton Khirnov 84c0ece5fd hevc: further reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov a7b365ae19 hevc: reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov 16c01fb434 hevc: remove an unused function parameter 10 years ago
Anton Khirnov 84b9463984 hevc: remove a redundant line 10 years ago
Anton Khirnov 2c6a7f9348 hevc: do not store rqt_root_cbf in the context 10 years ago
Anton Khirnov 920bca3e23 hevc: do not store pcm_flag in the context 10 years ago
Vittorio Giovara b1b1a7370e display: fix order of operands 10 years ago
Changjiang Wei 6f2068e626 avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame due to edge extending 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago