aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* movenc: Require samples before trying to write edtsMartin Storsjö2014-11-081-3/+3
* movenc: Avoid leaking locally allocated data when returning on errorsMartin Storsjö2014-11-081-6/+12
* movenc: Remove an outdated commentMartin Storsjö2014-11-081-1/+1
* movenc: Write correct presentation timestamps in tfraMartin Storsjö2014-11-071-0/+11
* movenc: Remove a now redundant checkMartin Storsjö2014-11-071-1/+1
* movenc: Allow to request not to use edit listsMartin Storsjö2014-11-071-1/+32
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-061-1/+1
* movenc: Don't write any iso brands in ismv filesMartin Storsjö2014-10-301-2/+0
* movenc: Don't write any tfdt atom for ismv filesMartin Storsjö2014-10-301-2/+3
* movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö2014-10-301-6/+12
* movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-291-3/+11
* movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö2014-10-291-0/+5
* movenc: Use a local variable consistentlyMartin Storsjö2014-10-291-1/+1
* movenc: Don't check the custom IO flag when using faststartMartin Storsjö2014-10-291-3/+2
* movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-291-1/+3
* movenc: Write tfdt atomsMartin Storsjö2014-10-141-0/+13
* movenc: Simplify code by using an existing local pointerMartin Storsjö2014-10-121-1/+1
* movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö2014-10-121-1/+7
* movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö2014-10-121-3/+10
* movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö2014-10-121-0/+8
* movenc: Adjust edit lists to trim out parts of tracks with negative ptsMichael Niedermayer2014-10-121-0/+7
* vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-041-1/+1
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* movenc: fix QT chapter track character encodingJohn Stebbins2014-08-061-1/+6
* movenc: add track title to tracksJohn Stebbins2014-08-061-11/+64
* movenc: remove pointless loop around BITEXACT testJohn Stebbins2014-08-061-5/+3
* movenc: Add option to disable nero chaptersJohn Stebbins2014-08-051-1/+2
* mov: Clarify tkhd flag settingsLuca Barbato2014-07-111-3/+6
* mov: Do not group tracks if more than one is enabled per typeLuca Barbato2014-07-111-5/+16
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-6/+8
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+7
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-181-2/+5
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-1/+1
* mov: Emit the correct tags for clcp tracksMiles Gould2014-04-251-6/+24
* mov: Write prof section of tapt tagAidan Skinner2014-04-251-0/+6
* More correct printf format specifiersDiego Biurrun2014-04-021-2/+5
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-311-3/+7
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-281-5/+78
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-231-1/+4
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-091-0/+1
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+9
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-091-0/+13
* movenc: allow override of "writing application" tagJohn Stebbins2014-03-081-1/+2
* movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* movenc: Add an F4V muxerClément Bœsch2013-10-231-1/+37
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-221-1/+1
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-221-2/+5