197 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Andreas Rheinhardt 37140ebd87 avformat/id3v2: Remove unnecessary indirection 5 years ago
Andreas Rheinhardt f08853b284 avformat/id3v2: Avoid allocations for ID3v2ExtraMeta 5 years ago
Andreas Rheinhardt 67d4940a77 avformat/id3v2: Fix double-free on error 5 years ago
Andreas Rheinhardt a7245adee3 avformat/id3v2: Avoid av_strdup for key and value of dict 5 years ago
chcunningham ee1e39a576 lavf/id3v2: fail read_apic on EOF reading mimetype 6 years ago
Paul B Mahol 5e6b93bb4d avformat/id3v2: use png header to get PNG signature 6 years ago
wm4 48bc9fffd1 id3v2: fix unsynchronization 7 years ago
Richard Shaffer 8a4cc0a256 avformat: add option to parse/store ID3 PRIV tags in metadata. 7 years ago
Lukas Stabe 1fd80106be avformat: fix id3 chapters 7 years ago
Michael Niedermayer 0cc6dd1b81 avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal() 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Chris Moeller ecd360041e avformat: fix ID3v2 parser for v2.2 comment frames 8 years ago
Diego Biurrun 3ec6f855d0 srt: Adjust signedness of sscanf format strings 8 years ago
Michael Niedermayer cc6a59d2b9 avformat/id3v2: fix memleak with empty strings 8 years ago
Michael Niedermayer 65298a192a avformat/id3v2: Mark variable as unused to avoid "set but not used" warning 8 years ago
Chris Moeller 7387506b06 avformat: read id3v2 comment tags 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
wm4 d4007d1763 id3v2: strip trailing spaces from APIC tag 10 years ago
Michael Niedermayer 622f1468c9 avformat/id3v2: detect PNG by header instead of mime 10 years ago
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