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
/
rtsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtsp: Request that dynamic rate is disabled
Martin Storsjö
2011-10-12
1
-0
/
+2
*
rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
2011-10-12
1
-0
/
+3
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
1
-13
/
+13
*
rtsp: remove disabled code
Diego Biurrun
2011-07-18
1
-8
/
+0
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-14
/
+14
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-07-03
1
-13
/
+5
*
rtsp: Don't pass string pointer as format string to ff_url_join
Martin Storsjö
2011-06-16
1
-2
/
+2
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+3
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-3
/
+0
*
rtsp: use strtoul to parse rtptime and seq values.
Ilya
2011-05-24
1
-2
/
+2
*
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-05-11
1
-0
/
+4
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-3
/
+3
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-8
/
+8
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-8
/
+8
*
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
1
-4
/
+4
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-5
/
+5
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
1
-4
/
+4
*
avio: make url_read() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-6
/
+6
*
avio: make url_connect internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_alloc internal.
Anton Khirnov
2011-04-04
1
-2
/
+3
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
*
rtsp: Specify unicast for TCP interleaved streams, too
Martin Storsjö
2011-03-21
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-03-15
1
-1
/
+1
*
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-23
1
-1
/
+1
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
1
-2
/
+2
*
avio: avio_ prefixes for get_* functions
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
-1
/
+2
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
*
Replace remaining uses of parse_date with av_parse_time.
Anton Khirnov
2011-02-16
1
-2
/
+3
*
rtsp: udp_read_packet returning 0 doesn't mean success
Martin Storsjö
2011-02-17
1
-1
/
+1
*
rtsp/rdt: Assign the RTSPStream index to AVStream->id
Martin Storsjö
2011-02-11
1
-1
/
+1
*
Use avformat_free_context for cleaning up muxers
Martin Storsjö
2011-02-04
1
-7
/
+1
*
libavformat: Use avcodec_copy_context for chained muxers
Martin Storsjö
2011-02-04
1
-0
/
+2
*
Free AVStream->info in chained muxers
Martin Storsjö
2011-02-03
1
-0
/
+1
*
rtsp: Don't store RTSPStream in AVStream->priv_data
Martin Storsjö
2011-02-03
1
-10
/
+6
*
Free the RTSPStreams in ff_rtsp_close_streams
Luca Barbato
2011-02-01
1
-0
/
+1
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-5
/
+5
*
rtsp: make ff_sdp_parse return value forwarded
Luca Barbato
2011-01-28
1
-1
/
+2
*
os: replace select with poll
Luca Barbato
2011-01-28
1
-25
/
+30
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-25
1
-5
/
+18
*
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-24
1
-1
/
+3
*
rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request
Martin Storsjo
2011-01-24
1
-6
/
+1
*
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-24
1
-22
/
+37
*
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-24
1
-2
/
+2
*
rtsp: Properly fail if unable to open an input RTP port
Martin Storsjö
2011-01-09
1
-0
/
+4
[next]