Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-06movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö
2011-02-06Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-06libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-04movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-04Free AVStream->info in chained muxersMartin Storsjö
2011-02-03Free AVStream->info in chained muxersMartin Storsjö
2010-05-21Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö
2010-05-18Use a heuristic for describing the RTP packets using sample dataMartin Storsjö
2010-05-18Add initial support for RTP hinting in the mov muxerMartin Storsjö