122 Commits (07e3f9af9fc0d21682ab248c3ece99228d57b09f)

Author SHA1 Message Date
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 6270995667 wav: remove a use of deprecated AV_METADATA_ macro 14 years ago
Tomas Härdin b21e6b707f wav: parse 'bext' metadata 14 years ago
Tomas Härdin 67b1761fcb wav: keep parsing until EOF if the input is seekable and we know the size of the data tag 14 years ago
Tomas Härdin 90f2ee8cb4 wav: Refactor the tag checking into a switch statement 14 years ago
Tomas Härdin 1cf18de982 wav: make sure neither data_size nor sample_count is negative. 14 years ago
Tomas Härdin 7f84055e2d wav: refactor the 'fmt ' tag search and parsing. 14 years ago
Benjamin Larsson a4ad943860 wav: add an option for writing BEXT chunk 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Carl Eugen Hoyos 8d0786ec6d wav: remove an invalid free(). 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 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 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Michael Niedermayer f9329946d0 Parse fact chunks from wav files to find duration. 14 years ago
Michael Niedermayer 724b1f6a05 Factor tag reading code out of wav read_header() 14 years ago
Michael Niedermayer 462b26202b Set duration for wav files from sample size and data size or the wf64 sample value. 14 years ago
Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago
Baptiste Coudurier f0187d20d1 In wav muxer, always flush in write_trailer, fix pipe output 15 years ago
Daniel Verkamp f45a27dc52 Reindent 15 years ago
Daniel Verkamp b7e0f88f2b Fix demuxing of wav files with broken data header 15 years ago
Daniel Verkamp 70d8c762d9 Reindent 15 years ago
Daniel Verkamp 811e0fc2e8 Add RF64 support to wav demuxer. 15 years ago
Reimar Döffinger 3fcb5113c6 wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of 15 years ago
Reimar Döffinger e581b6288f wav: return av_get_packet errors unchanged. 15 years ago
Reimar Döffinger fbc6630168 Remove url_feof check that would be triggered only after incorrectly producing 15 years ago
Reimar Döffinger 8a62a378de Remove useless setting of pkt->size, av_get_packet already handles that. 15 years ago
Diego Biurrun 8f771e76fd Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. 15 years ago
Diego Biurrun 738914be66 Move find_guid function and guid_data array to a globally available place. 15 years ago
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 15 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago