summaryrefslogtreecommitdiff
path: root/libavformat/wtv.c
Commit message (Expand)AuthorAge
* WTV: Add ff_ prefix to the moved fields.zhentan feng2011-05-01
* WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng2011-05-01
* rename wtv.c to wtvdec.czhentan feng2011-05-01
* Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-15
|\
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-07
|\|
| * Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-15
|\|
| * avio: deprecate url_ferrorAnton Khirnov2011-03-15
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * wtv: ignore empty data_guid chunksPeter Ross2011-02-13
| * wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-10
| * reindent after last commitPeter Ross2011-02-05
| * wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-05
| * 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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | wtv: ignore empty data_guid chunksPeter Ross2011-02-14
* | wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-11
* | reindent after last commitPeter Ross2011-02-06
* | wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-06
* | add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-06
* | wtv: filesystem implementationPeter Ross2011-02-06
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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