| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: Port to codec parameters API | Diego Biurrun | 2016-05-17 | 1 | -30/+30 |
* | ismindex: Use the correct abs() version | Vittorio Giovara | 2015-08-31 | 1 | -1/+1 |
* | ismindex: Calculate the pts duration of trun atoms, not the dts duration | Martin Storsjö | 2015-03-19 | 1 | -4/+10 |
* | ismindex: use tfhd default duration if no sample duration | Mika Raento | 2014-10-16 | 1 | -4/+19 |
* | ismindex: handle discontinuous streams better | Mika Raento | 2014-10-09 | 1 | -10/+86 |
* | ismindex: handle time discontinuities and nonzero start time | Mika Raento | 2014-09-15 | 1 | -3/+42 |
* | ismindex: Avoid writing ismf files if no base name has been specified | Martin Storsjö | 2014-09-07 | 1 | -0/+2 |
* | ismindex: produce .ismf file | Mika Raento | 2014-09-05 | 1 | -22/+95 |
* | ismindex: recover from completely empty streams | Mika Raento | 2014-09-03 | 1 | -0/+6 |
* | ismindex: improve diagnostics | Mika Raento | 2014-09-02 | 1 | -14/+43 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | ismindex: Add an option for outputting files elsewhere than in the current di... | Martin Storsjö | 2014-07-03 | 1 | -18/+36 |
* | ismindex: Allow adding a path prefix to the generated .ism file | Martin Storsjö | 2014-07-03 | 1 | -6/+19 |
* | ismindex: Change the duration field to int64_t | Martin Storsjö | 2013-10-05 | 1 | -2/+2 |
* | ismindex: Calculate the file duration among the included tracks | Martin Storsjö | 2013-10-05 | 1 | -2/+4 |
* | ismindex: Use the individual stream duration instead of the global one | Martin Storsjö | 2013-10-05 | 1 | -2/+1 |
* | ismindex: Replace mkdir ifdeffery by os_support.h #include | Diego Biurrun | 2013-08-05 | 1 | -5/+1 |
* | ismindex: Check the return value of allocations | Martin Storsjö | 2013-03-13 | 1 | -2/+13 |
* | ismindex: Factorize code for printing chunk duration lists | Martin Storsjö | 2013-03-13 | 1 | -22/+19 |
* | ismindex: Rename structs and fields from "file" to "track" | Martin Storsjö | 2013-03-13 | 1 | -149/+149 |
* | ismindex: Include direct.h for _mkdir on windows | Martin Storsjö | 2012-08-29 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | ismindex: Verify that all bitrate variants match | Martin Storsjö | 2012-07-03 | 1 | -4/+26 |
* | ismindex: Properly report errors reading the MFRA atom | Martin Storsjö | 2012-07-03 | 1 | -4/+11 |
* | ismindex: Fix build on mingw | Martin Storsjö | 2012-01-26 | 1 | -0/+4 |
* | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 1 | -44/+51 |
* | Add a tool for creating smooth streaming manifests | Martin Storsjö | 2012-01-25 | 1 | -0/+514 |