316 Commits (178eebd79e5bf3f4a4471576cd1a48bf9df59e09)

Author SHA1 Message Date
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 10 years ago
Christophe Gisquet 9a3653c9ec hevc: reuse edge emu buffer for coefficients 10 years ago
Christophe Gisquet f183febcda hevc: remove CodingTree 10 years ago
Christophe Gisquet 3fe962940f hevc: move intermediate bidir buffer 10 years ago
Mickaël Raulet 684d0a0b23 avcodec/hevc: fix dead code 10 years ago
Christophe Gisquet dad7f15567 hevcdsp: remove more instances of compile-time-fixed parameters 10 years ago
Christophe Gisquet d4f44b66d3 hevcdsp: remove compilation-time-fixed parameter 10 years ago
Christophe Gisquet cf6090dc62 hevc: use intreadwrite 10 years ago
Christophe Gisquet d1b1c3bb5e hevc: reorder loops 10 years ago
Christophe Gisquet 5ec85c9750 hevc: do generic validation of bitstream 10 years ago
Ronald S. Bultje bfffce4d08 hevc: add missing comma in log message. 10 years ago
Christophe Gisquet 7117547298 hevc: fix incorrect sao buffer size 10 years ago
Anton Khirnov 70211539a3 hevc: deobfuscate slice/tile boundary handling for DBF 10 years ago
Anton Khirnov 4d1ff2a489 hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled 10 years ago
Michael Niedermayer 3fa9692ae2 avcodec/hevc: move HEVCLocalContext declaration into loop 10 years ago
Michael Niedermayer 243236a6f5 avcodec/hevc: fix "discards const qualifier from pointer target type" warning 10 years ago
Michael Niedermayer 772dfd5f6e avcodec/hevc: add some const to cbf arrays 10 years ago
Mickaël Raulet 42ffa226f9 hevc: clean up non relevant TODO 10 years ago
Anton Khirnov a5c621aa85 hevc: rename variable in boundary strength to b more explicit 10 years ago
Anton Khirnov e76f2d1197 hevc: eliminate the last element from TransformTree 10 years ago
Anton Khirnov 4aa80808bc hevc: eliminate unnecessary cbf_c{b,r} arrays 10 years ago
Anton Khirnov 0daa255463 hevc: do not store the transform inter_split flag in the context 10 years ago
Anton Khirnov 53a11135f2 hevc: simplify splitting the transform tree blocks 10 years ago
Anton Khirnov e36a2f4c52 hevc: eliminate an unnecessary array 10 years ago
Anton Khirnov 77ef9fd1e9 hevc: eliminate unnecessary cbf_c{b,r} arrays 10 years ago
Mickaël Raulet 772f7f4edd hevc: fix skip_flag 10 years ago
Mickaël Raulet 3b777db132 hevc: remove non necessary parameters to ff_hevc_set_qpy 10 years ago
Mickaël Raulet 23480da0aa hevc: add support for bumping process 10 years ago
Mickaël Raulet f6e218a02d hevc: fix RAP_B_Bossen 10 years ago
Timothy Gu c508adb223 hevc: propagate error code from set_sps() 10 years ago
Mickaël Raulet fa0506e413 hevc/rext: update boundary strength for chroma deblocking filter 10 years ago
Mickaël Raulet 950a4f8326 hevc: fix offset for sao temporary frame 10 years ago