summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
2002-11-02bring the foovideo reference video decoder in line with the latest APIMike Melanson
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
2002-10-23img_buffer was uninitialized, and later passed to free(), resulting in anJuergen Keil
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
2002-10-23bring the Id CIN video decoder in line with the latest API revisionMike Melanson
2002-10-23bring the WC3 video decoder in line with the latest API revisionMike Melanson
2002-10-22bring the QT RLE decoder in line with the latest API revisionMike Melanson
2002-10-22bring the RPZA decoder in line with the latest API revisionMike Melanson
2002-10-22bring the SMC decoder in line with the latest API revisionMike Melanson
2002-10-22bring the SVQ1 decoder in line with the latest API revisionMike Melanson
2002-10-20bring the MSVC decoder in line with the latest API revisionMike Melanson
2002-10-20bring the MS RLE decoder in line with the latest API revisionMike Melanson
2002-10-20bring the YUV decoder in line with the latest API revisionMike Melanson
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
2002-10-20bring the CYUV decoder in line with the latest API revisionMike Melanson
2002-10-20bring the Cinepak decoder in line with the latest API revisionMike Melanson
2002-10-18added support for little-used RGB palette modeMike Melanson
2002-10-09configure.ac:Stephen Torri
2002-10-06The following was crashing on SPARC with a BUS error:Juergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-05copy block from previous frame instead of just skipping itMike Melanson
2002-10-04added support for raw YV12 dataMike Melanson
2002-10-04bring the RoQ video decoder up to snuff (much, much faster; moreMike Melanson
2002-10-04fixed 2- and 4-bit variantsMike Melanson
2002-10-03finish bringing the template video decoder up to the new specMike Melanson
2002-09-22unused variable -> hint to Mike: still needed?Michael Roitzsch
2002-09-22initial commit for QT RLE video decoderMike Melanson
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-13reinstate some codec formats lost in API transitionMike Melanson
2002-09-13use xine's optimized memcpy() where applicableMike Melanson
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-09-04added Mario Brito's Wing Commander III video decoderMike Melanson
2002-09-01add XShm to the reference video decoderMike Melanson
2002-09-01added Roberto Togni's QT RPZA video decoderMike Melanson
2002-08-29initial commit for QT SMC video decoderMike Melanson
2002-08-28add raw greyscale support. i'm using xine to receive video data from an embeddedMiguel Freitas
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
2002-08-12initial commit for Dr. Tim's Id CIN video decoderMike Melanson
2002-07-20updated to use FINISH_LINE() macroMike Melanson
2002-07-18Fix 'dungeons & dragons' trailer segmentation faultEwald Snel
2002-07-18Fix 'pitch != width' related problemEwald Snel
2002-07-15oops! :)Ewald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15enable libfaadMiguel Freitas
2002-07-15initial commit for 3 new decoders: Raw RGB, Raw YUV, and MS RLEMike Melanson
2002-07-14initial commit for FLI video decoderMike Melanson