summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* update todo listMichael Niedermayer2004-06-05
| | | | Originally committed as revision 3191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sdl-configMichael Niedermayer2004-06-04
| | | | | | avoid which Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2004-06-04
| | | | | | irisa dot fr>) Originally committed as revision 12533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 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
* -qprdMichael Niedermayer2004-06-02
| | | | Originally committed as revision 3187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (-top 0)Michael Niedermayer2004-06-02
| | | | Originally committed as revision 3186 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
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-31
| | | | | | better seeking, (not to keyframes but at least to the start of packets ...) Originally committed as revision 3182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv regression testMichael Niedermayer2004-05-31
| | | | Originally committed as revision 3181 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
* simplifyMichael Niedermayer2004-05-30
| | | | Originally committed as revision 3178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite h261 loop filterMichael Niedermayer2004-05-30
| | | | | | | | no malloc(64) memcpy free stuff no filter1 A->B then filter2 A->B (yes not B->A) no incorrect rouding after the 1d filter Originally committed as revision 3177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac ↵Michael Niedermayer2004-05-30
| | | | | | dot be>) Originally committed as revision 3176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another (final?) patch for libpostproc.Romain Dolbeau2004-05-30
| | | | | | | | | | | | | This one replace horizClassify by a transpose/(use Vert)/transpose sequence. This add LowPass and DefFilter for "free". I also fixed the header in postprocess.c and special-cased some of the well-aligned cases (all horiz stuff is well-aligned). patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3175 to svn://svn.ffmpeg.org/ffmpeg/trunk