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_xiph.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtpdec: Pass the sequence number to depacketizers
Martin Storsjö
2012-12-21
1
-6
/
+4
*
rtpdec: factorize identical code used in several handlers
Anton Khirnov
2012-11-02
1
-10
/
+3
*
rtpdec_xiph: fix function return type
Mans Rullgard
2012-10-12
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-3
/
+3
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
cosmetics: Fix indentation
Martin Storsjö
2012-04-08
1
-1
/
+1
*
rtsp: Don't expose the MS-RTSP RTX data stream to the caller
Martin Storsjö
2012-04-08
1
-0
/
+3
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-4
/
+4
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-2
/
+2
*
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
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-2
/
+2
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
*
rtpdec_xiph: Split packets in the depacketizer
Martin Storsjö
2010-08-05
1
-30
/
+49
*
rtpdec_xiph: Correct the bitmask for num_pkts
Martin Storsjö
2010-08-04
1
-1
/
+1
*
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-30
1
-1
/
+1
*
rtpdec_xiph: Handle the sampling SDP parameter
Josh Allmann
2010-07-28
1
-1
/
+11
*
rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...
Josh Allmann
2010-07-27
1
-0
/
+5
*
rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer
Josh Allmann
2010-07-19
1
-11
/
+5
*
rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
Josh Allmann
2010-06-28
1
-25
/
+4
*
Fix printf format warnings
Eli Friedman
2010-06-09
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Remove useless assert(), since this can (in theora) be used for any Xiph
Ronald S. Bultje
2010-04-15
1
-1
/
+0
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-5
/
+5
*
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
Martin Storsjö
2010-04-02
1
-1
/
+1
*
Merge Vorbis / Theora depayloaders.
Josh Allmann
2010-04-01
1
-0
/
+12
*
Reindent after r22766.
Josh Allmann
2010-04-01
1
-6
/
+6
*
Rename functions / comments from "Theora" to "Xiph" where relevant.
Josh Allmann
2010-04-01
1
-27
/
+27
*
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
Josh Allmann
2010-04-01
1
-0
/
+387