aboutsummaryrefslogtreecommitdiff
path: root/libavformat/wtv.c
AgeCommit message (Expand)Author
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-10-28mpegts: Add support for Sections in PMTAlex Converse
2011-10-28mpegts: Add support for multiple mp4 descriptorsAlex Converse
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
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-20lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-07avio: 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-13wtv: ignore empty data_guid chunksPeter Ross
2011-02-10wtv: mark streams intended for hearing or visual impaired personsPeter Ross
2011-02-05reindent after last commitPeter Ross
2011-02-05wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross
2011-02-03add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-02-03wtv: filesystem implementationPeter Ross
2011-01-26Prefix 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