index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_geq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
1
-2
/
+0
*
vf_geq: Fix function prototypes to match the required type.
reimar
2010-11-02
1
-3
/
+3
*
Merge svn changes r31318 to r31328
Uoti Urpala
2010-06-05
1
-3
/
+3
|
\
|
*
Fix compilation after FFmpeg r23485.
cehoyos
2010-06-05
1
-3
/
+3
*
|
Merge svn changes up to r31303
Uoti Urpala
2010-06-02
1
-3
/
+3
|
\
|
|
*
Fix compilation after FFmpeg r23402.
cehoyos
2010-06-01
1
-3
/
+3
*
|
Merge svn changes up to r31189
Uoti Urpala
2010-05-30
1
-3
/
+3
|
\
|
|
*
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
iive
2010-05-20
1
-3
/
+3
*
|
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
1
-7
/
+7
*
|
Merge svn changes up to r31033
Uoti Urpala
2010-04-26
1
-3
/
+4
|
\
|
|
*
Fix build due to FFmpeg r22858 change (function rename).
iive
2010-04-12
1
-1
/
+1
|
*
Fix build after FFmpeg symbol rename:
diego
2010-04-12
1
-1
/
+2
|
*
Fix build due to FFmpeg r22833 change (typedef rename).
iive
2010-04-11
1
-1
/
+1
|
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
1
-7
/
+7
*
|
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
1
-2
/
+2
|
\
|
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
1
-2
/
+2
*
|
Merge svn changes up to 27824
Uoti Urpala
2008-10-25
1
-1
/
+0
|
\
|
|
*
Remove unnecessary HAVE_AV_CONFIG_H #define.
diego
2008-10-07
1
-1
/
+0
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
1
-16
/
+18
|
\
|
|
*
Use standard license headers.
diego
2008-05-13
1
-16
/
+18
*
|
Mark some constant symbols as such
Uoti Urpala
2008-04-26
1
-2
/
+2
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
1
-7
/
+7
|
/
*
Make all vf_info_t structs const
reimar
2007-12-02
1
-1
/
+1
*
Remove misleading comment and remove unnecessary #includes.
diego
2007-11-09
1
-4
/
+0
*
Remove unused static function get_image().
zuxy
2007-10-17
1
-17
/
+0
*
Reorder #includes to get rid of the FIXME
zuxy
2007-10-12
1
-10
/
+4
*
Remove unnecessary #include <malloc.h>
zuxy
2007-10-12
1
-4
/
+0
*
printf in mp_image.h was changed to fprintf in r17972.
cehoyos
2007-08-08
1
-3
/
+3
*
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
reimar
2007-05-27
1
-1
/
+0
*
Fix "inline keyword not at beginning of declaration" warning.
diego
2007-05-05
1
-1
/
+1
*
make vf_geq read whitespace in equation param
ods15
2006-10-28
1
-1
/
+1
*
remove unused variable
ods15
2006-10-27
1
-2
/
+0
*
cosmetic, reindentation, tab removal
ods15
2006-10-27
1
-51
/
+51
*
update vf_geq to new ff_eval API
ods15
2006-10-27
1
-38
/
+45
*
bilinear interpolation
michael
2006-10-16
1
-13
/
+20
*
200 byte is too little
michael
2006-10-16
1
-4
/
+4
*
generic equation filter
michael
2006-10-16
1
-0
/
+217