LMS has got a new release.
[platform/upstream/lightmediascanner.git] / src /
2013-08-19 Lucas De Marchiplugins/rm: Add reference link
2013-08-19 Lucas De MarchiGet rid of [BL]E_[24]BYTE macros
2013-08-19 Lucas De Marchiplugins: Use shared function to add fallback name
2013-08-19 Lucas De Marchishared: Add function to extract fallback name from...
2013-08-19 Lucas De Marchiplugins/wave: Add metadata fields
2013-08-19 Lucas De Marchiplugins/wave: Add channels, bitrate, sampling rate...
2013-08-19 Lucas De MarchiAdd util header
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-19 Lucas De Marchiplugins: Add empty wave plugin
2013-08-16 Lucas De Marchiplugins/rm: Use mime type to decide if it's audio
2013-08-16 Lucas De Marchiplugins/rm: Parse MDPR header and its subheaders
2013-08-16 Lucas De Marchiutils: Add cast to string size initializer
2013-08-16 Lucas De Marchiplugins/rm: Parse PROP header
2013-08-16 Lucas De Marchiplugins/rm: Simplify loop, searching for CONT header
2013-08-16 Lucas De Marchiplugins/ogg: Add support to new fields
2013-08-16 Lucas De Marchiplugins/ogg: Fix leaking comment on error path
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-12 Lucas De Marchiplugins/asf: Add codec support
2013-08-12 Lucas De Marchiplugins/asf: Add channels, bitrate, sampling_rate
2013-08-12 Lucas De Marchiplugins/asf: Fix overriding type - parse multiple streams
2013-08-12 Lucas De Marchiplugins/asf: Add container
2013-08-12 Lucas De Marchiplugins/asf: No need to overly complicate skipping...
2013-08-12 Lucas De Marchiplugins/asf: Add length field
2013-08-12 Lucas De Marchiplugins/flac: Add new fields
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 Marchibuild: Unrecurse plugins' build
2013-08-07 Lucas De MarchiMake build warnings-aware
2013-08-07 Lucas De Marchiplugins/id3: Add new fields
2013-08-05 Lucas De Marchiplugins/id3: use designated initializers
2013-08-05 Lucas De Marchiaudio: use inttypes.h and reorder fields
2013-08-05 Lucas De Marchiaudio: use a macro to bind values
2013-08-05 Lucas De Marchiaudio: Allow plugins to update new fields
2013-08-02 Lucas De Marchiaudio: Add new fields in its table
2013-08-01 Lucas De MarchiSet update_id when checking files
2013-08-01 Lucas De MarchiSet update_id when processing files
2013-08-01 Lucas De MarchiPass the entire pinfo to the slave
2013-08-01 Lucas De MarchiAdd helper method to update the global update_id
2013-08-01 Lucas De MarchiAllow to set update_id field in files table
2013-07-31 Lucas De MarchiAdd update_id to files table
2013-07-31 Lucas De MarchiFix treating up-to-date files as processed
2013-07-31 Lucas De MarchiFix using wrong stmt size column
2013-07-31 Lucas De Marchibuild: Hide plugins symbols by default
2013-07-31 Lucas De Marchibuild: Avoid building and installing static plugin
2012-07-05 Gustavo Sverzut... mp4: support 2.0 mp4v2 API changes.
2011-08-18 Gustavo Sverzut... use AM_ICONV to allow external libiconv to be used.
2011-08-17 Gustavo Sverzut... Update my copyright and lgpl to 2.1
2010-09-23 Gustavo Sverzut... Support mp4v2.h as well.
2010-07-12 João Paulo Rechi... Fix double call of lms_parsers_finish()
2010-07-12 Raphael Kubo da... Change the dummy plugin not to write a log file.
2010-07-12 João Paulo Rechi... Fix lms_parser_del().
2010-07-12 João Paulo Rechi... Adds insert time (itime) field to table files.
2010-07-12 João Paulo Rechi... Fix binding in lms_db_set_file_dtime().
2010-07-12 Eduardo Lima (Etrunko)Ogg: Add "ogv" extension
2009-09-03 Rafael AntognolliRemove compiler warnings.
2009-08-25 João Paulo Rechi... Add length field to table videos.
2009-08-25 João Paulo Rechi... Add length field to table audios.
2009-08-21 João Paulo Rechi... Fix doxygen of dtime field in files DB table.
2009-02-16 Luis Felipe Strano... Added m4v extension to the mp4 plugin. release_0.3.0
2009-02-13 Luis Felipe Strano... LMS was mistakingly treating Composer field as Genre...
2009-01-08 Rafael AntognolliFix sqlite3 dependencies.
2008-12-18 Gustavo Lima ChavesNew status code for progress callback (affects lms_proc...
2008-12-11 Luis Felipe Strano... Do not modify or free FLAC library-owned strings.
2008-10-22 Gustavo Sverzut... add path to parser_info.
2008-10-21 Gustavo Sverzut... improve test to use getopt.
2008-10-21 Gustavo Sverzut... export parsers and their informations.
2008-10-05 Gustavo Sverzut... Remove compiler warnings.
2008-10-05 Gustavo Lima ChavesNew column on audios table: artist_id.
2008-09-19 Gustavo Lima ChavesBugfix: using correct column.
2008-09-18 Gustavo Lima ChavesIntroducing new API function: lms_check_single_process().
2008-09-18 Gustavo Lima ChavesChanges on (lms_check's) functions to facilitate the...
2008-09-18 Gustavo Lima ChavesFactoring out code from (lms_check's) lms_check() and...
2008-09-18 Gustavo Lima ChavesIntroducing new API function: lms_process_single_process().
2008-09-18 Gustavo Lima ChavesAdapting _process_trigger() to call a custom process_fi...
2008-09-18 Gustavo Lima ChavesFactoring out code from (lms_process's) lms_process().
2008-09-18 Gustavo Lima ChavesFactoring out code from (lms_process's) _slave_work().
2008-09-09 Gustavo Sverzut... Add callback to report progress.
2008-09-09 Andre Moreira Maga... Get missing data from id3v1 when they are not available...
2008-05-22 Eduardo Lima (Etrunko)ASF: Get album artist from extended content description.
2008-04-30 Gustavo Sverzut... Proper handling of DT_UNKNOWN directory entry type.
2008-04-25 Eduardo Lima (Etrunko)OGG: Avoid segfault when value returned by vorbis_comme...
2008-04-17 Eduardo Lima (Etrunko)Added example in test.c.
2008-04-17 Eduardo Lima (Etrunko)OGG: Make ogg plugin work with both libvorbisidec ...
2008-04-17 Eduardo Lima (Etrunko)Fixed FSF address.
2008-04-17 Andre Moreira Maga... Added flv to video-dummy.
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...
next