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
/
yuv.c
Age
Commit message (
Expand
)
Author
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2004-12-16
use UTF-8 meta info setting, where we know the string is ASCII
Michael Roitzsch
2004-05-21
double-free fix for yuv decoder by Barry Scott
Michael Roitzsch
2004-03-07
Support for YUY2
James Stembridge
2004-02-14
Read aspect when BUF_FLAG_ASPECT is set
James Stembridge
2004-02-09
Only read frame duration when BUF_FLAG_FRAMERATE is set
James Stembridge
2004-01-12
it seems i forgot to commit the api increase (demux/decoder). weird.
Miguel Freitas
2004-01-09
- rework semantics of some buffer flags. check buffer.h for details.
Miguel Freitas
2004-01-07
use frame copying functions
James Stembridge
2003-12-14
API version bounce
Siggi Langauf
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-12
pay attention to img->pitches when copying yv12 and i420 frames
James Stembridge
2003-08-12
use extra info from yuv4mpeg2 demuxer, fixes fps and aspect errors
James Stembridge
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-05-28
fix uv order for yv12 and add support for i420
James Stembridge
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-18
Don't append 'BUF_FLAG_SPECIAL' packets to frame data
Ewald Snel
2002-12-06
remove img->copy from all decoders
Miguel Freitas
2002-12-04
modified YUV9 -> YV12 converter
Mike Melanson
2002-12-01
deploy filtering YUV9 -> YV12 converter
Mike Melanson
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-10-20
bring the YUV decoder in line with the latest API revision
Mike Melanson
2002-10-04
added support for raw YV12 data
Mike Melanson
2002-09-13
reinstate some codec formats lost in API transition
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-08-28
add raw greyscale support. i'm using xine to receive video data from an embedded
Miguel Freitas
2002-07-15
Add 'pitch' support to video decoders (pitch != width)
Ewald Snel
2002-07-15
initial commit for 3 new decoders: Raw RGB, Raw YUV, and MS RLE
Mike Melanson