467 Commits (911fa05b514e1be009e00b79d7004b93717c023b)

Author SHA1 Message Date
Martin Storsjö ccfa8aa26f rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers 13 years ago
Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
Martin Storsjö 2f96cc1fc4 rtsp: Retry authentication if failed due to being stale 13 years ago
Martin Storsjö 705eeb5eca rtsp: Fix a typo 13 years ago
Martin Storsjö 6294d708b8 rtsp: Only set the ttl parameter if the server actually gave a value 13 years ago
Tommy Winther 1a6b9a98ce rtsp: Handle requests from server to client 13 years ago
Martin Storsjö c2ff63e3ac rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Martin Storsjö f3a094f2da sdp: Ignore RTCP packets when autodetecting RTP streams 13 years ago
Diego Biurrun a846202343 rtsp: Remove some unused variables from ff_rtsp_connect(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov adad5b88f8 lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Dmitry Volyntsev 58f0978581 rtsp: Use a random offset for trying to open UDP ports for RTP 13 years ago
Martin Storsjö dbb06b8c0d rtsp: Allow specifying the UDP port range via AVOptions 13 years ago
Dmitry Volyntsev bc495bad3d rtsp: Remove a leftover, currently pointless check 13 years ago
Jean First 4be386b318 rtsp: Fix compiler warning for uninitialized variable 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Anton Khirnov 3a7f7678eb lavf: deprecate av_close_input_stream(). 13 years ago
Martin Storsjö 30266038bd rtsp: Initialize the media_type_mask in the rtp guessing demuxer 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Martin Storsjö 2583660664 rtpdec: Add an init function that can do custom codec context initialization 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Martin Storsjö 6149485f6c http: Change the chunksize AVOption into chunked_post 13 years ago
Martin Storsjö 196bf28c5d rtsp: Set http custom headers via the AVOption 13 years ago
Martin Storsjö 4b3dc857e4 rtsp: Discard the dynamic handler, if it has an alloc function which failed 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Martin Storsjö d450cc4f4a rtsp: Disable chunked http post through AVOptions 13 years ago
John Brooks f011fcd67e rtsp: add allowed_media_types option 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Martin Storsjö 51369f2891 rtsp: Expose the flag options via private AVOptions for sdp and rtp, too 13 years ago
Martin Storsjö 3a6765fb5d rtsp: Make the rtsp flags avoptions set via a define 13 years ago
Martin Storsjö 9867aea524 rtsp: Remove the separate filter_source variable 13 years ago
Martin Storsjö eca4850c6d rtsp: Accept options via private avoptions instead of URL options 13 years ago
Martin Storsjö 2c9aa0247d rtsp: Simplify AVOption definitions 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Martin Storsjö 76b0d03d82 rtsp: Request that dynamic rate is disabled 13 years ago
Martin Storsjö 30eae32530 rtsp: Parse the x-Accept-Dynamic-Rate header 13 years ago
Martin Storsjö bfc6db4477 rtpdec: Add ff_ prefix to all nonstatic symbols 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 f75e3da535 RTSP: Doxygen comment cleanup 14 years ago
Martin Storsjö d840733937 rtsp: Don't pass string pointer as format string to ff_url_join 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Ilya 4515f9b58a rtsp: use strtoul to parse rtptime and seq values. 14 years ago