summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
Commit message (Expand)AuthorAge
* movenc: Add an F4V muxerClément Bœsch2013-10-23
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-17
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-17
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-23
* movenc: add faststart option for web streamingClément Bœsch2013-08-21
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-04
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-04
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-04
* movenc: Change the track struct name to match the typedefMartin Storsjö2013-06-03
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-20
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-22
* movenc: Support muxing VC1Martin Storsjö2012-02-14
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-30
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-27
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-25
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-25
* movenc: Add a separate start_ptsMartin Storsjö2012-01-25
* movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö2012-01-21
* movenc: Rudimentary IODs support.Alex Converse2011-12-15
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-11
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-10
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-27
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-18
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-18
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-18