74 Commits (e0ca8a7a51a8e7877b58b193162efeca8a922921)

Author SHA1 Message Date
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Michael Niedermayer 643dee846a avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Michael Niedermayer 71e515c180 avformat/sapenc: Use av_mallocz_array() 10 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Olivier Langlois f78bc96b7c lavf: Use av_gettime_relative() 11 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Jernej Virag e30e8e311e sapenc: Pass the title on to the chained muxers 12 years ago
Jernej Virag 2f7465b5bf SAP muxer set session name from metadata 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 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
Martin Storsjö 68c813081b rtpenc_chain: Return an error code instead of just a plain pointer 13 years ago
Martin Storsjö 39e29aa019 cosmetics: Fix indentation 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 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
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 5958df341d avio: deprecate url_max_packet_size(). 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 0589da0aa5 avio: make url_open() internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö c24a403496 libavformat: Remove FF_NETERRNO() 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 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Martin Storsjö 42f97696ae Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 173f19be75 libavformat: Use avcodec_copy_context for chained muxers 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ö a991b8dec6 sapenc: Free AVStream->info on cleanup 14 years ago
Martin Storsjö 1f56f5ed6d sapenc: Free AVStream->info on cleanup 14 years ago