summaryrefslogtreecommitdiff
path: root/libavformat/wtv.c
Commit message (Expand)AuthorAge
...
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-03
* wtv: filesystem implementationPeter Ross2011-02-03
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-14
* fix indentationPeter Ross2011-01-09
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-09
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-09
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09
* wtv: fix typoPeter Ross2011-01-09
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-04
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-02
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-29
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-29
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-29
* Windows Televison (WTV) demuxerPeter Ross2010-12-26