summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noformat.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
|
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
| | | | | Since the names are always used after the keyword "struct" having a suffix as in "struct demuxer_st" is almost completely pointless.
* Make all vf_info_t structs constreimar2007-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25249 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ↵reynaldo2006-03-311-1/+2
| | | | | | chello DOT hu with LOTS of modifications by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17013 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGBA variantsmichael2004-08-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13000 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter: vf_noformat.joey2004-02-061-0/+93
like vf_format, but in reverse. this time I committed the filter, too. :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11929 b3059339-0415-0410-9bf9-f77b7e298cf2