]> git.sesse.net Git - ffmpeg/history - libavformat/rtspdec.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / rtspdec.c
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-02-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2015-11-25 Luca Barbatortsp: Log getaddrinfo failures
2015-05-26 wm4lavf: split tls.c
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-04-01 Luca Barbatortsp: Add a buffer_size option
2015-02-23 Gilles Chanteperdrixrtsp: punch holes again after pause
2015-01-23 Martin Storsjörtspdec: Consistently use rtsp_hd_out for writing
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2014-10-10 Luca Barbatortsp: Add rtsps to the probe
2014-10-10 Luca Barbatortsp: Support tls when in listen mode
2014-10-10 Luca Barbatortsp: Check for command strings without spaces
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-12-11 Rumin Samrtspdec: Fix keep-alive request for ACTi cameras
2013-11-01 Martin Storsjörtspenc: Make sure BYE packets are sent before TEARDOWN
2013-07-31 Martin Storsjörtpproto: Move rtpproto specific function declarations...
2012-10-12 Martin Storsjörtspdec: Set the default port for listen mode, if none...
2012-10-12 Michael Niedermayerrtspdec: Fix use of uninitialized byte
2012-10-09 Janne Grunaurtspdec: use av_strlcpy for writing into fixed size...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-07-10 Jordi Ortizrtsp: Add listen mode
2012-07-10 Jordi Ortizrtsp: Move rtsp_read_close
2012-04-08 Martin Storsjörtsp: Don't use av_malloc(0) if there are no streams
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
2012-03-13 Martin Storsjörtsp: Resend new keepalive commands if they used stale...
2012-02-15 Martin Storsjörtsp: Make rtsp_demuxer_class static
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-18 John Brooksrtpdec: unwrap RTP timestamps for PTS calculation
2011-10-17 Martin Storsjörtsp: Merge the AVOption lists
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-18 Diego Biurrunrtsp: remove disabled code
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-11 Martin Storsjörtsp: Only do keepalive using GET_PARAMETER if the...
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-03-30 Martin Storsjörtsp: Use GET_PARAMETER for keep-alive for generic...
2011-03-23 Carl Eugen HoyosDo not use format string "%0.3f" for RTSP Range field.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-24 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-24 Martin Storsjortspdec: Move rtsp_read_pause up, next to rtsp_read_play
2011-01-05 Martin StorsjöReindent
2011-01-05 Martin Storsjörtsp: Simplify code
2011-01-05 Martin Storsjörtsp: Move resetting of rtpdec parameters to before...
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-11-15 Martin Storsjörtsp: Parse and use the Content-Base reply header,...
2010-11-06 Yuriy Kaminskiyrtsp: Set the real_setup pointer properly, avoid out...
2010-10-29 Martin Storsjörtsp: Split out the RTSP demuxer functions to a separat...