.. |
extras
|
Made AVX asm compatible with the changed system
|
2014-07-14 18:51:17 +03:00 |
strategies
|
Fix mingw compilation issue.
|
2014-10-10 16:32:39 +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 --rd=3 mode and enable searching of intra depth 0.
|
2014-09-11 10:54:41 +03:00 |
config.h
|
Add --tr-depth-intra command line option.
|
2014-09-04 13:42:24 +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
|
cu_array data structure
|
2014-06-16 10:54:57 +02:00 |
encmain.c
|
Merge branch 'sao_cabac'
|
2014-09-22 10:28:30 +03: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
|
Add --tr-depth-intra command line option.
|
2014-09-04 13:42:24 +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
|
Wrap contexts of cabac_data inside cabac_data.ctx struct.
|
2014-09-24 01:02:37 +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
|
Add --rd=3 mode and enable searching of intra depth 0.
|
2014-09-11 10:54:41 +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 compiler warnings.
|
2014-09-22 10:04:57 +03:00 |
intra.h
|
Rebase transform split search.
|
2014-09-08 14:13:59 +03:00 |
Makefile
|
Partial butterfly strategy is now called DCT strategy. Made changes to transform functions in preparation for optimizations.
|
2014-07-31 13:25:28 +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
|
Wrap contexts of cabac_data inside cabac_data.ctx struct.
|
2014-09-24 01:02:37 +03:00 |
rdo.h
|
Fix compiler warnings.
|
2014-09-22 10:04:57 +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
|
Fix crash on inter search when --tr-depth-intra is used.
|
2014-10-03 19:29:06 +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
|
Partial butterfly strategy is now called DCT strategy. Made changes to transform functions in preparation for optimizations.
|
2014-07-31 13:25:28 +03:00 |
strategyselector.h
|
Partial butterfly strategy is now called DCT strategy. Made changes to transform functions in preparation for optimizations.
|
2014-07-31 13:25:28 +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
|
Improve logging
|
2014-08-11 11:57:07 +02:00 |
threads.h
|
Disable GET_TIME on Mac.
|
2014-10-13 16:22:11 +03:00 |
transform.c
|
Unify signature for transform functions.
|
2014-10-03 11:21:43 +03:00 |
transform.h
|
Moved DCT / DST matrices to dct-generic.c
|
2014-10-02 13:24:30 +03: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 |