.. |
extras
|
|
|
strategies
|
Move intra SAD and SATD functions under strategies.
|
2014-06-16 12:13:41 +03:00 |
x86
|
|
|
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
|
Add option to disable fast intra search.
|
2014-06-17 15:32:05 +03:00 |
config.h
|
Add option to disable fast intra search.
|
2014-06-17 15:32:05 +03: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 bug where the wrong number of frames could be encoded (if one frame takes longer than the others)
|
2014-06-19 10:24:02 +02:00 |
encoder.c
|
Add option to disable fast intra search.
|
2014-06-17 15:32:05 +03:00 |
encoder.h
|
Add option to disable fast intra search.
|
2014-06-17 15:32:05 +03:00 |
encoder_state-bitstream.c
|
Fix duplicate type key in threadqueue.log
|
2014-07-07 11:36:50 +02: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
|
log poc with new_frame
|
2014-07-08 11:42:19 +02: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
|
Align intra buffers to 32 bytes for 256 bit SIMD instructions.
|
2014-07-11 17:26:19 +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
|
|
|
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
|
Add -std=gnu99 for gcc.
|
2014-06-17 16:15:39 +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
|
|
|
scalinglist.h
|
|
|
SConscript
|
Move strategies to their own compilation units.
|
2014-06-13 15:30:23 +03:00 |
search.c
|
Align intra buffers to 32 bytes for 256 bit SIMD instructions.
|
2014-07-11 17:26:19 +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
|
Fix avx detection for gcc.
|
2014-06-18 11:50:17 +03:00 |
strategyselector.h
|
Reconfigure VS project.
|
2014-07-11 17:26:19 +03:00 |
tables.c
|
|
|
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
|
|
|
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 |