- Oct 03, 2018
-
-
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>
-
- Sep 26, 2018
-
-
Mark Thompson authored
Can adjust colour and timing information.
-
Mark Thompson authored
-
- Sep 23, 2018
-
-
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>
-
- Sep 15, 2018
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 11, 2018
-
-
hwren authored
Signed-off-by:
hwren <hwrenx@126.com>
-
- Sep 08, 2018
-
-
Paul B Mahol authored
-
- Aug 27, 2018
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- Aug 24, 2018
-
-
Paul B Mahol authored
-
- Aug 21, 2018
-
-
Paul B Mahol authored
This work is sponsored by VideoLAN.
-
- Jul 27, 2018
-
-
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>
-
- Jul 21, 2018
-
-
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>
-
- Jul 20, 2018
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jul 03, 2018
-
-
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>
-
- May 05, 2018
-
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- May 02, 2018
-
-
Mark Thompson authored
Can adjust the colour information.
-
Mark Thompson authored
-
- Apr 28, 2018
-
-
Paul B Mahol authored
Removed slower one, couldn't figure out why it is slower. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Mar 29, 2018
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Mar 18, 2018
-
-
Mark Thompson authored
This can remove units with types in or not in a given set from a stream. For example, it can be used to remove all non-VCL NAL units from an H.264 or H.265 stream.
-
- Mar 17, 2018
-
-
James Almer authored
They belong in avcodec. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Mar 13, 2018
-
-
Martin Vignali authored
convert HapQA data to HAPQ or HAPAlphaOnly by copying the corresponding texture
-
- Mar 12, 2018
-
-
Luca Barbato authored
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Mar 07, 2018
-
-
Aurelien Jacobs authored
This was originally based on libsbc, and was fully integrated into ffmpeg.
-
Aurelien Jacobs authored
-
Aurelien Jacobs authored
This was originally based on libsbc, and was fully integrated into ffmpeg.
-
- Feb 27, 2018
-
-
James Almer authored
Fixes make checkheaders now that the cuda headers are no longer in-tree Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Feb 24, 2018
-
-
Tomas Härdin authored
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Feb 21, 2018
-
-
Philip Langdale authored
-
Mark Thompson authored
-
- Feb 11, 2018
-
-
Muhammad Faiz authored
Remove runtime check at codec_desc.c Reviewed-by:
wm4 <nfxjfg@googlemail.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- Feb 09, 2018
-
-
Aurelien Jacobs authored
-