summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* 10l, non-x86 fixAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiping of mb rows during decodingMichael Niedermayer2004-06-26
| | | | Originally committed as revision 3253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature ↵Michael Niedermayer2004-06-24
| | | | | | request tracker Originally committed as revision 3248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase size of crop tableMichael Niedermayer2004-06-21
| | | | Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix codebook usage for v1 vectorsRoberto Togni2004-06-20
| | | | Originally committed as revision 3242 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
* 100lMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3231 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
* 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
* coefficient saturation fixMichael Niedermayer2004-06-14
| | | | Originally committed as revision 3224 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
* 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
* 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
* 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
* qscale + qprd fixMichael Niedermayer2004-06-05
| | | | Originally committed as revision 3192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-03
| | | | | | | finetune bit/distortion weighting factor used in motion estimation, the old coeffs where finetuned relative to incorrect mv_penalty tables which where then fixed later but the coeffs where not this _may_ fix the long standing blocking artifacts, but may also introduce mudding artefacts theoretically, so please tell us if u stumble across any so we can either fix them or export this variable so the user can change it Originally committed as revision 3189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infinite loop fixMichael Niedermayer2004-06-03
| | | | Originally committed as revision 3188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-01
| | | | Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-31
| | | | Originally committed as revision 3184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-31
| | | | Originally committed as revision 3183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h261 dequant fixMichael Niedermayer2004-05-31
| | | | Originally committed as revision 3180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing h263 specific codeMichael Niedermayer2004-05-30
| | | | Originally committed as revision 3179 to svn://svn.ffmpeg.org/ffmpeg/trunk