- 26 Aug, 2013 2 commits
-
-
Kostya Shishkov authored
-
Kostya Shishkov authored
This both allows factoring out size check for both MetaSound and TwinVQ-VQF decoders and fixes the situation when there are several MetaSound frames stuffed together (that happens in 8kHz @ 8kbps MetaSound in ASF for example).
-
- 25 Aug, 2013 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 24 Aug, 2013 7 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Diego Biurrun authored
This ensures that decode_cabac_residual_internal actually does get inlined, which it otherwise does not, even though it is marked as always_inline.
-
- 23 Aug, 2013 5 commits
-
-
Diego Biurrun authored
The functions are used by all codecs that enable the h264chroma component and the file is already compiled conditional on h264chroma being enabled.
-
Diego Biurrun authored
-
Diego Biurrun authored
Most of our VP56 optimizations are VP6-only and will stay that way. So avoid compiling them for VP5-only builds.
-
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>
-
- 21 Aug, 2013 7 commits
-
-
Diego Biurrun 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>
-
Rafaël Carré authored
The emulation code is not needed when targetting Vista+ This helps getting rid of CreateSemaphore symbol, which is forbidden in Windows Store apps. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Aug, 2013 11 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
This can be useful for decoding AAC object types that are not supported by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
-
Justin Ruggles authored
This allows for dropping or duplication to match a particular start time.
-
Diego Biurrun authored
-
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>
-
Diego Biurrun authored
-
- 19 Aug, 2013 6 commits
-
-
Luca Barbato authored
Do not segfault when writing tracks such as tmcd by writing them down as generic DataHandlers if not known.
-
Luca Barbato authored
Prevent an assert.
-
Luca Barbato authored
Data streams have a defined timebase, do not ignore it.
-
Martin Storsjö authored
Allow emitting the current cluster that is being written before starting a new one, simplifying how to figure out where clusters are positioned in the output stream (for live streaming). Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
This simplifies keeping track of cluster boundaries for e.g. livestreaming of WebM. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-