uvg266/src
Ari Koivula 1be877faf9 Fix chroma reconstruction with tiles
An incorrect frame boundary check caused a checksum error, because the
chroma reconstruction of the encoder was wrong. The encoder treated
horizontal tile boundaries as frame boundaries when the vertical
component of the movement vector was a multiple of 8.
2016-02-29 14:32:51 +02:00
..
extras Enable errors about non-existing CLI options 2016-02-04 13:48:58 +02:00
strategies Update old pixel type to the current one 2016-01-30 19:33:09 +02:00
bitstream.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
bitstream.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
cabac.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cabac.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cfg.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
cfg.h Rename config module to cfg. 2016-01-25 12:26:46 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
cli.c Add loop-input option 2016-02-18 20:00:55 +02:00
cli.h Add loop-input option 2016-02-18 20:00:55 +02:00
context.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
context.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cu.c Add dedicated handling for blitting NxN coeffs when N is 4, 8 or 16 2016-01-13 19:27:45 +02:00
cu.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
encmain.c Add loop-input option 2016-02-18 20:00:55 +02:00
encoder.c Double time scale when field coding is used 2016-01-28 21:04:52 +02:00
encoder.h Rename config module to cfg. 2016-01-25 12:26:46 +02:00
encoder_state-bitstream.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
encoder_state-bitstream.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-ctors_dtors.c Fix warnings with -DNDEBUG 2015-10-02 15:13:07 +03:00
encoder_state-ctors_dtors.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-geometry.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoder_state-geometry.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoderstate.c Fix inter non-determinism with tiles 2016-02-26 17:05:04 +02:00
encoderstate.h Rename config module to cfg. 2016-01-25 12:26:46 +02:00
filter.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
filter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
global.h Change version to 0.8.3 2016-01-28 21:21:02 +02:00
image.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
image.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
imagelist.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
imagelist.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
input_frame_buffer.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
input_frame_buffer.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
inter.c Fix chroma reconstruction with tiles 2016-02-29 14:32:51 +02:00
inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
intra.c Create generic strategy of planar prediction 2016-01-12 23:50:47 +02:00
intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
kvazaar.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
kvazaar.h Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
kvazaar.pc.in pkg-config: move -lm to Libs.private 2015-12-03 22:39:27 +01:00
kvazaar_internal.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
Makefile.am Rename config module to cfg. 2016-01-25 12:26:46 +02:00
nal.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
nal.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rate_control.c Fix overflow in rate control 2016-02-18 16:48:21 +02:00
rate_control.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
rdo.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rdo.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
sao.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
sao.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
scalinglist.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
scalinglist.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search.c Clean up search initialization 2016-02-17 14:57:31 +02:00
search.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_inter.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
strategyselector.c Removed unneeded cpu flags causing compiling to fail on powerpc, closes #121 2016-01-18 08:55:32 +02:00
strategyselector.h Removed unneeded cpu flags causing compiling to fail on powerpc, closes #121 2016-01-18 08:55:32 +02:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
threadqueue.c Move macros in threads.h to KVZ_ namespace 2015-11-13 22:46:32 +02:00
threadqueue.h Fixed performance monitoring by adding KVZ_ prefix to GET_TIME 2016-01-22 11:27:25 +02:00
threads.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
transform.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
transform.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
yuv_io.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
yuv_io.h Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00