174 Commits (a3adba358bbb3e8f953b15ad2820a3ff996ef91b)

Author SHA1 Message Date
Andreas Cadhalpun 0382c94f13 id3v2: catch avio_read errors in check_tag 10 years ago
wm4 379e5603f4 id3v2: Do not export empty APIC description 10 years ago
wm4 b697b297b7 id3v2: do not export APIC description if empty 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Michael Niedermayer b0be6d8385 avformat/id3v2: remove unused variable 10 years ago
Michael Niedermayer 7eef45a76f avformat/id3v2: Fix incompatible pointer type warnings 10 years ago
Anton Khirnov 54bc15d5eb id3v2: fix reading v2.2 attached pictures 10 years ago
Anton Khirnov 932788be5a id3v2: add names to the parameters of ID3v2EMFunc.read 10 years ago
Anton Khirnov 8809c974a3 id3v2: constify the 'tag' parameter to special metadata parsing callback 10 years ago
wm4 ea7af58fc6 avformat/id3v2: support USLT tags 10 years ago
Michael Niedermayer 081913aec5 avformat/id3v2: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Benoit Fouet dc351e1381 id3v2: prefer TDRC for date over TDRL. 10 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 10 years ago
Benoit Fouet 8bcf425d06 avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. 10 years ago
Michael Niedermayer 19bf1ed1f4 avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zlib is unavailable 10 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Peter Ross 5331773cc3 ff_id3v2_read: add option to limit ID3 magic number search 11 years ago
Peter Ross c94305ae23 ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULL 11 years ago
Peter Ross 847d8af59a avformat/id3v2: decode compilation metadata 11 years ago
Anssi Hannula 7fdf245ab9 avformat/id3v2: allow ID3 parsing without AVFormatContext 11 years ago
Anssi Hannula 53765ae33b avformat/id3v2: parse ID3 Private frames as extra metadata 11 years ago
Carl Eugen Hoyos 05c3c568dc Read pictures in id3v2.2 11 years ago
Michael Niedermayer ffbcb1c6f0 avformat/id3v2: Check avio_read() return value in read_chapter() 11 years ago
Michael Niedermayer 460f8fca9c avformat/id3v2: factor free code to the end of read_chapter() 11 years ago
Michael Niedermayer 476aceaa22 vformat/id3v2: check avio_read for short reads in addition to errors 11 years ago
Michael Niedermayer 0e0f6bd4a5 avformat/id3v2: Check avio_read() return code in id3v2_parse() 11 years ago
Michael Niedermayer 6241e8a382 id2v2: check the return value of decode_str() 12 years ago
Paul B Mahol 379fcc4955 id3v2: read all textual chapter subframes 12 years ago
Paul B Mahol f5846dc98c id3v2: stop ignoring text encoding for chapter titles 12 years ago
Luca Barbato af4cc2605c id3v2: check for end of file while unescaping tags 12 years ago
Luca Barbato 0671adbb18 id3v2: K&R formatting cosmetics 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Anton Khirnov 8d617b11cf id3v2: pad the APIC packets as required by lavc. 12 years ago
Michael Niedermayer 24cfe91a22 id3v2: allocate large enough buffer 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Matthieu Bouron b3b456b258 lavf/id3v2: seek back to previous offset if header size is not matched 12 years ago
Matthieu Bouron 61625565e4 lavf/id3v2: cosmetics: reindent 12 years ago
Michael Niedermayer 10416a4d56 id3v2: check index against buffer size. Fix out of array access 12 years ago
Michael Niedermayer e9c372362c id3v2: restructure compressed and unsync code 12 years ago
Michael Niedermayer 08e26e7f5c id3v2: print ver/flags/len on debug level. 12 years ago
Anton Khirnov 9ae80e6a9c id3v2: fix reading unsynchronized frames. 12 years ago
Paul B Mahol 07ed191b15 parse ID3v2 chapters 12 years ago
Clément Bœsch 049ce4facb id3v2: strdup the genre name explicitly. 12 years ago
Clément Bœsch ffdd2e9144 lavf/id3v2: do not export empty fields. 12 years ago
Piotr Bandurski 5081310b58 lavf: add missing new line to some error messages 2 12 years ago
Mohammad Alsaleh 6e9bbc6525 id3v2: Match PIC mimetype/format case-insensitively 12 years ago
Mohammad Alsaleh 385ec296f1 id3v2: Support v2.2 PIC 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 25b51b2c44 id3v2: add a mimetype for bmp pictures. 13 years ago
Piotr Bandurski 4d18f4c15b id3v2: reject APICs with size of 0 13 years ago