385 Commits (b06df7075590b7954900a9ef5e2dd0e7e832544c)

Author SHA1 Message Date
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
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov 925e908bc7 avio: make url_write() internal. 14 years ago
Anton Khirnov dce3756459 avio: make url_read_complete() internal. 14 years ago
Anton Khirnov bc371aca46 avio: make url_read() internal. 14 years ago
Anton Khirnov 0589da0aa5 avio: make url_open() internal. 14 years ago
Anton Khirnov 62eaaeacb5 avio: make url_connect internal. 14 years ago
Anton Khirnov 5652bb9471 avio: make url_alloc internal. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Martin Storsjö 895678f823 rtsp: Specify unicast for TCP interleaved streams, too 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 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
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 9fcae9735e Replace remaining uses of parse_date with av_parse_time. 14 years ago
Martin Storsjö 2c35a6bde9 rtsp: udp_read_packet returning 0 doesn't mean success 14 years ago
Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 14 years ago
Martin Storsjö b22dbb291d Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 1338dc0823 libavformat: Use avcodec_copy_context for chained muxers 14 years ago
Martin Storsjö ce41c51b0c Free AVStream->info in chained muxers 14 years ago
Martin Storsjö d9c0510e22 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Luca Barbato ea7f080749 Free the RTSPStreams in ff_rtsp_close_streams 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
Luca Barbato a8475bbdb6 os: replace select with poll 14 years ago