Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-29ismindex: Include direct.h for _mkdir on windowsMartin Storsjö
The Windows SDK in MSVC doesn't have mkdir, only _mkdir, and MSDN says one should include direct.h to use it. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-03ismindex: Verify that all bitrate variants matchMartin Storsjö
In Smooth Streaming, the fragments are addressed by time, and the manifest only stores one list of time offests for all streams, so all streams need to have identical fragment offsets. Warn if this isn't the case, so that the user can fix the files instead of getting failures at runtime when the fragments can't be found. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-03ismindex: Properly report errors reading the MFRA atomMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-26ismindex: Fix build on mingwMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2012-01-25Add a tool for creating smooth streaming manifestsMartin Storsjö
It can also optionally split the file into individual fragments, which allows it to be served from any web server without any server side support. Signed-off-by: Martin Storsjö <martin@martin.st>