index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtspdec.c
Age
Commit message (
Expand
)
Author
2011-11-18
rtpdec: unwrap RTP timestamps for PTS calculation
John Brooks
2011-10-17
rtsp: Merge the AVOption lists
Martin Storsjö
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-07-18
rtsp: remove disabled code
Diego Biurrun
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-03
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-06-07
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
Diego Biurrun
2011-05-27
rtspdec: add initial_pause private option.
Anton Khirnov
2011-05-11
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-04-04
avio: make url_read_complete() internal.
Anton Khirnov
2011-03-30
rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
Martin Storsjö
2011-03-22
Do not use format string "%0.3f" for RTSP Range field.
Carl Eugen Hoyos
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-23
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-23
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-11
rtsp/rdt: Assign the RTSPStream index to AVStream->id
Martin Storsjö
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-28
rtsp: make ff_sdp_parse return value forwarded
Luca Barbato
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-24
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-24
rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
Martin Storsjo
2011-01-05
Reindent
Martin Storsjö
2011-01-05
rtsp: Simplify code
Martin Storsjö
2011-01-05
rtsp: Move resetting of rtpdec parameters to before sending the PLAY request
Martin Storsjö
2011-01-02
rtsp: Store the Content-Base header value straight to the target
Martin Storsjö
2011-01-02
rtsp: Add a method parameter to ff_rtsp_read_reply
Martin Storsjö
2011-01-01
rtpdec: Emit timestamps for packets before the first RTCP packet, too
Martin Storsjö
2010-11-15
rtsp: Parse and use the Content-Base reply header, if present
Martin Storsjö
2010-11-06
rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses
Yuriy Kaminskiy
2010-10-29
rtsp: Split out the RTSP demuxer functions to a separate, new file
Martin Storsjö