aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_qp.c
Commit message (Expand)AuthorAge
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* vf_qp: enable compilation depending on libavutil eval APIGravatar Uoti Urpala2011-07-18
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Fix compilation after FFmpeg r23485.Gravatar cehoyos2010-06-05
* | Merge svn changes up to r31303Gravatar Uoti Urpala2010-06-02
|\|
| * Fix compilation after FFmpeg r23402.Gravatar cehoyos2010-06-01
* | Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\|
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.Gravatar iive2010-05-20
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
| * Fix build after FFmpeg symbol rename:Gravatar diego2010-04-12
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
| | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| |/
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Remove unnecessary HAVE_AV_CONFIG_H #define.Gravatar diego2008-10-07
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers.Gravatar diego2008-05-13
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Rearrange headers to get rid of an #undef and remove unnecessary headers.Gravatar diego2007-11-09
* #include libavcodec/eval.h instead of manually declaring ff_eval.Gravatar diego2007-11-09
* printf in mp_image.h was changed to fprintf in r17972.Gravatar cehoyos2007-08-08
* removed unreachable code: this filter can't compile with external libavcodec ...Gravatar nicodvb2006-04-17
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Compilation fix for systems lacking lrintf like e.g. NetBSD.Gravatar diego2005-10-05
* #include dsputil.h as it contains the lrintf emu codeGravatar michael2004-02-05
* qp change filterGravatar michael2004-02-05