222 Commits (e97a9666ef4511cc34637dc7b064b0a6a4565d0f)

Author SHA1 Message Date
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
Michael Niedermayer df8394c693 avcodec/hevc: fix chroma transform_add size 11 years ago
Christophe Gisquet 9a3653c9ec hevc: reuse edge emu buffer for coefficients 11 years ago
Christophe Gisquet f183febcda hevc: remove CodingTree 11 years ago
Christophe Gisquet 3fe962940f hevc: move intermediate bidir buffer 11 years ago
Mickaël Raulet 684d0a0b23 avcodec/hevc: fix dead code 11 years ago
Christophe Gisquet dad7f15567 hevcdsp: remove more instances of compile-time-fixed parameters 11 years ago
Christophe Gisquet d4f44b66d3 hevcdsp: remove compilation-time-fixed parameter 11 years ago
Christophe Gisquet cf6090dc62 hevc: use intreadwrite 11 years ago