uvg266/src
2014-04-24 08:38:22 +02:00
..
extras Disable warnings for extras/getopt. 2014-04-04 13:02:08 +03:00
x86 Remove dead code and fix white space. 2014-03-06 18:35:17 +02:00
bitstream.c New functions: bitstream_append and bitstream_clear 2014-04-24 08:38:18 +02:00
bitstream.h New functions: bitstream_append and bitstream_clear 2014-04-24 08:38:18 +02:00
cabac.c some const in cabac.c 2014-04-17 11:13:11 +02:00
cabac.h some const in cabac.c 2014-04-17 11:13:11 +02:00
config.c Parameters for using tiles in command line arguments. 2014-04-24 08:38:11 +02:00
config.h Parameters for using tiles in command line arguments. 2014-04-24 08:38:11 +02:00
context.c Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
context.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
encmain.c encoder_control_input_init call moved to encoder_control_init 2014-04-24 08:38:13 +02:00
encoder.c sao try... still not working 2014-04-24 08:38:22 +02:00
encoder.h Encoding with tiles now more or less works with -p 1 --no-sao --no-deblock 2014-04-24 08:38:19 +02:00
filter.c Address clang-analyzer warning. 2014-04-22 11:55:28 +03:00
filter.h Huge refactoring 2014-04-22 10:39:12 +02:00
global.h ( ) for preprocessor directives... 2014-04-24 08:38:16 +02:00
inter.c Huge refactoring 2014-04-22 10:39:12 +02:00
inter.h Huge refactoring 2014-04-22 10:39:12 +02:00
interface_main.c Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
intra.c Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
intra.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
Makefile Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
nal.c nal are now written to a bitstream, not a FILE* 2014-04-17 11:13:09 +02:00
nal.h nal are now written to a bitstream, not a FILE* 2014-04-17 11:13:09 +02:00
picture.c Add a check to fix picture_blit_pixels when width > orig_stride 2014-04-24 08:38:20 +02:00
picture.h Resolve unsigned/signed mismatch warnings. 2014-04-04 12:56:23 +03:00
rdo.c Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
rdo.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
sao.c Huge refactoring 2014-04-22 10:39:12 +02:00
sao.h Huge refactoring 2014-04-22 10:39:12 +02:00
scalinglist.c Remove g_bitdepth 2014-04-17 11:13:13 +02:00
scalinglist.h Remove g_bitdepth 2014-04-17 11:13:13 +02:00
SConscript Add scons build script. 2014-02-19 16:58:52 +02:00
search.c Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
search.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
tables.c Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
tables.h Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
transform.c Huge refactoring 2014-04-22 10:39:12 +02:00
transform.h Huge refactoring 2014-04-22 10:39:12 +02:00
version.h lib: Add a public version include 2014-02-21 14:59:50 +01:00