summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Collapse)AuthorAge
* new ratecontrol codeMichael Niedermayer2002-08-25
| | | | Originally committed as revision 862 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
* 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
* 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
* 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
* 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
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
| | | | Originally committed as revision 274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer ↵Michael Niedermayer2002-01-10
| | | | | | <michaelni@gmx.at> Originally committed as revision 250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define ↵Arpi2001-12-09
| | | | | | SIMPLE_IDCT to enable Originally committed as revision 234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlib mergeFabrice Bellard2001-09-16
| | | | Originally committed as revision 131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm optimizationsFabrice Bellard2001-08-13
| | | | Originally committed as revision 82 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export for imgconvert usageFabrice Bellard2001-08-11
| | | | Originally committed as revision 67 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added block permutation functionsFabrice Bellard2001-08-07
| | | | Originally committed as revision 45 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03
| | | | | | | Gives average 13-20% mpeg decoding speedup on x86 systems. Originally committed as revision 30 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-24
| | | | Originally committed as revision 12 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
| | | | Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk