summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tv updatealex2001-11-108-158/+731
* uyvy->uv12 addedarpi2001-11-102-0/+76
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-106-24/+24
* .align 16michael2001-11-104-0/+20
* Code cleanup - emms is not required when MMX block is commented out.nick2001-11-102-26/+32
* updatedarpi2001-11-101-17/+55
* still sig11arpi2001-11-101-42/+53
* warning for unknown parameters is quite enoughnick2001-11-101-1/+1
* vfw_raw fixalex2001-11-101-2/+7
* uses fastmemcpyalex2001-11-101-0/+2
* checking for EOFalex2001-11-101-1/+3
* added some macros for rgb/bgralex2001-11-091-0/+6
* added tv subsystemalex2001-11-0914-10/+752
* coded ultra-big bug. - 20lalex2001-11-091-3/+0
* freeing up space and some debugalex2001-11-091-0/+31
* fixes for vivoalex2001-11-092-7/+17
* added pre-flash detecting support ;)alex2001-11-091-12/+68
* vivo_check_file uses also new textparseralex2001-11-091-2/+2
* added text block parseralex2001-11-091-11/+184
* unkow parameter fix.pontscho2001-11-091-0/+3
* app michale's rgb32tobgr32pontscho2001-11-093-22/+23
* uuupsz ... 1l cola ;)pontscho2001-11-091-20/+2
* removed #define DETAILED_OUTarpi2001-11-091-1/+1
* Eugene's fixes to work with QuickTime.qtsarpi2001-11-093-8/+85
* fixes?arpi2001-11-091-25/+24
* videocodec and component selectors (function IDs)arpi2001-11-091-0/+68
* struct->typedefarpi2001-11-091-9/+6
* added missing #include <malloc.h>pl2001-11-097-11/+27
* memalign detection cleanuppl2001-11-092-24/+16
* mencoder sig11 Q/A (translated)gabucino2001-11-091-0/+7
* *** empty log message ***gabucino2001-11-081-0/+6
* "boycott cvs" MPlayer T-shirts available from your local MPlayer distributorgabucino2001-11-083-1/+18
* DXR3 beta2 patch by David Holm.atmos42001-11-083-138/+343
* for testingarpi2001-11-081-0/+2
* loads .qtsarpi2001-11-081-2/+2
* fixes suggested by atmosarpi2001-11-081-7/+7
* bugfixmichael2001-11-072-0/+6
* typos fixedarpi2001-11-071-9/+10
* extended ascii version of formats.htmlarpi2001-11-071-0/+126
* Progress indicator for index creation.atmos42001-11-071-0/+2
* half-translated yetgabucino2001-11-071-0/+113
* *** empty log message ***gabucino2001-11-072-7/+12
* gui and menuseyck2001-11-072-1/+6
* add gui, this way we can finally add usable entry to menus. ( Sveg Hartgeeyck2001-11-071-1/+4
* rgb32tobgr32 now is documented ;)nick2001-11-071-0/+1
* fixed usleep() - 10l?arpi2001-11-071-1/+1
* workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)arpi2001-11-072-1/+4
* rgb32tobgr32 / bgr32torgb32michael2001-11-062-0/+108
* updated decss status (huh?)gabucino2001-11-062-2/+4
* Installing mencoder and mencoder.1 if executable mencoder was compiled before...lgb2001-11-061-0/+2
* Somebody wanna drink some cola?lgb2001-11-061-1/+1
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundpl2001-11-061-1/+4
* gcc does optimize writes to non volatile variables away if it didnt know that...michael2001-11-064-12/+12
* 15/16 bpp ditheringmichael2001-11-061-1/+40
* better ditheringmichael2001-11-062-84/+86
* Applied Nick Kurshev's patchgabucino2001-11-061-2/+8
* Minor speedup of rgb32to24. (performance is not successful)nick2001-11-062-26/+82
* oh my god what have i done...gabucino2001-11-066-157/+306
* Remove a few obsolete header includes (fixes a compile error on solaris)jkeil2001-11-061-7/+0
* dvb test, /dev/ost/video:jkeil2001-11-061-1/+1
* minor changes (fixed some warnings, added attribute aligned(8) stuff)michael2001-11-062-78/+92
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffnick2001-11-062-12/+362
* optimized rgb24to16 stuffnick2001-11-062-50/+86
* mmx2 bgr24 stuff from swscale (slightly faster)michael2001-11-061-2/+53
* rgb24to32 now is fasternick2001-11-062-16/+112
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)michael2001-11-061-10/+10
* 16bpp is 10% fastermichael2001-11-061-22/+11
* 15 bpp supportmichael2001-11-061-0/+88
* common code moved to a #definemichael2001-11-061-187/+227
* add prostproc/rgb2rgbpontscho2001-11-063-23/+51
* Move yuv2rgb to postprocessnick2001-11-0622-23/+949
* No longer requirednick2001-11-064-944/+0
* faster bgr24 outputmichael2001-11-062-6/+228
* small typo fixedgabucino2001-11-061-1/+1
* only 6 registers usedmichael2001-11-052-14/+20
* autodetecting for dvb-cardsjaf2001-11-053-4/+32
* MEncoder compile fiy by marpet.atmos42001-11-051-1/+1
* unsigned stuffmichael2001-11-053-10/+26
* yuy2toyv12 fixed and speedupmichael2001-11-053-125/+220
* fixed yv12toyuy2michael2001-11-053-88/+118
* MBC->MPEG2_MBC, max image size increasedarpi2001-11-052-5/+5
* Forgotnick2001-11-051-4/+4
* Fixed rgb32(24)to15 stuffnick2001-11-052-4/+4
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokennick2001-11-052-24/+32
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-054-53/+110
* fix small xshape bugpontscho2001-11-055-1/+114
* passing palette to libvoarpi2001-11-051-1/+6
* -lm for ffmpeg detect Christian Marillat <marillat@free.fr>arpi2001-11-051-1/+1
* ignoring decompressquery errorarpi2001-11-051-2/+2
* updatedarpi2001-11-051-9/+13
* rgb32to16, rgb32to15 supportnick2001-11-051-0/+4
* More standards compilancenick2001-11-053-36/+36
* Transated by: Leandro Lucarella <leandro@lucarella.com.arjaf2001-11-051-0/+254
* Sorry, my laptop has no dvb-cardjaf2001-11-051-1/+1
* ao_mpegpesarpi2001-11-054-1/+103
* vo_pts addedarpi2001-11-052-0/+4
* audio packet writting addedarpi2001-11-051-4/+67
* libvo driver may have its own timingarpi2001-11-051-7/+16
* yuy2toyv12 in MMXmichael2001-11-052-0/+110
* Quick hack to don't use ldivxencode on systems where it'S not installed.atmos42001-11-052-2/+2
* yv12toyuy2 in MMXmichael2001-11-053-50/+132
* yv12 <-> yuy2 in Cmichael2001-11-053-0/+58
* problems with --with-sdl-config (option ignored)pl2001-11-051-25/+41
* Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously ad...atmos42001-11-041-1/+1
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is...michael2001-11-042-20/+42
* palette to bgr24michael2001-11-043-3/+45
* vivo 2.0 supportarpi2001-11-041-20/+66
* vivo 2.0 compatibilityarpi2001-11-041-13/+40
* bgr32to16, bgr32to15 (needed for palette stuff)michael2001-11-043-3/+124
* triple buffering interfacenick2001-11-042-1/+19
* Minor notesnick2001-11-041-2/+2
* fixesarpi2001-11-041-25/+18
* some updatesgabucino2001-11-044-18/+21
* Use standard aspect codenick2001-11-041-20/+7
* Code cleanupnick2001-11-041-2/+9
* vivo demuxerarpi2001-11-044-3/+333
* Double buffering supportnick2001-11-042-43/+62
* message for xanim codecspl2001-11-041-3/+5
* divx4 installation updatedgabucino2001-11-042-17/+2
* fixed cram and vivoalex2001-11-041-2/+7
* fixed api revision and input fourcc handling (mappings are working too :)alex2001-11-041-2/+11
* fourcc mapping fixed - 10l to someonearpi2001-11-041-3/+1
* green line fix for dstw%8!=0michael2001-11-042-8/+22
* supporting GetFormatSizealex2001-11-041-6/+45
* XAnim sync, typonexus2001-11-041-1/+2
* using const modifiernick2001-11-043-21/+21
* Fixed rgb2rgb in DGA modenick2001-11-041-7/+9
* added vivo h.263, vivo g.723, twosalex2001-11-041-9/+34
* started mencoder documentationgabucino2001-11-042-1/+83
* *** empty log message ***gabucino2001-11-042-0/+4
* works! copy video steram to .avi file playable with ivvideo.dllarpi2001-11-041-32/+45
* fixed warningsmichael2001-11-042-54/+96
* fixed TlsAllocalex2001-11-041-5/+14
* faster bgr15/16michael2001-11-042-100/+56
* KERNEL32 fix for ivvideo and strncmp for U263arpi2001-11-041-0/+12
* convertiong to aviarpi2001-11-041-7/+52
* ovc oacgabucino2001-11-041-4/+23
* dump h263 frame headers from vivoarpi2001-11-041-0/+144
* decreasing my todo listgabucino2001-11-036-11/+45
* added new options ( -playlist < > )pl2001-11-031-41/+50
* avoids spitting bad compilation messages at the user when sthg does not workpl2001-11-031-5/+5
* -oac/-ovc (fake:))arpi2001-11-032-7/+27
* sorry for the help_msg.halex2001-11-031-1/+2
* xacodec configure supportalex2001-11-033-68/+60
* removed #define USE_XANIM hackalex2001-11-031-2/+0
* checkin for xanim support, also --disable-xanim and --with-xanimlibdir option...alex2001-11-031-0/+37
* nahat, mit valtoztattam?gabucino2001-11-031-0/+2
* avg bps calc fixedarpi2001-11-031-1/+2
* vo_format_name prototype addedalex2001-11-031-0/+2
* WMP compatibility fixedarpi2001-11-031-5/+6
* new stream field: sizearpi2001-11-032-0/+3
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-035-419/+586
* fixed commandline bug: handling '-' as option when '--' unusedalex2001-11-031-2/+2
* What's new:nick2001-11-031-30/+123
* playlist sync, small fixesnexus2001-11-031-2/+4
* -playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>arpi2001-11-034-9/+55
* dxr3 instructions by David Holm <dholm@telia.com>arpi2001-11-031-0/+109
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-034-0/+504
* dxr3 support by David Holm <dholm@telia.com>arpi2001-11-031-1/+24
* divx4 2-pass support, -frames optionarpi2001-11-034-13/+68
* divx4_vbr -> mplayer integrationarpi2001-11-023-35/+40
* initial import from transcodearpi2001-11-021-0/+443
* TV-Out Section needs also an update ... next week i'll leave school ;-)jaf2001-11-021-7/+100
* -srate and -pp 0 fixesarpi2001-11-021-10/+10
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)michael2001-11-022-2/+24
* code cleanupnick2001-11-021-1/+1
* Fixed bug of -vc libmpeg2 on vesa:dganick2001-11-021-2/+3
* fixed AVI header creation - now should be compatible with NaNdubarpi2001-11-022-11/+21
* MPEGLAYER3WAVEFORMAT addedarpi2001-11-021-0/+14
* Qualitative speedup decoding when video card supports DGA!nick2001-11-021-103/+122
* Double buffering interfacenick2001-11-022-14/+132
* formatting (drive C:)gabucino2001-11-021-17/+34
* updatedarpi2001-11-021-25/+19
* *** empty log message ***nick2001-11-021-0/+7
* to be completedgabucino2001-11-021-0/+44
* kurva gui.pontscho2001-11-022-3/+22
* divx4 and lame subconfig supportarpi2001-11-022-35/+74
* mmx opt ,untested, i have no mgamichael2001-11-021-0/+41
* partly upgraded to mp_msg and fixed minor bug in parse_command_linealex2001-11-021-31/+38
* fixed fault with --helpalex2001-11-021-1/+2
* verbose fixedarpi2001-11-021-24/+30
* fixed subconfig, exiting on error, supporting flagsalex2001-11-021-9/+26
* MSGT_MENCODER addedarpi2001-11-021-0/+2
* subconfig supportalex2001-11-021-41/+82
* mencoder commandline handlingarpi2001-11-022-13/+68
* added subconfig typealex2001-11-021-1/+3
* common options moved out - for mencoderarpi2001-11-022-76/+93
* fixed arpi's cfgparser bugalex2001-11-021-22/+39
* 1l (megittam:)gabucino2001-11-012-2/+2
* new A-V sync correction and fps conversion stuffarpi2001-11-011-18/