daala
daala copied to clipboard
Modern video compression for the internet
Fixes #221
Fix for issue https://github.com/xiph/daala/issues/232. Modifies maximum buffer size for y4m headers. Latest versions of ffmpeg allow more than 80 characters in the header for y4m files.
Fixes #229 and another minor error in FastSSIM.
In the attached screenshots, I am running FastSSIM with the same image as input and output, of size 627x482. So, we expect that at every level, upon downsampling, the images...
``` @ECHO OFF ffmpeg -i "%~1" -an -pix_fmt yuv420p10le -strict -1 -f yuv4mpegpipe - | encoder_example.exe -v 30 - -o "%~n1-v30.ogv" pause ```  ``` @ECHO OFF ffmpeg -i "%~1"...
Adds doubling of Adiv2, missed while handling odd dimensions.
Fix Issue : #220 Removing the break ; statement there is no use of it when program reach the return statement if come out of that function so, it is...
Fixes #219
/src/encode.c) (line 47): twin include (logging.h) also in line 43.
tools\yuv2yuv4mpeg.c line 279 break; not reachable