daala
daala copied to clipboard
Modern video compression for the internet
Found running commit 4633b8105 Built with AddressSanitizer To reproduce run: `ASAN_OPTIONS=allocator_may_return_null=true ./dump_video test_case.ogv` ``` ==47338==ERROR: AddressSanitizer: heap-use-after-free on address 0x7fbfac81f81f at pc 0x000000554378 bp 0x7ffcb2e065f0 sp 0x7ffcb2e065e8 READ of size...
Found running commit 4633b8105 Built with AddressSanitizer To reproduce run: `./dump_video test_case.ogv` ``` ==46890==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000005b3220 at pc 0x00000050cc54 bp 0x7ffdbb0c90d0 sp 0x7ffdbb0c90c8 READ of size 2...
Found running commit 4633b8105 Built with AddressSanitizer To reproduce run: `./dump_video test_case.ogv` ``` ==46918==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000060 (pc 0x00000053d0a7 bp 0x7ffd6536dd10 sp 0x7ffd6536dc80 T0) #0 0x53d0a6 in...
Found running commit 4633b8105 Built with AddressSanitizer To reproduce run: `./dump_video test_case.ogv` ``` ==46897==ERROR: AddressSanitizer: SEGV on unknown address 0x000000006bd0 (pc 0x0000004f9fda bp 0x7ffee603a0a0 sp 0x7ffee6039f20 T0) #0 0x4f9fd9 in...
Found running commit 4633b8105 Built with AddressSanitizer To reproduce run: `./dump_video test_case.ogv` ``` ==47296==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x625000004900 at pc 0x0000004fbf79 bp 0x7ffe84d2c220 sp 0x7ffe84d2c218 WRITE of size 4...
Found running commit 4633b8105 To reproduce run: `./dump_video test_case.ovg` ``` ==47786==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x63400005e800 at pc 0x000000500c31 bp 0x7ffc860e8c10 sp 0x7ffc860e8c08 WRITE of size 16 at 0x63400005e800 thread...
Found running commit 4633b8105 To reproduce run: `./dump_video test_case.ovg` ``` ==49255==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62900000e200 at pc 0x0000004f9cf2 bp 0x7ffc36cc0350 sp 0x7ffc36cc0348 WRITE of size 4 at 0x62900000e200 thread...
This fixes issue116 and explicitly maintains the aspect ratio in the fullscreen, independent of however the SDL_WINDOW_FULLSCREEN works. If the other pull request from me has been merged then this...
Now the player does not 'fill' the desktop but instead retains its aspect ratio. As per the SDL documenation: [https://wiki.libsdl.org/SDL_SetWindowFullscreen](https://wiki.libsdl.org/SDL_SetWindowFullscreen) > SDL_WINDOW_FULLSCREEN, for "real" fullscreen with a videomode change; SDL_WINDOW_FULLSCREEN_DESKTOP...
Right now encoding a high bit depth y4m file fails silently with the nebulous error: $ ./encoder_example tiny420p10.y4m -o tiny420p10.ogv File 'tiny420p10.y4m' is 2x2 25.000 fps 420p10 video. Failed to...