]> git.sesse.net Git - vlc/commit
taglib: support for id3v2 embedded album art
authorRafaël Carré <funman@videolan.org>
Tue, 2 Oct 2007 02:11:11 +0000 (02:11 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 2 Oct 2007 02:11:11 +0000 (02:11 +0000)
commit98a6a9349091549d591be703aad7392b47b4e2a6
tree873ec18f130e13ddfe00b815d576e47a42416551
parentf607a368886230565dfbc8fdcb1d9c4e3f0a28d4
taglib: support for id3v2 embedded album art
the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags
fix some bugs in flac & ogg demuxers
include/vlc_common.h
include/vlc_demux.h
modules/codec/ffmpeg/demux.c
modules/demux/flac.c
modules/demux/mpc.c
modules/demux/mpeg/m4a.c
modules/demux/mpeg/mpga.c
modules/demux/ogg.c
modules/demux/tta.c
modules/meta_engine/id3tag.c
modules/meta_engine/taglib.cpp