summaryrefslogtreecommitdiffstats
path: root/libavformat/wtv.c
Commit message (Collapse)AuthorAgeFilesLines
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is ↵Peter Ross2011-01-141-6/+1
| | | | | | unreliable Originally committed as revision 26327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationPeter Ross2011-01-091-9/+9
| | | | Originally committed as revision 26278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-091-0/+3
| | | | Originally committed as revision 26277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-091-1/+11
| | | | Originally committed as revision 26276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-091-0/+2
| | | | Originally committed as revision 26275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: fix typoPeter Ross2011-01-091-1/+1
| | | | Originally committed as revision 26274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-041-15/+42
| | | | Originally committed as revision 26208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-021-1/+10
| | | | Originally committed as revision 26197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-291-28/+38
| | | | Originally committed as revision 26126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-291-2/+2
| | | | Originally committed as revision 26123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-291-4/+4
| | | | Originally committed as revision 26122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Windows Televison (WTV) demuxerPeter Ross2010-12-261-0/+551
Originally committed as revision 26094 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud