..
extras
Fixed mingw build error. Modified function declaration in getopt.h.
2014-10-31 17:40:18 +02:00
strategies
Fix compilation error on PowerPC.
2014-10-21 18:14:32 +03: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
Rename cabac_state.ctx to cur_ctx.
2014-09-24 01:02:28 +03:00
cabac.h
Wrap contexts of cabac_data inside cabac_data.ctx struct.
2014-09-24 01:02:37 +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
Add --owf=auto option.
2014-11-18 02:19:40 +02:00
config.h
Add --cpuid parameter to disable runtime optimizations.
2014-10-16 12:01:36 +03:00
context.c
Fix broken cabac contexts in wpp.
2014-09-24 01:02:52 +03: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
Estimate luma and chroma intra mode bits separately.
2014-10-16 03:08:11 +03:00
encmain.c
Add --owf=auto option.
2014-11-18 02:19:40 +02:00
encoder.c
Preparing push to master and misc
2014-07-21 12:39:56 +03:00
encoder.h
Add --tr-depth-intra command line option.
2014-09-04 13:42:24 +03:00
encoder_state-bitstream.c
Remove extra parameter sets.
2014-10-16 12:21:36 +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 compilation issue with assertion disabled
2014-06-26 07:31:37 +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
Add macros for adjusting weight of distortion between luma and chroma.
2014-10-08 10:31:54 +03:00
encoderstate.h
Use sqrt lambda cost for searches not using SSD.
2014-06-26 13:56:38 +03: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
Rename search constants and set sane defaults.
2014-10-16 03:08:11 +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
Preparing push to master and misc
2014-07-21 12:39:56 +03: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
Fix gcc warnings.
2014-10-16 13:17:46 +03:00
intra.h
Fix gcc warnings.
2014-10-16 13:17:46 +03:00
Makefile
Load greatest submodule. Fixed loop that occurred during build process.
2014-10-30 15:17:50 +02: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
Estimate luma and chroma intra mode bits separately.
2014-10-16 03:08:11 +03:00
rdo.h
Estimate luma and chroma intra mode bits separately.
2014-10-16 03:08:11 +03:00
sao.c
Wrap contexts of cabac_data inside cabac_data.ctx struct.
2014-09-24 01:02:37 +03:00
sao.h
Improved SAO merge decisions
2014-09-16 10:08:17 +03: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
Rewrite the SContruct.
2014-08-25 16:43:23 +03:00
search.c
Add fast 64x64 intra test.
2014-11-20 17:20:24 +02: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
Build fixes for MinGW.
2014-11-14 16:46:41 +02:00
strategyselector.h
Add --cpuid parameter to disable runtime optimizations.
2014-10-16 12:01:36 +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
Improve logging
2014-08-11 11:57:07 +02:00
threadqueue.h
Remove usages of GCC __attribute__.
2014-10-13 16:46:26 +03:00
threads.h
Build fixes for MinGW.
2014-11-14 16:46:41 +02:00
transform.c
Add intra chroma mode search.
2014-10-16 03:07:50 +03:00
transform.h
Add cu_info* as parameter to reconstruction functions.
2014-10-03 11:36:56 +03: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