summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* 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
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-09
* movenc: allow override of "writing application" tagJohn Stebbins2014-03-08
* movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-19
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* movenc: Add an F4V muxerClément Bœsch2013-10-23
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-22
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-22
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-22
* movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö2013-09-22
* movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö2013-09-19
* 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: Simplify setting the fragmentation flagMartin Storsjö2013-09-09
* movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-09
* movenc: Don't flush after each written packetMartin Storsjö2013-09-03
* movenc: Check for errors from mov_create_chapter_trackMartin Storsjö2013-08-27
* movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö2013-08-27
* movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö2013-08-27
* movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö2013-08-27
* mov: Write tmcd extradataLuca Barbato2013-08-25
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-23
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-21
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-21