index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpcodecs
/
mp_image.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
2009-12-31
1
-0
/
+2
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
1
-0
/
+6
*
Add support for 440p colorspace.
reimar
2009-12-30
1
-0
/
+1
*
Add a helper function to get the chroma scale shift and use to simplify mpi s...
reimar
2009-12-30
1
-33
/
+6
*
Support mp_image with allocated palette.
reimar
2009-12-26
1
-1
/
+3
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
1
-2
/
+1
*
Replace fprintf call by mp_msg, fixes the warning:
diego
2009-02-14
1
-1
/
+2
*
Cosmetics: handle all special/compressed formats in a single if in mp_image_s...
reimar
2009-02-14
1
-15
/
+4
*
Add support for image formats and codecs used by VDPAU
reimar
2009-02-14
1
-0
/
+4
*
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
reimar
2009-02-14
1
-1
/
+6
*
Add necessary header #includes to fix 'make checkheaders'.
diego
2008-03-06
1
-0
/
+4
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
1
-3
/
+3
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
1
-1
/
+1
*
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
cehoyos
2007-08-04
1
-0
/
+3
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
1
-2
/
+2
*
Change some printf calls to fprintf.
diego
2006-03-27
1
-1
/
+1
*
stride must be signed! otherwise negative stride is broken on 64bit systems
rfelker
2005-02-24
1
-1
/
+1
*
set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
michael
2003-12-22
1
-0
/
+1
*
addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
rik
2003-11-04
1
-0
/
+6
*
basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
alex
2003-08-31
1
-0
/
+11
*
clean up field flags:
rfelker
2003-08-18
1
-3
/
+6
*
Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
ranma
2003-08-03
1
-0
/
+4
*
basic xvmc image support
iive
2003-06-21
1
-0
/
+4
*
passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
michael
2003-04-18
1
-0
/
+1
*
fixing rgb4 & bgr4 (2 pixels per byte)
michael
2003-01-30
1
-2
/
+2
*
change qscale type to int8 and fix qscale ordering
michael
2002-10-30
1
-1
/
+1
*
passing picture_type (might be usefull for postprocessing)
michael
2002-10-29
1
-0
/
+1
*
warning fix
arpi
2002-08-05
1
-1
/
+1
*
- some reorder/cleanup of mp_image flags
arpi
2002-08-02
1
-13
/
+34
*
planar yuv 444 422 411 support
michael
2002-08-01
1
-0
/
+24
*
added 'priv' field to mpi - requires for tracking frames with different
arpi
2002-07-20
1
-0
/
+2
*
better support for rgb/bgr formats
alex
2002-07-11
1
-6
/
+10
*
{RGB,BGR}{1,4}
michael
2002-06-27
1
-0
/
+2
*
better planar support, chroma subsampling support and Y8/Y800 support
alex
2002-06-23
1
-6
/
+6
*
better planar support, chroma subsampling support and Y8/Y800 support
alex
2002-06-23
1
-6
/
+35
*
yvu9 and if09 support
alex
2002-06-23
1
-0
/
+1
*
added yvu9
alex
2002-06-21
1
-0
/
+6
*
filters uninit
arpi
2002-04-20
1
-0
/
+8
*
mp_image moved to libmpcodecs
arpi
2002-04-13
1
-0
/
+100