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
*
rtp: set the payload type as stream id
Luca Barbato
2012-11-14
1
-4
/
+7
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-18
/
+18
*
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-10-01
1
-1
/
+0
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-2
/
+0
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-7
/
+7
*
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-6
/
+6
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-92
/
+92
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-6
/
+6
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
lavf: use conditional notation for default codec in muxer declarations.
Ronald S. Bultje
2012-07-22
1
-15
/
+6
*
rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
Ronald S. Bultje
2012-07-21
1
-1
/
+1
*
mov: Support muxing/demuxing iLBC
Martin Storsjö
2012-06-18
1
-1
/
+2
*
movenc: Write chan atom for all audio tracks in mov mode movies.
Alex Converse
2012-06-04
1
-1
/
+3
*
movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.
Alex Converse
2012-05-25
1
-20
/
+1
*
movenc: Support high sample rates in isomedia formats by setting the sample r...
Alex Converse
2012-04-20
1
-12
/
+7
*
movenc: Remove a dead initialization
Alex Converse
2012-04-12
1
-1
/
+1
*
movenc: small refactor mov_write_packet
Luca Barbato
2012-04-11
1
-27
/
+32
*
movenc: remove redundant check
Luca Barbato
2012-04-11
1
-3
/
+0
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-19
/
+21
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-2
/
+1
*
movenc: Merge if statements
Martin Storsjö
2012-03-25
1
-5
/
+2
*
avc: Add a function for converting mp4 style extradata to annex b
Martin Storsjö
2012-03-24
1
-24
/
+10
*
movenc: Add a min_frag_duration option
Martin Storsjö
2012-03-20
1
-5
/
+10
*
movenc: use timestamps instead of frame_size for samples-per-packet
Justin Ruggles
2012-02-27
1
-5
/
+20
*
movenc: use the first cluster duration as the tfhd default duration
Justin Ruggles
2012-02-27
1
-1
/
+1
*
movenc: factorize calculation of cluster duration into a separate function
Justin Ruggles
2012-02-27
1
-11
/
+18
*
rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
Martin Storsjö
2012-02-23
1
-1
/
+1
*
movenc: Buffer the mdat for the initial moov fragment, too
Martin Storsjö
2012-02-22
1
-24
/
+50
*
mov: Use defines for sample flags in fragments
Martin Storsjö
2012-02-18
1
-2
/
+4
*
mov: Use defines for trun flags
Martin Storsjö
2012-02-18
1
-12
/
+12
*
mov: Use defines for tfhd flags
Martin Storsjö
2012-02-18
1
-9
/
+9
*
movenc: Write the unknown duration as 64 bit fields in ismv
Martin Storsjö
2012-02-18
1
-0
/
+6
*
movenc: Write track durations with all bits set if duration is unknown
Martin Storsjö
2012-02-18
1
-2
/
+8
*
movenc: Don't set a default sample duration when creating ismv
Martin Storsjö
2012-02-16
1
-3
/
+4
*
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
movenc: Support muxing VC1
Martin Storsjö
2012-02-14
1
-1
/
+166
*
movenc: Support muxing wmapro in ismv/isma
Martin Storsjö
2012-02-13
1
-2
/
+17
*
movenc: cosmetics: Get rid of camelCase identifiers
Martin Storsjö
2012-01-30
1
-143
/
+144
*
movenc: Allow writing to a non-seekable output if using empty moov
Martin Storsjö
2012-01-27
1
-2
/
+13
*
movenc: Support adding isml (smooth streaming live) metadata
Martin Storsjö
2012-01-27
1
-0
/
+130
*
lavf: remove disabled FF_API_TIMESTAMP cruft
Anton Khirnov
2012-01-27
1
-5
/
+0
*
lavf: remove disabled FF_API_FLAG_RTP_HINT cruft
Anton Khirnov
2012-01-27
1
-8
/
+0
*
movenc: Don't require frame_size to be set for modes other than mov
Martin Storsjö
2012-01-25
1
-1
/
+1
*
movenc: Reindent a block
Martin Storsjö
2012-01-25
1
-13
/
+15
*
movenc: Write the sample rate instead of time scale in the stsd atom
Martin Storsjö
2012-01-25
1
-2
/
+2
*
movenc: Add a separate ismv/isma (smooth streaming) muxer
Martin Storsjö
2012-01-25
1
-4
/
+134
*
movenc: Allow the caller to decide on fragmentation
Martin Storsjö
2012-01-25
1
-8
/
+20
*
movenc: Add support for writing fragmented mov files
Martin Storsjö
2012-01-25
1
-10
/
+399
*
movenc: Add a separate start_pts
Martin Storsjö
2012-01-25
1
-2
/
+5
[next]