index
:
vdr-plugin-muggle
master
release/0.1.3-wr
release/0.1.4-wr
release/0.1.5-wr
release/0.1.6-wr
release/0.1.7-wr
release/0.1.8-wr
VDR Muggle Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mg_image_provider.c
Age
Commit message (
Expand
)
Author
2009-01-11
load images: fix buggy error handling (reported in vdr-portal.de by stevie101)
Wolfgang Rohdewald
2008-12-28
Eliminate compiler warnings, improve error messages.
Ville Skyttä
2008-04-14
convert images in background processes, not sure if this helps
woro
2008-04-11
merge mp3ng branch into trunk
woro
2008-04-08
gcc 4.3 build fixes.
scop
2008-02-18
use new, more secure msprintf instead of asprintf. Do
woro
2008-02-10
revert last revision about msprintf. msprintf has a problem with va_list whic...
woro
2008-02-10
hide asprintf calls in msprintf, msprintf checks for
woro
2008-01-01
Rename image_convert.sh to muggle-image-convert.
scop
2007-12-30
Don't hardcode path to image_convert.sh, assume it is in PATH (like README sa...
scop
2006-05-19
Added code to pick correct images for GD
LarsAC
2006-04-28
fix compilation with gcc4.0
wr61
2006-03-05
Rework broken integration with graphTFT, improve import of covers from a GD-c...
LarsAC
2006-02-12
Improved handling of images from GiantDisc
LarsAC
2006-01-29
Corrected errors in image treatment
LarsAC
2005-11-25
Added support for graphTFT image display again. Remove bug not showing live d...
LarsAC
2005-10-14
Fixed few bugs and added initial GD coverart code.
LarsAC
2005-10-09
Avoid crash with files that don't have a id3v2 tag.
ville
2005-10-09
Remove several bugs in image display code
LarsAC
2005-10-08
Report whether images are available. Delete temporarily generated files at en...
LarsAC
2005-10-08
Only add pics to list of files that have been successfully converted
LarsAC
2005-10-07
asprintf should be followed by free, not delete
wr61
2005-10-06
Delete generated image files
LarsAC
2005-10-06
Recursively look at parent directories to find images
LarsAC
2005-10-06
Seek hierarchy upwards for covers if there are none in the song tags or direc...
LarsAC
2005-10-06
Removed unnecessary function for default image
LarsAC
2005-10-06
Add tested code to obtain images from id3v2 tags
LarsAC
2005-10-05
Merged changes from muggle-images
LarsAC