133 Commits (6b61920ab76dc6d85ef462909951923935dd643f)

Author SHA1 Message Date
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
Aurelien Jacobs e6ba3d4281 replace remaining usage of deprecated av_metadata_set2() by av_dict_set() 14 years ago
Michael Niedermayer c9614bb22c wav: update size check for ds64 14 years ago
Philip de Nier e472f0ea5a wav: fix skip size at end of ds64 chunk 14 years ago
Tomas Härdin f86d260df3 wav: Don't avio_seek() if we know we'll run into EOF 14 years ago
Tomas Härdin 2660e9e1f3 Add metadata conversion table to the wav demuxer 14 years ago
Stefano Sabatini 8d953175d4 wav: fix various printf warnings related to wrong argument type 14 years ago
Stefano Sabatini e9f4001a30 wav: propagate ff_get_wav_header() error code in w64_read_header() 14 years ago
Tomas Härdin 7e5cb2ef51 Parse 'bext' metadata in the wav demuxer 14 years ago
Tomas Härdin 40612f2601 Cosmetics: indent 14 years ago
Tomas Härdin 6629dbd299 Keep parsing wav until EOF if the input is seekable and we know the size of the data tag 14 years ago
Tomas Härdin a06d238e8c Refactor the tag checking into a switch statement 14 years ago
Tomas Härdin 93df511ec7 Use avio_tell() instead of url_ftell() 14 years ago
Tomas Härdin 3d922c8462 Make sure neither data_size nor sample_count is negative 14 years ago
Tomas Härdin cc1ca9e534 Refactor the 'fmt ' tag search and parsing 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
Carl Eugen Hoyos c9d6da73a8 Remove superfluous free(). 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 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 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 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 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 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