summaryrefslogtreecommitdiff
path: root/src/libxinevdec/rgb.c
AgeCommit message (Expand)Author
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-03-18[coverity]Thibaut Mattern
2005-04-24Allocate at least width * height * byte_per_pixel.Thibaut Mattern
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael 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-02-09Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
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
2003-12-14API version bounceSiggi Langauf
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-23I should have seen this coming...Michael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-21no need to confuse the issueMike Melanson
2002-12-20MNG demuxer addedRobin KAY
2002-12-18Don't append 'BUF_FLAG_SPECIAL' packets to frame dataEwald Snel
2002-12-06remove img->copy from all decodersMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-11native video decoders now report themselves in the stream/meta infoMike Melanson
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
2002-07-20updated to use FINISH_LINE() macroMike Melanson
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15initial commit for 3 new decoders: Raw RGB, Raw YUV, and MS RLEMike Melanson