57 Commits (cccb7cf44ec718653bc977372adf69210c7e4ad6)

Author SHA1 Message Date
Carl Eugen Hoyos 9461e4bc69 lavf: Constify AVOutputFormat pointer. 6 years ago
Tristan Matthews 00f54c15f4 rtpenc_chain: forward strict_std_compliance flags to rtp muxer 6 years ago
Gyan Doshi 67747c89ad avformat: deprecate unused MP4A_LATM flag 7 years ago
James Almer 3eff98c927 avformat/rtpenc_chain: use the proper function to free AVFormatContext 7 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Andreas Cadhalpun 1bf76cd2db rtpenc_chain: also copy AVFMT_FLAG_BITEXACT to new AVFormatContext 9 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Michael Niedermayer f9ddaa35c7 avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö 2bb2c2bd75 rtpenc_chain: Pass the initial time_base hint on to the chained muxer 10 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Martin Storsjö abb810db03 Revert "rtpenc_chain: Don't copy the time_base back to the caller" 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 11 years ago
Martin Storsjö 4a4a7e138c rtpenc_chain: Use the original AVFormatContext for getting payload type 12 years ago
Diego Biurrun 2c4593dd13 rtpenc_chain: Remove unused variable 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Martin Storsjö 68c813081b rtpenc_chain: Return an error code instead of just a plain pointer 13 years ago
Martin Storsjö 93cef6f923 rtpenc_chain: Free the URLContext on failure 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
Martin Storsjö ff0824f72c rtpenc_chain: Pass the rtpflags options through to the chained muxer 14 years ago
Martin Storsjö 65a4d8e5a7 rtpenc_chain: Pass the MP4A_LATM flag to chained muxers 14 years ago
Anton Khirnov 724f6a0fa4 avio: make url_fdopen 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
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
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö 118f09114c rtpenc_chain: Don't copy the time_base back to the caller 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ö 397ffde115 rtpenc_chain: Don't copy the time_base back to the caller 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ö d0d8a9b138 Free AVStream->info in chained muxers 14 years ago
Martin Storsjö ce41c51b0c Free AVStream->info in chained muxers 14 years ago
Martin Storsjö a493f80a2c rtsp: Factorize out code for opening a chained RTP muxer 14 years ago