46 Commits (c166148409fe8f0dbccef2fe684286a40ba1e37d)

Author SHA1 Message Date
Rumin Sam 70e981cf5d rtspdec: Fix keep-alive request for ACTi cameras 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 11 years ago
Martin Storsjö 5a2cb78219 rtspdec: Set the default port for listen mode, if none is specified 12 years ago
Michael Niedermayer eae35eadc0 rtspdec: Fix use of uninitialized byte 12 years ago
Janne Grunau d5ef9354ce rtspdec: use av_strlcpy for writing into fixed size buffer 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Jordi Ortiz a8ad6ffafe rtsp: Add listen mode 13 years ago
Jordi Ortiz 6bbb362218 rtsp: Move rtsp_read_close 13 years ago
Martin Storsjö 9294f538e9 rtsp: Don't use av_malloc(0) if there are no streams 13 years ago
Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
Martin Storsjö cdf9108b6a rtsp: Resend new keepalive commands if they used stale auth 13 years ago
Martin Storsjö 735be9cdfb rtsp: Make rtsp_demuxer_class static 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Diego Biurrun 76e25dbca6 rtsp: remove disabled code 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Anton Khirnov 4779f59378 rtspdec: add initial_pause private option. 14 years ago
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Anton Khirnov dce3756459 avio: make url_read_complete() internal. 14 years ago
Martin Storsjö 229e2631be rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers 14 years ago
Carl Eugen Hoyos 78e99e0f32 Do not use format string "%0.3f" for RTSP Range field. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 14 years ago
Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Luca Barbato f81c7ac70a rtsp: make ff_sdp_parse return value forwarded 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Martin Storsjö 2762a7a28b rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo e836b1b085 rtspdec: Move rtsp_read_pause up, next to rtsp_read_play 14 years ago
Martin Storsjö 4cb06874c7 Reindent 14 years ago
Martin Storsjö 91d96bd3c0 rtsp: Simplify code 14 years ago
Martin Storsjö 1726813f13 rtsp: Move resetting of rtpdec parameters to before sending the PLAY request 14 years ago
Martin Storsjö d2995eb910 rtsp: Store the Content-Base header value straight to the target 14 years ago
Martin Storsjö 3df54c6bf2 rtsp: Add a method parameter to ff_rtsp_read_reply 14 years ago
Martin Storsjö 3a1cdcc798 rtpdec: Emit timestamps for packets before the first RTCP packet, too 14 years ago
Martin Storsjö dd22cfb101 rtsp: Parse and use the Content-Base reply header, if present 14 years ago
Yuriy Kaminskiy c77549c510 rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses 14 years ago
Martin Storsjö 0526c6f7c7 rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago