151 Commits (f75786f3bc8819545aa070f62d2ab3b579a8c781)

Author SHA1 Message Date
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
Vittorio Giovara 0569a7e0bd hevc: parse display orientation SEI message 11 years ago
Luca Barbato df949b645b hevc: Use the local context variable when needed 11 years ago
Michael Niedermayer 7faa7d3d42 avcodec/hevc: Use av_malloc(z)_array() 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Anton Khirnov a1c2b48018 hevc: templatize intra_pred 11 years ago
Mickaël Raulet e2760de605 hevc: fix key_frame as an IRAP 11 years ago
Michael Niedermayer 2201d1a0f8 avcodec/hevc: Fix undefined shifts 11 years ago
Michael Niedermayer 84655bdaed avcodec/hevc: remove unused variable 11 years ago
Mickaël Raulet 83976e40e8 hevc: C code update for new motion compensation 11 years ago
gcocherel 2eddf3a6ef avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked from commit e99b96dff1d76d74cb5633aa9702828d863050e2) 11 years ago
Michael Niedermayer 6795dcfa65 avcodec/hevc: Export picture type 11 years ago
Michael Niedermayer ed06e5d92b hevc: Do not turn 32bit timebases into negative numbers 11 years ago
Michael Niedermayer 6cc94e9719 hevc: use av_mallocz() for allocating tab_ipm 11 years ago