platform/upstream/lightmediascanner.git
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 Marchigitignore: Add cscope.{out,files}
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
2013-07-31 Lucas De Marchibuild: modernize build
2012-07-06 Gustavo Sverzut... release 0.4.5 with mp4v2 2.0 api support. release_0.4.5
2012-07-05 Gustavo Sverzut... mp4: support 2.0 mp4v2 API changes.
2011-08-19 Gustavo Sverzut... release 0.4.4 with minor build improvements. release_0.4.4
2011-08-19 Gustavo Sverzut... INSTALL: update autofoo provided install instructions...
2011-08-19 Gustavo Sverzut... Ignore generated files.
2011-08-19 Gustavo Sverzut... improve autofoo handling of m4 and generation.
2011-08-19 Gustavo Sverzut... ship config.rpath to shut up newer automake.
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
2011-03-22 Gustavo Sverzut... Fixed AM_CONDITIONAL(USE_TREMOR) if OGG was not in... release_0.4.3
2010-12-02 Gustavo Sverzut... 0.4.2 release with RPM spec inside. release_0.4.2
2010-12-02 Gustavo Sverzut... ignore generated RPM spec file.
2010-12-02 Rui Miguel... Add RPM spec so rpm-build works
2010-09-23 Gustavo Sverzut... New release with mp4v2.h fixes. release_0.4.1
2010-09-23 Gustavo Sverzut... Support mp4v2.h as well.
2010-09-23 Gustavo Sverzut... detect color in more $TERM (urxvt and screen)
2010-07-12 João Paulo... Release 0.4 release_0.4.0
2010-07-12 João Paulo... Mention rakuco's contributions
2010-07-12 João Paulo... Mention jprvita's contributions
2010-07-12 João Paulo... Update etrunko's email on authors file
2010-07-12 João Paulo... Fix double call of lms_parsers_finish()
2010-07-12 Raphael Kubo... Change the dummy plugin not to write a log file.
2010-07-12 João Paulo... Fix lms_parser_del().
2010-07-12 João Paulo... Adds insert time (itime) field to table files.
2010-07-12 João Paulo... Fix binding in lms_db_set_file_dtime().
2010-07-12 Eduardo Lima... Ogg: Add "ogv" extension
2010-07-12 Raphael Kubo... Allow building from a separate directory.
2009-09-03 Rafael AntognolliRemove compiler warnings.
2009-08-26 João Paulo... Fix small typo on README file.
2009-08-25 João Paulo... Add length field to table videos.
2009-08-25 João Paulo... Add length field to table audios.
2009-08-21 João Paulo... Fix doxygen of dtime field in files DB table.
2009-02-16 Luis Felipe... Added m4v extension to the mp4 plugin. release_0.3.0
2009-02-13 Luis Felipe... LMS was mistakingly treating Composer field as Genre...
2009-02-03 Gustavo Sverzut... Version bump to reflect API changes.
2009-01-08 Rafael AntognolliFix sqlite3 dependencies.
2008-12-18 Gustavo Lima... New status code for progress callback (affects lms_proc...
2008-12-11 Luis Felipe... 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... Release 0.2 release_0.2.0
2008-10-05 Gustavo Sverzut... Remove compiler warnings.
2008-10-05 Gustavo Lima... New column on audios table: artist_id.
2008-09-19 Gustavo Lima... Bugfix: using correct column.
2008-09-18 Gustavo Lima... Introducing new API function: lms_check_single_process().
2008-09-18 Gustavo Lima... Changes on (lms_check's) functions to facilitate the...
2008-09-18 Gustavo Lima... Factoring out code from (lms_check's) lms_check() and...
2008-09-18 Gustavo Lima... Introducing new API function: lms_process_single_process().
2008-09-18 Gustavo Lima... Adapting _process_trigger() to call a custom process_fi...
2008-09-18 Gustavo Lima... Factoring out code from (lms_process's) lms_process().
2008-09-18 Gustavo Lima... Factoring out code from (lms_process's) _slave_work().
2008-09-09 Gustavo Sverzut... Add callback to report progress.
2008-09-09 Andre Moreira... Get missing data from id3v1 when they are not available...
2008-05-22 Eduardo Lima... ASF: Get album artist from extended content description.
2008-04-30 Gustavo Sverzut... Update my mail, add Etrunko.
2008-04-30 Gustavo Sverzut... Proper handling of DT_UNKNOWN directory entry type.
2008-04-25 Eduardo Lima... OGG: Avoid segfault when value returned by vorbis_comme...
2008-04-17 Eduardo Lima... Added example in test.c.
2008-04-17 Eduardo Lima... OGG: Make ogg plugin work with both libvorbisidec ...
2008-04-17 Eduardo Lima... configure.ac: Better check for mp4 libraries.
2008-04-17 Eduardo Lima... Fixed FSF address.
2008-04-17 Andre Moreira... Added flv to video-dummy.
2008-03-14 Andre Moreira... 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... Ignore frames that contain just the encoding info.
2008-03-12 Andre Moreira... 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.
next