- 17 Oct, 2017 4 commits
-
-
Carl Eugen Hoyos authored
Found-by: James Almer
-
Mark Thompson authored
Add comments to describe the sources of the constraint values expressed here, and add some more related values which will be used in following patches. Fix the incorrect values for SPS and PPS count (they are not the same as those used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere. (cherry picked from commit b88da98b)
-
Carl Eugen Hoyos authored
QuickTime does not require the (unknown) kuki chunk for decoding.
-
Jacek Jendrzej authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Oct, 2017 1 commit
-
-
Daniel Kucera authored
Signed-off-by:
Daniel Kucera <daniel.kucera@gmail.com> Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
- 11 Oct, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Oct, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Oct, 2017 2 commits
-
-
bnnm authored
Signed-off-by:
bnnm <bananaman255@gmail.com> Now accepts any combination of 1/2ch streams, described in the RIFF chunks/extradata
-
Carl Eugen Hoyos authored
-
- 07 Oct, 2017 4 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
RFC 3551 defines "G726" for little-endian ("right-justified") G.726 and announces "AAL2-G726" for big-endian ("left-justified") G.726.
-
Carl Eugen Hoyos authored
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 06 Oct, 2017 1 commit
-
-
Luca Barbato authored
Make easier to handle the polling function before we implement full threading support. (cherry picked from libav commit ca960161) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 05 Oct, 2017 2 commits
-
-
Lukas Stabe authored
These changes store id3 chapter data in ID3v2ExtraMeta and introduce ff_id3v2_parse_chapters to parse them into the format context if needed. Encoders using ff_id3v2_read, which previously parsed chapters into the format context automatically, were adjusted to call ff_id3v2_parse_chapters. Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 04 Oct, 2017 2 commits
-
-
Jan Ekström authored
This FFmpeg-specific "fuzzer fix" was never perfect, but now it stopped encoding of actual content with a big enough DTS shift. This returns the function to its original state of results before negative CTS offsets were added. I remember dealing with this function before, but somehow had forgotten about it during VDD. The test cases not tripping this over also didn't help.
-
Ingo Brückl authored
The number of bits from bit #m to #n is n - m plus 1. Signed-off-by:
Ingo Brückl <ib@wupperonline.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Oct, 2017 3 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #5925. Reviewed-by: Marton
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Sep, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 29 Sep, 2017 2 commits
-
-
Carl Eugen Hoyos authored
Makes the code more readable, the muxer may support variable bit-rate in the future.
-
Carl Eugen Hoyos authored
Fix the condition for the G.729 bit muxer.
-
- 28 Sep, 2017 3 commits
-
-
Pablo Montilla authored
The Sample count in the time-to-sample table is defined as 32-bit unsigned integer by the QT specification. Fixes ticket #6700.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Martin Storsjö authored
This reduces the need for an edit list; streams that start with e.g. dts=-1, pts=0 can be encoded as dts=0, pts=0 (which is valid in mov/mp4) by shifting the dts values of all packets forward. This avoids the need for edit lists for such streams (while they still are needed for audio streams with encoder delay). This eases conformance with the DASH-IF interoperability guidelines. Signed-off-by:
Martin Storsjö <martin@martin.st> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Sep, 2017 5 commits
-
-
James Almer authored
This reverts commit 89c0fda5. A different solution will be committed instead. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Moritz Barsnick authored
The GnuTLS version is checked through the macro GNUTLS_VERSION_NUMBER, but this wasn't introduced before 2.7.2. Building with older versions of GnuTLS (using icc) warns: src/libavformat/tls_gnutls.c(38): warning #193: zero used for undefined preprocessing identifier "GNUTLS_VERSION_NUMBER" #if HAVE_THREADS && GNUTLS_VERSION_NUMBER <= 0x020b00 This adds a fallback to the older, deprecated LIBGNUTLS_VERSION_NUMBER macro. Signed-off-by:
Moritz Barsnick <barsnick@gmx.net>
-
Moritz Barsnick authored
Commit 598e4168 added use of GNUTLS_E_PREMATURE_TERMINATION, which wasn't introduced to GnuTLS before 2.99.x / 3.x. This fixes compilation with older versions. Signed-off-by:
Moritz Barsnick <barsnick@gmx.net>
-
James Almer authored
It's unnecessary after a call to av_packet_ref(). Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Sep, 2017 2 commits
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jörn Heusipp authored
Duration depends on the selected subsong and thus must be queried after selecting the subsong. There is no compelling reason to query other metadata earlier either. Tested with libopenmpt version: 0.2.8760-beta27 Libopenmpt configure options: --without-ogg --without-vorbis --without-vorbisfile --without-portaudio --without-portaudiocpp --without-mpg123 --without-pulseaudio --without-sndfile --without-flac Signed-off-by:
Jörn Heusipp <osmanx@problemloesungsmaschine.de> Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 23 Sep, 2017 5 commits
-
-
James Almer authored
Prevents use of uninitialized stack. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Marton Balint authored
Fixes ticket #6631. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 22 Sep, 2017 1 commit
-
-
Lou Logan authored
"apix_fmts" found by Marc Péchaud. "speedloss" found by Mikhail V. Signed-off-by:
Lou Logan <lou@lrcd.com>
-