id3: fix bitrate to be multiple of 1000.
[platform/upstream/lightmediascanner.git] / src / plugins / id3 / id3.c
2013-08-30 Gustavo Sverzut... id3: fix bitrate to be multiple of 1000.
2013-08-30 Gustavo Sverzut... id3: provide dlna information.
2013-08-30 Lucas De Marchiplugins/id3: Add loop on frames to estimate bitrate
2013-08-29 Lucas De Marchiplugins/id3: parse VBR headers
2013-08-28 Lucas De Marchiplugins/id3: Add bitrate and length for CBR files
2013-08-28 Lucas De Marchiplugins/id3: Fix id3v2 not skipping CRC if present
2013-08-28 Lucas De Marchiplugins/id3: Fix id3v2 header size calculation
2013-08-28 Lucas De Marchiplugins/id3: Add references and fix typo
2013-08-19 Lucas De Marchiplugins: Use shared function to add fallback name
2013-08-19 Lucas De Marchibuild: define extension macros in config.h
2013-08-19 Lucas De Marchibuild: Get rid of #ifdef HAVE_CONFIG_H
2013-08-12 Lucas De MarchiDo not use {0} struct initializers
2013-08-12 Lucas De MarchiGet rid of "if (bla) free(bla);"
2013-08-07 Lucas De Marchiplugins/id3: we parse adts files as well
2013-08-07 Lucas De Marchiplugins: Turn on warnings
2013-08-07 Lucas De Marchiplugins/id3: Add new fields
2013-08-05 Lucas De Marchiplugins/id3: use designated initializers
2011-08-17 Gustavo Sverzut... Update my copyright and lgpl to 2.1
2009-09-03 Rafael AntognolliRemove compiler warnings.
2009-02-13 Luis Felipe Strano... LMS was mistakingly treating Composer field as Genre...
2008-10-21 Gustavo Sverzut... export parsers and their informations.
2008-09-09 Andre Moreira Maga... Get missing data from id3v1 when they are not available...
2008-04-17 Eduardo Lima (Etrunko)Fixed FSF address.
2008-03-14 Andre Moreira Maga... Removed dead code.
2008-03-13 Gustavo Sverzut... Correct accounting for id3v1 strings.
2008-03-12 Gustavo Sverzut... Handle possible realloc() errors.
2008-03-12 Gustavo Sverzut... Better handling of id3v1 fields.
2008-03-12 Andre Moreira Maga... Ignore frames that contain just the encoding info.
2008-03-12 Andre Moreira Maga... Minor bugfixes.
2008-03-12 Gustavo Sverzut... Fix segmentation faults for zero-sized id3v2 frames.
2008-03-07 Gustavo Sverzut... Add myself as author of id3
2008-03-07 Gustavo Sverzut... Rework _find_id3v2() for simpler and faster code.
2008-03-07 Gustavo Sverzut... id3: minor id3v2 dispatcher speedup.
2008-03-07 Gustavo Sverzut... Move logic to get specific frame contents to separate...
2008-03-07 Gustavo Sverzut... id3: avoid some strips if content is known to be correct.
2008-03-07 Gustavo Sverzut... id3: just change cur_artist_priority if it's actually...
2008-03-07 Gustavo Sverzut... Cosmetic: fit in 80 cols
2008-03-07 Gustavo Sverzut... Speed up id3v1 genre usage.
2008-03-06 Gustavo Sverzut... Share id3v1_genre getter.
2008-03-06 Gustavo Sverzut... Make defines dependent on real data, avoid getting...
2008-03-06 Andre Moreira Maga... Use posix_fadvise.
2008-03-06 Andre Moreira Maga... Improved artist/genre handling.
2008-02-25 Andre Moreira Maga... Small bug fix.
2008-02-25 Andre Moreira Maga... Use TPE/TP 1 to 4 for artists.
2008-02-22 Andre Moreira Maga... Proper handle UTF16 encoding.
2008-02-22 Gustavo Sverzut... Fix support for ID3v2.2.
2008-02-15 Gustavo Sverzut... Merge commit 'andrunko/master'
2008-02-15 Andre Moreira Maga... Use ctxt->cs_conv to convert encoding for id3v1 tag.
2008-02-15 Gustavo Sverzut... Fixed _to_uint method.
2008-02-15 Andre Moreira Maga... Fix handling of encoding UTF16-LE.
2008-02-15 Andre Moreira Maga... Proper handle encoding.
2008-02-15 Andre Moreira Maga... Fixed _to_uint method.
2008-02-14 Gustavo Sverzut... Merge branch 'master' of git://staff.get-e.org/users...
2008-02-14 Andre Moreira Maga... Some improvements.
2008-02-14 Gustavo Sverzut... Improved _find_id3v2 method.
2008-02-14 Gustavo Sverzut... Improved mp3 support.
2008-02-14 Andre Moreira Maga... Improved _find_id3v2 method.
2008-02-13 Andre Moreira Maga... Improved mp3 support.