index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
img_format.h
Commit message (
Expand
)
Author
Age
*
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
2009-12-31
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
*
Add support for 440p colorspace.
reimar
2009-12-30
*
Add a helper function to get the chroma scale shift and use to simplify mpi s...
reimar
2009-12-30
*
Add a define for IMGFMT_RGB48NE that depends on machine endianness.
reimar
2009-11-21
*
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
2009-11-10
*
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
diego
2009-10-19
*
100l, fix compilation again and make codec-cfg.c use the predefined constants
reimar
2009-08-12
*
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.
reimar
2009-08-12
*
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
cehoyos
2009-08-11
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
Add support for image formats and codecs used by VDPAU
reimar
2009-02-14
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
mjpeg support for v4l2 tv:// driver
voroshil
2007-06-01
*
marks several read-only string parameters and function return-values which ca...
reynaldo
2006-07-16
*
missing 32bit RGBA variants and some cleanup
michael
2004-08-11
*
addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
rik
2003-11-04
*
basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
alex
2003-08-31
*
basic xvmc image support
iive
2003-06-21
*
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...
arpi
2003-06-18
*
fixing rgb4 & bgr4 (2 pixels per byte)
michael
2003-01-30
*
avoid extract of imposible high depths in wrong rgb/bgr functions
iive
2003-01-26
*
bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...
mosu
2003-01-15
*
planar yuv 444 422 411 support
michael
2002-08-01
*
{RGB,BGR}{1,4}
michael
2002-06-27
*
NV12 added
arpi
2002-06-22
*
mp_image.h and img_format.h moved to libmpcodecs
arpi
2002-04-13