summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tv updatealex2001-11-108-158/+731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2803 b3059339-0415-0410-9bf9-f77b7e298cf2
* uyvy->uv12 addedarpi2001-11-102-0/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2802 b3059339-0415-0410-9bf9-f77b7e298cf2
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-106-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2801 b3059339-0415-0410-9bf9-f77b7e298cf2
* .align 16michael2001-11-104-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanup - emms is not required when MMX block is commented out.nick2001-11-102-26/+32
| | | | | | | | | | | | | Special notes for Michael Niedermayer: Are you still here? If you don't like for(cond;cond;cond) C-constructions and prefer asm ones: "jb 1b" then use .align 16 pseudo assembler instructions else loops rather will be not aligned on correct boundary. (16 it's for K7 for pent should be 8). Your parts have a lot such lacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2799 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2001-11-101-17/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2798 b3059339-0415-0410-9bf9-f77b7e298cf2
* still sig11arpi2001-11-101-42/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2797 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning for unknown parameters is quite enoughnick2001-11-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2796 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw_raw fixalex2001-11-101-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2795 b3059339-0415-0410-9bf9-f77b7e298cf2
* uses fastmemcpyalex2001-11-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2794 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking for EOFalex2001-11-101-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2793 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some macros for rgb/bgralex2001-11-091-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2792 b3059339-0415-0410-9bf9-f77b7e298cf2
* added tv subsystemalex2001-11-0914-10/+752
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2791 b3059339-0415-0410-9bf9-f77b7e298cf2
* coded ultra-big bug. - 20lalex2001-11-091-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2790 b3059339-0415-0410-9bf9-f77b7e298cf2
* freeing up space and some debugalex2001-11-091-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2789 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for vivoalex2001-11-092-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2788 b3059339-0415-0410-9bf9-f77b7e298cf2
* added pre-flash detecting support ;)alex2001-11-091-12/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2787 b3059339-0415-0410-9bf9-f77b7e298cf2
* vivo_check_file uses also new textparseralex2001-11-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2786 b3059339-0415-0410-9bf9-f77b7e298cf2
* added text block parseralex2001-11-091-11/+184
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2785 b3059339-0415-0410-9bf9-f77b7e298cf2
* unkow parameter fix.pontscho2001-11-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
* app michale's rgb32tobgr32pontscho2001-11-093-22/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2783 b3059339-0415-0410-9bf9-f77b7e298cf2
* uuupsz ... 1l cola ;)pontscho2001-11-091-20/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2782 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed #define DETAILED_OUTarpi2001-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Eugene's fixes to work with QuickTime.qtsarpi2001-11-093-8/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2780 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes?arpi2001-11-091-25/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2779 b3059339-0415-0410-9bf9-f77b7e298cf2
* videocodec and component selectors (function IDs)arpi2001-11-091-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2778 b3059339-0415-0410-9bf9-f77b7e298cf2
* struct->typedefarpi2001-11-091-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2777 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing #include <malloc.h>pl2001-11-097-11/+27
| | | | | | | | #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
* memalign detection cleanuppl2001-11-092-24/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2775 b3059339-0415-0410-9bf9-f77b7e298cf2
* mencoder sig11 Q/A (translated)gabucino2001-11-091-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2774 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-11-081-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2773 b3059339-0415-0410-9bf9-f77b7e298cf2
* "boycott cvs" MPlayer T-shirts available from your local MPlayer distributorgabucino2001-11-083-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2772 b3059339-0415-0410-9bf9-f77b7e298cf2
* DXR3 beta2 patch by David Holm.atmos42001-11-083-138/+343
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2771 b3059339-0415-0410-9bf9-f77b7e298cf2
* for testingarpi2001-11-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2770 b3059339-0415-0410-9bf9-f77b7e298cf2
* loads .qtsarpi2001-11-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2769 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes suggested by atmosarpi2001-11-081-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2768 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixmichael2001-11-072-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2767 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos fixedarpi2001-11-071-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2766 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended ascii version of formats.htmlarpi2001-11-071-0/+126
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Progress indicator for index creation.atmos42001-11-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2764 b3059339-0415-0410-9bf9-f77b7e298cf2
* half-translated yetgabucino2001-11-071-0/+113
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2763 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-11-072-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2762 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui and menuseyck2001-11-072-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2761 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui, this way we can finally add usable entry to menus. ( Sveg Hartgeeyck2001-11-071-1/+4
| | | | | | | <hartge@ds9.argh.org> ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2760 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb32tobgr32 now is documented ;)nick2001-11-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2759 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed usleep() - 10l?arpi2001-11-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2758 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)arpi2001-11-072-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2757 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb32tobgr32 / bgr32torgb32michael2001-11-062-0/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2756 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated decss status (huh?)gabucino2001-11-062-2/+4
| | | | | | | anyone cares? :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Installing mencoder and mencoder.1 if executable mencoder was compiled ↵lgb2001-11-061-0/+2
| | | | | | before issuing make install git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somebody wanna drink some cola?lgb2001-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2753 b3059339-0415-0410-9bf9-f77b7e298cf2
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundpl2001-11-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2752 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc does optimize writes to non volatile variables away if it didnt know ↵michael2001-11-064-12/+12
| | | | | | that they were read in between git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2751 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15/16 bpp ditheringmichael2001-11-061-1/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2750 b3059339-0415-0410-9bf9-f77b7e298cf2
* better ditheringmichael2001-11-062-84/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied Nick Kurshev's patchgabucino2001-11-061-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor speedup of rgb32to24. (performance is not successful)nick2001-11-062-26/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2747 b3059339-0415-0410-9bf9-f77b7e298cf2
* oh my god what have i done...gabucino2001-11-066-157/+306
| | | | | | | format.html, codecs, video, sound.html renumbered, etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove a few obsolete header includes (fixes a compile error on solaris)jkeil2001-11-061-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2745 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb test, /dev/ost/video:jkeil2001-11-061-1/+1
| | | | | | | | Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2744 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor changes (fixed some warnings, added attribute aligned(8) stuff)michael2001-11-062-78/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2743 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffnick2001-11-062-12/+362
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2742 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimized rgb24to16 stuffnick2001-11-062-50/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2741 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx2 bgr24 stuff from swscale (slightly faster)michael2001-11-061-2/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2740 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24to32 now is fasternick2001-11-062-16/+112
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2739 b3059339-0415-0410-9bf9-f77b7e298cf2
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)michael2001-11-061-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2738 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16bpp is 10% fastermichael2001-11-061-22/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2737 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15 bpp supportmichael2001-11-061-0/+88
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2736 b3059339-0415-0410-9bf9-f77b7e298cf2
* common code moved to a #definemichael2001-11-061-187/+227
| | | | | | | added bgr24 output support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2735 b3059339-0415-0410-9bf9-f77b7e298cf2
* add prostproc/rgb2rgbpontscho2001-11-063-23/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessnick2001-11-0622-23/+949
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* No longer requirednick2001-11-064-944/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2732 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster bgr24 outputmichael2001-11-062-6/+228
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2731 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typo fixedgabucino2001-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2730 b3059339-0415-0410-9bf9-f77b7e298cf2
* only 6 registers usedmichael2001-11-052-14/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2729 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetecting for dvb-cardsjaf2001-11-053-4/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2728 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder compile fiy by marpet.atmos42001-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2727 b3059339-0415-0410-9bf9-f77b7e298cf2
* unsigned stuffmichael2001-11-053-10/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2726 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2toyv12 fixed and speedupmichael2001-11-053-125/+220
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2725 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed yv12toyuy2michael2001-11-053-88/+118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2724 b3059339-0415-0410-9bf9-f77b7e298cf2
* MBC->MPEG2_MBC, max image size increasedarpi2001-11-052-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotnick2001-11-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed rgb32(24)to15 stuffnick2001-11-052-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokennick2001-11-052-24/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-054-53/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2719 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small xshape bugpontscho2001-11-055-1/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2718 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing palette to libvoarpi2001-11-051-1/+6
| | |