| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 1 | -3/+1 |
* | movenchint: Clear size and len if the realloc failed | Martin Storsjö | 2013-09-22 | 1 | -1/+3 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -4/+1 |
* | movenc: Rename the timestamp parameter to dts in write_hint_packets | Martin Storsjö | 2013-07-08 | 1 | -4/+4 |
* | movenc: Make sure the RTP hint tracks have nondecreasing DTS | Martin Storsjö | 2013-07-08 | 1 | -3/+14 |
* | movenc: K&R formatting cosmetics | Martin Storsjö | 2013-07-07 | 1 | -8/+9 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -1/+1 |
* | rtpenc_chain: Return an error code instead of just a plain pointer | Martin Storsjö | 2012-05-26 | 1 | -3/+3 |
* | rtp: Factorize the check for distinguishing RTCP packets from RTP | Martin Storsjö | 2012-02-16 | 1 | -1/+1 |
* | movenc: Use defines instead of hardcoded numbers for RTCP types | Martin Storsjö | 2012-02-14 | 1 | -1/+2 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | movenc: Use the actual converted sample for RTP hinting | Martin Storsjö | 2011-12-11 | 1 | -6/+11 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | 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 | -3/+3 |
* | avio: avio_ prefix for url_open_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: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -20/+20 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -5/+5 |
* | lavf: add av_ prefix to dump_format() | Anton Khirnov | 2011-02-16 | 1 | -1/+1 |
* | movenchint: Use rtpenc_chain for setting up the chained RTP muxer | Martin Storsjö | 2011-02-04 | 1 | -32/+3 |
* | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-04 | 1 | -17/+3 |
* | libavformat: Use avcodec_copy_context for chained muxers | Martin Storsjö | 2011-02-04 | 1 | -4/+5 |
* | Free AVStream->info in chained muxers | Martin Storsjö | 2011-02-03 | 1 | -0/+2 |
* | Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer | Martin Storsjö | 2010-05-21 | 1 | -10/+2 |
* | Use a heuristic for describing the RTP packets using sample data | Martin Storsjö | 2010-05-18 | 1 | -2/+214 |
* | Add initial support for RTP hinting in the mov muxer | Martin Storsjö | 2010-05-18 | 1 | -0/+292 |