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-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07proto: include os_support.h in network.hLuca Barbato
2011-04-07matroskaenc: don't write an empty Cues element.Anton Khirnov
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: make av_register_protocol2 internal.Anton Khirnov
2011-04-07avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07riff: add ATRAC3+ guidPeter Ross
2011-04-07ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07proto: introduce listen option in tcpLuca Barbato
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
2011-04-06Add PlayStation Portable PMP format demuxerReimar Döffinger
2011-04-06mmst: get rid of deprecated AVERRORsAnton Khirnov
2011-04-06lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov
2011-04-06Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov
2011-04-06lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-06Fix gazeta-20090408-1456-aa.tsMichael Niedermayer
2011-04-05avio: always compile dyn_buf functionsAnton Khirnov
2011-04-05avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov
2011-04-05avio: deprecate av_url_read_seekAnton Khirnov
2011-04-05avio: deprecate av_url_read_pauseAnton Khirnov
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