summaryrefslogtreecommitdiffstats
path: root/libavformat/wtv.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* mpegts: Add support for Sections in PMTAlex Converse2011-10-281-1/+1
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-281-1/+1
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+3
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-061-1/+1
* lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-201-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-27/+27
* avio: deprecate url_ferrorAnton Khirnov2011-03-151-1/+1
* avio: deprecate url_feofAnton Khirnov2011-03-071-5/+5
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-29/+29
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-13/+13
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-28/+28
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-211-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-18/+18
* wtv: ignore empty data_guid chunksPeter Ross2011-02-131-1/+1
* wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-101-1/+18
* reindent after last commitPeter Ross2011-02-051-8/+8
* wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-051-6/+2
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-031-0/+1
* wtv: filesystem implementationPeter Ross2011-02-031-78/+564
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-141-6/+1
* fix indentationPeter Ross2011-01-091-9/+9
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-091-0/+3
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-091-1/+11
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-091-0/+2
* wtv: fix typoPeter Ross2011-01-091-1/+1
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-041-15/+42
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-021-1/+10
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-291-28/+38
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-291-2/+2
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-291-4/+4
* Windows Televison (WTV) demuxerPeter Ross2010-12-261-0/+551
OpenPOWER on IntegriCloud