index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
movenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mov: Clarify tkhd flag settings
Luca Barbato
2014-07-11
1
-3
/
+6
*
mov: Do not group tracks if more than one is enabled per type
Luca Barbato
2014-07-11
1
-5
/
+16
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-6
/
+8
*
movenc: write avg_frame_rate as the framerate, not the codec timebase
Anton Khirnov
2014-05-29
1
-1
/
+7
*
movenc: use the "encoder" metadata tag to write stsd Compressorname
Anton Khirnov
2014-05-18
1
-2
/
+5
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-1
/
+1
*
mov: Emit the correct tags for clcp tracks
Miles Gould
2014-04-25
1
-6
/
+24
*
mov: Write prof section of tapt tag
Aidan Skinner
2014-04-25
1
-0
/
+6
*
More correct printf format specifiers
Diego Biurrun
2014-04-02
1
-2
/
+5
*
mov: Unbreak sbtl writing
Michael Niedermayer
2014-03-31
1
-3
/
+7
*
movenc: Add dvd subtitle support
John Stebbins
2014-03-28
1
-5
/
+78
*
movenc: Allow override of major brand in ftyp atom
John Stebbins
2014-03-23
1
-1
/
+4
*
movenc: allow muxing HEVC in MODE_MP4.
Tim Walker
2014-03-09
1
-0
/
+1
*
movenc: enable Annex B to MP4 conversion for HEVC tracks.
Tim Walker
2014-03-09
1
-0
/
+9
*
movenc: write hvcC tag for HEVC.
Tim Walker
2014-03-09
1
-0
/
+13
*
movenc: allow override of "writing application" tag
John Stebbins
2014-03-08
1
-1
/
+2
*
movenc: Add a fallback fragmentation method for plain mp4 as well
Martin Storsjö
2014-02-19
1
-4
/
+2
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
movenc: Add an F4V muxer
Clément Bœsch
2013-10-23
1
-1
/
+37
*
movenc: Return a proper error code for invalid combinations
Martin Storsjö
2013-09-22
1
-2
/
+2
*
movenc: Use keyframes as default fragmentation point in ismv
Martin Storsjö
2013-09-22
1
-1
/
+1
*
movenc: Set all implicit flags immediately in mov_write_header
Martin Storsjö
2013-09-22
1
-2
/
+5
*
movenc: Set mov->mode earlier in mov_write_header
Martin Storsjö
2013-09-22
1
-18
/
+19
*
movenc: Use null buffers for measuring the amount of data to be written
Martin Storsjö
2013-09-19
1
-12
/
+6
*
movenc: Add an option for omitting the tfhd base offset
Martin Storsjö
2013-09-17
1
-7
/
+16
*
movenc: Write the moof atom in two passes
Martin Storsjö
2013-09-17
1
-22
/
+25
*
movenc: Simplify setting the fragmentation flag
Martin Storsjö
2013-09-09
1
-5
/
+3
*
movenc: Add a warning message if conflicting options have been specified
Martin Storsjö
2013-09-09
1
-1
/
+4
*
movenc: Don't flush after each written packet
Martin Storsjö
2013-09-03
1
-2
/
+0
*
movenc: Check for errors from mov_create_chapter_track
Martin Storsjö
2013-08-27
1
-2
/
+5
*
movenc: Properly free allocated data on failures in mov_write_header
Martin Storsjö
2013-08-27
1
-15
/
+26
*
movenc: Check that tracks->enc exists before trying to free extradata
Martin Storsjö
2013-08-27
1
-1
/
+2
*
movenc: Check for allocation failures in mov_create_chapter_track
Martin Storsjö
2013-08-27
1
-0
/
+4
*
mov: Write tmcd extradata
Luca Barbato
2013-08-25
1
-0
/
+17
*
movenc: Make tkhd "enabled" flag QuickTime compatible
John Stebbins
2013-08-23
1
-1
/
+55
*
movenc: fix detection of 64bit offset requirement
Clément Bœsch
2013-08-21
1
-3
/
+9
*
movenc: Make chapter track QuickTime compatible
John Stebbins
2013-08-21
1
-2
/
+13
*
movenc: add faststart option for web streaming
Clément Bœsch
2013-08-21
1
-4
/
+133
*
movenc: Allow chapters to be written in trailer
John Stebbins
2013-08-20
1
-2
/
+15
*
movenc: Allow chapter track in default MODE_MP4
John Stebbins
2013-08-20
1
-1
/
+1
*
mov: Prevent segfaults on mov_write_hdlr_tag
Luca Barbato
2013-08-20
1
-5
/
+16
*
mov: Compute max duration among the tracks with a timescale
Luca Barbato
2013-08-20
1
-1
/
+1
*
mov: Set the timescale for data streams
Luca Barbato
2013-08-20
1
-0
/
+2
*
movenc: Indicate that negative timestamps are supported
Martin Storsjö
2013-08-17
1
-7
/
+7
*
movenc: K&R formatting cosmetics
Martin Storsjö
2013-07-07
1
-189
/
+189
*
movenc: Grow the frag_info array in chunks
Andrey Semashev
2013-06-04
1
-3
/
+8
*
movenc: Increase the cluster array allocation by doubling
Andrey Semashev
2013-06-04
1
-1
/
+1
*
movenc: Keep track of the allocated size for the cluster array
Andrey Semashev
2013-06-04
1
-4
/
+6
*
movenc: Don't add base_data_offset in tfhd for PIFF files
Jeremy Hinegardner
2013-05-17
1
-2
/
+4
*
movenc: Simplify code by using avio_wb24
Martin Storsjö
2013-01-30
1
-2
/
+1
[next]