summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Expand)Author
2003-01-19a dummy video decoder for v4l inputGuenter Bartsch
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-01Fix another possible input buffer overflow problemEwald Snel
2003-01-01Clip motion vectors to avoid segmentation fault on broken moviesEwald Snel
2002-12-31Protect against input buffer overflowEwald Snel
2002-12-28fix and strengthen the QT RLE decodersMike Melanson
2002-12-28added Interplay MVE video decoder (not completely accurate yet, butMike Melanson
2002-12-23heh...those should really be unsigned char'sMike Melanson
2002-12-23move the palette wraparound to a better placeMike Melanson
2002-12-22be strict with the widthMike Melanson
2002-12-22fixed silly decode bug, at long lastMike Melanson
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-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