Commit Graph

12 Commits

Author SHA1 Message Date
codestation
022998beee Fix av_frame_free call usage. 2015-02-28 09:41:57 -04:30
codestation
ec934655d3 Use av_frame_free() to match calls to av_frame_alloc.
Use version checks to use older libav functions on older distros.
2015-02-28 09:37:39 -04:30
codestation
5788141912 Update deprecated avcodec call. 2015-02-28 00:24:59 -04:30
codestation
60a3049391 Added a bunch of warning flags and fixed most of the shadowed
variables.
2015-02-27 22:59:22 -04:30
codestation
00f1c0eee2 Readd QImage includes.
Do not remove gui lib for headless binary as it needs it to use Qimage.
Rename headless package to qcma-cli.
2014-04-04 11:45:53 -04:30
codestation
99d216d474 Enable SQLiteDB backend.
Multiple fixed and finished the implementation of the SQLite backend.
Try to load the database before trying to attempt a rescan.
Delete the metadala list for backends that allocate them on demand.
Moved some generic functions to the databse class.
Renamed utils header to avoid rare QtCreator bug.
2014-02-05 23:30:12 -04:30
codestation
b7ad2b13f4 Create a unified base class to access the database.
Moved the default database class to QListDB and disallow leaking CMAObjects outside this class.
Rewrote QListDB and CMAEvent to use the new internal API.
Moved the file format constants to the base database class.
Moved the metadata loading methods to the base database class.
2014-01-28 14:00:15 -04:30
codestation
7234356319 Refactorized avdecoder class.
Disable warnings from ffmpeg.
2014-01-20 22:55:20 -04:30
codestation
ca2e0a4b0c Revert "Change the read method of ffmpeg from filename to buffer". This bug was only affecting the load of photos and that usage was removed. 2014-01-18 21:26:05 -04:30
codestation
960897ea2e Use QImage to load photo metadata instead of ffmpeg. 2014-01-02 13:14:38 -04:30
codestation
e2768672e7 Change the read method of ffmpeg from filename to buffer to avoid
passing a filename with incorrect encoding to avformat_open_input.
Increased the size of photo thumbnails a little.
2014-01-02 01:52:11 -04:30
Xian Nox
efced3781c Changed folder structure 2013-12-16 10:34:48 +01:00