summaryrefslogtreecommitdiff
path: root/mg_image_provider.c
AgeCommit message (Expand)Author
2011-11-06Use DELETENULL().Ville Skyttä
2011-10-29Add Emacs mode and indentation settings.Ville Skyttä
2010-11-02Gcc 4.4 build fixes.Ville Skyttä
2009-01-11load images: fix buggy error handling (reported in vdr-portal.de by stevie101)Wolfgang Rohdewald
2008-12-28Eliminate compiler warnings, improve error messages.Ville Skyttä
2008-04-14convert images in background processes, not sure if this helpsworo
2008-04-11merge mp3ng branch into trunkworo
2008-04-08gcc 4.3 build fixes.scop
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list whic...woro
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
2008-01-01Rename image_convert.sh to muggle-image-convert.scop
2007-12-30Don't hardcode path to image_convert.sh, assume it is in PATH (like README sa...scop
2006-05-19Added code to pick correct images for GDLarsAC
2006-04-28fix compilation with gcc4.0wr61
2006-03-05Rework broken integration with graphTFT, improve import of covers from a GD-c...LarsAC
2006-02-12Improved handling of images from GiantDiscLarsAC
2006-01-29Corrected errors in image treatmentLarsAC
2005-11-25Added support for graphTFT image display again. Remove bug not showing live d...LarsAC
2005-10-14Fixed few bugs and added initial GD coverart code.LarsAC
2005-10-09Avoid crash with files that don't have a id3v2 tag.ville
2005-10-09Remove several bugs in image display codeLarsAC
2005-10-08Report whether images are available. Delete temporarily generated files at en...LarsAC
2005-10-08Only add pics to list of files that have been successfully convertedLarsAC
2005-10-07asprintf should be followed by free, not deletewr61
2005-10-06Delete generated image filesLarsAC
2005-10-06Recursively look at parent directories to find imagesLarsAC
2005-10-06Seek hierarchy upwards for covers if there are none in the song tags or direc...LarsAC
2005-10-06Removed unnecessary function for default imageLarsAC
2005-10-06Add tested code to obtain images from id3v2 tagsLarsAC
2005-10-05Merged changes from muggle-imagesLarsAC