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
/
bitplane.c
Age
Commit message (
Expand
)
Author
2008-05-09
Remove a new bunch of xine_malloc() calls.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-19
Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-08-15
Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).
Darren Salt
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
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
2006-03-21
[coverity]
Thibaut Mattern
2004-12-16
use UTF-8 meta info setting, where we know the string is ASCII
Michael Roitzsch
2004-08-21
little cleanup and improved the playback of broaken iff files
Manfred Tremmel
2004-03-07
added ANIM OPT 3, 4 and 6 support (untested, can't find testfiles)
Manfred Tremmel
2004-03-03
fix compiler warning
Michael Roitzsch
2004-02-29
speed improvements (reduced CPU-usage up to 90% when playing IFF-ANIM files)
Manfred Tremmel
2004-02-25
IFF: added ANIM OPT7 and OPT8 support
Manfred Tremmel
2004-02-22
HAM decoding bug fixed
Manfred Tremmel
2004-02-22
fixed a bug when displaying IFF-ILBM 24 Bit pictures
Manfred Tremmel
2004-02-22
added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codings
Manfred Tremmel
2004-02-09
Only read frame duration when BUF_FLAG_FRAMERATE is set
James Stembridge
2004-02-02
added IFF-ILBM support
Manfred Tremmel