47 Commits (f30fe5e8d002e15f07eaacf720c5654097cb62df)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt a94a6617a3 avformat/riffdec: Pass logctx as void* instead of AVFormatContext* 1 year ago
Will Cassella e601ec3c19 libavformat/riffec: Zero-initialize channels in ff_get_wav_header 2 years ago
James Almer 60d8c2019f avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout 2 years ago
Andreas Rheinhardt a085cfa654 avformat/utils: Move ff_get_extradata to demux_utils.c 3 years ago
Vittorio Giovara c3bf53fab2 riff: convert to new channel layout API 3 years ago
Andreas Rheinhardt d1ac645636 avformat: Use ffio_read_size where appropriate 3 years ago
Andreas Rheinhardt 25c8507818 Remove/replace some unnecessary avcodec.h inclusions 3 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Paul B Mahol 3a2adeedaf avformat/riffdec: pass correct pointer to av_log 6 years ago
Thierry Foucu 4bc7268f2b lavf/riff: Support decoding files with broken mediasubtype base guid. 8 years ago
Alexandra Hájková 0539d84d98 asfdec: Account for different Format Data sizes 8 years ago
Hendrik Leppkes 7f549b8338 riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. 8 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Carl Eugen Hoyos aebfbe5c13 lavf/riffdec: Remove \n from avpriv_report_missing_feature(). 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Bruce Dawson 09b3a42495 riffdec: Explicitly null-terminate array to work around VC++ bug 9 years ago
Michael Niedermayer 4e31176e14 avformat/riffdec: remove special case for bitrate > 32bit 9 years ago
Michael Niedermayer 32bf6550cb avformat/riffdec: Initialize bitrate 9 years ago
Paul B Mahol b456ece557 XMA1 and XMA2 stereo decoders 9 years ago
Carl Eugen Hoyos f17ca46009 lavf/riff: Support decoding Ambisonic wav files. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 839d6bc192 avformat/riffde: Fix integer overflow in bitrate 9 years ago
Andreas Cadhalpun 189420cb56 riffdec: prevent negative bit rate 9 years ago
Andreas Cadhalpun f1bdc23437 riff: Validate bitrate 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Luca Barbato 1b4c468477 riff: Validate the wav header size before trying to parse it 10 years ago
Michael Niedermayer da06169850 avformat/riffdec: Forward error code from avio_read() in ff_get_guid() 10 years ago
Michael Niedermayer fd3e7447c8 avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Michael Niedermayer e74f2be1ed avformat/riffdec: ask for samples with wav header size < 14 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer d32926db7f avformat/riff: return error code from ff_get_guid() 11 years ago
Carl Eugen Hoyos 862174ec83 Move GUID-related objects to riffenc.c and riff.c. 11 years ago
Michael Niedermayer 0b9ca70243 avformat/riffdec: use ff_get_extradata() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö d07aa3f02b riffdec: Add sanity checks for the sample rate 11 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 11 years ago