aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_pp.c
Commit message (Expand)AuthorAge
* configure: remove checks for malloc.h and alloca()Gravatar wm42012-07-30
* Rip out 3DNOW supportGravatar wm42012-07-30
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* Update libav API usesGravatar Uoti Urpala2011-04-20
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | vf_pp: Remove deprecated "hex mode" supportGravatar Uoti Urpala2009-07-26
* | Remove unnecessary libavutil/internal.h includesGravatar Uoti Urpala2009-07-26
* | 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 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 r28366Gravatar Uoti Urpala2009-01-26
|\|
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Gravatar diego2009-01-25
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* 10l: Revert nonsense commit.Gravatar diego2008-02-25
* Remove old EMU_OLD cruft.Gravatar diego2008-02-25
* Make all vf_info_t structs constGravatar reimar2007-12-02
* libpostproc is not a subdirectory of libavcodec anymore.Gravatar diego2006-06-02
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* proper support for shared libpostprocGravatar diego2006-01-22
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* pp_postprocess reads from target image, so request a readable one.Gravatar reimar2005-09-13
* use stored dimensions instead of visible one when (vf_)get_image is calledGravatar iive2005-07-20
* ensure that dr buffers are readableGravatar michael2005-07-11
* remove read/revert hackGravatar alex2003-08-31
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyGravatar rfelker2003-05-20
* support old libavcodecGravatar michael2003-04-18
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingGravatar michael2003-04-18
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* 10l (pp cant convert formats) fixes segfaultGravatar michael2003-03-04
* moving postprocess code to libavcodecGravatar michael2003-02-14
* YUV 411/422/444 support for ppGravatar michael2003-01-05
* pphelpGravatar michael2003-01-03
* fixed memleak caused by multiple config() calls - thx GabuGravatar arpi2002-12-19
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* cleanupGravatar michael2002-11-02
* cleanupGravatar michael2002-11-02
* per context cpuCaps (idea by kabi)Gravatar michael2002-10-30
* cleanly passing the cpuCapsGravatar michael2002-10-30
* cleanupGravatar michael2002-10-29
* cosmetics ;)Gravatar michael2002-10-29