summaryrefslogtreecommitdiff
path: root/libmediaart/extractdummy.c
Commit message (Collapse)AuthorAgeFilesLines
* extract*: Add missing config.h includesCarlos Garnacho2017-08-101-0/+2
| | | | | This was making the functions defined in extractgeneric.h not really exported.
* extract: Add introspection annotations to media_art_buffer_to_jpeg()Carlos Garnacho2017-03-041-1/+1
| | | | Otherwise the function is unusable through gobject-introspection.
* libmediaart: Split API into _process_buffer() and _process_file()Martyn Russell2014-07-281-6/+74
| | | | | | | This is quite an API break, but the previous API was confusing and a monster, so this was really necessary. The unit tests have been put in place to make sure things work correctly too.
* extract: Don't break on dummy implementation due to incorrect args in init()Martyn Russell2014-03-071-1/+3
|
* Fix some includesArnel A. Borja2013-08-151-1/+1
|
* Remove tracker from prefixes of identifiersArnel A. Borja2013-08-151-8/+8
|
* build: Initial import of files needed to make new project here...Martyn Russell2013-08-131-0/+49
Including AUTHORS, README, NEWS. Including autogen.sh, configure.ac and all Makefile.am files Also moved many files that were scattered around the Tracker project and brought them together. Some source files had to be fixed up to build properly.