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
/
rdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rmdec: pass mime type to ff_rm_read_mdpr_codecdata()
Michael Niedermayer
2012-08-21
1
-1
/
+1
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-3
/
+3
|
\
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-06
1
-3
/
+0
|
\
\
|
|
/
|
*
rdt: remove workaround for infinite loop with aac
Justin Ruggles
2012-03-05
1
-3
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-08
1
-1
/
+5
|
\
\
|
|
/
|
*
rdt: Check the return value of avformat_open
Martin Storsjö
2011-11-07
1
-1
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-20
1
-1
/
+2
|
\
\
|
|
/
|
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Deprecate av_open_input_* and remove their uses.
Anton Khirnov
2011-06-16
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-24
1
-2
/
+2
|
\
\
|
|
/
|
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-2
/
+2
|
*
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
-3
/
+3
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-3
/
+3
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-6
/
+6
*
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-2
/
+3
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
rtsp/rdt: Assign the RTSPStream index to AVStream->id
Martin Storsjö
2011-02-11
1
-9
/
+3
*
Remove final semicolon from some macros
Mans Rullgard
2011-02-10
1
-1
/
+1
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
Martin Storsjö
2010-10-01
1
-1
/
+2
*
get rid of MAX_STREAMS limit in RDT
Aurelien Jacobs
2010-08-09
1
-4
/
+18
*
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Diego Biurrun
2010-07-02
1
-6
/
+6
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Add a lowercase parameter to ff_data_to_hex
Martin Storsjö
2010-03-25
1
-2
/
+1
*
handler can be NULL if we did not support this dynamic format (codec).
Ronald S. Bultje
2010-01-07
1
-1
/
+1
*
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
Ronald S. Bultje
2009-07-30
1
-1
/
+1
*
Use named initializers and use new/free_context() instead of extradata()
Colin McQuillan
2009-07-27
1
-9
/
+9
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Reindent after r18010.
Ronald S. Bultje
2009-03-16
1
-3
/
+3
*
Remove packet returning in ff_rm_parse_packet() if we're using the packet
Ronald S. Bultje
2009-03-16
1
-3
/
+5
*
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
Ronald S. Bultje
2009-02-26
1
-2
/
+2
*
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Luca Abeni
2009-02-06
1
-1
/
+1
*
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
Ronald S. Bultje
2009-02-06
1
-3
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
Luca Abeni
2009-01-27
1
-1
/
+1
*
Use "" instead of <> when #including non-system headers.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Parse the OpaqueData field for every AVStream represented by this "set of
Ronald S. Bultje
2009-01-07
1
-15
/
+23
*
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in
Ronald S. Bultje
2009-01-07
1
-0
/
+14
[next]