Bugfix in jpeg plugin to avoid missing header frame and image size
[platform/upstream/lightmediascanner.git] / src /
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 Maga... Make sure metadata is converted to the proper charset.
2008-02-01 Andre Moreira Maga... 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 barbieriDoxyGen support.
2007-12-10 barbieriMerge branch 'master' of /home/gustavo/Development...
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-26 Gustavo Sverzut... Dummy parser to register videos by extension only.
2007-11-26 Gustavo Sverzut... Video database support.
2007-11-26 Gustavo Sverzut... Don't store song length in DB, it's unreliable.
2007-11-26 Gustavo Sverzut... MP3 support using id3lib.
2007-11-25 Gustavo Sverzut... Clear dtime on files that had it but were found again.
2007-11-24 Gustavo Sverzut... Fix typo
2007-11-22 Gustavo Sverzut... Performance improvement and safety check.
2007-11-22 Gustavo Sverzut... Audio database support.
2007-11-22 Gustavo Sverzut... Add lms_db_bind_int64_or_null().
2007-11-22 Gustavo Sverzut... Cosmetic changes (static and remove string spaces).
2007-11-21 Gustavo Sverzut... Remove useless debug message.
2007-11-21 Gustavo Sverzut... Split plugin start and setup phase.
2007-11-21 Gustavo Sverzut... Add functions missing in older SQLite3 versions (maemo...
2007-11-20 Gustavo Sverzut... JPEG parser plugin.
2007-11-20 Gustavo Sverzut... Make some errors non-fatal.
2007-11-20 Gustavo Sverzut... Delete files that failed all parsers.
2007-11-20 Gustavo Sverzut... Replace "is_valid" with "dtime" (deletion time), so...
2007-11-20 Gustavo Sverzut... Split out db utilities from core and add image db funct...
2007-11-19 Gustavo Sverzut... Plugins now have a start/finish call before enter the...
2007-11-19 Gustavo Sverzut... Add lightmediascanner_utils.
2007-11-19 Gustavo Sverzut... Add missing empty definition for GNUC_NON_NULL() for...
2007-11-17 Gustavo Sverzut... Build system improvements.
2007-11-16 Gustavo Sverzut... Support configurable commit_interval.
2007-11-16 Gustavo Sverzut... SQLite3 support.
2007-11-16 Gustavo Sverzut... Setup things for future SQLite integration: stat, match...
2007-11-16 Gustavo Sverzut... Add configurable slave_timeout support.
2007-11-16 Gustavo Sverzut... Initial revision of Light Media Scanner.