160 Commits (a40f43db647bfacafbd1e27a4cd5f6134c6e6c53)

Author SHA1 Message Date
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
Reimar Döffinger 4b4a6ebd68 Support playing SMV files. 13 years ago
Clément Bœsch 3dd2c8bbbc wav: init st to NULL to avoid a false-positive warning. 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
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