- 14 Feb, 2019 1 commit
-
-
Timo Rothenpieler authored
-
- 10 Feb, 2019 1 commit
-
-
Jan Ekström authored
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text in libaribb24). Enabled by default as without positioning ruby text only confuses as it is usually coded in the beginning of the decoded subtitle line. * Set the working directory, in which libaribb24 will read configuration as well as into which it may save broadcast extra symbols as PNG. Unset by default. The unconventional library check can be explained by the library's current master branch being licensed as LGPLv3, but at the time of writing the latest official release is still licensed under GPLv3. Thus, one either has to wait for the following release, or enable GPLv3.
-
- 27 Jan, 2019 1 commit
-
-
Paul B Mahol authored
Thanks Kostya for great help in reversing binary.
-
- 15 Jan, 2019 1 commit
-
-
Paul B Mahol authored
-
- 31 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 23 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 10 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 01 Dec, 2018 1 commit
-
-
Paul B Mahol authored
Fixes #6784.
-
- 23 Nov, 2018 1 commit
-
-
Paul B Mahol authored
-
- 15 Nov, 2018 1 commit
-
-
Philip Langdale authored
We have a pattern of wrapping CUDA calls to print errors and normalise return values that is used in a couple of places. To avoid duplication and increase consistency, let's put the wrapper implementation in a shared place and use it everywhere. Affects: * avcodec/cuviddec * avcodec/nvdec * avcodec/nvenc * avfilter/vf_scale_cuda * avfilter/vf_scale_npp * avfilter/vf_thumbnail_cuda * avfilter/vf_transpose_npp * avfilter/vf_yadif_cuda
-
- 11 Nov, 2018 1 commit
-
-
Martin Vignali authored
-
- 06 Nov, 2018 2 commits
-
-
James Almer authored
Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 26 Oct, 2018 1 commit
-
-
Cameron Cawley authored
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
-
- 18 Oct, 2018 1 commit
-
-
Martin Vignali authored
Doesn't seems to make speed loss
-
- 03 Oct, 2018 1 commit
-
-
James Almer authored
Simple parser to set keyframes, frame type, structure, width, height, and pixel format, plus stream profile and level. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 26 Sep, 2018 2 commits
-
-
Mark Thompson authored
Can adjust colour and timing information.
-
Mark Thompson authored
-
- 23 Sep, 2018 5 commits
-
-
Mark Thompson authored
Sets the level based on the stream properties if it is not explicitly set by the user. Also add a tier option to set general_tier_flag, since that affects the level choice.
-
Mark Thompson authored
-
Mark Thompson authored
Including a unit test.
-
Mark Thompson authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 15 Sep, 2018 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 11 Sep, 2018 1 commit
-
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
- 08 Sep, 2018 1 commit
-
-
Paul B Mahol authored
-
- 27 Aug, 2018 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 24 Aug, 2018 1 commit
-
-
Paul B Mahol authored
-
- 21 Aug, 2018 1 commit
-
-
Paul B Mahol authored
This work is sponsored by VideoLAN.
-
- 27 Jul, 2018 2 commits
-
-
hwren authored
Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
hwren authored
Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
- 21 Jul, 2018 1 commit
-
-
James Almer authored
And add it to the CONFIGURABLE_COMPONENTS list in Makefile. This way, changes to the new file will be tracked and the usual warning to suggest re-running configure will be shown. Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 20 Jul, 2018 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 03 Jul, 2018 1 commit
-
-
Rostislav Pehlivanov authored
This commit implements a full ATRAC9 decoder, a simple low-delay codec developed by Sony and used in most PSVita games, some PS3 games and some PS4 games. Its similar to AAC in that it uses Huffman coded scalefactors but instead of vector quantization it just Huffman codes the spectral coefficients (in a way similar to how Opus splits band energy coding into coarse and fine precision). It opts to write rather large Huffman codes by packing several small coefficients into one Huffman coded symbol, though I don't believe this increases efficiency at all. Band extension implements SBC in a simple way, first it mirrors the lower spectrum onto the higher frequencies and then it uses one of 5 filters to shape it. Noise substitution is implemented via 2 of them. Unlike previous ATRAC codecs, there's no QMF, this is a standard MDCT codec. Based off of the reverse engineering work of Alex Barney. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 05 May, 2018 1 commit
-
-
Rostislav Pehlivanov authored
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 02 May, 2018 2 commits
-
-
Mark Thompson authored
Can adjust the colour information.
-
Mark Thompson authored
-
- 28 Apr, 2018 1 commit
-
-
Paul B Mahol authored
Removed slower one, couldn't figure out why it is slower. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 29 Mar, 2018 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-