Age | Commit message (Expand) | Author |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-17 | Avoid libtool running ldconfig (where not needed) at install time. | Darren Salt |
2009-01-16 | Merge. | Darren Salt |
2009-01-16 | Back out MagickGetAuthenticPixels fix; causes FTBFS. | Darren Salt |
2009-01-14 | Fix building against ImageMagick 6.4.5 | Robin H. Johnson |
2008-11-29 | Use a regular int instead of MagickBoolType and assume 0 for MagickFalse. | Loïc Minier |
2008-09-17 | Mingw+MSys: NLS support, --enable-stdcall-fixup | Carlo Bramini |
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-25 | Instead of declaring op_size, use sizeof(ogg_packet) directly. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-04-04 | Move the Theora decoder from libtheora to libxinevdec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Cleanup makefile, use the -Wl,-z,defs option if supported, use visibility fla... | Diego 'Flameeyes' Pettenò |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-09-14 | Don't use WAND_CPPFLAGS and WAND_LDFLAGS. | Diego 'Flameeyes' Pettenò |
2006-08-05 | - use the gdkpixbuf loader to handle JPEG stills in Quicktime movies, as | Bastien Nocera |
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-05-01 | checked distcheck: install inttypes, | František Dvořák |
2006-04-22 | Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ImageMa... | František Dvořák |
2006-03-21 | [coverity] | Thibaut Mattern |
2006-03-18 | [coverity] | Thibaut Mattern |
2006-02-08 | - push the priority of the gdk-pixbuf decoder above the ImageMagick one | Bastien Nocera |
2006-02-07 | - feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunk | Bastien Nocera |
2006-02-02 | Add an gdk-pixbuf image decoder, faster than the ImageMagick one... | Bastien Nocera |
2005-04-24 | Allocate at least width * height * byte_per_pixel. | Thibaut Mattern |
2005-02-03 | make the image decoder use imagemagick to decode images. slight improvements ... | Stefan Holst |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-12-03 | fix a huge memleak (thanks to Jerome for reporting) | Michael Roitzsch |
2004-08-21 | little cleanup and improved the playback of broaken iff files | Manfred Tremmel |
2004-07-11 | PNGs are rendered too bright because the conversion coefficients are wrong | Michael Roitzsch |
2004-05-29 | re-instate 32-bit decoding | Mike Melanson |
2004-05-29 | revise RGB decoder to be able to handle RGB data from Microsoft files | Mike Melanson |
2004-05-28 | added PNG_CFLAGS, patch from Daniel Mack | Conrad Parker |
2004-05-21 | double-free fix for yuv decoder by Barry Scott | Michael Roitzsch |
2004-03-14 | goodbye decoders-- you have served your purpose well and we salute you | Mike Melanson |
2004-03-10 | Remove defunct v4l specific yuv_frames decoder | James Stembridge |
2004-03-07 | Support for YUY2 | James Stembridge |
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 |