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-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-05retry_transfer_wrapper: only call interrupt callback when less than requested...Michael Niedermayer
2011-04-05mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5b56ad03Michael Niedermayer
2011-04-04avio: deprecate url_get_filename().Anton Khirnov
2011-04-04avio: deprecate url_max_packet_size().Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_filesize() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_seek() internal.Anton Khirnov
2011-04-04avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-04-04Only make buffer smaller in fill_buffer() if read_packet() is set.Carl Eugen Hoyos
2011-04-04applehttp: Merge two for loopsMartin Storsjö
2011-04-04applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö
2011-04-04applehttp: Move finished and target_duration to the variant structMartin Storsjö
2011-04-04avio: deprecate url_open_protocolAnton Khirnov
2011-04-04avio: deprecate url_poll and URLPollEntryAnton Khirnov
2011-04-04flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04add MicroDVD muxer and demuxerAurelien Jacobs
2011-04-04flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles
2011-04-04lavf: bump minor version and add an APIChanges entry for avio changesAnton Khirnov
2011-04-04avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov
2011-04-04avio: make url_fdopen internal.Anton Khirnov
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-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-04Remove superfluous free().Carl Eugen Hoyos
2011-04-03Fix mpeg-ps misdetected as m4v.Michael Niedermayer
2011-04-03Fix issue2246Michael Niedermayer
2011-04-03Improve codec_tag guessing code.Michael Niedermayer
2011-04-03fixed issue1962 EVO detectionMichael Niedermayer
2011-04-03Fix issue2437Michael Niedermayer
2011-04-03Reimplement stream probe try #2Michael Niedermayer
2011-04-03Partial rewrite stream probe code.Michael Niedermayer
2011-04-03lavf: inspect more frames for fps when container time base is coarseAnssi Hannula
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov
2011-04-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02Timeout TCP open() after 5 seconds.Michael Niedermayer
2011-04-01avio: document avio_alloc_context.Anton Khirnov
2011-04-01lavf: make compute_chapters_end less picky.Anton Khirnov
2011-04-01sierravmd: fix Indeo3 videosMatthew Hoops
2011-04-01Move flv format #defines to common header so they can be used by the encoder ...Michael Niedermayer