summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
2002-12-21no need to confuse the issueMike Melanson
2002-12-20MNG demuxer addedRobin KAY
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
2002-12-18Don't append 'BUF_FLAG_SPECIAL' packets to frame dataEwald Snel
2002-12-18Cleanup MSVC decoderEwald Snel
2002-12-18Ignore 'BUF_FLAG_SPECIAL' packets (fixes some QuickTime streams)Ewald Snel
2002-12-15More cleanups, accurate frame clipping if video size not divisible by 4Ewald Snel
2002-12-15Report broken framesEwald Snel
2002-12-15Use bswap macrosEwald Snel
2002-12-15Use common xine color conversionEwald Snel
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