summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-19
* movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-19
* movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-19
* movenc: Add a missed constMartin Storsjö2016-05-18
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-18
* Mark read-only tables as staticDiego Biurrun2016-05-05
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-21
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-19
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* movenc: use the CPB props side dataAnton Khirnov2015-12-06
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-18
* movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-11
* movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-11
* movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-10
* movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-23
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-12
* movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-10
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-10
* movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-10
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-30
* movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-10
* movenc: Write the make and model metadata keys for mov style filesMartin Storsjö2015-03-23
* movenc: write the display transform matrixAnton Khirnov2015-03-19
* movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö2015-03-19
* movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö2015-03-19
* movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö2015-03-19
* movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö2015-03-19
* movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö2015-03-19
* movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö2015-03-19
* movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö2015-03-16
* movenc: Support writing multiple trun atomsMartin Storsjö2015-03-16
* movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö2015-03-10
* movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö2015-03-10
* movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö2015-03-09
* movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö2015-03-09
* movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö2015-03-06
* movenc: Check memory allocationsHugo Beauzée-Luyssen2015-02-17
* movenc: Fix a typo in a commentMartin Storsjö2015-01-06
* movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-06
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-04
* movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-03
* movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-03
* movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö2015-01-03
* movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö2015-01-03
* movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö2015-01-03