0.4.2 release with RPM spec inside.
[platform/upstream/lightmediascanner.git] / ChangeLog
1 ver 0.4.2:
2         Add RPM spec so rpm-build works
3
4 ver 0.4.1:
5         Support mp4v2.h as well
6         detect color in more $TERM (urxvt and screen)
7
8 ver 0.4:
9         Mention rakuco's contributions
10         Mention jprvita's contributions
11         Update etrunko's email on authors file
12         Fix double call of lms_parsers_finish()
13         Change the dummy plugin not to write a log file.
14         Fix lms_parser_del().
15         Adds insert time (itime) field to table files.
16         Fix binding in lms_db_set_file_dtime().
17         Ogg: Add "ogv" extension
18         Allow building from a separate directory.
19         Remove compiler warnings.
20         Fix small typo on README file.
21         Add length field to table videos.
22         Add length field to table audios.
23         Fix doxygen of dtime field in files DB table.
24
25 ver 0.3:
26         Added m4v extension to the mp4 plugin.
27         LMS was mistakingly treating Composer field as Genre/Content.
28         Version bump to reflect API changes.
29         Fix sqlite3 dependencies.
30         New status code for progress callback (affects lms_process only).
31         Do not modify or free FLAC library-owned strings.
32         add path to parser_info.
33         improve test to use getopt.
34         export parsers and their informations.
35
36 ver 0.2:
37         Remove compiler warnings.
38         New column on audios table: artist_id.
39         Bugfix: using correct column.
40         Introducing new API function: lms_check_single_process().
41         Changes on (lms_check's) functions to facilitate the choice between single process/original version mode of operation of LMS.
42         Factoring out code from (lms_check's) lms_check() and some related functions.
43         Introducing new API function: lms_process_single_process().
44         Adapting _process_trigger() to call a custom process_file() function.
45         Factoring out code from (lms_process's) lms_process().
46         Factoring out code from (lms_process's) _slave_work().
47         Add callback to report progress.
48         Get missing data from id3v1 when they are not available on id3v2.
49         ASF: Get album artist from extended content description.
50         Update my mail, add Etrunko.
51         Proper handling of DT_UNKNOWN directory entry type.
52         OGG: Avoid segfault when value returned by vorbis_comment_query is NULL.
53         Added example in test.c.
54         OGG: Make ogg plugin work with both libvorbisidec (aka Tremor) and libvorbis.
55         configure.ac: Better check for mp4 libraries.
56         Fixed FSF address.
57         Added flv to video-dummy.
58         Removed dead code.
59         Correct accounting for id3v1 strings.
60         Handle possible realloc() errors.
61         Better handling of id3v1 fields.
62         Ignore frames that contain just the encoding info.
63         Minor bugfixes.
64         Fix segmentation faults for zero-sized id3v2 frames.
65         Add myself as author of id3
66         Rework _find_id3v2() for simpler and faster code.
67         id3: minor id3v2 dispatcher speedup.
68         Move logic to get specific frame contents to separate functions.
69         id3: avoid some strips if content is known to be correct.
70         id3: just change cur_artist_priority if it's actually used.
71         Cosmetic: fit in 80 cols
72         Speed up id3v1 genre usage.
73         Share id3v1_genre getter.
74         Make defines dependent on real data, avoid getting out of sync.
75         Use posix_fadvise.
76         Improved artist/genre handling.
77         Fixed mp4 detection to not modify LIBS.
78         Small bug fix.
79         Use TPE/TP 1 to 4 for artists.
80         Proper handle UTF16 encoding.
81         Fix support for ID3v2.2.
82         Added TODO.
83         Added support for mov, qt, 3gp files to mp4 plugin.
84         Use ctxt->cs_conv to convert encoding for id3v1 tag.
85         Fixed _to_uint method.
86         Fix handling of encoding UTF16-LE.
87         Proper handle encoding.
88         Fixed _to_uint method.
89         Fix debug messages, show scanned path.
90         Add Andre and Renato to AUTHORS.
91         Some improvements.
92         Improved _find_id3v2 method.
93         Improved mp3 support.
94         Removed supported extensions from audio dummy.
95         Added flac plugin.
96         Debug.
97         Parse m4a files using mp4 plugin.
98         Use lseek to discard frames.
99         Added aac plugin.
100         Improved _find_id3v2 method.
101         Improved mp3 support.
102         Removed supported extensions from audio dummy.
103         Added flac plugin.
104         Debug.
105         Parse m4a files using mp4 plugin.
106         Use lseek to discard frames.
107         Fix typo
108         Added aac plugin.
109         Provide means to avoid check and fallback creation and usage.
110         ogg.c: Minor coding style fixes
111         Improve code reusage: string strip and free functions.
112         Bugfix in jpeg plugin to avoid missing header frame and image size
113         Also copy trailing \0
114         Remove debug
115         Make sure metadata is converted to the proper charset.
116         Added mp4 plugin.
117         Add .flac to audio-dummy
118         Request POSIX_FADV_DONTNEED
119         Request POSIX_FADV_DONTNEED, now correct
120         Request POSIX_FADV_DONTNEED
121         Minor warning cleanups
122         Added real media plugin.
123         Do just one lseek where possible.
124         Remove ASF compiler warnings.
125         Bug fixes.
126         Removed wma from audio-dummy and wmv from video-dummy.
127         Removed some memory leaks and some coding style fixes.
128         Added some documentation.
129         Added asf/wma/wmv plugin.
130         Add missing prototype
131         Better handling of strings that failed encoding.
132         Function to forcefully convert to some charset.
133         Set len to 0 if string is empty.
134         Fix problem with SubIFD in Exif.
135         Check for zero-padded strings.
136         Get both lead artist and band, use in order: band, artist
137         Cosmetic simplification.
138         Just get "lead artist" (TPE1), don't try others.
139         Add PNG image support (just size)
140         Add audio-dummy to build.
141         Add audio-dummy with missing audio formats.
142         Add .wmv to video-dummy.
143         Add copyright to all source files.
144         Consider DQT frame as JFIF (ignore and get just the size).
145         Also get size from other SOF (progressive, extended sequential...)
146         Provide means to stop check/process.
147         Add Doxyfiles to EXTRA_DIST
148         DoxyGen support.
149         Initial Repository Layout
150         Modules are optional, don't fail when they fail.
151         Adding support to ogg
152         Implement lms_check()
153         Refactor lightmediascanner_process.c
154         Add missing new lines to messages
155         Avoid breaking strict-aliasing rules.
156         Use correct pointer types for iconv, avoid warnings.
157         Move process stuff into own file, will add lms_check() and use part of it.
158         Charset conversion support.
159         Change plugin API to take a "context" instead of "db".
160         Remove unused API macros.
161         Cache lms_db_* per DB instance instead of globally.
162         Provide data caching based on DB instance.
163         Fix copy&paste legacy: s/ldi/ldv/g in lightmediascanner_db_video.c
164         id3lib now uses playcnt.
165         Add playcnt to audios table.
166         PLS Parser.
167         Also index audios by trackno.
168         M3U parser.
169         Fix memory leak and possible buffer overrun.
170         Add playlist indexes
171         Add video indexes
172         Fix header parameters to make naming consistent.
173         Playlist database support.
174         Remove thumb size from "images" table.
175         Store file size.
176         Support DB upgrades.
177         Make path a BLOB.
178         Remove unused function.
179         Use file name if no title is found.
180         Export db_path attribute via lms_get_db_path()
181         Check NULL pointers on public-API, log errors.
182         pkg-config support.
183         Dummy parser to register videos by extension only.
184         Video database support.
185         Don't store song length in DB, it's unreliable.
186         MP3 support using id3lib.
187         Clear dtime on files that had it but were found again.
188         Fix typo
189         Performance improvement and safety check.
190         Audio database support.
191         Add lms_db_bind_int64_or_null().
192         Cosmetic changes (static and remove string spaces).
193         Remove useless debug message.
194         Split plugin start and setup phase.
195         Add functions missing in older SQLite3 versions (maemo bora uses it).
196         JPEG parser plugin.
197         Make some errors non-fatal.
198         Delete files that failed all parsers.
199         Replace "is_valid" with "dtime" (deletion time), so we can expire them.
200         Split out db utilities from core and add image db functions.
201         Plugins now have a start/finish call before enter the processing loop.
202         Add lightmediascanner_utils.
203         Add missing empty definition for GNUC_NON_NULL() for non-GCC compilers.
204         Build system improvements.
205         Support configurable commit_interval.
206         SQLite3 support.
207         Setup things for future SQLite integration: stat, match and friends.
208         Add configurable slave_timeout support.
209         Initial revision of Light Media Scanner.
210 ver 0.1:
211         We've lost track of the commit that released 0.1, so consider it somewhere in between the initial commit and ver 0.2 :)