2014-07-09 |
michael |
update for PixblockDSPContext
|
2014-07-08 |
michael |
mpcodecs/vf_spp: Update for FDCTDSPContext
|
2014-07-01 |
michael |
update for idctdsp split
|
2013-01-23 |
michael |
libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
|
2013-01-21 |
diego |
Add a number of missing libavutil header #includes.
|
2012-03-15 |
diego |
Replace use of deprecated dsputil_init() by ff_dsputil_init().
|
2012-02-06 |
siretart |
Update deprecated avcodec_alloc_context()/avcodec_open() API calls
|
2011-08-09 |
reimar |
Move code for setting up libav* logging callbacks from vd_ffmpeg to a
|
2011-01-14 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-09-04 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
2010-02-21 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
2010-02-21 |
diego |
Rename open() vf initialization function to vf_open().
|
2010-01-29 |
reimar |
Support more qscale types in most post-processing filters.
|
2010-01-23 |
reimar |
Make sure that a qstride of 0 (intentional or not) does not completely break
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-04-02 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
2009-02-17 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
2009-01-25 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
2009-01-16 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
2008-10-16 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
2008-05-13 |
diego |
Use standard license headers.
|
2007-12-02 |
reimar |
Make all vf_info_t structs const
|
2007-11-09 |
diego |
Add missing header files, fixes the warnings:
|
2007-10-30 |
diego |
Remove unused fmt_list array, fixes the warnings:
|
2007-09-18 |
diego |
MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns
|
2007-06-05 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2006-11-01 |
henry |
qp height should be in macroblocks, not pixels
|
2006-04-17 |
nicodvb |
removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
|
2006-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2006-01-31 |
diego |
Move conditional compilation out of the code and into the build system.
|
2006-01-13 |
diego |
Update licensing information: The FSF changed postal address.
|
2005-12-06 |
michael |
prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5
|
2005-12-03 |
michael |
attribute align
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-07-20 |
iive |
use stored dimensions instead of visible one when (vf_)get_image is called
|
2005-07-11 |
michael |
ensure that dr buffers are readable
|
2005-02-16 |
syrjala |
Improved NV12/NV21 support.
|
2004-11-23 |
michael |
removing strange csp matching code (was copy&pasted from vf_pp where it originated from arpi 2.5 years ago) -> fixes spp+scale+x11 crash
|
2004-10-21 |
reimar |
crash with Y8 colourspace fixed
|
2004-10-21 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|
2004-09-19 |
michael |
100l typo
|
2004-08-26 |
michael |
10l
|
2004-06-24 |
iive |
Fix memory corruption, noticable at reallocate image
|
2004-04-09 |
iive |
quant_parameter is 2*mpeg1_quant, no problems noticed with too high values
|
2004-04-08 |
iive |
check for invalid user input
|
2004-02-24 |
michael |
spp softthresholding in mmx
|
2004-02-24 |
michael |
spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)
|
2003-12-07 |
alex |
Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
|
2003-11-16 |
michael |
memcpy pix instead of black screen if no DR and codec provides no qscale table
|
2003-10-31 |
michael |
1000l
|
2003-10-31 |
michael |
10l
|
2003-10-28 |
michael |
skip filter if codec doesnt provide the QP array and user didnt force a QP (fixes diegos segfault)
|
2003-10-28 |
michael |
autoq
|
2003-10-28 |
michael |
10l
|
2003-10-28 |
michael |
another 10l ...
|
2003-10-28 |
michael |
optimize
|
2003-10-27 |
michael |
optimizing
|
2003-10-27 |
michael |
change offsets (quality 2-4 looks better now)
|
2003-10-27 |
michael |
different / faster / simpler "quantization"
|