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-09-08WTV muxer (1_extract_wtv_common_code.patch)zhentan feng
2011-05-01WTV: Add ff_ prefix to the moved fields.zhentan feng
2011-05-01WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng
2011-05-01rename wtv.c to wtvdec.czhentan feng
2011-04-15Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-06Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
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-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-22avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15wtv: ignore empty data_guid chunksPeter Ross
2011-02-14wtv: ignore empty data_guid chunksPeter Ross
2011-02-11wtv: mark streams intended for hearing or visual impaired personsPeter Ross
2011-02-11wtv: mark streams intended for hearing or visual impaired personsPeter Ross
2011-02-06reindent after last commitPeter Ross
2011-02-06wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross
2011-02-06add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-02-06wtv: filesystem implementationPeter Ross
2011-02-06reindent after last commitPeter Ross
2011-02-06wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross
2011-02-04add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-02-04wtv: filesystem implementationPeter Ross
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-14wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross
2011-01-09fix indentationPeter Ross
2011-01-09wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross
2011-01-09wtv: do not repopulate codec information after we have seen data chunksPeter Ross
2011-01-09wtv: stop processing chunks if length is smaller than chunk headerPeter Ross
2011-01-09wtv: fix typoPeter Ross
2011-01-04wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross