| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Fix a typo in a comment | Martin Storsjö | 2015-01-06 | 1 | -1/+1 |
* | movenc: Readd an accidentally removed condition | Martin Storsjö | 2015-01-06 | 1 | -1/+1 |
* | movenc: Enable editlists by default if delay_moov is enabled | Martin Storsjö | 2015-01-04 | 1 | -1/+2 |
* | movenc: Get rid of a hack for updating the dvc1 atom | Martin Storsjö | 2015-01-03 | 1 | -16/+4 |
* | movenc: Add an option for delaying writing the moov with empty_moov | Martin Storsjö | 2015-01-03 | 1 | -13/+58 |
* | movenc: Use start_dts/cts instead of cluster[0] for writing edit lists | Martin Storsjö | 2015-01-03 | 1 | -5/+5 |
* | movenc: Remove an unnecessary condition when flushing fragments | Martin Storsjö | 2015-01-03 | 1 | -1/+1 |
* | movenc: Factorize writing ftyp and other identification tags to a separate fu... | Martin Storsjö | 2015-01-03 | 1 | -9/+17 |
* | movenc: Adjust the pts of new fragments similarly to what is done for dts | Martin Storsjö | 2014-12-18 | 1 | -0/+9 |
* | movenc: Expose the fragment index as an avoption | Martin Storsjö | 2014-11-26 | 1 | -0/+1 |
* | movenc: Add a flag for indicating a discontinuous fragment | Martin Storsjö | 2014-11-26 | 1 | -6/+28 |
* | movenc: Allow writing a DASH sidx atom at the start of files | Martin Storsjö | 2014-11-17 | 1 | -26/+91 |
* | movenc: Add tfra entries for all tracks in a moof | Martin Storsjö | 2014-11-17 | 1 | -4/+0 |
* | movenc: Add support for writing sidx atoms for DASH segments | Martin Storsjö | 2014-11-17 | 1 | -2/+80 |
* | movenc: Factorize adding fragment info into a separate function | Martin Storsjö | 2014-11-17 | 1 | -28/+49 |
* | movenc: Include empty tracks in iods when writing fragmented mp4 | Martin Storsjö | 2014-11-17 | 1 | -1/+1 |
* | movenc: Require samples before trying to write edts | Martin Storsjö | 2014-11-08 | 1 | -3/+3 |
* | movenc: Avoid leaking locally allocated data when returning on errors | Martin Storsjö | 2014-11-08 | 1 | -6/+12 |
* | movenc: Remove an outdated comment | Martin Storsjö | 2014-11-08 | 1 | -1/+1 |
* | movenc: Write correct presentation timestamps in tfra | Martin Storsjö | 2014-11-07 | 1 | -0/+11 |
* | movenc: Remove a now redundant check | Martin Storsjö | 2014-11-07 | 1 | -1/+1 |
* | movenc: Allow to request not to use edit lists | Martin Storsjö | 2014-11-07 | 1 | -1/+32 |
* | lavf: use the format context strict_std_compliance instead of the codec one | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | movenc: Don't write any iso brands in ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+0 |
* | movenc: Don't write any tfdt atom for ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+3 |
* | movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov | Martin Storsjö | 2014-10-30 | 1 | -6/+12 |
* | movenc: Add a flag for using default-base-is-moof in tfhd atoms | Martin Storsjö | 2014-10-29 | 1 | -3/+11 |
* | movenc: Signal iso6 in compatible_brands when using tfdt | Martin Storsjö | 2014-10-29 | 1 | -0/+5 |
* | movenc: Use a local variable consistently | Martin Storsjö | 2014-10-29 | 1 | -1/+1 |
* | movenc: Don't check the custom IO flag when using faststart | Martin Storsjö | 2014-10-29 | 1 | -3/+2 |
* | movenc: Don't use track_id to decide which track is the first in a moof | Martin Storsjö | 2014-10-29 | 1 | -1/+3 |
* | movenc: Write tfdt atoms | Martin Storsjö | 2014-10-14 | 1 | -0/+13 |
* | movenc: Simplify code by using an existing local pointer | Martin Storsjö | 2014-10-12 | 1 | -1/+1 |
* | movenc: Print a warning for an unhandled case of nonzero start dts with empty... | Martin Storsjö | 2014-10-12 | 1 | -1/+7 |
* | movenc: Write edit lists for fragmented files as well, if necessary | Martin Storsjö | 2014-10-12 | 1 | -3/+10 |
* | movenc: Add some comments explaining subtle details in writing the edit lists | Martin Storsjö | 2014-10-12 | 1 | -0/+8 |
* | movenc: Adjust edit lists to trim out parts of tracks with negative pts | Michael Niedermayer | 2014-10-12 | 1 | -0/+7 |
* | vc1: Split bits used in libavformat into a separate header | Diego Biurrun | 2014-09-04 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | movenc: fix QT chapter track character encoding | John Stebbins | 2014-08-06 | 1 | -1/+6 |
* | movenc: add track title to tracks | John Stebbins | 2014-08-06 | 1 | -11/+64 |
* | movenc: remove pointless loop around BITEXACT test | John Stebbins | 2014-08-06 | 1 | -5/+3 |
* | movenc: Add option to disable nero chapters | John Stebbins | 2014-08-05 | 1 | -1/+2 |
* | mov: Clarify tkhd flag settings | Luca Barbato | 2014-07-11 | 1 | -3/+6 |
* | mov: Do not group tracks if more than one is enabled per type | Luca Barbato | 2014-07-11 | 1 | -5/+16 |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -6/+8 |
* | movenc: write avg_frame_rate as the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -1/+7 |
* | movenc: use the "encoder" metadata tag to write stsd Compressorname | Anton Khirnov | 2014-05-18 | 1 | -2/+5 |
* | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -1/+1 |