summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
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
2004-03-07Support for YUY2James Stembridge
2004-03-07added ANIM OPT 3, 4 and 6 support (untested, can't find testfiles)Manfred Tremmel
2004-03-03fix compiler warningMichael Roitzsch
2004-02-29speed improvements (reduced CPU-usage up to 90% when playing IFF-ANIM files)Manfred Tremmel
2004-02-25IFF: added ANIM OPT7 and OPT8 supportManfred Tremmel
2004-02-22HAM decoding bug fixedManfred Tremmel
2004-02-22fixed a bug when displaying IFF-ILBM 24 Bit picturesManfred Tremmel
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
2004-02-09Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
2004-02-02added IFF-ILBM supportManfred Tremmel
2004-01-12it 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-07use frame copying functionsJames Stembridge
2003-12-24remove unused variableMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-10-24use the common bitmapinfo and waveformatex structuresMike Melanson