summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_uspp.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-2/+3
* vf_uspp: fix possible crash when the output format is Y8mplayer-svn2012-08-031-0/+2
* Update Libav API usesUoti Urpala2012-02-011-4/+3
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-3/+0
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-2/+2
* 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
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-1/+1
|\|
| * Support more qscale types in most post-processing filters.reimar2010-01-291-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-43/+43
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-43/+43
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-4/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+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 r28341Uoti Urpala2009-01-191-3/+3
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-3/+3
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+2
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove unnecessary dsputil.h #include, fixes the warnings:diego2007-11-091-1/+0
* Remove unused fmt_list array, fixes the warnings:diego2007-10-301-9/+0
* remove unused variableslorenm2007-07-111-9/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* segfault fixmichael2006-08-281-1/+3
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+1
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-5/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* 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
* switch to snowmichael2005-12-031-12/+17
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-081-0/+407