Age | Commit message (Expand) | Author |
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 |
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-14 | Read aspect when BUF_FLAG_ASPECT is set | James Stembridge |
2004-02-09 | Only read frame duration when BUF_FLAG_FRAMERATE is set | James Stembridge |
2004-02-02 | added IFF-ILBM support | Manfred Tremmel |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2004-01-07 | use frame copying functions | James Stembridge |
2003-12-24 | remove unused variable | Michael Roitzsch |