uvg266/src
Ari Koivula 280a946269 Apply bit cost fixes to edge band band sao search.
- Increases bdrate slightly. It's still a cleaner solution though and further
  improvements to bit cost estimation might improve things.
2014-04-15 21:28:16 +03: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 Merge pull request #25 from lfasnacht/memory_bitstream 2014-04-14 11:29:25 +03:00
bitstream.h Remove counter from debug version of WRITE_* 2014-04-15 11:37:45 +02:00
cabac.c Remove cabac global variable 2014-04-04 14:26:40 +02:00
cabac.h Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
config.c Added commandline option for RDO (--rd) 2014-04-09 12:29:15 +03:00
config.h Added commandline option for RDO (--rd) 2014-04-09 12:29:15 +03:00
context.c Moved context information inside cabac_data. 2014-04-04 14:28:50 +02:00
context.h Moved context information inside cabac_data. 2014-04-04 14:28:50 +02:00
encmain.c scalinglist privatization 2014-04-14 13:39:28 +02:00
encoder.c scalinglist privatization 2014-04-14 13:39:28 +02:00
encoder.h scalinglist privatization 2014-04-14 13:39:28 +02:00
filter.c encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
filter.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
global.h Allow FREE_POINTER to free const xxx * ptr without warning 2014-04-15 11:37:44 +02:00
inter.c encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
inter.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
interface_main.c Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
intra.c encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
intra.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
Makefile Compile with -Werror 2014-04-14 09:38:37 +02:00
nal.c Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
nal.h Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
picture.c Fix warnings 2014-04-14 09:37:39 +02:00
picture.h Resolve unsigned/signed mismatch warnings. 2014-04-04 12:56:23 +03:00
rdo.c scalinglist privatization 2014-04-14 13:39:28 +02:00
rdo.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
sao.c Apply bit cost fixes to edge band band sao search. 2014-04-15 21:28:16 +03:00
sao.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
SConscript Add scons build script. 2014-02-19 16:58:52 +02:00
search.c Avoid undefined behavior in memcpy calls 2014-04-15 06:30:21 +02:00
search.h encoder_control should be const in nearly all the code 2014-04-14 10:56:06 +02:00
transform.c Initialize scaling_list_dc (avoids branching on uninitialized value) 2014-04-15 06:19:12 +02:00
transform.h scalinglist privatization 2014-04-14 13:39:28 +02:00
version.h lib: Add a public version include 2014-02-21 14:59:50 +01:00