232 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
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
Christophe Gisquet 7a4a5515b0 hevc: use intreadwrite 10 years ago
Michael Niedermayer ffa0b510cd avcodec/hevc: fix pict_type 10 years ago
Mickaël Raulet d249e6828e hevc/sao: optimze sao implementation 10 years ago
Michael Niedermayer cf92cc8751 avcodec/hevc: clear HEVClcList[i] on allocation 10 years ago
Michael Niedermayer 880dbe43ca avcodec/hevc: treat current_sps like sps_list 10 years ago
Mickaël Raulet 453f8eaee2 hevc/rext: add support for Range extension tools 10 years ago
Mickaël Raulet 5a41999d81 hevc/rext: basic infrastructure for supporting range extension 10 years ago
Mickaël Raulet 255086a7e0 hevc: use local variable for split_cu_flag 10 years ago
Mickaël Raulet f5beda3bfd hevc: move restore_tqb where it should be. 10 years ago
Mickaël Raulet 1241eb8870 hevc: simplify SAO computation, delay from one row its computation 10 years ago
Michael Niedermayer 1db641cbd2 avcodec/hevc: more clearing to avoid stale pointers 10 years ago
Michael Niedermayer ccd6911c18 avcodec/hevc_ps: do not loose all reference to pointers still in use 10 years ago
Michael Niedermayer 5d88e40093 avcodec/hevc: check slice_header_extension data length 10 years ago
Michael Niedermayer c79acacd2e avcodec/hevc: fix nb_sh / nb_sps check 10 years ago
Gildas Cocherel 458e7c9483 hevc: implement pic_output_flag handling 11 years ago
Mickaël Raulet f43789b76e hevc: set the keyframe flag on output frames 11 years ago
Mickaël Raulet 1493b237bd hevc: Replace nal type chek with equivalent IS_IRAP macro 11 years ago
Christophe Gisquet eca1957c4c hevc: reorder loops 11 years ago