uvg266/src
Ari Koivula bd16a55b9b Always check DC and planar intra modes.
- At least one of them is always in predicted modes, but to make sure they
  are both included add them explicitly.
2014-06-17 12:51:15 +03:00
..
extras Disable warnings for extras/getopt. 2014-04-04 13:02:08 +03:00
strategies Move intra SAD and SATD functions under strategies. 2014-06-16 12:13:41 +03:00
x86 Remove dead code and fix white space. 2014-03-06 18:35:17 +02:00
bitstream.c Remove unused include. 2014-05-16 16:09:59 +03:00
bitstream.h bitstream_tell 2014-05-05 08:53:06 +02:00
cabac.c Update the names of some bins to the current spec. 2014-05-16 05:44:03 +03:00
cabac.h Change cabac debug statements to show information better. 2014-05-16 05:44:03 +03:00
checkpoint.c Basic checkpointing system 2014-06-11 10:29:03 +02:00
checkpoint.h Fix bug in CHECKPOINTS_FINALIZE() when checkpoints are disabled 2014-06-12 11:47:27 +02:00
config.c --owf option 2014-06-16 10:55:00 +02:00
config.h --owf option 2014-06-16 10:55:00 +02:00
context.c context_copy function 2014-05-08 15:04:51 +02:00
context.h encoder_state in now in encoder_state.[ch] 2014-06-03 13:51:30 +02:00
cu.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
cu.h cu_array data structure 2014-06-16 10:54:57 +02:00
encmain.c Fix frame counter and stats 2014-06-16 13:21:52 +02:00
encoder.c --owf option 2014-06-16 10:55:00 +02:00
encoder.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
encoder_state-bitstream.c Conformance fix: set sps_max_dec_pic_buffering to correct value 2014-06-17 12:30:32 +03:00
encoder_state-bitstream.h bitstream writing is now a "normal" job in a thread 2014-06-16 10:51:32 +02:00
encoder_state-ctors_dtors.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
encoder_state-ctors_dtors.h Make encoder_state .c files their own compilation units. 2014-06-04 17:45:18 +03:00
encoder_state-geometry.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
encoder_state-geometry.h Make encoder_state .c files their own compilation units. 2014-06-04 17:45:18 +03:00
encoderstate.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
encoderstate.h Fix statistics with OWF 2014-06-16 10:55:00 +02:00
filter.c No-copy works with --no-sao (deblocking enabled) 2014-06-12 11:47:31 +02:00
filter.h encoder_state in now in encoder_state.[ch] 2014-06-03 13:51:30 +02:00
global.h Add OS and CPU detection for AVX2 and AVX. 2014-06-13 16:57:53 +03:00
image.c Merge branch 'owf' 2014-06-16 16:07:41 +03:00
image.h Merge branch 'owf' 2014-06-16 16:07:41 +03:00
imagelist.c image_list_copy_contents 2014-06-16 10:54:58 +02:00
imagelist.h image_list_copy_contents 2014-06-16 10:54:58 +02:00
inter.c typo fix 2014-06-11 10:29:05 +02:00
inter.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
interface_main.c Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
intra.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
intra.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
Makefile Move strategies to their own compilation units. 2014-06-13 15:30:23 +03:00
nal.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
nal.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
rdo.c Give correct transform depth to RDOQ. 2014-05-28 15:47:49 +03:00
rdo.h encoder_state in now in encoder_state.[ch] 2014-06-03 13:51:30 +02:00
sao.c No-copy works (SAO and deblocking enabled) 2014-06-12 11:47:38 +02:00
sao.h sao_info checkpoints 2014-06-12 11:47:28 +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 Move strategies to their own compilation units. 2014-06-13 15:30:23 +03:00
search.c Always check DC and planar intra modes. 2014-06-17 12:51:15 +03:00
search.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
strategyselector.c Merge branch 'owf' 2014-06-16 16:07:41 +03:00
strategyselector.h Separate strategyselector debug prints from _DEBUG. 2014-06-16 12:15:19 +03:00
tables.c Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
tables.h Move scan order selection to a function. 2014-05-12 08:47:16 +03:00
threadqueue.c Fix possible freeze 2014-06-16 11:03:48 +02:00
threadqueue.h Use different processing order depending if we have OWF or not 2014-06-16 10:54:56 +02:00
threads.h Improved CPU time statistics 2014-06-16 11:03:46 +02:00
transform.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
transform.h encoder_state in now in encoder_state.[ch] 2014-06-03 13:51:30 +02:00
version.h lib: Add a public version include 2014-02-21 14:59:50 +01:00
videoframe.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
videoframe.h cu_array data structure 2014-06-16 10:54:57 +02:00