aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_uspp.c
Commit message (Expand)AuthorAge
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Use standard license headers.Gravatar diego2008-05-13
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Remove unnecessary dsputil.h #include, fixes the warnings:Gravatar diego2007-11-09
* Remove unused fmt_list array, fixes the warnings:Gravatar diego2007-10-30
* remove unused variablesGravatar lorenm2007-07-11
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* segfault fixGravatar michael2006-08-28
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* 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
* lavc exposes the reconstructed picture, so no need to decode it againGravatar lorenm2006-02-13
* 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
* switch to snowGravatar michael2005-12-03
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* ultra simple&slow pp filter, yes yet another spp like filter :)Gravatar michael2005-11-08