]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.h
lavf: factor out freeing an AVStream
[ffmpeg] / libavformat / movenc.h
2015-08-12 Martin Storsjömovenc: Add a new flag for writing global sidx indexes...
2015-08-10 Martin Storsjömovenc: Rename reserved_moov_pos to reserved_header_pos
2015-03-19 Martin Storsjömovenc: Don't assume that fragment durations in pts...
2015-03-19 Martin Storsjömovenc: Heuristically set the duration of the last...
2015-03-16 Martin Storsjömovenc: Allow interleaving samples when writing fragmen...
2015-03-10 Martin Storsjömovenc: Support setting fragment_index before the moov...
2015-03-10 Martin Storsjömovenc: Don't rely on the fragment index for vc1 info...
2015-01-02 Martin Storsjömovenc: Get rid of a hack for updating the dvc1 atom
2015-01-02 Martin Storsjömovenc: Add an option for delaying writing the moov...
2014-12-18 Martin Storsjömovenc: Adjust the pts of new fragments similarly to...
2014-11-26 Martin Storsjömovenc: Add a flag for indicating a discontinuous fragment
2014-11-17 Martin Storsjömovenc: Allow writing a DASH sidx atom at the start...
2014-11-17 Martin Storsjömovenc: Add support for writing sidx atoms for DASH...
2014-11-17 Martin Storsjömovenc: Factorize adding fragment info into a separate...
2014-11-07 Martin Storsjömovenc: Allow to request not to use edit lists
2014-11-03 Martin Storsjömovenc: Define the flag bits using shifts instead of...
2014-10-29 Martin Storsjömovenc: Add a flag for using default-base-is-moof in...
2014-10-29 Martin Storsjömovenc: Don't use track_id to decide which track is...
2014-08-06 John Stebbinsmovenc: add track title to tracks
2014-08-05 John Stebbinsmovenc: Add option to disable nero chapters
2014-07-11 Luca Barbatomov: Do not group tracks if more than one is enabled...
2014-05-18 Anton Khirnovmovenc: use the "encoder" metadata tag to write stsd...
2014-03-22 John Stebbinsmovenc: Allow override of major brand in ftyp atom
2013-10-23 Clément Bœschmovenc: Add an F4V muxer
2013-09-17 Martin Storsjömovenc: Add an option for omitting the tfhd base offset
2013-09-17 Martin Storsjömovenc: Write the moof atom in two passes
2013-08-23 John Stebbinsmovenc: Make tkhd "enabled" flag QuickTime compatible
2013-08-21 Clément Bœschmovenc: add faststart option for web streaming
2013-06-04 Andrey Semashevmovenc: Grow the frag_info array in chunks
2013-06-04 Andrey Semashevmovenc: Increase the cluster array allocation by doubling
2013-06-04 Andrey Semashevmovenc: Keep track of the allocated size for the cluste...
2013-06-03 Martin Storsjömovenc: Change the track struct name to match the typedef
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-03-20 Martin Storsjömovenc: Add a min_frag_duration option
2012-02-22 Martin Storsjömovenc: Buffer the mdat for the initial moov fragment...
2012-02-14 Martin Storsjömovenc: Support muxing VC1
2012-01-30 Martin Storsjömovenc: cosmetics: Get rid of camelCase identifiers
2012-01-27 Martin Storsjömovenc: Support adding isml (smooth streaming live...
2012-01-25 Martin Storsjömovenc: Add a separate ismv/isma (smooth streaming...
2012-01-25 Martin Storsjömovenc: Allow the caller to decide on fragmentation
2012-01-25 Martin Storsjömovenc: Add support for writing fragmented mov files
2012-01-25 Martin Storsjömovenc: Add a separate start_pts
2012-01-20 Martin Storsjömovenc: Reorder entries in the MOVIentry struct, for...
2011-12-15 Alex Conversemovenc: Rudimentary IODs support.
2011-12-10 Martin Storsjömovenc: Use the actual converted sample for RTP hinting
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-06-10 Martin Storsjömovenc: Add RTP muxer/hinter options
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-05-18 Martin StorsjöUse a heuristic for describing the RTP packets using...
2010-05-18 Martin StorsjöAdd initial support for RTP hinting in the mov muxer
2010-05-18 Martin StorsjöMake mov_write_packet non-static, add ff_ prefix
2010-05-18 Martin StorsjöMove the mov muxer structures to a separate header