uvg266/src
Ari Lemmetti d82582c37c Changes to extend border function.
Now outputs a pointer to a block with guaranteed padding for filtering.
Only generate extra pixels if samples are needed out of bounds.
Use memcpy otherwise.
2015-08-17 15:01:46 +03:00
..
extras Add nasm support. 2015-07-17 13:59:25 +03:00
strategies Changes to extend border function. 2015-08-17 15:01:46 +03:00
bitstream.c Write slice header before joining child streams. 2015-07-08 13:14:17 +03:00
bitstream.h Write slice header before joining child streams. 2015-07-08 13:14:17 +03:00
cabac.c Rename struct cabac_data to cabac_data_t. 2015-03-04 14:01:16 +02:00
cabac.h Merge remote-tracking branch 'remotes/github/master' into GOP 2015-03-10 10:32:00 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Fix compilation when checkpoints are enabled. 2015-07-03 13:54:44 +03:00
cli.c Fix mingw errors 2015-07-31 18:44:36 +03:00
cli.h Move handling of command line args to cli module. 2015-07-06 08:25:54 +03:00
config.c Add auto-detection for input resolution. 2015-07-31 17:35:16 +03:00
config.h Move handling of command line args to cli module. 2015-07-06 08:25:54 +03:00
context.c Merge remote-tracking branch 'remotes/github/master' into GOP 2015-03-10 10:32:00 +02:00
context.h Rename parameter encoder_state to state in all functions. 2015-03-04 17:31:07 +02:00
cu.c Renamed typedef coefficient to coeff_t. 2015-03-04 16:33:47 +02:00
cu.h Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
encmain.c Fix encoding when both GOP and OWF are enabled. 2015-07-07 10:05:42 +03:00
encoder.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
encoder.h Rename config_t to kvz_config. 2015-07-02 16:58:28 +03:00
encoder_state-bitstream.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
encoder_state-bitstream.h Rename parameter encoder_state to state in all functions. 2015-03-04 17:31:07 +02:00
encoder_state-ctors_dtors.c Replace memory bitstreams with linked lists. 2015-07-02 16:35:46 +03:00
encoder_state-ctors_dtors.h Implement rate control in lambda domain. 2015-05-19 11:40:51 +03:00
encoder_state-geometry.c Rename parameter encoder_state to state in all functions. 2015-03-04 17:31:07 +02:00
encoder_state-geometry.h Rename struct encoder_control to encoder_control_t. 2015-03-04 14:01:14 +02:00
encoderstate.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
encoderstate.h Small fixes all around to enable 10bit encoding 2015-08-11 07:59:20 +03:00
filter.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
filter.h Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
global.h Move comments for defines to a different line. 2015-07-21 17:10:08 +03:00
image.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
image.h Add hi_prec_buf_t for higher precision intermediate values for interpolation filter. 2015-08-10 18:35:06 +03:00
imagelist.c Fix pocs reallocation in imagelist. 2015-07-06 11:58:05 +03:00
imagelist.h Rename struct image_t to kvz_picture. 2015-07-02 16:55:48 +03:00
inter.c Changes to extend border function. 2015-08-17 15:01:46 +03:00
inter.h Add and use 14bit reconstruction for fractional motion vectors with bipred 2015-08-10 18:45:29 +03:00
interface_main.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
intra.c Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
intra.h Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
kvazaar.c Make strategy selection use bit depth given via parameter instead of excluding registration with defines 2015-08-12 13:33:38 +03:00
kvazaar.h Make symbols hidden by default. 2015-07-13 14:20:21 +03:00
kvazaar.pc.in build: Generate a pkg-conf file 2015-07-29 02:27:12 +02:00
kvazaar_internal.h Fix encoding when both GOP and OWF are enabled. 2015-07-07 10:05:42 +03:00
kvazaar_version.h Add kvazaar.h to hold high-level encoder API. 2015-07-02 15:52:23 +03:00
Makefile Clean up Makefile. 2015-07-31 15:57:05 +03:00
nal.c Fixed checksum on bitdepth > 8 cases 2015-08-11 08:14:35 +03:00
nal.h Fixed checksum on bitdepth > 8 cases 2015-08-11 08:14:35 +03:00
rate_control.c Fix rate control when --owf=auto (default) 2015-08-12 18:20:57 +03:00
rate_control.h Fix setting QP when rate control is disabled. 2015-06-01 13:57:11 +03:00
rdo.c Fixed RDOQ on 10bit encoding 2015-08-11 08:14:35 +03:00
rdo.h Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
sao.c Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
sao.h Rename pixel_t to kvz_pixel. 2015-07-02 16:58:28 +03:00
scalinglist.c Rename struct scaling_list to scaling_list_t. 2015-03-04 14:01:14 +02:00
scalinglist.h Rename struct scaling_list to scaling_list_t. 2015-03-04 14:01:14 +02:00
SConscript Rewrite the SContruct. 2014-08-25 16:43:23 +03:00
search.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
search.h Move functions from search to search_intra. 2015-07-21 14:59:19 +03:00
search_inter.c Changes to extend border function. 2015-08-17 15:01:46 +03:00
search_inter.h Move functions from search to search_inter. 2015-07-21 12:16:05 +03:00
search_intra.c Move functions from search to search_intra. 2015-07-21 14:59:19 +03:00
search_intra.h Move functions from search to search_intra. 2015-07-21 14:59:19 +03:00
strategyselector.c Make strategy selection use bit depth given via parameter instead of excluding registration with defines 2015-08-12 13:33:38 +03:00
strategyselector.h Make strategy selection use bit depth given via parameter instead of excluding registration with defines 2015-08-12 13:33:38 +03:00
tables.c Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
tables.h Change license to LGPL. 2015-02-25 15:19:05 +02:00
threadqueue.c Fix mutex being unlocked twice. 2015-06-01 16:28:50 +03:00
threadqueue.h Rename struct threadqueue_queue to threadqueue_queue_t. 2015-03-04 16:30:20 +02:00
threads.h Change license to LGPL. 2015-02-25 15:19:05 +02:00
transform.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
transform.h Small fixes all around to enable 10bit encoding 2015-08-11 07:59:20 +03:00
videoframe.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
videoframe.h Rename struct image_t to kvz_picture. 2015-07-02 16:55:48 +03:00
yuv_io.c Fixed rebasing errors for 10bit branch 2015-08-11 14:56:45 +03:00
yuv_io.h Rename struct image_t to kvz_picture. 2015-07-02 16:55:48 +03:00