| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -2/+2 |
* | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 1 | -3/+1 |
* | rtpenc_chain: Pass the initial time_base hint on to the chained muxer | Martin Storsjö | 2014-09-17 | 1 | -0/+1 |
* | rtpenc_chain: Don't copy the time base to the source stream by default | Martin Storsjö | 2014-05-31 | 1 | -3/+0 |
* | Revert "rtpenc_chain: Don't copy the time_base back to the caller" | Martin Storsjö | 2014-05-30 | 1 | -0/+3 |
* | rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf | Martin Storsjö | 2013-08-07 | 1 | -5/+8 |
* | rtpenc_chain: Use the original AVFormatContext for getting payload type | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | rtpenc_chain: Remove unused variable | Diego Biurrun | 2012-11-28 | 1 | -1/+1 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -2/+10 |
* | rtpenc_chain: Return an error code instead of just a plain pointer | Martin Storsjö | 2012-05-26 | 1 | -8/+15 |
* | rtpenc_chain: Free the URLContext on failure | Martin Storsjö | 2012-05-26 | 1 | -7/+11 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | avformat: Pass the interrupt callback on to chained muxers/demuxers | Martin Storsjö | 2011-11-13 | 1 | -0/+2 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -7/+6 |
* | lavf: add avformat_write_header() as a replacement for av_write_header(). | Anton Khirnov | 2011-06-16 | 1 | -1/+1 |
* | rtpenc_chain: Pass the rtpflags options through to the chained muxer | Martin Storsjö | 2011-06-10 | 1 | -0/+8 |
* | avio: make url_fdopen internal. | Anton Khirnov | 2011-04-03 | 1 | -1/+2 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 1 | -1/+2 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | rtpenc_chain: Don't copy the time_base back to the caller | Martin Storsjö | 2011-02-04 | 1 | -2/+0 |
* | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-04 | 1 | -5/+1 |
* | libavformat: Use avcodec_copy_context for chained muxers | Martin Storsjö | 2011-02-04 | 1 | -5/+3 |
* | Free AVStream->info in chained muxers | Martin Storsjö | 2011-02-03 | 1 | -0/+1 |
* | rtsp: Factorize out code for opening a chained RTP muxer | Martin Storsjö | 2010-10-08 | 1 | -0/+82 |