index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libxinevdec
/
cinepak.c
Age
Commit message (
Expand
)
Author
2003-12-14
API version bounce
Siggi Langauf
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-10-23
I should have seen this coming...
Michael Roitzsch
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-01-08
fixes/cleanups of the handled/unhandled codecs
Miguel Freitas
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-21
no need to confuse the issue
Mike Melanson
2002-12-18
Ignore 'BUF_FLAG_SPECIAL' packets (fixes some QuickTime streams)
Ewald Snel
2002-12-15
More cleanups, accurate frame clipping if video size not divisible by 4
Ewald Snel
2002-12-15
Report broken frames
Ewald Snel
2002-12-15
Use bswap macros
Ewald Snel
2002-12-06
remove img->copy from all decoders
Miguel Freitas
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-12
merge metronom's improvements (inform decoders about discontinuities)
Miguel Freitas
2002-11-11
native video decoders now report themselves in the stream/meta info
Mike Melanson
2002-11-04
adapt Cinepak decoder to handle both greyscale and palettized vector
Mike Melanson
2002-10-23
img_buffer was uninitialized, and later passed to free(), resulting in an
Juergen Keil
2002-10-20
bring the Cinepak decoder in line with the latest API revision
Mike Melanson
2002-10-18
added support for little-used RGB palette mode
Mike Melanson
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-07-18
Fix 'pitch != width' related problem
Ewald Snel
2002-07-15
Add 'pitch' support to video decoders (pitch != width)
Ewald Snel
2002-07-05
Bump up version numbers due to changes in xine_t
Michael Roitzsch
2002-06-12
Remove no more needed XINE_LOGO.
Daniel Caujolle-Bert
2002-06-03
Fix msvc decoder (add img->copy for XShm driver)
Ewald Snel
2002-06-03
BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)
Miguel Freitas
2002-05-25
patch from Michael Roitzsch:
Siggi Langauf
2002-05-06
fix cinepak decoding with xshm driver
Miguel Freitas
2002-05-01
big cleanup on plugin dispose handling, small improvements on version handlin...
Guenter Bartsch
2002-04-30
biBitCount information not needed for cinepak movies
Ewald Snel
2002-04-30
Add libxinevdec video decoders
Ewald Snel