summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Collapse)AuthorAge
...
* add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)Felix von Leitner2003-01-11
| | | | Originally committed as revision 1449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel fixMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
| | | | | | qpel refinement quality parameter Originally committed as revision 1393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantizationMichael Niedermayer2002-12-31
| | | | Originally committed as revision 1380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel encodingMichael Niedermayer2002-12-27
| | | | | | | | | | | 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
| | | | | | | rename *_TYPE to FF_*_TYPE for the external API allow user specified pict_type Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-22
| | | | Originally committed as revision 1269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * remaining part of John Ryland's patchZdenek Kabelac2002-11-22
| | | | Originally committed as revision 1267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-14
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init for inv_zigzag_direct16 moved to init blockZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init table onceZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using macros to shorten init partZdenek Kabelac2002-11-12
| | | | | | | * removing some unused/unneeded code * unifing some function names Originally committed as revision 1202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quick fix for bit exact settingZdenek Kabelac2002-11-11
| | | | | | (FIXME - add this into context flags) Originally committed as revision 1200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for kabi (fixing qpel)Michael Niedermayer2002-11-11
| | | | Originally committed as revision 1198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize block_permute()Michael Niedermayer2002-10-23
| | | | | | | optimize dct_quantize_c() dont permute s->q_inter/intra_matrix Originally committed as revision 1067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
| | | | Originally committed as revision 1046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesMichael Niedermayer2002-10-15
| | | | Originally committed as revision 1044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
| | | | Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put/avg_pixels16Michael Niedermayer2002-09-11
| | | | | | fixing 2 small qpel bugs Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-02
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
| | | | | | | | - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slow but accurate integer dct from IJG (should be ok with the LGPL as the ↵Michael Niedermayer2002-08-29
| | | | | | | | old DCT is the fast integer DCT from IJG) per context DCT selection Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at ↵Brian Foley2002-08-28
| | | | | | compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new ratecontrol codeMichael Niedermayer2002-08-25
| | | | Originally committed as revision 862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing normal mmx idctMichael Niedermayer2002-08-02
| | | | Originally committed as revision 835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding ff prefix to avoid global name conficts with xvid (patch by Marko ↵Marko Kreen2002-07-10
| | | | | | Kreen <marko at l-t.ee>) Originally committed as revision 739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-04
| | | | | | * Don't include config.h in dsputil.c Originally committed as revision 721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Detect "retrict" keywordFalk Hüffner2002-07-04
| | | | | | * Use "restrict" in some dsputil routines (yields large speedup) Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard2002-06-11
| | | | Originally committed as revision 687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ff_idct_put/addFabrice Bellard2002-06-05
| | | | Originally committed as revision 672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
| | | | Originally committed as revision 660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning cleanup.Falk Hüffner2002-06-03
| | | | Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compatibilized declaration with its original definitionZdenek Kabelac2002-05-27
| | | | | | (though I'm not sure which one is correct - but they should match) Originally committed as revision 610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused stuff - added dsputil_set_bit_exact() support for easier testingFabrice Bellard2002-05-20
| | | | Originally committed as revision 551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alignment for alignment picky cpusMichael Niedermayer2002-05-19
| | | | Originally committed as revision 535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new hopefully faster MCMichael Niedermayer2002-05-16
| | | | Originally committed as revision 505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
| | | | | | | | | | | | | mpeg4 b-frame enoding support removed old, out-commented ratecontrol reuse motion compensation code between encoding & decoding prefix newly added global functions with ff_ to reduce namespace polution b-frame ME (unfinished, but working) added some comments to mpegvideo.h do MC on encoding only once if possible bugs? ;) Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
| | | | | | | | - EPZS ME algo used by default. - HQ flag activated for ffmpeg. - Cosmetics ... Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
| | | | Originally committed as revision 381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
| | | | | | mpeg12 decoding optimization Originally committed as revision 364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
| | | | | | | | SAD functions rewritten (8x8 support & MMX2 optimizations) HQ inter/intra decission msmpeg4 encoding bugfix (MV where too long) Originally committed as revision 362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* q-pel mc fixedMichael Niedermayer2002-03-09
| | | | Originally committed as revision 321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx5-gmc supportMichael Niedermayer2002-03-09
| | | | | | | q-pel mc support neither is totally bugfree yet though :( Originally committed as revision 320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
| | | | | | | | sure it works ok. Also it's slow, so use it only when you _really_ need to measure quality. - Fix libavcodec Makefile to enable profiling. Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (commit by michael)Michael Niedermayer2002-01-27
| | | | | | | | | mmx & mmx2 quantizer c dct permutation bugfix dont copy input on intra only encodings if it can be avoided dont draw edges on intra only stuff Originally committed as revision 281 to svn://svn.ffmpeg.org/ffmpeg/trunk