summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
...
* movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö2014-12-18
* movenc: Expose the fragment index as an avoptionMartin Storsjö2014-11-26
* movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-26
* movenc: Allow writing a DASH sidx atom at the start of filesMartin Storsjö2014-11-17
* movenc: Add tfra entries for all tracks in a moofMartin Storsjö2014-11-17
* movenc: Add support for writing sidx atoms for DASH segmentsMartin Storsjö2014-11-17
* movenc: Factorize adding fragment info into a separate functionMartin Storsjö2014-11-17
* movenc: Include empty tracks in iods when writing fragmented mp4Martin Storsjö2014-11-17
* movenc: Require samples before trying to write edtsMartin Storsjö2014-11-08
* movenc: Avoid leaking locally allocated data when returning on errorsMartin Storsjö2014-11-08
* movenc: Remove an outdated commentMartin Storsjö2014-11-08
* movenc: Write correct presentation timestamps in tfraMartin Storsjö2014-11-07
* movenc: Remove a now redundant checkMartin Storsjö2014-11-07
* movenc: Allow to request not to use edit listsMartin Storsjö2014-11-07
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-06
* movenc: Don't write any iso brands in ismv filesMartin Storsjö2014-10-30
* movenc: Don't write any tfdt atom for ismv filesMartin Storsjö2014-10-30
* movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö2014-10-30
* movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-29
* movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö2014-10-29
* movenc: Use a local variable consistentlyMartin Storsjö2014-10-29
* movenc: Don't check the custom IO flag when using faststartMartin Storsjö2014-10-29
* movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-29
* movenc: Write tfdt atomsMartin Storsjö2014-10-14
* movenc: Simplify code by using an existing local pointerMartin Storsjö2014-10-12
* movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö2014-10-12
* movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö2014-10-12
* movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö2014-10-12
* movenc: Adjust edit lists to trim out parts of tracks with negative ptsMichael Niedermayer2014-10-12
* vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-04
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* movenc: fix QT chapter track character encodingJohn Stebbins2014-08-06
* movenc: add track title to tracksJohn Stebbins2014-08-06
* movenc: remove pointless loop around BITEXACT testJohn Stebbins2014-08-06
* movenc: Add option to disable nero chaptersJohn Stebbins2014-08-05
* mov: Clarify tkhd flag settingsLuca Barbato2014-07-11
* mov: Do not group tracks if more than one is enabled per typeLuca Barbato2014-07-11
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-29
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-18
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* mov: Emit the correct tags for clcp tracksMiles Gould2014-04-25
* mov: Write prof section of tapt tagAidan Skinner2014-04-25
* More correct printf format specifiersDiego Biurrun2014-04-02
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-31
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-28
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-23
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-09
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-09