Age | Commit message (Expand) | Author |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for video decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all video decoder plugins to the new identifier/description interface.... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-16 | Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes. | Darren Salt |
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ò |
2007-06-12 | A nice simple merge from 1.1. | 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-06-01 | Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa... | Diego 'Flameeyes' Pettenò |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another round of Makefile.am cleanups | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
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 |