68 Commits (32f85056b3eae97ddd149d9312b48449f22cff51)

Author SHA1 Message Date
bnnm 1954e625b1 avcodec/wmaprodec: support multichannel XMA stream configurations 7 years ago
李赞 3d23219637 avformat/wavdec: Check chunk_size 8 years ago
Clément Bœsch cd4d6cba12 lavf: fix usages of av_get_codec_tag_string() 8 years ago
Paul B Mahol 8869f5efec avformat/wavdec: enable seeking with XMA2 8 years ago
Paul B Mahol 6c43f33ac2 avcodec/wmaprodec: >2 channel support for XMA 8 years ago
Paul B Mahol 3142691181 avformat/wavdec: add support for decoding 24.0 and 16.8 floating point pcm formats 8 years ago
Mark Harris a5cf600ccb avformat/wavdec: Eliminate goto for clang -O0 DCE 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Michael Niedermayer 06c4ed0c0e avformat/wavdec: fix typo with len 9 years ago
Michael Niedermayer cf4d050b72 avformat/wavdec: Remove direct s->pb->buffer access 9 years ago
Derek Buitenhuis fcbdc44f4e wavdec: Only set the codec ID in read_header 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Paul B Mahol 4e583eda5f avformat/wavdec: allow data chunk to be before fmt/xma2 chunk 9 years ago
Paul B Mahol a0f75c46d3 avformat/wavdec: parse XMA2 tag 9 years ago
Paul B Mahol abef6383fb avformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_length 9 years ago
Michael Niedermayer acbd78a001 avformat/wavdec: Detect wrongly interpreted specification about the sample value in the fact chunk 9 years ago
Michael Niedermayer 4ec4454ccf avformat/wavdec: Do not discard sample_count due to rounding 9 years ago
Ganesh Ajjanagadde c1bfb99ff2 avformat/wavdec: add extra sample count check for G.729 files 9 years ago
Michael Niedermayer f40ec70478 avformat/wavdec: Check for data_size overflow 9 years ago
Ganesh Ajjanagadde 13d605e090 wavdec: make sample count check more precise 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Rodger Combs 40a3e1e9c5 avformat/wavdec: Increase dts packet threshold to fix more misdetections 10 years ago
Michael Niedermayer 9f5769437a avformat/wavdec: Increase probe_packets limit 10 years ago
Carl Eugen Hoyos 2acc065653 lavf/wav: Read files >4G if no smaller filesize was written. 10 years ago
Clément Bœsch 83b0fe395b avformat/wavdec: make start_code string larger 10 years ago
Thomas Volkert e8d57e4163 wavdec: avoid output of arbitrary chars 10 years ago
Thomas Volkert 1a971d33eb wavdec: refactor wav_read_header() 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
James Almer 853c1fb668 lavf/wavdec: add sanity check for AVCodecContext.channels 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 47c84c0bf7 avformat/wavdec: add basic sanity check for the sample count 10 years ago
csheng 549bbdfb4b avformat/wavdec: enlarge probe_packets for wav 11 years ago
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