uvg266/src
2013-09-16 17:15:54 +03: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 Merge branch 'master' of Z:/Work/HEVC_encoder into fador 2013-09-09 12:11:09 +03:00
bitstream.h Added intra prediction, image reconstruction and iTr and iQ. Fixed a bug with negative SE values 2013-03-07 17:42:00 +02:00
cabac.c Changed parameter from cabac_ctx** to cabac_ctx* in cabac_writeUnaryMaxSymbol() 2013-09-05 15:04:16 +03:00
cabac.h Changed parameter from cabac_ctx** to cabac_ctx* in cabac_writeUnaryMaxSymbol() 2013-09-05 15:04:16 +03:00
config.c New search.c/.h files and changed department name on all files 2013-04-16 11:23:03 +03:00
config.h Fixes for search-tree, almost working, some visible errors 2013-04-18 14:04:15 +03:00
context.c Merge branch 'master' of Z:/Work/HEVC_encoder into fador 2013-09-11 14:38:23 +03:00
context.h Added new context for root cbf, fixed a bug in MVD coding 2013-09-09 17:37:49 +03:00
encmain.c Implemented inter reconstruction inter_recon() 2013-09-12 18:50:11 +03:00
encoder.c Fixed bug(s) in inter_recon() 2013-09-16 17:15:54 +03:00
encoder.h Merge branch 'fador' of Z:/Work/HEVC_encoder 2013-09-12 19:15:05 +03:00
filter.c Added picture_init() and changed cur_pic to pointer in encoder_input struct 2013-09-12 16:28:40 +03:00
filter.h Fixed chroma QP scaling on filtering, this version produces bit-perfect output 2013-06-03 14:22:50 +03:00
global.h Added picture_init() and changed cur_pic to pointer in encoder_input struct 2013-09-12 16:28:40 +03:00
inter.c Fixed bug(s) in inter_recon() 2013-09-16 17:15:54 +03:00
inter.h Added (basic) motion vector prediction 2013-09-16 16:37:24 +03:00
intra.c Change "ToDo" to "TODO". 2013-09-09 14:22:53 +03:00
intra.h New search.c/.h files and changed department name on all files 2013-04-16 11:23:03 +03:00
nal.c Change "ToDo" to "TODO". 2013-09-09 14:22:53 +03:00
nal.h Fix compiler warnings. 2013-09-09 14:09:08 +03:00
picture.c Fixed 2 warning on unsigned/signed compare 2013-09-12 17:28:28 +03:00
picture.h Fixed picture_destruct to free all allocated memory 2013-09-12 17:26:27 +03:00
search.c Added (basic) motion vector prediction 2013-09-16 16:37:24 +03:00
search.h Fixes for search-tree, almost working, some visible errors 2013-04-18 14:04:15 +03:00
transform.c Added picture_init() and changed cur_pic to pointer in encoder_input struct 2013-09-12 16:28:40 +03:00
transform.h New search.c/.h files and changed department name on all files 2013-04-16 11:23:03 +03:00