..
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
Remove unused members from cabac_data.
2013-09-20 15:04:02 +03:00
cabac.h
Remove unused members from cabac_data.
2013-09-20 15:04:02 +03: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
Merge branch 'master' into sao
2013-11-04 12:44:01 +02:00
encoder.c
Merge branch 'master' into sao
2013-11-04 12:44:01 +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
Merge branch 'master' into sao
2013-11-04 12:44: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
Merge branch 'master' into sao
2013-11-04 12:44:01 +02:00
picture.h
Merge branch 'master' into sao
2013-11-04 12:44:01 +02:00
search.c
Merge branch 'merge-mode'
2013-10-25 15:40:58 +03: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