77 Commits (a78ae465fda902565ed041d93403e04490b4be0d)

Author SHA1 Message Date
Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
zhentan feng 5edb23295e WTV: Add ff_ prefix to the moved fields. 14 years ago
zhentan feng 5ab826c165 WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.h and wtv.c. 14 years ago
zhentan feng 80a330679f rename wtv.c to wtvdec.c 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Peter Ross 36ffabc4ee move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE_GUID and audio_guids[] to riff.c/h (add FF_ prefix to PRI_GUID, ARG_GUID, and MEDIASUBTYPE_BASE_GUID; rename audio_guids to ff_codec_wav_guids) 14 years ago
Anton Khirnov f5b386afab Reemove remaining uses of deprecated AVERROR_NOTSUPP. 14 years ago
Anton Khirnov e42500cb4f lavf: replace some more avio_seek(SEEK_CUR) with avio_skip 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 3e68b3ba7b avio: deprecate url_ferror 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 90ed2776ea avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 8d9ac969cb avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Peter Ross e590448c65 wtv: ignore empty data_guid chunks 14 years ago
Peter Ross 1a973feb45 wtv: ignore empty data_guid chunks 14 years ago
Peter Ross fe1752865e wtv: mark streams intended for hearing or visual impaired persons 14 years ago
Peter Ross 68137ba386 wtv: mark streams intended for hearing or visual impaired persons 14 years ago
Peter Ross 9979dcd40e reindent after last commit 14 years ago
Peter Ross 699d55fb12 wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable 14 years ago
Peter Ross 2d9fd1810b add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Peter Ross d3c0de863d wtv: filesystem implementation 14 years ago
Peter Ross 74571e333c reindent after last commit 14 years ago
Peter Ross e4f85b8499 wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable 14 years ago
Peter Ross e6fb5a4f78 add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Peter Ross f61dee2fe4 wtv: filesystem implementation 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Peter Ross b070bcfe8a wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unreliable 14 years ago
Peter Ross 5a477e5960 fix indentation 14 years ago
Peter Ross 866009ea19 wtv: only process timestamp_guid chunks for streams that we know about 14 years ago
Peter Ross a5a36a7970 wtv: do not repopulate codec information after we have seen data chunks 14 years ago
Peter Ross bf2e54174e wtv: stop processing chunks if length is smaller than chunk header 14 years ago
Peter Ross 9372f31e03 wtv: fix typo 14 years ago
Peter Ross 6780f48846 wtv: obtain codec information from stream2_guid chunks, if present 14 years ago
Peter Ross 17e33f662a wtv: display warning if scrambled stream is detected 14 years ago
Peter Ross 3900707866 wtv: parse MPEG2 descriptor events 14 years ago
Peter Ross 0af1671e53 wtv: only warn about unknown subtype, if it actually unknown 14 years ago
Peter Ross 945df9703b wtv: use correct names for subtitle and language guids 14 years ago
Peter Ross 82ca054a63 Windows Televison (WTV) demuxer 14 years ago