LMS has got a new release.
[platform/upstream/lightmediascanner.git] / src / lib /
2015-01-15 Leandro Dorileodlna: implement a mime type selector fallback
2015-01-15 Gustavo Sverzut... move strings and declarations so they are local.
2015-01-15 Leandro Dorileotest: fix buffer overrun issue
2015-01-07 Leandro Dorileodlna: don't match if no profile/level identified
2014-11-19 Gustavo Sverzut... include "itime" in the master/slave communication.
2014-08-20 Gustavo Sverzut... dlna_rules: add missing array sentinel.
2014-02-13 Leandro Dorileodlna: fix audio sentinel check
2014-02-12 Gustavo Sverzut... Record if the file was already parsed, ignore them...
2014-01-29 Leandro Dorileodb layer: call the lms_dlna_* functions
2014-01-29 Leandro Dorileodlna: introduce a dlna lower layer
2014-01-28 Leandro Dorileoimage/video db: new fields added
2013-12-27 Leandro Dorileoplugin: implement parser sorting
2013-12-04 Gustavo Sverzut... process: properly report status for dual-process mode.
2013-12-04 Gustavo Sverzut... process: do not change update_id on skipped files.
2013-09-10 Gustavo Sverzut... utils refactor.
2013-09-10 Gustavo Sverzut... introduce and use helpers lms_string_size_strndup(...
2013-09-10 Gustavo Sverzut... video: add missing fields (container, sampling_rate)
2013-08-30 Gustavo Sverzut... add dlna fields to video table.
2013-08-30 Gustavo Sverzut... db_audio: add dlna_mime column.
2013-08-30 Gustavo Sverzut... add dlna fields to image table.
2013-08-30 Gustavo Sverzut... allow scanning a single file instead of a directory.
2013-08-26 Lucas De Marchiutil: Add functions to do 64 bits endiannes conversion
2013-08-26 Lucas De Marchishared: Add constants for time conversions
2013-08-26 Lucas De Marchiutil: add function to calculate aspect ratio
2013-08-26 Lucas De MarchiAdd video substreams if available
2013-08-21 Lucas De Marchidb: Create tables for each video substream
2013-08-19 Lucas De Marchishared: Add function to extract fallback name from...
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-16 Lucas De Marchiutils: Add cast to string size initializer
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: Turn on warnings
2013-08-07 Lucas De MarchiMake build warnings-aware
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
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-07-12 João Paulo Rechi... Fix double call of lms_parsers_finish()
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().
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-01-08 Rafael AntognolliFix sqlite3 dependencies.
2008-12-18 Gustavo Lima ChavesNew status code for progress callback (affects lms_proc...
2008-10-22 Gustavo Sverzut... add path to parser_info.
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-04-30 Gustavo Sverzut... Proper handling of DT_UNKNOWN directory entry type.
2008-04-17 Eduardo Lima (Etrunko)Fixed FSF address.
2008-02-15 Gustavo Sverzut... Fix debug messages, show scanned path.
2008-02-08 Gustavo Sverzut... Fix typo
2008-02-08 Gustavo Sverzut... Provide means to avoid check and fallback creation...
2008-02-08 Gustavo Sverzut... Improve code reusage: string strip and free functions.
2008-02-08 Gustavo Sverzut... Also copy trailing \0
2008-01-31 barbieriAdd missing prototype
2008-01-29 barbieriBetter handling of strings that failed encoding.
2008-01-29 barbieriFunction to forcefully convert to some charset.
2008-01-22 barbieriSet len to 0 if string is empty.
2008-01-22 barbieriCheck for zero-padded strings.
2007-12-17 barbieriAdd copyright to all source files.
2007-12-13 barbieriProvide means to stop check/process.
2007-12-13 barbieriDoxyGen support.
2007-12-10 barbieriMerge branch 'master' of /home/gustavo/Development...
2007-12-09 Gustavo Sverzut... Implement lms_check()
2007-12-09 Gustavo Sverzut... Refactor lightmediascanner_process.c
2007-12-09 Gustavo Sverzut... Add missing new lines to messages
2007-12-08 Gustavo Sverzut... Avoid breaking strict-aliasing rules.
2007-12-08 Gustavo Sverzut... Use correct pointer types for iconv, avoid warnings.
2007-12-08 Gustavo Sverzut... Move process stuff into own file, will add lms_check...
2007-12-07 Gustavo Sverzut... Charset conversion support.
2007-12-07 Gustavo Sverzut... Change plugin API to take a "context" instead of "db".
2007-12-07 Gustavo Sverzut... Remove unused API macros.
2007-12-07 Gustavo Sverzut... Cache lms_db_* per DB instance instead of globally.
2007-12-07 Gustavo Sverzut... Provide data caching based on DB instance.
2007-12-07 Gustavo Sverzut... Fix copy&paste legacy: s/ldi/ldv/g in lightmediascanner...
next