daala icon indicating copy to clipboard operation
daala copied to clipboard

Modern video compression for the internet

Results 101 daala issues
Sort by recently updated
recently updated
newest added

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.

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 ``` ![image](https://user-images.githubusercontent.com/10787681/74213897-e4f42b80-4c60-11ea-8db0-9e6b83e244fc.png) ``` @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...

/src/encode.c) (line 47): twin include (logging.h) also in line 43.

tools\yuv2yuv4mpeg.c line 279 break; not reachable