summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added raw tcp supportFabrice Bellard2002-07-04
| | | | Originally committed as revision 717 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
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-03
| | | | Originally committed as revision 715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
| | | | | | for some improvements. Originally committed as revision 714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use updated motion compensation routines.Falk Hüffner2002-07-03
| | | | Originally committed as revision 713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-02
| | | | | | be a noticeable win (at least for me :) Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
| | | | | | | takes the most time, and it allows for more efficient unaligned access and better control over memory latencies. Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add profiling support.Falk Hüffner2002-07-01
| | | | Originally committed as revision 710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
| | | | | | | allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-30
| | | | Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-30
| | | | Originally committed as revision 6616 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing rgb24tobgr32Michael Niedermayer2002-06-30
| | | | Originally committed as revision 6615 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing memory overwrite bugs in the new convertersMichael Niedermayer2002-06-29
| | | | Originally committed as revision 6609 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* test new converter stuff tooMichael Niedermayer2002-06-29
| | | | Originally committed as revision 6608 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)Michael Niedermayer2002-06-29
| | | | Originally committed as revision 6607 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing memory overwrite bugs again ...Michael Niedermayer2002-06-29
| | | | Originally committed as revision 6606 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* colorspace converter tests (memory corruption tests at different width/src/dst)Michael Niedermayer2002-06-29
| | | | | | | quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions ... sadly only 1 of the mmx converters passes though :( ... i feared allready that last mplayerxp merge reversed the bugfixes :(((( Originally committed as revision 6604 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-27
| | | | Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-27
| | | | Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use unified yuv2rgb initMichael Niedermayer2002-06-27
| | | | | | {RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing scaling/contrast for 1/4/8 bppMichael Niedermayer2002-06-27
| | | | | | exporting yuv2rgb_c_init() as the swscaler will use it (avoids code duplication) Originally committed as revision 6578 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-27
| | | | Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-25
| | | | Originally committed as revision 706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-24
| | | | Originally committed as revision 705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixed constraintsFalk Hüffner2002-06-24
| | | | | | | * Support ccc * Support gcc 3.2 builtins Originally committed as revision 704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-24
| | | | | | | code duplication, I'm currently working on the put/add variants, but I did not get them to be as fast as the old method yet... Originally committed as revision 703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* killing globalsMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 4mv bugfixMichael Niedermayer2002-06-24
| | | | Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-24
| | | | | | some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-23
| | | | | | | flags, but it doesn't matter for now) - IF09 is supported by win32 Indeo codecs and by some others too Originally committed as revision 6536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 support (other planar yuv formats with other chroma subsamplings should ↵Michael Niedermayer2002-06-23
| | | | | | | | | be trivial to add, if they had a IMGFMT) disabled broken (=new) converters (they cause random sig11) various bugfixes Originally committed as revision 6533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-06-23
| | | | Originally committed as revision 6521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* selftest supportMichael Niedermayer2002-06-23
| | | | | | bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more mpeg4 fourcc'sMichael Niedermayer2002-06-22
| | | | Originally committed as revision 701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup & grayscale supportMichael Niedermayer2002-06-22
| | | | Originally committed as revision 6504 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc ↵Michael Niedermayer2002-06-22
| | | | | | prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 Originally committed as revision 700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync with mplayer xpArpi2002-06-22
| | | | | | | | - partial yvu9 support (copy only) - rgb 15/16 -> 24/32 converters - int->unsigned changes Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)Alex Beregszaszi2002-06-21
| | | | Originally committed as revision 6485 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed VOB parsing bugFabrice Bellard2002-06-18
| | | | Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1Michael Niedermayer2002-06-18
| | | | Originally committed as revision 698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1 supportMichael Niedermayer2002-06-18
| | | | Originally committed as revision 697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1 supportMichael Niedermayer2002-06-18
| | | | | | | dc scale optimisation better ac table selection for msmpeg4 Originally committed as revision 696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6459 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1bpp supportMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6457 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use #ifdefFabrice Bellard2002-06-17
| | | | Originally committed as revision 694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-17
| | | | | | of ticks. In particular we want an INT64 return. Originally committed as revision 693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone2002-06-17
| | | | | | supplied frame (or sample) number. This is not the same as ticker_tick Originally committed as revision 692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8bpp bugfixes (brightness, contrast ...)Michael Niedermayer2002-06-17
| | | | | | 4bpp Originally committed as revision 6454 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc