summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_tile.c
Commit message (Expand)AuthorAgeFilesLines
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-1/+4
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r31141Uoti Urpala2010-05-071-3/+5
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-3/+5
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-4/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-3/+3
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-3/+3
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-1/+17
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-1/+17
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+1
|\|
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-5/+5
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-5/+5
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+2
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-271-4/+1
* 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-4/+4
* 2 new filters: tile & framesteparpi2003-08-311-0/+314