- 17 Nov, 2014 15 commits
-
-
Martin Storsjö authored
A flag "dash" is added, which enables the necessary flags for creating DASH compatible fragments. When this is enabled, one sidx atom is written for each track before every moof atom. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
By calling this after writing the moof the first time (for calculating the moof size), we can avoid intermediate storage of tfrf_offset in MOVTrack. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
When writing fragmented streams with an empty initial moov, we won't have any samples in any tracks when writing the moov atom, thus trust that any tracks that are added actually will be present. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Andrew Stone authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Andrew Stone authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Also, collapse the array into a scalar, since only one value is needed at a time.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
pred_mode is overwritten a few lines immediately below.
-
Anton Khirnov authored
It does not need to be accessed outside of hls_coding_unit().
-
Anton Khirnov authored
It does not need to be accessed outside of hls_coding_unit().
-
- 15 Nov, 2014 5 commits
-
-
Martin Storsjö authored
This allows running the code on android, where 64 bit binaries with text relocations aren't allowed to be loaded. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 1206648
-
Luca Barbato authored
The buffer is always valid. Bug-Id: CID 700682
-
Marvin Scholz authored
This is needed because Icecast since version 2.4.1 doesn't default to audio/mpeg anymore. AVOption default not used here, since a later check if -content_type is set is performed and would break. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Marvin Scholz authored
This allows for proper error reporting. Only do this for non-legacy requests as only Icecast >2.4.0 will reply with a proper status. Libav seems to accept both, 100 and 200 status codes, but let's stay close to spec. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 14 Nov, 2014 6 commits
-
-
Kieran Kunhya authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1163851
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 29585 / CID 700759
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1198259
-
Thilo Borgmann authored
CC: libav-devel@libav.org Bug-Id: CID 608084 / CID 700724
-
Vittorio Giovara authored
-
- 13 Nov, 2014 14 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1026771 / CID 1026772 / CID 1026773
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 747723
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135737
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135738
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135739
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135740
-
Vittorio Giovara authored
Avoid a possible negative bitshift. CC: libav-stable@libav.org Bug-Id: CID 1194400
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 700751 / CID 700752
-
Vittorio Giovara authored
Makes coverity less confused. CC: libav-stable@libav.org Bug-Id: CID 1203487
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 970924
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1047234
-
Vittorio Giovara authored
Bug-Id: CID 1238791
-
Vittorio Giovara authored
Bug-Id: CID 732229
-
Vittorio Giovara authored
Bug-Id: CID 732231
-