summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_halfpack.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30419Uoti Urpala2010-01-251-4/+20
|\|
| * Switch -vf halfpack to use only public API of libswscale.reimar2010-01-231-4/+20
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+3
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+2
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-2/+1
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-1/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* 100l to me: bugfix for negative striderfelker2005-02-241-5/+5
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-5/+5
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* halfpack now takes an optional argument, field, which tells it to keeprfelker2003-01-101-3/+24
* changing return type of put_image void->intarpi2002-09-101-2/+2
* align fix - Björn Sandell <biorn@dce.chalmers.se>arpi2002-08-301-1/+1
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-301-0/+200