summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_qp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-031-177/+0
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-0/+1
* vf_qp: enable compilation depending on libavutil eval APIUoti Urpala2011-07-181-4/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-051-2/+2
|\
| * Fix compilation after FFmpeg r23485.cehoyos2010-06-051-2/+2
* | Merge svn changes up to r31303Uoti Urpala2010-06-021-2/+3
|\|
| * Fix compilation after FFmpeg r23402.cehoyos2010-06-011-2/+3
* | Merge svn changes up to r31189Uoti Urpala2010-05-301-4/+8
|\|
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.iive2010-05-201-4/+8
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-1/+1
|\|
| * Fix build after FFmpeg symbol rename:diego2010-04-121-1/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-4/+4
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-6/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-6/+0
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+0
|\|
| * Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-071-2/+0
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-1/+4
|\|
| * Fix compilation after libavcodec major version 52 changesuau2008-09-081-1/+4
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Rearrange headers to get rid of an #undef and remove unnecessary headers.diego2007-11-091-13/+4
* #include libavcodec/eval.h instead of manually declaring ff_eval.diego2007-11-091-7/+1
* printf in mp_image.h was changed to fprintf in r17972.cehoyos2007-08-081-3/+3
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-6/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Move conditional compilation out of the code and into the build system.diego2006-01-311-4/+0
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-7/+7
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* #include dsputil.h as it contains the lrintf emu codemichael2004-02-051-4/+4
* qp change filtermichael2004-02-051-0/+190