index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_geq.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
vf_geq: Fix function prototypes to match the required type.
reimar
2010-11-02
*
Merge svn changes r31318 to r31328
Uoti Urpala
2010-06-05
|
\
|
*
Fix compilation after FFmpeg r23485.
cehoyos
2010-06-05
*
|
Merge svn changes up to r31303
Uoti Urpala
2010-06-02
|
\
|
|
*
Fix compilation after FFmpeg r23402.
cehoyos
2010-06-01
*
|
Merge svn changes up to r31189
Uoti Urpala
2010-05-30
|
\
|
*
|
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
|
*
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
iive
2010-05-20
*
|
Merge svn changes up to r31033
Uoti Urpala
2010-04-26
|
\
|
|
*
Fix build due to FFmpeg r22858 change (function rename).
iive
2010-04-12
|
*
Fix build after FFmpeg symbol rename:
diego
2010-04-12
|
*
Fix build due to FFmpeg r22833 change (typedef rename).
iive
2010-04-11
*
|
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
|
\
\
|
|
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
|
|
/
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
*
|
Merge svn changes up to 27824
Uoti Urpala
2008-10-25
|
\
|
|
*
Remove unnecessary HAVE_AV_CONFIG_H #define.
diego
2008-10-07
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
|
\
|
|
*
Use standard license headers.
diego
2008-05-13
*
|
Mark some constant symbols as such
Uoti Urpala
2008-04-26
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
|
/
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Remove misleading comment and remove unnecessary #includes.
diego
2007-11-09
*
Remove unused static function get_image().
zuxy
2007-10-17
*
Reorder #includes to get rid of the FIXME
zuxy
2007-10-12
*
Remove unnecessary #include <malloc.h>
zuxy
2007-10-12
*
printf in mp_image.h was changed to fprintf in r17972.
cehoyos
2007-08-08
*
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
reimar
2007-05-27
*
Fix "inline keyword not at beginning of declaration" warning.
diego
2007-05-05
*
make vf_geq read whitespace in equation param
ods15
2006-10-28
*
remove unused variable
ods15
2006-10-27
*
cosmetic, reindentation, tab removal
ods15
2006-10-27
*
update vf_geq to new ff_eval API
ods15
2006-10-27
*
bilinear interpolation
michael
2006-10-16
*
200 byte is too little
michael
2006-10-16
*
generic equation filter
michael
2006-10-16