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
/
rtpdec_asf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-08
1
-0
/
+2
|
\
\
|
|
/
|
*
rtsp: Don't expose the MS-RTSP RTX data stream to the caller
Martin Storsjö
2012-04-08
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-1
/
+4
|
\
\
|
|
/
|
*
rtpdec_asf: Set the no_resync_search option for the chained asf demuxer
Martin Storsjö
2012-04-07
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-21
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: deprecate av_read_packet().
Anton Khirnov
2012-03-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-13
1
-2
/
+1
|
\
\
|
|
/
|
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-01
1
-1
/
+2
|
\
\
|
|
/
|
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-08
1
-5
/
+5
|
\
\
|
|
/
|
*
rtpdec_asf: Fix integer underflow that could allow remote code execution
Michael Niedermayer
2011-09-07
1
-1
/
+7
*
|
rtpdec_asf: fix memleak
Michael Niedermayer
2011-09-07
1
-2
/
+6
*
|
rtp: Fix integer underflow that could allow remote code execution.
Michael Niedermayer
2011-09-07
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-18
1
-2
/
+5
|
\
\
|
|
/
|
*
Deprecate av_open_input_* and remove their uses.
Anton Khirnov
2011-06-16
1
-2
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-1
/
+1
*
|
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
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
1
-4
/
+4
|
\
\
|
|
/
|
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-3
/
+3
|
*
avio: avio_ prefix for url_open_dyn_buf
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
-5
/
+5
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-6
/
+6
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-5
/
+5
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-2
/
+2
*
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
-5
/
+5
*
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
*
Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,
Ronald S. Bultje
2011-01-14
1
-0
/
+1
*
Prevent overflow on random input.
Ronald S. Bultje
2010-08-13
1
-1
/
+2
*
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-30
1
-1
/
+1
*
Reindent, rewrap long comment lines to keep line length below 80 chars
Martin Storsjö
2010-07-21
1
-52
/
+53
*
rtpdec_asf: Handle RTSP-MS packet splitting
Martin Storsjö
2010-07-21
1
-10
/
+16
*
rtpdec_asf: Include lavu headers using quotes instead of angle brackets
Martin Storsjö
2010-07-19
1
-3
/
+3
*
rtpdec_asf: Propagate errors from the chained av_open_input_stream
Martin Storsjö
2010-07-05
1
-2
/
+6
*
Fix implicit cast warning
Eli Friedman
2010-06-27
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Rename RTP depacketizer files from rtp_* to rtpdec_*
Martin Storsjö
2010-02-28
1
-0
/
+281