summaryrefslogtreecommitdiff
path: root/libavformat/movenchint.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* movenchint: Clear size and len if the realloc failedMartin Storsjö2013-09-22
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö2013-07-08
* movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö2013-07-08
* movenc: K&R formatting cosmeticsMartin Storsjö2013-07-07
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö2012-02-14
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-11
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-04
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-04
* Free AVStream->info in chained muxersMartin Storsjö2011-02-03
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-21
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-18
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18