33 Commits (d201a0f0f843fc108f5506d82937bb1b4cafb345)

Author SHA1 Message Date
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 6abb9eb525 avformat/wavdec: Fix smv packet interleaving 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Michael Niedermayer 83fc6c822b avformat/wavdec: Dont trust the fact chunk for PCM 11 years ago
Michael Niedermayer e024953722 avformat/wavdec: check smv_frames_per_jpeg 11 years ago
Paul B Mahol 3e36dc8626 w64dec: fix end position of summarylist guid 11 years ago
Paul B Mahol 79b70e47a4 w64dec: fix skipping of unknown guids 11 years ago
Alexander Strasser dc2e4c2e53 lavf/wavdec: Fix seeking in files with unaligned offsets 11 years ago
Michael Niedermayer 2a91038e13 avformat/wavdec: Dont rescale timestamps but use exact comparission 12 years ago
Ash Hughes 14ec9d2590 Support playing SMV files. 12 years ago
Michael Niedermayer 09602dbe7a wav_seek_tag: fix integer overflow 12 years ago
Luca Barbato ac87eaf856 wav: Always seek to an even offset 12 years ago
Michael Niedermayer 097f668047 avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 12 years ago
Luca Barbato 69467fb64b wav: return meaningful errors 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Luca Barbato 13f57a4d88 wav: K&R formatting cosmetics 12 years ago
Matthieu Bouron 1f2ce32825 lavf/wavdec: skip padding byte 12 years ago
Paul B Mahol 3174137d41 w64: fact guid support 12 years ago
Carl Eugen Hoyos 1ae9d2820e Support decoding AC-3 in wav. 12 years ago
Paul B Mahol 14d50c19dc w64dec: support metadata (summarylist guid) 12 years ago
Paul B Mahol 9a74282644 Sony Wave64 muxer 12 years ago
James Almer d59d39e164 wavdec: fix duration calculation for files with invalid data size 12 years ago
Michael Niedermayer 09456d0df1 riff: ignore ff_read_riff_info() failure. 12 years ago
Anton Khirnov a43283b6f4 wavdec: check size before reading the data, not after. 12 years ago
Anton Khirnov 79922d7237 wav: do not fail on empty INFO tags 12 years ago
Anton Khirnov 31c54711cc lavf: split wav muxer and demuxer into separate files. 12 years ago
Victor Vasiliev 58b619c8a2 wav muxer: write metadata 12 years ago
Michael Niedermayer 697b476c07 wav: Fix DTS detection 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Michael Niedermayer 4e7f9ebdc2 wav: switch to AVSTREAM_PARSE_FULL_RAW 12 years ago
Clément Bœsch 61884b9d1b wav: init st to NULL to avoid a false-positive warning. 12 years ago
Derek Buitenhuis 5ab855777d wav: Add check for 'fmt' tag in SMV code 12 years ago
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
Carl Eugen Hoyos 7862bd3d4a Cosmetics: Improve 'too short LIST' error message in wav.c. 13 years ago
Carl Eugen Hoyos a8e93ce4cb Do not reject LIST tags in wav with size 4. 13 years ago
Michael Niedermayer 02acfb1c01 wavdec: add ignore length option to ignore incorrect lengthes 13 years ago
Carl Eugen Hoyos 935ac228e4 Fix typo: Correctly parse 64 byte umid tags in bext metadata. 13 years ago
Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 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
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 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