summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 1000lMichael Niedermayer2004-06-20
| | | | Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvs diff before cvs commitMike Melanson2004-06-19
| | | | Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer2004-06-19
| | | | | | some more checks Originally committed as revision 3238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to the ffsvq3 author, our default bitstream reader is only guranteed ↵Michael Niedermayer2004-06-19
| | | | | | to be able to read 25bit at a time Originally committed as revision 3237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-06-19
| | | | Originally committed as revision 3236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct audio parameters when grabbing and using "-acodec copy" patch by ↵Wolfram Gloger2004-06-18
| | | | | | (Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>) Originally committed as revision 3235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-18
| | | | Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum changes due to new resampling codeMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install only manpage if binary is present patch by (Nicolas Boos ↵Nicolas Boos2004-06-17
| | | | | | <nicolas.boos at wanadoo dot fr>) Originally committed as revision 3230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid useless normalization and 10l fixMichael Niedermayer2004-06-17
| | | | Originally committed as revision 3229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer2004-06-17
| | | | | | resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer2004-06-17
| | | | Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cut-n-paste error slipped through the cracks... thanks to DJ Hartman forMike Melanson2004-06-16
| | | | | | the report Originally committed as revision 3226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-15
| | | | | | use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* coefficient saturation fixMichael Niedermayer2004-06-14
| | | | Originally committed as revision 3224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file id stringMichael Niedermayer2004-06-14
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fewer overflowsMichael Niedermayer2004-06-14
| | | | Originally committed as revision 3222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning vigilanceMike Melanson2004-06-13
| | | | Originally committed as revision 3221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the ongoing struggle for encoding conditionalsMike Melanson2004-06-13
| | | | Originally committed as revision 3220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better cbp handling and small speedup in mpeg12Ivan Kalvachev2004-06-12
| | | | Originally committed as revision 3219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp discontinuity correction try #1Michael Niedermayer2004-06-12
| | | | Originally committed as revision 3218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-11
| | | | | | | | 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
* chroma me fixMichael Niedermayer2004-06-11
| | | | Originally committed as revision 3216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev2004-06-11
| | | | Originally committed as revision 3215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix initialization bug in which execution overwrites essential dataMike Melanson2004-06-11
| | | | | | | 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
* clip input motion vectorsMichael Niedermayer2004-06-10
| | | | | | | | | 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
* more fourccsMichael Niedermayer2004-06-10
| | | | Originally committed as revision 3212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to create some separation in the FLAC system with respect toMike Melanson2004-06-10
| | | | | | | 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
* make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h ↵Chip2004-06-09
| | | | | | patch by (Chip <szarlada at freemail dot hu>) Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-09
| | | | Originally committed as revision 3209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer2004-06-08
| | | | Originally committed as revision 3208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2004-06-08
| | | | | | irisa dot fr>) Originally committed as revision 3207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse8 and nsse in mmxMichael Niedermayer2004-06-08
| | | | Originally committed as revision 3206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nsse weightMichael Niedermayer2004-06-07
| | | | Originally committed as revision 3205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
| | | | Originally committed as revision 3204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix normalizationMichael Niedermayer2004-06-06
| | | | Originally committed as revision 3203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checksMichael Niedermayer2004-06-06
| | | | Originally committed as revision 3202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cubic filter instead of truncated sincMichael Niedermayer2004-06-06
| | | | | | 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
* Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer2004-06-06
| | | | Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional and disabled by default memalign hack for SSE/SSE2 on that ↵Michael Niedermayer2004-06-06
| | | | | | alternative OS Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at ↵Luca Abeni2004-06-05
| | | | | | email dot it>) Originally committed as revision 3198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden ↵Michael Niedermayer2004-06-05
| | | | | | at gmx dot net>) Originally committed as revision 3197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard ↵Michael Niedermayer2004-06-05
| | | | | | fix by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa ↵Michael Niedermayer2004-06-05
| | | | | | dot fr>) Originally committed as revision 3195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2004-06-05
| | | | Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -cbpMichael Niedermayer2004-06-05
| | | | | | change -dc range from 0-3 to 8-11 Originally committed as revision 3193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qscale + qprd fixMichael Niedermayer2004-06-05
| | | | Originally committed as revision 3192 to svn://svn.ffmpeg.org/ffmpeg/trunk