summaryrefslogtreecommitdiffstats
path: root/tools/ismindex.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Port to codec parameters APIDiego Biurrun2016-05-171-30/+30
* ismindex: Use the correct abs() versionVittorio Giovara2015-08-311-1/+1
* ismindex: Calculate the pts duration of trun atoms, not the dts durationMartin Storsjö2015-03-191-4/+10
* ismindex: use tfhd default duration if no sample durationMika Raento2014-10-161-4/+19
* ismindex: handle discontinuous streams betterMika Raento2014-10-091-10/+86
* ismindex: handle time discontinuities and nonzero start timeMika Raento2014-09-151-3/+42
* ismindex: Avoid writing ismf files if no base name has been specifiedMartin Storsjö2014-09-071-0/+2
* ismindex: produce .ismf fileMika Raento2014-09-051-22/+95
* ismindex: recover from completely empty streamsMika Raento2014-09-031-0/+6
* ismindex: improve diagnosticsMika Raento2014-09-021-14/+43
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö2014-07-031-18/+36
* ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö2014-07-031-6/+19
* ismindex: Change the duration field to int64_tMartin Storsjö2013-10-051-2/+2
* ismindex: Calculate the file duration among the included tracksMartin Storsjö2013-10-051-2/+4
* ismindex: Use the individual stream duration instead of the global oneMartin Storsjö2013-10-051-2/+1
* ismindex: Replace mkdir ifdeffery by os_support.h #includeDiego Biurrun2013-08-051-5/+1
* ismindex: Check the return value of allocationsMartin Storsjö2013-03-131-2/+13
* ismindex: Factorize code for printing chunk duration listsMartin Storsjö2013-03-131-22/+19
* ismindex: Rename structs and fields from "file" to "track"Martin Storsjö2013-03-131-149/+149
* ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-291-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* ismindex: Verify that all bitrate variants matchMartin Storsjö2012-07-031-4/+26
* ismindex: Properly report errors reading the MFRA atomMartin Storsjö2012-07-031-4/+11
* ismindex: Fix build on mingwMartin Storsjö2012-01-261-0/+4
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-251-44/+51
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-251-0/+514
OpenPOWER on IntegriCloud