index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libxinevdec
/
image.c
Age
Commit message (
Expand
)
Author
2006-10-16
Fixed several warnings (but warnings due to APIs not solved).
František Dvořák
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2005-02-03
make the image decoder use imagemagick to decode images. slight improvements ...
Stefan Holst
2004-12-03
fix a huge memleak (thanks to Jerome for reporting)
Michael Roitzsch
2004-07-11
PNGs are rendered too bright because the conversion coefficients are wrong
Michael Roitzsch
2004-01-12
it seems i forgot to commit the api increase (demux/decoder). weird.
Miguel Freitas
2003-12-24
remove unused variable
Michael Roitzsch
2003-12-14
API version bounce
Siggi Langauf
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-10-23
I should have seen this coming...
Michael Roitzsch
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-05-11
png image loader fix
Stefan Holst
2003-04-21
- fix the image/png decoder on big endian machines
Bastien Nocera
2003-03-26
ignore alpha channel in images
Stefan Holst
2003-03-23
png image support
Stefan Holst