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
/
mp_image.h
Commit message (
Expand
)
Author
Age
*
Merge svn changes up to r31040
Uoti Urpala
2010-04-26
|
\
|
*
Move functions that really do not need to be inlined from the header
reimar
2010-04-15
*
|
Merge svn changes up to r30748
Uoti Urpala
2010-03-10
|
\
|
*
|
Merge svn changes up to r30463
Uoti Urpala
2010-03-09
|
\
\
|
|
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
|
|
/
|
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
|
Merge svn changes up to r30165
Uoti Urpala
2010-01-08
|
\
|
|
*
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
*
|
Merge svn changes up to r30136
Uoti Urpala
2009-12-30
|
\
|
|
*
Support mp_image with allocated palette.
reimar
2009-12-26
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
|
\
|
|
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
*
|
Merge svn changes up to r28610
Uoti Urpala
2009-02-16
|
\
|
|
*
Replace fprintf call by mp_msg, fixes the warning:
diego
2009-02-14
|
*
Cosmetics: handle all special/compressed formats in a single if in mp_image_s...
reimar
2009-02-14
|
*
Add support for image formats and codecs used by VDPAU
reimar
2009-02-14
|
*
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
reimar
2009-02-14
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
|
/
*
Add necessary header #includes to fix 'make checkheaders'.
diego
2008-03-06
*
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
*
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
cehoyos
2007-08-04
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Change some printf calls to fprintf.
diego
2006-03-27
*
stride must be signed! otherwise negative stride is broken on 64bit systems
rfelker
2005-02-24
*
set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
michael
2003-12-22
*
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
*
clean up field flags:
rfelker
2003-08-18
*
Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
ranma
2003-08-03
*
basic xvmc image support
iive
2003-06-21
*
passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
michael
2003-04-18
*
fixing rgb4 & bgr4 (2 pixels per byte)
michael
2003-01-30
*
change qscale type to int8 and fix qscale ordering
michael
2002-10-30
*
passing picture_type (might be usefull for postprocessing)
michael
2002-10-29
*
warning fix
arpi
2002-08-05
*
- some reorder/cleanup of mp_image flags
arpi
2002-08-02
*
planar yuv 444 422 411 support
michael
2002-08-01
*
added 'priv' field to mpi - requires for tracking frames with different
arpi
2002-07-20
*
better support for rgb/bgr formats
alex
2002-07-11
*
{RGB,BGR}{1,4}
michael
2002-06-27
*
better planar support, chroma subsampling support and Y8/Y800 support
alex
2002-06-23
*
better planar support, chroma subsampling support and Y8/Y800 support
alex
2002-06-23
*
yvu9 and if09 support
alex
2002-06-23
*
added yvu9
alex
2002-06-21
*
filters uninit
arpi
2002-04-20
*
mp_image moved to libmpcodecs
arpi
2002-04-13