summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.h
Commit message (Expand)AuthorAgeFilesLines
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-121-0/+1
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-101-1/+1
* movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö2015-03-191-0/+1
* movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö2015-03-191-0/+1
* movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö2015-03-161-0/+2
* movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö2015-03-101-0/+1
* movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö2015-03-101-0/+2
* movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-031-1/+0
* movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-031-0/+1
* movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö2014-12-181-0/+1
* movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-261-0/+2
* movenc: Allow writing a DASH sidx atom at the start of filesMartin Storsjö2014-11-171-0/+1
* movenc: Add support for writing sidx atoms for DASH segmentsMartin Storsjö2014-11-171-0/+1
* movenc: Factorize adding fragment info into a separate functionMartin Storsjö2014-11-171-1/+0
* movenc: Allow to request not to use edit listsMartin Storsjö2014-11-071-0/+2
* movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö2014-11-031-11/+11
* movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-291-0/+1
* movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-291-0/+1
* movenc: add track title to tracksJohn Stebbins2014-08-061-0/+1
* movenc: Add option to disable nero chaptersJohn Stebbins2014-08-051-0/+1
* mov: Do not group tracks if more than one is enabled per typeLuca Barbato2014-07-111-0/+2
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-181-0/+1
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-231-0/+2
* movenc: Add an F4V muxerClément Bœsch2013-10-231-0/+1
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-171-0/+1
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-171-1/+0
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-231-0/+1
* movenc: add faststart option for web streamingClément Bœsch2013-08-211-0/+3
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-041-0/+2
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-041-1/+1
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-041-0/+1
* movenc: Change the track struct name to match the typedefMartin Storsjö2013-06-031-1/+1
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-201-0/+1
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-221-0/+1
* movenc: Support muxing VC1Martin Storsjö2012-02-141-0/+9
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-301-8/+8
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-271-0/+1
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-251-0/+5
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-251-0/+1
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-251-0/+25
* movenc: Add a separate start_ptsMartin Storsjö2012-01-251-0/+1
* movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö2012-01-211-2/+2
* movenc: Rudimentary IODs support.Alex Converse2011-12-151-0/+3
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-111-1/+2
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-021-1/+1
* movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-101-0/+1
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-271-0/+4
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-271-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
OpenPOWER on IntegriCloud