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
/
vf_halfpack.c
Commit message (
Expand
)
Author
Age
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
Switch -vf halfpack to use only public API of libswscale.
reimar
2010-01-23
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
reimar
2007-05-27
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
*
Move postproc ---> libswscale
lucabe
2006-06-30
*
add support for intel mac. mp3lib is not fixed yet.
nplourde
2006-04-15
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
100l to me: bugfix for negative stride
rfelker
2005-02-24
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
*
Add the new -vf option wich is the same as vop in reverse order.
albeu
2003-03-15
*
halfpack now takes an optional argument, field, which tells it to keep
rfelker
2003-01-10
*
changing return type of put_image void->int
arpi
2002-09-10
*
align fix - Björn Sandell <biorn@dce.chalmers.se>
arpi
2002-08-30
*
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
rfelker
2002-08-30