- 28 Aug, 2013 4 commits
-
-
Lukasz Marek authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
When streaming to limelight, the app name is either a full "appname/subaccount" or "appname/_definst_". In the latter case, the app name can be simplified into simply "appname", but the authentication hashing assumes the /_definst_ still to be present. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Aug, 2013 8 commits
-
-
Martin Storsjö authored
If a client tries to read the file while it's being updated, the client would get an incomplete manifest. Instead write to a separate temp file and atomically rename it to replace the previous one. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
-
John Stebbins authored
The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Martin Storsjö authored
On failures in the write_trailer function, we could also ignore the errors and try to finish the file despite these errors (which would only leave an incomplete chapters track). It's probably better to signal the error clearly to the caller though (and if this function failed there's no guarantee that there's enough memory to finish the trailer either). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Reviewed-by:
Lukasz M <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Aug, 2013 5 commits
-
-
Michael Niedermayer authored
When a id3 tag is larger than the amount of space we will probe give it a score similar to what a .mp3 extension would have given it Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
They will be used by the mp3 probe function in the next commit Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
-
Luca Barbato authored
-
- 24 Aug, 2013 7 commits
-
-
Michael Niedermayer authored
Fixes warning about unused variable Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
- 23 Aug, 2013 4 commits
-
-
Michael Niedermayer authored
Fixes out of array reads Found-by:
Laurent Butti <laurentb@gmail.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
John Stebbins authored
QuickTime will play multiple audio tracks concurrently if this flag is set for multiple audio tracks. And if no subtitle track has this flag set, QuickTime will show no subtitles in the subtitle menu. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
John Stebbins authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 Aug, 2013 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Address trac ticket #2884.
-
Stefano Sabatini authored
Fix spurious failures.
-
- 21 Aug, 2013 5 commits
-
-
Stefano Sabatini authored
-
Clément Bœsch authored
The old method doesn't work when moov is relocated to beginning of file Signed-off-by:
Martin Storsjö <martin@martin.st>
-
John Stebbins authored
QuickTime requires that the stsd.text box be completely filled in. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Clément Bœsch authored
Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This should fix openbsd while hopefully also working on solaris & android Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 4 commits
-
-
Michael Niedermayer authored
unbreak android ndk r8 build Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
This allows creation of frame accurate chapter marks from sources like DVD and BD where the precise chapter location is not known until the chapter mark has been reached during reading. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
John Stebbins authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Without this the block_align or bitrate value is not available to the decoder Fixes Ticket2858 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-