summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pp.c
Commit message (Expand)AuthorAgeFilesLines
* configure: remove checks for malloc.h and alloca()wm42012-07-301-4/+0
* Rip out 3DNOW supportwm42012-07-301-2/+1
* cleanup: shut up more warningsClément Bœsch2011-05-061-12/+2
* Update libav API usesUoti Urpala2011-04-201-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-6/+6
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* | vf_pp: Remove deprecated "hex mode" supportUoti Urpala2009-07-261-32/+0
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-261-1/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+9
* | 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 r28366Uoti Urpala2009-01-261-0/+3
|\|
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-251-0/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
|/
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-8/+2
* 10l: Revert nonsense commit.diego2008-02-251-0/+5
* Remove old EMU_OLD cruft.diego2008-02-251-5/+0
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-2/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* proper support for shared libpostprocdiego2006-01-221-3/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* pp_postprocess reads from target image, so request a readable one.reimar2005-09-131-1/+2
* use stored dimensions instead of visible one when (vf_)get_image is callediive2005-07-201-2/+2
* ensure that dr buffers are readablemichael2005-07-111-1/+1
* remove read/revert hackalex2003-08-311-24/+1
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-13/+12
* support old libavcodecmichael2003-04-181-0/+4
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-181-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* 10l (pp cant convert formats) fixes segfaultmichael2003-03-041-2/+2
* moving postprocess code to libavcodecmichael2003-02-141-2/+6
* YUV 411/422/444 support for ppmichael2003-01-051-5/+19
* pphelpmichael2003-01-031-5/+0
* fixed memleak caused by multiple config() calls - thx Gabuarpi2002-12-191-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+4
* cleanupmichael2002-11-021-6/+6
* cleanupmichael2002-11-021-14/+31
* per context cpuCaps (idea by kabi)michael2002-10-301-7/+5
* cleanly passing the cpuCapsmichael2002-10-301-2/+8
* cleanupmichael2002-10-291-0/+24
* cosmetics ;)michael2002-10-291-5/+5
* better deblocking filtermichael2002-10-291-2/+3
* fixing segfaultmichael2002-10-291-2/+6
* postprocessing cleanup:michael2002-10-281-9/+54
* changing return type of put_image void->intarpi2002-09-101-2/+2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-3/+6
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-2/+25
* vf control codes added, autoq supportarpi2002-04-071-0/+12
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
* accept -pp value from argsarpi2002-04-071-0/+5
* mpeg+pp0 fixedarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-071-0/+78