76 Commits (0ba70a679216a504ed4ea6f50c37283cf099e8ae)

Author SHA1 Message Date
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Andreas Rheinhardt f4a2d722aa avformat/internal: Move muxing-only functions to new mux.h header 3 years ago
Yubo Xie 7795f045a0 libavformat/rtsp: pkt_size option is not honored in rtsp 3 years ago
Limin Wang 6d42af02f5 avformat/rtsp: add error code handling for ff_rtsp_skip_packet() 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Limin Wang 95d12da559 avformat/rtsp: prefer to use MAX_URL_SIZE for url and command buffer 4 years ago
Limin Wang 33f6bb7828 avformat/rtsp: move SDP_MAX_SIZE macro definition to header file 4 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 11 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 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
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Martin Storsjö e2e29c6247 rtspenc: Add RTP muxer options 14 years ago
Martin Storsjö 6cf09bb7ef rtspenc: Add an AVClass for setting muxer specific options 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 14 years ago
Anton Khirnov 925e908bc7 avio: make url_write() internal. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Martin Storsjö 28e9c42afb rtsp: Don't use a locale dependent format string 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö c6347bdf08 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Martin Storsjö d9c0510e22 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Dave Yeo c053bba9e2 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Dave Yeo a0788cc627 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Luca Barbato a8475bbdb6 os: replace select with poll 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Martin Storsjö 3df54c6bf2 rtsp: Add a method parameter to ff_rtsp_read_reply 14 years ago
Martin Storsjö c2688f3ac8 rtsp: Move rtsp_setup_output_streams into rtspenc.c 14 years ago
Josh Allmann 7f3468d392 rtp: Replace hardcoded RTCP packet types with defines 14 years ago
Martin Storsjö 76d908b3fe Include lavu headers using quotes instead of angle brackets 15 years ago
Martin Storsjö a26c3c211e Make the RTSP muxer use rtsp_hd_out, for consistency 15 years ago
Martin Storsjö c453d1bb8c Remove unused local variables 15 years ago
Josh Allmann b8c2c41d66 RTSP: Add a second URLContext for outgoing messages 15 years ago
Martin Storsjö 35d8ecc54e rtspenc: Write the interleaving header in the same buffer as the packet data 15 years ago
Martin Storsjö 38d4a21778 Change the default codecs for the rtsp muxer to mpeg4 and aac 15 years ago
Martin Storsjö 648e41b342 Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer 15 years ago