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
/
rmdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: add a cook parser to get subpacket duration
Justin Ruggles
2012-04-20
1
-0
/
+1
*
RealAudio Lossless decoder
Kostya Shishkov
2012-03-19
1
-0
/
+9
*
rmdec: Honor .RMF tag size rather than assuming 18.
Alex Converse
2012-03-02
1
-4
/
+2
*
rmdec: adjust printf format string specifier to fix warning
Diego Biurrun
2012-03-01
1
-1
/
+1
*
rm: prevent infinite loops for index parsing.
Ronald S. Bultje
2012-02-22
1
-3
/
+17
*
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.
Ronald S. Bultje
2012-02-22
1
-0
/
+1
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
rmdec: don't set codec timebase.
Anton Khirnov
2011-11-30
1
-3
/
+2
*
rdt: Set AVFMT_NOFILE on ff_rdt_demuxer
Martin Storsjö
2011-11-07
1
-0
/
+1
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-2
/
+2
*
rmdec: Reject invalid deinterleaving parameters
Laurent Aimar
2011-09-19
1
-26
/
+31
*
rmdec: use the deinterleaving mode and not the codec when creating audio pack...
Laurent Aimar
2011-09-19
1
-1
/
+2
*
Use deinterleavers for demangling audio packets in RealMedia.
Kostya Shishkov
2011-08-27
1
-12
/
+34
*
rmdec: parse FPS in RealMedia properly
Kostya Shishkov
2011-08-17
1
-8
/
+8
*
Use parsers for RealVideo 3/4 to determine correct PTS
Kostya Shishkov
2011-08-17
1
-0
/
+1
*
rmdec: correct DTS calculation in RealMedia container.
Kostya Shishkov
2011-08-17
1
-4
/
+7
*
Remove redundant and dubious video codec detection by its extradata
Kostya Shishkov
2011-08-15
1
-10
/
+0
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-16
/
+12
*
rmdec: remove useless ap parameter from rm_read_header_old()
Anton Khirnov
2011-07-17
1
-2
/
+2
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-1
/
+2
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+2
*
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-04-29
1
-9
/
+7
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-11
/
+11
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-3
/
+3
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-12
/
+12
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-11
/
+11
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-4
/
+4
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-103
/
+103
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-12
/
+12
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Do not read the RM index when input is streamed (since it requires seeking
Reimar Döffinger
2010-06-06
1
-1
/
+2
*
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Francesco Lavra
2010-05-28
1
-19
/
+4
*
We're using generic tag-to-ID functions, so specific codec_id assignments
Zhou Zongyi
2010-05-25
1
-5
/
+0
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-1
/
+1
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-1
/
+1
*
Another uninitialized value.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Fix uninitialized value in codepath.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-2
/
+2
*
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
-9
/
+9
*
export rm_reorder_sipr_data() for future use by matroska demuxer
Aurelien Jacobs
2010-03-12
1
-5
/
+3
*
export sipr_subpk_size for future use by matroska demuxer
Aurelien Jacobs
2010-03-12
1
-2
/
+2
*
Print a warning when DATA chunk is encountered in the middle of chunk.
Ronald S. Bultje
2010-01-23
1
-0
/
+3
*
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
Ronald S. Bultje
2010-01-08
1
-3
/
+3
*
Get rid of useless casts.
Michael Niedermayer
2009-12-13
1
-2
/
+2
*
Print extradata in case of failure. I had this in my local tree and it
Michael Niedermayer
2009-12-13
1
-1
/
+3
[next]