summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
2011-11-22Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog.Darren Salt
2011-11-22Use current ImageMagick APIPetri Hintukainen
2010-11-04Properly initialise and finalise {Image,Graphics}Magick context.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-16Merge.Darren Salt
2009-01-16Back out MagickGetAuthenticPixels fix; causes FTBFS.Darren Salt
2009-01-14Fix building against ImageMagick 6.4.5Robin H. Johnson
2008-11-29Use a regular int instead of MagickBoolType and assume 0 for MagickFalse.Loïc Minier
2008-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-06-25Instead of declaring op_size, use sizeof(ogg_packet) directly.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-04-04Move the Theora decoder from libtheora to libxinevdec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-17Cleanup makefile, use the -Wl,-z,defs option if supported, use visibility fla...Diego 'Flameeyes' Pettenò
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-14Don't use WAND_CPPFLAGS and WAND_LDFLAGS.Diego 'Flameeyes' Pettenò
2006-08-05- use the gdkpixbuf loader to handle JPEG stills in Quicktime movies, asBastien Nocera
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-05-01checked distcheck: install inttypes,František Dvořák
2006-04-22Use --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 oneBastien Nocera
2006-02-07- feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunkBastien Nocera
2006-02-02Add an gdk-pixbuf image decoder, faster than the ImageMagick one...Bastien Nocera
2005-04-24Allocate at least width * height * byte_per_pixel.Thibaut Mattern
2005-02-03make the image decoder use imagemagick to decode images. slight improvements ...Stefan Holst
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-03fix a huge memleak (thanks to Jerome for reporting)Michael Roitzsch
2004-08-21little cleanup and improved the playback of broaken iff filesManfred Tremmel
2004-07-11PNGs are rendered too bright because the conversion coefficients are wrongMichael Roitzsch
2004-05-29re-instate 32-bit decodingMike Melanson
2004-05-29revise RGB decoder to be able to handle RGB data from Microsoft filesMike Melanson
2004-05-28added PNG_CFLAGS, patch from Daniel MackConrad Parker
2004-05-21double-free fix for yuv decoder by Barry ScottMichael Roitzsch
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson
2004-03-10Remove defunct v4l specific yuv_frames decoderJames Stembridge