index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
movenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
movenc: Add a new flag for writing global sidx indexes for dash
Martin Storsjö
2015-08-12
1
-7
/
+8
*
movenc: Place the sidx index after the initial moov/mdat pair
Martin Storsjö
2015-08-10
1
-0
/
+3
*
movenc: Rename reserved_moov_pos to reserved_header_pos
Martin Storsjö
2015-08-10
1
-7
/
+7
*
movenc: Check that frag_info entries exist in mov_write_sidx_tag
Martin Storsjö
2015-08-10
1
-0
/
+2
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
mov: Preserve the metadata even when bit-exactness is requested
Luca Barbato
2015-06-30
1
-7
/
+7
*
movenc: fixes a questionable valgrind uninitialized value warning
Janne Grunau
2015-06-10
1
-1
/
+1
*
movenc: Write the make and model metadata keys for mov style files
Martin Storsjö
2015-03-23
1
-0
/
+2
*
movenc: write the display transform matrix
Anton Khirnov
2015-03-19
1
-9
/
+21
*
movenc: Don't assume that fragment durations in pts is equal to duration in dts
Martin Storsjö
2015-03-19
1
-9
/
+24
*
movenc: Move sidx edit list timestamp adjustment into a block
Martin Storsjö
2015-03-19
1
-4
/
+4
*
movenc: Only adjust the cts offset at the start of fragments if necessary
Martin Storsjö
2015-03-19
1
-2
/
+4
*
movenc: Write pts timestamps in tfxd, instead of dts timestamps
Martin Storsjö
2015-03-19
1
-1
/
+2
*
movenc: Set the last packet duration based on the next packet when autoflushing
Martin Storsjö
2015-03-19
1
-1
/
+7
*
movenc: Heuristically set the duration of the last sample in a fragment if no...
Martin Storsjö
2015-03-19
1
-0
/
+26
*
movenc: Allow interleaving samples when writing fragmented files
Martin Storsjö
2015-03-16
1
-7
/
+78
*
movenc: Support writing multiple trun atoms
Martin Storsjö
2015-03-16
1
-8
/
+16
*
movenc: Support setting fragment_index before the moov atom is written
Martin Storsjö
2015-03-10
1
-8
/
+9
*
movenc: Don't rely on the fragment index for vc1 info gathering
Martin Storsjö
2015-03-10
1
-4
/
+7
*
movenc: Avoid writing separate flags for the first sample if not necessary
Martin Storsjö
2015-03-09
1
-1
/
+2
*
movenc: Set tfhd default sample flags based on actual samples, if possible
Martin Storsjö
2015-03-09
1
-10
/
+15
*
movenc: Keep writing zero-entry stts atoms as intended
Martin Storsjö
2015-03-06
1
-6
/
+6
*
movenc: Check memory allocations
Hugo Beauzée-Luyssen
2015-02-17
1
-0
/
+12
*
movenc: Fix a typo in a comment
Martin Storsjö
2015-01-06
1
-1
/
+1
*
movenc: Readd an accidentally removed condition
Martin Storsjö
2015-01-06
1
-1
/
+1
*
movenc: Enable editlists by default if delay_moov is enabled
Martin Storsjö
2015-01-04
1
-1
/
+2
*
movenc: Get rid of a hack for updating the dvc1 atom
Martin Storsjö
2015-01-03
1
-16
/
+4
*
movenc: Add an option for delaying writing the moov with empty_moov
Martin Storsjö
2015-01-03
1
-13
/
+58
*
movenc: Use start_dts/cts instead of cluster[0] for writing edit lists
Martin Storsjö
2015-01-03
1
-5
/
+5
*
movenc: Remove an unnecessary condition when flushing fragments
Martin Storsjö
2015-01-03
1
-1
/
+1
*
movenc: Factorize writing ftyp and other identification tags to a separate fu...
Martin Storsjö
2015-01-03
1
-9
/
+17
*
movenc: Adjust the pts of new fragments similarly to what is done for dts
Martin Storsjö
2014-12-18
1
-0
/
+9
*
movenc: Expose the fragment index as an avoption
Martin Storsjö
2014-11-26
1
-0
/
+1
*
movenc: Add a flag for indicating a discontinuous fragment
Martin Storsjö
2014-11-26
1
-6
/
+28
*
movenc: Allow writing a DASH sidx atom at the start of files
Martin Storsjö
2014-11-17
1
-26
/
+91
*
movenc: Add tfra entries for all tracks in a moof
Martin Storsjö
2014-11-17
1
-4
/
+0
*
movenc: Add support for writing sidx atoms for DASH segments
Martin Storsjö
2014-11-17
1
-2
/
+80
*
movenc: Factorize adding fragment info into a separate function
Martin Storsjö
2014-11-17
1
-28
/
+49
*
movenc: Include empty tracks in iods when writing fragmented mp4
Martin Storsjö
2014-11-17
1
-1
/
+1
*
movenc: Require samples before trying to write edts
Martin Storsjö
2014-11-08
1
-3
/
+3
*
movenc: Avoid leaking locally allocated data when returning on errors
Martin Storsjö
2014-11-08
1
-6
/
+12
*
movenc: Remove an outdated comment
Martin Storsjö
2014-11-08
1
-1
/
+1
*
movenc: Write correct presentation timestamps in tfra
Martin Storsjö
2014-11-07
1
-0
/
+11
*
movenc: Remove a now redundant check
Martin Storsjö
2014-11-07
1
-1
/
+1
*
movenc: Allow to request not to use edit lists
Martin Storsjö
2014-11-07
1
-1
/
+32
*
lavf: use the format context strict_std_compliance instead of the codec one
Anton Khirnov
2014-11-06
1
-1
/
+1
*
movenc: Don't write any iso brands in ismv files
Martin Storsjö
2014-10-30
1
-2
/
+0
*
movenc: Don't write any tfdt atom for ismv files
Martin Storsjö
2014-10-30
1
-2
/
+3
*
movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov
Martin Storsjö
2014-10-30
1
-6
/
+12
*
movenc: Add a flag for using default-base-is-moof in tfhd atoms
Martin Storsjö
2014-10-29
1
-3
/
+11
[next]