Tjoppen

Results 12 issues of Tjoppen

## Expected behavior and actual behavior. Expected behavior: file decodes and outputs a solid gray image to out.ppm Actual behavior: program terminates with exit code 1 ## Steps to reproduce...

```melt -producer avformat:any_imf_video_file.mxf lowres=3``` Expected behavior: output is 1/8 the resolution, 480x270 for a 4K file Actual behavior: output is full resolution This is due to AVOptions being set after...

I based this off of how producer_avformat.c does video caching. Seems to work fine and doesn't leak any more memory than melt did before this patchset. I purposefully *don't* use...

Commit: 6b2310240433960b59b4f6f1f4945dfc9bd0462d CMAKE_BUILD_TYPE: Debug Sample used: https://samples.mplayerhq.hu/MXF/Quantel%20widescreen%20test.mxf Valgrind output edited for brevity. Running melt so that it only prints usage: $ valgrind --leak-check=full --suppressions=suppress melt HEAP SUMMARY: in use at...

confirmed

Currently if a user visits the site with JS disabled then they are greeted with a white screen, even if they have CSS disabled. This makes using the site with...

frontend 🎨

## Overview Currently, as best I can tell, it is only possible to set options once: when a codec or (de)muxer is opened. There are cases where one might want...

enhancement

On decoding and scaling a 4k 10-bit ProRes file to 1k 8-bit using ffmpeg and using melt, melt is roughly 4x as slow as ffmpeg. On a 72-core machine (Intel(R)...

It should not be necessary to download a bunch of scripts for a simple list to display. Render it serverside. This is also an a11y concern, as many text mode...

This may or may not be considered a bug, but with ffmpeg one can set `-thread_type frame -threads 16` to speed up intra-only decoding, especially for slow codecs like JPEG2000....

This matches filter_audiomap.c Perhaps this should be a project-wide CMake option? Conform them for now.