summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
2002-12-06reenable our svq1 decoder for now (ffmpeg one is segfaulting)Miguel Freitas
2002-12-06remove img->copy from all decodersMiguel Freitas
2002-12-04decommission native xine SVQ1 decoder by removing its build instructionsMike Melanson
2002-12-04modified YUV9 -> YV12 converterMike Melanson
2002-12-01deploy filtering YUV9 -> YV12 converterMike Melanson
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
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-11-04adapt Cinepak decoder to handle both greyscale and palettized vectorMike Melanson
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