| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Use packets in interleaving queues for the duration at the end of fra... | Martin Storsjö | 2016-05-18 | 1 | -0/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | movenc: Add a new flag for writing global sidx indexes for dash | Martin Storsjö | 2015-08-12 | 1 | -0/+1 |
* | movenc: Rename reserved_moov_pos to reserved_header_pos | Martin Storsjö | 2015-08-10 | 1 | -1/+1 |
* | movenc: Don't assume that fragment durations in pts is equal to duration in dts | Martin Storsjö | 2015-03-19 | 1 | -0/+1 |
* | movenc: Heuristically set the duration of the last sample in a fragment if no... | Martin Storsjö | 2015-03-19 | 1 | -0/+1 |
* | movenc: Allow interleaving samples when writing fragmented files | Martin Storsjö | 2015-03-16 | 1 | -0/+2 |
* | movenc: Support setting fragment_index before the moov atom is written | Martin Storsjö | 2015-03-10 | 1 | -0/+1 |
* | movenc: Don't rely on the fragment index for vc1 info gathering | Martin Storsjö | 2015-03-10 | 1 | -0/+2 |
* | movenc: Get rid of a hack for updating the dvc1 atom | Martin Storsjö | 2015-01-03 | 1 | -1/+0 |
* | movenc: Add an option for delaying writing the moov with empty_moov | Martin Storsjö | 2015-01-03 | 1 | -0/+1 |
* | movenc: Adjust the pts of new fragments similarly to what is done for dts | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | movenc: Add a flag for indicating a discontinuous fragment | Martin Storsjö | 2014-11-26 | 1 | -0/+2 |
* | movenc: Allow writing a DASH sidx atom at the start of files | Martin Storsjö | 2014-11-17 | 1 | -0/+1 |
* | movenc: Add support for writing sidx atoms for DASH segments | Martin Storsjö | 2014-11-17 | 1 | -0/+1 |
* | movenc: Factorize adding fragment info into a separate function | Martin Storsjö | 2014-11-17 | 1 | -1/+0 |
* | movenc: Allow to request not to use edit lists | Martin Storsjö | 2014-11-07 | 1 | -0/+2 |
* | movenc: Define the flag bits using shifts instead of as decimal numbers | Martin Storsjö | 2014-11-03 | 1 | -11/+11 |
* | movenc: Add a flag for using default-base-is-moof in tfhd atoms | Martin Storsjö | 2014-10-29 | 1 | -0/+1 |
* | movenc: Don't use track_id to decide which track is the first in a moof | Martin Storsjö | 2014-10-29 | 1 | -0/+1 |
* | movenc: add track title to tracks | John Stebbins | 2014-08-06 | 1 | -0/+1 |
* | movenc: Add option to disable nero chapters | John Stebbins | 2014-08-05 | 1 | -0/+1 |
* | mov: Do not group tracks if more than one is enabled per type | Luca Barbato | 2014-07-11 | 1 | -0/+2 |
* | movenc: use the "encoder" metadata tag to write stsd Compressorname | Anton Khirnov | 2014-05-18 | 1 | -0/+1 |
* | movenc: Allow override of major brand in ftyp atom | John Stebbins | 2014-03-23 | 1 | -0/+2 |
* | movenc: Add an F4V muxer | Clément Bœsch | 2013-10-23 | 1 | -0/+1 |
* | movenc: Add an option for omitting the tfhd base offset | Martin Storsjö | 2013-09-17 | 1 | -0/+1 |
* | movenc: Write the moof atom in two passes | Martin Storsjö | 2013-09-17 | 1 | -1/+0 |
* | movenc: Make tkhd "enabled" flag QuickTime compatible | John Stebbins | 2013-08-23 | 1 | -0/+1 |
* | movenc: add faststart option for web streaming | Clément Bœsch | 2013-08-21 | 1 | -0/+3 |
* | movenc: Grow the frag_info array in chunks | Andrey Semashev | 2013-06-04 | 1 | -0/+2 |
* | movenc: Increase the cluster array allocation by doubling | Andrey Semashev | 2013-06-04 | 1 | -1/+1 |
* | movenc: Keep track of the allocated size for the cluster array | Andrey Semashev | 2013-06-04 | 1 | -0/+1 |
* | movenc: Change the track struct name to match the typedef | Martin Storsjö | 2013-06-03 | 1 | -1/+1 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
* | movenc: Add a min_frag_duration option | Martin Storsjö | 2012-03-20 | 1 | -0/+1 |
* | movenc: Buffer the mdat for the initial moov fragment, too | Martin Storsjö | 2012-02-22 | 1 | -0/+1 |
* | movenc: Support muxing VC1 | Martin Storsjö | 2012-02-14 | 1 | -0/+9 |
* | movenc: cosmetics: Get rid of camelCase identifiers | Martin Storsjö | 2012-01-30 | 1 | -8/+8 |
* | movenc: Support adding isml (smooth streaming live) metadata | Martin Storsjö | 2012-01-27 | 1 | -0/+1 |
* | movenc: Add a separate ismv/isma (smooth streaming) muxer | Martin Storsjö | 2012-01-25 | 1 | -0/+5 |
* | movenc: Allow the caller to decide on fragmentation | Martin Storsjö | 2012-01-25 | 1 | -0/+1 |
* | movenc: Add support for writing fragmented mov files | Martin Storsjö | 2012-01-25 | 1 | -0/+25 |
* | movenc: Add a separate start_pts | Martin Storsjö | 2012-01-25 | 1 | -0/+1 |
* | movenc: Reorder entries in the MOVIentry struct, for tigheter packing | Martin Storsjö | 2012-01-21 | 1 | -2/+2 |
* | movenc: Rudimentary IODs support. | Alex Converse | 2011-12-15 | 1 | -0/+3 |
* | movenc: Use the actual converted sample for RTP hinting | Martin Storsjö | 2011-12-11 | 1 | -1/+2 |
* | Replace outdated references to ffmpeg tool with avconv. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | movenc: Add RTP muxer/hinter options | Martin Storsjö | 2011-06-10 | 1 | -0/+1 |
* | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 1 | -0/+4 |