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-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-06Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov
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-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton 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-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-14wtv: ignore empty data_guid chunksPeter 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-04add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-02-04wtv: filesystem implementationPeter Ross
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
2011-01-02wtv: display warning if scrambled stream is detectedPeter Ross
2010-12-29wtv: parse MPEG2 descriptor eventsPeter Ross
2010-12-29wtv: only warn about unknown subtype, if it actually unknownPeter Ross
2010-12-29wtv: use correct names for subtitle and language guidsPeter Ross
2010-12-26Windows Televison (WTV) demuxerPeter Ross