summaryrefslogtreecommitdiff
path: root/src/libxinevdec/cinepak.c
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
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-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-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-11-04adapt Cinepak decoder to handle both greyscale and palettized vectorMike Melanson
2002-10-23img_buffer was uninitialized, and later passed to free(), resulting in anJuergen Keil
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-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-07-18Fix 'pitch != width' related problemEwald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-03Fix msvc decoder (add img->copy for XShm driver)Ewald Snel
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-06fix cinepak decoding with xshm driverMiguel Freitas
2002-05-01big cleanup on plugin dispose handling, small improvements on version handlin...Guenter Bartsch
2002-04-30biBitCount information not needed for cinepak moviesEwald Snel
2002-04-30Add libxinevdec video decodersEwald Snel