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
/
rm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-20
1
-0
/
+1
|
\
|
*
RealAudio Lossless decoder
Kostya Shishkov
2012-03-19
1
-0
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Francesco Lavra
2010-05-28
1
-0
/
+17
*
ff_rm_metadata is const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
use new metadata API in rm (de)muxer
Aurelien Jacobs
2009-02-17
1
-0
/
+29
*
split rm muxer and demuxer in their own files
Aurelien Jacobs
2007-05-30
1
-1148
/
+0
*
Atrac3 decoder.
Benjamin Larsson
2007-04-17
1
-3
/
+6
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
Do not return invalid pointer for non-audio or video streams.
Sam Hocevar
2007-03-30
1
-3
/
+4
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-2
/
+2
*
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
Steve L'Homme
2006-11-01
1
-2
/
+2
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Remove unused variables and the corresponding warnings along with them.
Diego Biurrun
2006-10-03
1
-1
/
+1
*
dont set sub_id as its completly redundant and silly
Michael Niedermayer
2006-09-30
1
-8
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-14
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
rm_read_audio_stream_info return type is not void
Roberto Togni
2006-06-04
1
-7
/
+10
*
Support for AAC (fourcc raac and racp) in rm files
Roberto Togni
2006-06-04
1
-0
/
+31
*
sanity checks some might have been exploitable
Michael Niedermayer
2006-05-13
1
-0
/
+23
*
add size to AVIndex
Michael Niedermayer
2006-03-01
1
-2
/
+2
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
Support for 28_8 in old ar. files
Roberto Togni
2005-12-25
1
-11
/
+27
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-7
/
+7
*
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra
Roberto Togni
2005-12-19
1
-1
/
+8
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-42
/
+42
*
malloc padding to avoid reading past the malloc()ed area.
Jindřich Makovička
2005-12-17
1
-2
/
+2
*
Cook compatibe decoder, patch by Benjamin Larsson
Benjamin Larsson
2005-12-09
1
-13
/
+98
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-48
/
+48
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-5
/
+2
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-5
/
+5
*
fixing broken_rv20_1mb_.rm
Michael Niedermayer
2005-04-24
1
-1
/
+1
*
more fine grained discarding of packets
Michael Niedermayer
2005-03-17
1
-1
/
+2
*
set block align
Michael Niedermayer
2005-02-28
1
-1
/
+1
*
ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)
Michael Niedermayer
2005-02-28
1
-7
/
+19
*
support discarding uninterresting packets
Michael Niedermayer
2005-01-22
1
-1
/
+6
*
RV30/RV40 demuxing (untested)
Michael Niedermayer
2005-01-06
1
-5
/
+10
*
skip INDX chunks
Michael Niedermayer
2005-01-03
1
-6
/
+15
*
rv20 encoding
Michael Niedermayer
2004-12-07
1
-2
/
+8
*
seeking in rm 2nd try
Michael Niedermayer
2004-12-06
1
-17
/
+31
*
seeking in rm
Michael Niedermayer
2004-12-06
1
-39
/
+88
*
rm encoding fix
Michael Niedermayer
2004-12-06
1
-3
/
+3
*
try to recover from errors instead of failing fataly
Michael Niedermayer
2004-12-06
1
-6
/
+8
*
various demuxer fixes
Michael Niedermayer
2004-12-06
1
-20
/
+31
*
rv10 thread safety fix / rv10 ffplay fix
Michael Niedermayer
2004-12-06
1
-6
/
+1
*
timestamp fix
Michael Niedermayer
2004-12-06
1
-2
/
+22
*
next try at fixing rv20 decoding
Michael Niedermayer
2004-12-05
1
-4
/
+15
*
skip unknown streams instead of failing
Michael Niedermayer
2004-11-19
1
-1
/
+4
[next]