platform/upstream/lightmediascanner.git
2008-02-15 Andre Moreira... Proper handle encoding.
2008-02-15 Andre Moreira... Fixed _to_uint method.
2008-02-15 Gustavo Sverzut... Fix debug messages, show scanned path.
2008-02-14 Gustavo Sverzut... Merge branch 'master' of git://staff.get-e.org/users...
2008-02-14 Gustavo Sverzut... Add Andre and Renato to AUTHORS.
2008-02-14 Andre Moreira... Some improvements.
2008-02-14 Gustavo Sverzut... Improved _find_id3v2 method.
2008-02-14 Gustavo Sverzut... Improved mp3 support.
2008-02-14 Gustavo Sverzut... Removed supported extensions from audio dummy.
2008-02-14 Gustavo Sverzut... Added flac plugin.
2008-02-14 Gustavo Sverzut... Debug.
2008-02-14 Gustavo Sverzut... Parse m4a files using mp4 plugin.
2008-02-14 Gustavo Sverzut... Use lseek to discard frames.
2008-02-14 Gustavo Sverzut... Added aac plugin.
2008-02-14 Andre Moreira... Improved _find_id3v2 method.
2008-02-13 Andre Moreira... Improved mp3 support.
2008-02-12 Andre Moreira... Removed supported extensions from audio dummy.
2008-02-12 Andre Moreira... Added flac plugin.
2008-02-12 Andre Moreira... Debug.
2008-02-11 Andre Moreira... Parse m4a files using mp4 plugin.
2008-02-08 Andre Moreira... Use lseek to discard frames.
2008-02-08 Gustavo Sverzut... Fix typo
2008-02-08 Andre Moreira... Added aac plugin.
2008-02-08 Gustavo Sverzut... Provide means to avoid check and fallback creation...
2008-02-08 Gustavo Sverzut... ogg.c: Minor coding style fixes
2008-02-08 Gustavo Sverzut... Improve code reusage: string strip and free functions.
2008-02-08 Gustavo Sverzut... Bugfix in jpeg plugin to avoid missing header frame...
2008-02-08 Gustavo Sverzut... Also copy trailing \0
2008-02-01 Gustavo Sverzut... Remove debug
2008-02-01 Gustavo Sverzut... Merge git://staff.get-e.org/users/andrunko/lightmediasc...
2008-02-01 Andre Moreira... Make sure metadata is converted to the proper charset.
2008-02-01 Andre Moreira... Added mp4 plugin.
2008-02-01 Gustavo Sverzut... Add .flac to audio-dummy
2008-02-01 Gustavo Sverzut... Request POSIX_FADV_DONTNEED
2008-02-01 Gustavo Sverzut... Request POSIX_FADV_DONTNEED, now correct
2008-02-01 Gustavo Sverzut... Request POSIX_FADV_DONTNEED
2008-02-01 Gustavo Sverzut... Minor warning cleanups
2008-02-01 Gustavo Sverzut... Added real media plugin.
2008-01-31 barbieriDo just one lseek where possible.
2008-01-31 barbieriRemove ASF compiler warnings.
2008-01-31 barbieriBug fixes.
2008-01-31 barbieriRemoved wma from audio-dummy and wmv from video-dummy.
2008-01-31 barbieriRemoved some memory leaks and some coding style fixes.
2008-01-31 barbieriAdded some documentation.
2008-01-31 barbieriAdded asf/wma/wmv plugin.
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 barbieriFix problem with SubIFD in Exif.
2008-01-22 barbieriCheck for zero-padded strings.
2008-01-22 barbieriGet both lead artist and band, use in order: band,...
2008-01-22 barbieriCosmetic simplification.
2008-01-17 barbieriJust get "lead artist" (TPE1), don't try others.
2007-12-24 barbieriAdd PNG image support (just size)
2007-12-24 barbieriAdd audio-dummy to build.
2007-12-21 barbieriAdd audio-dummy with missing audio formats.
2007-12-21 barbieriAdd .wmv to video-dummy.
2007-12-17 barbieriAdd copyright to all source files.
2007-12-17 barbieriConsider DQT frame as JFIF (ignore and get just the...
2007-12-17 barbieriAlso get size from other SOF (progressive, extended...
2007-12-13 barbieriProvide means to stop check/process.
2007-12-13 barbieriAdd Doxyfiles to EXTRA_DIST
2007-12-13 barbieriDoxyGen support.
2007-12-10 barbieriMerge branch 'master' of /home/gustavo/Development...
2007-12-10 barbieriInitial Repository Layout
2007-12-09 Gustavo Sverzut... Modules are optional, don't fail when they fail.
2007-12-09 Renato ChencarekAdding support to ogg
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...
2007-12-06 Gustavo Sverzut... id3lib now uses playcnt.
2007-12-06 Gustavo Sverzut... Add playcnt to audios table.
2007-12-04 Gustavo Sverzut... PLS Parser.
2007-12-04 Gustavo Sverzut... Also index audios by trackno.
2007-12-03 Gustavo Sverzut... M3U parser.
2007-12-03 Gustavo Sverzut... Fix memory leak and possible buffer overrun.
2007-12-03 Gustavo Sverzut... Add playlist indexes
2007-12-03 Gustavo Sverzut... Add video indexes
2007-12-03 Gustavo Sverzut... Fix header parameters to make naming consistent.
2007-12-03 Gustavo Sverzut... Playlist database support.
2007-12-03 Gustavo Sverzut... Remove thumb size from "images" table.
2007-12-03 Gustavo Sverzut... Store file size.
2007-11-30 Gustavo Sverzut... Support DB upgrades.
2007-11-30 Gustavo Sverzut... Make path a BLOB.
2007-11-30 Gustavo Sverzut... Remove unused function.
2007-11-27 Gustavo Sverzut... Use file name if no title is found.
2007-11-27 Gustavo Sverzut... Export db_path attribute via lms_get_db_path()
2007-11-27 Gustavo Sverzut... Check NULL pointers on public-API, log errors.
2007-11-27 Gustavo Sverzut... pkg-config support.
2007-11-26 Gustavo Sverzut... Dummy parser to register videos by extension only.
next