aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-191000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer
some more checks Originally committed as revision 3238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-191000l to the ffsvq3 author, our default bitstream reader is only guranteed ↵Michael Niedermayer
to be able to read 25bit at a time Originally committed as revision 3237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19segfault fixMichael Niedermayer
Originally committed as revision 3236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-18Correct audio parameters when grabbing and using "-acodec copy" patch by ↵Wolfram Gloger
(Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>) Originally committed as revision 3235 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-18100lMichael Niedermayer
Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-18A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni
Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-18regression checksum changes due to new resampling codeMichael Niedermayer
Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-1810lMichael Niedermayer
Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-17Install only manpage if binary is present patch by (Nicolas Boos ↵Nicolas Boos
<nicolas.boos at wanadoo dot fr>) Originally committed as revision 3230 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-17avoid useless normalization and 10l fixMichael Niedermayer
Originally committed as revision 3229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer
resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-1710l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer
Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-16cut-n-paste error slipped through the cracks... thanks to DJ Hartman forMike Melanson
the report Originally committed as revision 3226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-15pass timestamps correctly for -sync 0Michael Niedermayer
use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-14coefficient saturation fixMichael Niedermayer
Originally committed as revision 3224 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-14file id stringMichael Niedermayer
max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-14fewer overflowsMichael Niedermayer
Originally committed as revision 3222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-13warning vigilanceMike Melanson
Originally committed as revision 3221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-13the ongoing struggle for encoding conditionalsMike Melanson
Originally committed as revision 3220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-12better cbp handling and small speedup in mpeg12Ivan Kalvachev
Originally committed as revision 3219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-12timestamp discontinuity correction try #1Michael Niedermayer
Originally committed as revision 3218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-11user specified start time offsetWolfram Gloger
frame dup/drop info typos patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-11chroma me fixMichael Niedermayer
Originally committed as revision 3216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-11mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev
Originally committed as revision 3215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-11fix initialization bug in which execution overwrites essential dataMike Melanson
tables which causes trouble on subsequent runs if decoder is not disposed first Originally committed as revision 3214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-10clip input motion vectorsMichael Niedermayer
be somewhat more tollerant on invalid input return INT_MAX instead of -1 for unuseable mv/mb types as that ensures nicely that they arent used initalize limits earlier for b frames a few more asserts to check for out of picture vectors Originally committed as revision 3213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-10more fourccsMichael Niedermayer
Originally committed as revision 3212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-10attempt to create some separation in the FLAC system with respect toMike Melanson
demuxer and decoder layers by enabling the FLAC decoder to decode data without needing the entire file, from start to finish Originally committed as revision 3211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-09make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h ↵Chip
patch by (Chip <szarlada at freemail dot hu>) Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-09ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer
Originally committed as revision 3209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-08gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer
Originally committed as revision 3208 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-08hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer
irisa dot fr>) Originally committed as revision 3207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-08sse8 and nsse in mmxMichael Niedermayer
Originally committed as revision 3206 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-07nsse weightMichael Niedermayer
Originally committed as revision 3205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
Originally committed as revision 3204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-06fix normalizationMichael Niedermayer
Originally committed as revision 3203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-06sanity checksMichael Niedermayer
Originally committed as revision 3202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-06cubic filter instead of truncated sincMichael Niedermayer
looks much better for upscaling & scaling where src and dst size are quite similar Originally committed as revision 3201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-06Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer
Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-06optional and disabled by default memalign hack for SSE/SSE2 on that ↵Michael Niedermayer
alternative OS Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at ↵Luca Abeni
email dot it>) Originally committed as revision 3198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden ↵Michael Niedermayer
at gmx dot net>) Originally committed as revision 3197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard ↵Michael Niedermayer
fix by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa ↵Michael Niedermayer
dot fr>) Originally committed as revision 3195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau
Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05-cbpMichael Niedermayer
change -dc range from 0-3 to 8-11 Originally committed as revision 3193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05qscale + qprd fixMichael Niedermayer
Originally committed as revision 3192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-05update todo listMichael Niedermayer
Originally committed as revision 3191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-04check for sdl-configMichael Niedermayer
avoid which Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-04small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer
irisa dot fr>) Originally committed as revision 12533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc