aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-2/+2
* Mark some arrays that never change as const.Anton Khirnov2017-02-011-1/+1
* mov: Convert to the new bitstream readerAlexandra Hájková2017-01-131-20/+21
* Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-1/+1
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-081-3/+26
* movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-281-6/+6
* movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-191-0/+53
* movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-191-7/+19
* movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-191-0/+1
* movenc: Add a missed constMartin Storsjö2016-05-181-1/+1
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-181-0/+22
* movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-181-0/+16
* Mark read-only tables as staticDiego Biurrun2016-05-051-4/+4
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* Drop pointless assert.h #includesDiego Biurrun2016-05-031-3/+0
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-261/+258
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+2
* movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
* movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-111-3/+12
* movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-111-4/+12
* movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-101-0/+1
* movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-121-7/+8
* movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-101-7/+7
* movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-301-7/+7
* movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-101-1/+1
* movenc: Write the make and model metadata keys for mov style filesMartin Storsjö2015-03-231-0/+2
* movenc: write the display transform matrixAnton Khirnov2015-03-191-9/+21
* movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö2015-03-191-9/+24
* movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö2015-03-191-4/+4
* movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö2015-03-191-2/+4
* movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö2015-03-191-1/+2
* movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö2015-03-191-1/+7
* movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö2015-03-191-0/+26
* movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö2015-03-161-7/+78
* movenc: Support writing multiple trun atomsMartin Storsjö2015-03-161-8/+16
* movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö2015-03-101-8/+9
* movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö2015-03-101-4/+7
* movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö2015-03-091-1/+2
* movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö2015-03-091-10/+15
* movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö2015-03-061-6/+6
* movenc: Check memory allocationsHugo Beauzée-Luyssen2015-02-171-0/+12
* movenc: Fix a typo in a commentMartin Storsjö2015-01-061-1/+1