summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_remove_logo.c
Commit message (Expand)AuthorAgeFilesLines
* windows support: unicode filenameswm42012-03-091-0/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r30798Uoti Urpala2010-03-101-54/+55
|\
| * Get rid of many ugly casts.cehoyos2010-02-281-39/+38
| * Actually use existing uninit() function in remove_logo filter.cehoyos2010-02-271-18/+20
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-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
| * Mark uninit() as static; it is only used within the file.diego2010-02-141-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-25/+21
|\|
| * Fix two more instances of nonstandard license headers.diego2009-01-051-25/+21
* | Make various functions staticUoti Urpala2008-08-121-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-2/+2
* The FSF changed postal address.diego2006-09-011-2/+2
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-131-11/+10
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-2/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* missing includerathann2005-08-061-0/+1
* remove_logo filter by yartrebo, committed with fixes for c++ variable declara...rfelker2005-06-081-0/+911