uvg266/src
2013-11-06 22:50:14 +02:00
..
x64 Fixed Chroma 4x4 2013-05-20 17:26:57 +03:00
x86 Fixed Chroma 4x4 2013-05-20 17:26:57 +03:00
bitstream.c Remove unnecessary preprocessor defines from project settings. 2013-09-23 17:32:07 +03:00
bitstream.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
cabac.c Fix cabac context for sao. HM accepts encoded sao. 2013-11-04 13:03:51 +02:00
cabac.h Fix cabac context for sao. HM accepts encoded sao. 2013-11-04 13:03:51 +02:00
config.c Refactor: config.c/.h full cleanup 2013-09-19 11:28:58 +03:00
config.h Refactor: config.c/.h full cleanup 2013-09-19 11:28:58 +03:00
context.c Fix sao cabac contexts. 2013-10-25 10:51:10 +03:00
context.h Fix sao type context init values. 2013-10-25 10:51:11 +03:00
debug.c Add intra modes to CU visualization. 2013-10-16 17:09:04 +03:00
debug.h Improve cu-visualization by arranging them to picture dimensions and colors. 2013-10-01 20:46:10 +03:00
encmain.c Move deblocking filtering to happen before SAO reconstruction. 2013-11-06 22:50:14 +02:00
encoder.c Move deblocking filtering to happen before SAO reconstruction. 2013-11-06 22:50:14 +02:00
encoder.h Moved all residual/coeff functionality to encode_block_residual() 2013-10-22 16:27:50 +03:00
filter.c Added more data to cu_info and renamed "residual" to "coeff_y/u/v" in the struct 2013-10-18 11:39:32 +03:00
filter.h Change more 8-bit pixels to pixel typedef. 2013-10-15 16:02:06 +03:00
global.h Add new module sao. 2013-11-04 19:41:01 +02:00
inter.c Fixed merge candidate duplicate removal and implemented skip mode selection 2013-10-25 15:39:19 +03:00
inter.h Added merge mode selection (NOT WORKING!) and a function to get candidates 2013-10-18 11:39:32 +03:00
interface_main.c Change HEVC_encoder into a static library and add HEVC_interface for the exe. 2013-09-24 13:43:15 +03:00
intra.c Merge branch 'merge-mode' 2013-10-25 15:40:58 +03:00
intra.h Refactoring: all int16_t pixel info in intra to pixel typedef 2013-10-18 16:19:17 +03:00
nal.c Change more 8-bit pixels to pixel typedef. 2013-10-15 16:02:06 +03:00
nal.h Refactor: nal.c/.h full cleanup. 2013-09-19 16:03:02 +03:00
picture.c Add new module sao. 2013-11-04 19:41:01 +02:00
picture.h Add new module sao. 2013-11-04 19:41:01 +02:00
sao.c Fix for leftmost LCUs being offset by one pixel during SAO reconstruction. 2013-11-06 22:26:00 +02:00
sao.h Save a copy of luma for sao. 2013-11-04 20:33:29 +02:00
search.c Add new module sao. 2013-11-04 19:41:01 +02:00
search.h Refactor: search.c/.h full cleanup. 2013-09-20 12:18:23 +03:00
transform.c Fixed dequantization of inter-blocks 2013-10-10 15:22:25 +03:00
transform.h Fixed dequantization of inter-blocks 2013-10-10 15:22:25 +03:00