- 08 Oct, 2012 12 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Rename the called dsp init functions to *_init_x86.
-
Luca Barbato authored
-
Luca Barbato authored
The tag @table expects @item to mark entries.
-
Luca Barbato authored
-
Luca Barbato authored
avconv provides an option to set it externally and there isn't a way for the outer demuxer to report the inner demuxer flag. Solves a bad interaction between mpegts and x264, but requires additional setting for the user.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 07 Oct, 2012 5 commits
-
-
Justin Ruggles authored
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
-
Justin Ruggles authored
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
-
Justin Ruggles authored
Should fix fate-acodec-adpcm-ima_wav with several compilers.
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Oct, 2012 23 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It is used for multiple codecs.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Mans Rullgard authored
An alpha specifier outside the valid range results in a conversion from double to long with undefined result. Range-checking the double and only converting it after it passes avoids this. Fixes fate-parseutils errors on some systems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
This helps tracking down the cause if this happens to be an issue. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
We don't need to return an error if the directory already existed. We make sure that the directory actually is properly writeable later within ism_write_header by writing a manifest anyway. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows failing cleaner and earlier if unable to write to the output directory. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows calling write_manifest from ism_write_header without a forward declaration. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This code can be called with a NULL UrlContext if writing of the trailer involves seeking. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Fixes Bug 373. CC:libav-stable@libav.org
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
Diego Biurrun authored
-
Diego Biurrun authored
This guarantees stable output for comparing test results.
-