summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_down3dright.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-1/+1
* libmpcodecs: fix coverity issuesreimar2012-10-301-6/+6
* 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* 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
* If scaleh == 1 our destination image must be readablereimar2005-07-281-1/+2
* bugfix for negative striderfelker2005-02-241-4/+4
* fixed a 10l (undefined behavior) and made the other parameters configurablerfelker2003-05-031-5/+9
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* down3dright filter by kabi (converts between 2 common stereoscopic systems)michael2003-02-111-0/+144