uvg266/src
2014-01-29 14:22:30 +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 Fixed issues on compiling the encoder on linux 2013-11-13 08:46:31 +02: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 Fix debug to work for intra and show CU part_mode. 2014-01-15 18:15:42 +02:00
debug.h Improve cu-visualization by arranging them to picture dimensions and colors. 2013-10-01 20:46:10 +03:00
encmain.c Work on reconstruction and searching. 2014-01-29 14:18:01 +02:00
encoder.c Fix intra prediction mode list generation. 2014-01-29 14:22:30 +02:00
encoder.h Moved all residual/coeff functionality to encode_block_residual() 2013-10-22 16:27:50 +03:00
filter.c Fixed deblocking filter when using intra blocks in inter slice 2013-11-13 08:46:31 +02:00
filter.h Change more 8-bit pixels to pixel typedef. 2013-10-15 16:02:06 +03:00
global.h Try to fix intra prediction mode coding for NxN. 2014-01-29 13:52:17 +02:00
inter.c Work on reconstruction and searching. 2014-01-29 14:18:01 +02: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 Reimplement intra_build_reference_border to support NxN. 2014-01-29 14:22:30 +02:00
intra.h Add part size to intra_set_block_mode. 2014-01-03 13:01:13 +02: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 an alternate way of accessing pixel buffers. 2013-11-14 15:38:10 +02:00
picture.h Try to fix intra prediction mode coding for NxN. 2014-01-29 13:52:17 +02:00
sao.c Streamline SAO to have less duplicated code. 2013-11-14 15:38:19 +02:00
sao.h Move types to more appropriate places. 2013-11-12 12:44:58 +02:00
search.c Work on reconstruction and searching. 2014-01-29 14:18:01 +02:00
search.h Refactor: search.c/.h full cleanup. 2013-09-20 12:18:23 +03:00
transform.c Fixed a bug in flat scaling list and disabled scaling list by default 2013-11-05 09:41:14 +02:00
transform.h Fixed dequantization of inter-blocks 2013-10-10 15:22:25 +03:00