summaryrefslogtreecommitdiff
path: root/libavformat/movenchint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+1
|\
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-151-1/+2
|\ \ | |/
| * movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö2012-02-141-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-6/+11
|\ \ | |/
| * movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-111-6/+11
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\ \ | |/
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-5/+6
|\ \ | |/
| * avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-1/+2
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-3/+3
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-4/+4
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-20/+20
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-1/+1
| * movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-041-32/+3
| * Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-041-17/+3
| * libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-041-4/+5
| * Free AVStream->info in chained muxersMartin Storsjö2011-02-031-0/+2
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-4/+4
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-20/+20
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* | lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-181-1/+1
* | movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-061-32/+3
* | Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-061-17/+3
* | libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-061-4/+5
* | Free AVStream->info in chained muxersMartin Storsjö2011-02-041-0/+2
|/
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-211-10/+2
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-181-2/+214
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-181-0/+292