2 Commits (5039aadf68deb9ad6dd0737ea11259fe53d3727b)

Author SHA1 Message Date
Peter Ross 686b6dc33a wtv: make ff_format_videoinfo2 visible to wtv encoder 11 years ago
Michael Niedermayer 5d2a83571b avformat/wtv: rename to wtv_common 11 years ago
Luca Barbato 2b72f8ac32 wtv: Seek by sector properly 11 years ago
Martin Storsjö 83c285f880 wtv: Add more sanity checks for a length read from the file 11 years ago
Martin Storsjö 979e9e8f36 wtv: Drop some casts that now are unnecessary 11 years ago
Martin Storsjö 86f042dcab wtv: Make WTV_SECTOR_BITS a 64 bit constant 11 years ago
Luca Barbato f5e646a00a wtv: Mark attachment with a negative stream id 12 years ago
Peter Ross e544782623 riff: Move guid structs and helper functions into riff 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Justin Ruggles 935fbb66ef wtv: set channel layout for mpeg audio 12 years ago
Peter Ross e6ef628b1e wtv: move duplicated guids into wtv.c 12 years ago
Peter Ross 1701a22fce wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö dc53858063 wtv: Check the return value from gmtime 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Janne Grunau 68e252f548 wtv: fix memleaks during normal operation 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Alex Converse 4682a1dc3a mpegts: Add support for Sections in PMT 13 years ago
Alex Converse c3bc6096f2 mpegts: Add support for multiple mp4 descriptors 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
zhentan feng 42d4df06e1 WTV muxer (1_extract_wtv_common_code.patch) 13 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 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