695 Commits (92c8b79b5acc06ec608b4c5a2b1ff428dfa1a810)

Author SHA1 Message Date
Martin Storsjö e02dcdf6bb rtsp: Allow $ as interleaved packet indicator before a complete response header 9 years ago
Eloi BAIL 1ec611a102 rtsp: warning when max_delay reached 9 years ago
Martin Storsjö 764ec70149 rtsp: Only interpret $ as interleaved packet indicator at the start of replies 9 years ago
Michael Niedermayer e6ec65d2d3 avformat/rtsp: print a debug level note if time parsing fails 10 years ago
Martin Storsjö b90adb0aba rtsp: Make sure we don't write too many transport entries into a fixed-size array 10 years ago
Martin Storsjö eb7ddb5066 rtsp: Don't warn about unparsed time ranges 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Himangi Saraogi f03dfe118b avformat/rtsp: Fix dereference after null check 10 years ago
Himangi Saraogi 4e54432164 rtsp: Fix unchecked return value 10 years ago
Himangi Saraogi 0b72a47f55 rtsp: Check a malloc return value 10 years ago
Himangi Saraogi aae9f52c4e avformat/rtsp: Fix unchecked return value 10 years ago
Himangi Saraogi 4b03002527 avformat/rtsp: Fix null pointer dereference 10 years ago
Luca Barbato e3ec6fe7bb rtsp: Add a buffer_size option 10 years ago
Michael Niedermayer b425b81fd2 avformat/rtsp: Fix potential pointer overflow in sdp_probe() 10 years ago
Gilles Chanteperdrix 071f3e1c6e Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA" 10 years ago
Martin Storsjö d594dbecce rtpdec: Rename the free method to close 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Martin Storsjö 078d43e23a rtpdec: Free depacketizers if the init function failed 10 years ago
Martin Storsjö bb4a310bb8 rtpdec: Don't free the payload context in the .free function 10 years ago
Martin Storsjö f4b59334bd rtpdec: Remove the now unused .alloc field 10 years ago
Martin Storsjö e72605f80b rtpdec: Allow allocating and freeing the private data without explicit functions 10 years ago
Martin Storsjö b7a4c319fd rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler 10 years ago
Martin Storsjö 74d318f138 rtsp: Fix the indentation of a linewrapped statement 10 years ago
Martin Storsjö 26524e3581 rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA 10 years ago
Gilles Chanteperdrix cdcc370293 rtsp: punch holes again after pause 10 years ago
Gilles Chanteperdrix 4438d1c6ed rtsp: parse lang attribute in SDP 10 years ago
Gilles Chanteperdrix c7ad1f562b avformat/rtsp: parse lang attribute in SDP 10 years ago
Gilles Chanteperdrix afb0e5a810 avformat/rtsp: allow receiving subtitles via RTP 10 years ago
Michael Niedermayer e360d030b3 avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer f7da4b1cf1 avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Vittorio Giovara 76ccf114a6 rtsp: check ffurl_get_file_handle() return value 10 years ago
Vittorio Giovara 604c9b1196 rtsp: move the CONFIG_ macros to the beginning of the check 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Andrey Utkin 08e6832a94 avformat/rtsp: pass return code from ffurl_open() on its failure 10 years ago
Michael Niedermayer 7f2af3f56b avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable 10 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 10 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 10 years ago
Michael Lynch c69f230a3a avformat/rtsp: check memory allocation 10 years ago
Luca Barbato 8b2e9636c5 rtsp: Support tls-encapsulated RTSP 10 years ago
Martin Storsjö 2f172f1ae9 rtsp: Clear the session id on redirects 10 years ago
James Almer 5b12b4fc4b lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 10 years ago
Michael Niedermayer ca384d708b avformat/rtsp: use av_malloc_array() 11 years ago
Moritz Barsnick 10b8481a26 fix several typos 11 years ago
Joshua Kordani c385313d25 rtsp: Support misordered fmtp rtpmap 11 years ago
Luca Barbato c9c1e00f95 rtsp: Factor out fmtp parsing 11 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Andrey Utkin bc764d786f Add "prefer_tcp" flag to "rtsp_flags" 11 years ago
Stefano Sabatini 8c8c3ca91e doc/protocols/rtsp, lavf/rtsp: fix/extend options documentation 11 years ago
Vittorio Giovara 46c0cbd5dc rtsp: suppress a incompatible pointer types warning 11 years ago