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
/
rmenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rmenc: write correct bytes per minute
Piotr Bandurski
2012-12-23
1
-2
/
+2
*
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
Michael Niedermayer
2012-09-16
1
-1
/
+1
|
\
|
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-1
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-5
/
+5
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-5
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
1
-1
/
+1
|
\
\
|
|
/
|
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
|
rmenc: more than 2 streams are not currently possible.
Reimar Döffinger
2012-04-29
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-06
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Drop some pointless void* return value casts from av_malloc() invocations.
Diego Biurrun
2012-01-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
1
-10
/
+10
|
\
\
|
|
/
|
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-10
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-3
/
+4
|
\
\
|
|
/
|
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-3
/
+4
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
1
-3
/
+3
|
\
\
|
|
/
|
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-3
/
+3
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-23
1
-1
/
+1
|
\
\
|
|
/
|
*
rmenc: replace avio_seek(0) with avio_tell()
Anton Khirnov
2011-03-20
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-4
/
+4
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-25
1
-1
/
+1
*
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-25
1
-8
/
+10
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-96
/
+96
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-7
/
+7
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Reindent after r23361.
Francesco Lavra
2010-05-28
1
-7
/
+7
*
Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing
Francesco Lavra
2010-05-28
1
-3
/
+16
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-5
/
+5
*
Remove index writing in RM muxer, since it is broken (multiple streams per
Ronald S. Bultje
2009-03-21
1
-11
/
+3
*
use new metadata API in rm (de)muxer
Aurelien Jacobs
2009-02-17
1
-6
/
+10
*
Use more descriptive format long_names.
Diego Biurrun
2009-02-12
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Ronald S. Bultje
2008-12-13
1
-6
/
+25
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-2
/
+2
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Fix muxer so that generated files are playable by realplayer, other open
Kostya Shishkov
2007-12-02
1
-3
/
+8
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-7
/
+7
*
split rm muxer and demuxer in their own files
Aurelien Jacobs
2007-05-30
1
-0
/
+439