summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove nonsense tabs from makefile so emacs won't complain :)rfelker2002-08-291-2/+2
* Plugin descriptions were moved to the man page.diego2002-08-291-245/+1
* FreeBSD iconv change/fixnexus2002-08-283-18/+5
* mostly compiler warning fixes, some small bugfixarpi2002-08-2819-18/+41
* passing extra stuff from real stuff to lavcmichael2002-08-281-0/+10
* 10l fixalex2002-08-281-1/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-2839-170/+52
* Reformat some paragraphs to make them fit 80 column displays.diego2002-08-281-47/+59
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-2814-12/+1839
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedarpi2002-08-282-54/+159
* The rectangle is not white but inverted.diego2002-08-282-2/+2
* Small note about multiple MPlayers and audio drivers.diego2002-08-281-1/+3
* release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D R...alex2002-08-281-2/+4
* fixed possible 'DoS' bugalex2002-08-281-3/+3
* written by Florian Schilhabel <florian.schilhabel@gmx.net>alex2002-08-281-0/+260
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...alex2002-08-281-2/+2
* 64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>alex2002-08-283-1/+47
* clear screen and tiny image bug patch by Burton Samograd <kruhft@kruhft.dyndn...alex2002-08-281-11/+28
* final (?) libvo2 cleanup patch by Joey Parrishalex2002-08-285-55/+3
* removed old input codealex2002-08-2813-509/+17
* realplayer codecs wrappers, originaly written by Florian Schneider, extendedarpi2002-08-2814-0/+3162
* Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir.diego2002-08-281-1/+1
* added detailed vop description, rtsp, aid range, user option, two examples, f...jonas2002-08-281-64/+124
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-282-2/+2
* libmpdvdkit on openbsd, patch by Björn Sandell <biorn@dce.chalmers.se>.diego2002-08-281-1/+6
* - added matrix cracking/debugging code - disabledarpi2002-08-271-1/+28
* 'sipr' descrambling implemented, at least for 16*6 matrixarpi2002-08-271-4/+35
* Added some introductory words, request only CVS for bug reports and furtherdiego2002-08-271-4/+17
* Added proper heading tags and fixed the HTML structure.diego2002-08-271-29/+28
* Cosmetics: Some more indents and newlines.diego2002-08-271-9/+21
* Cosmetics: Indented code and inserted empty lines.diego2002-08-271-112/+120
* Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with somediego2002-08-276-316/+319
* removed unused codealex2002-08-271-32/+0
* SetDLLAccessPath isn't used. Patch by Andres Hess <jaska@gmx.net>alex2002-08-271-3/+3
* Use the confdir we compiled with (/etc/mplayer/mplayer.conf instead ofdiego2002-08-274-8/+15
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemai...pontscho2002-08-272-8/+14
* Settle for GCC, not gcc. 10l for telling Andras otherwise.diego2002-08-271-3/+3
* Updated credits for Kim Minh Kaplan from his own patch.diego2002-08-271-0/+2
* - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>pontscho2002-08-2614-33/+125
* Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should chec...alex2002-08-261-0/+5
* fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox d...michael2002-08-251-1/+1
* 10lmichael2002-08-251-4/+7
* support for the new ratecontrol codemichael2002-08-252-26/+212
* synczdar2002-08-251-0/+31
* support for 'sipr' codec - descrambling/reorder not yet fixed.arpi2002-08-251-1/+10
* some files has some shit before teh audio/video headers...arpi2002-08-251-9/+22
* 10l - fixed chunktab size calculationarpi2002-08-241-1/+5
* some newer rv20 variants also uses custommsg 0x24 to set codec subtypearpi2002-08-241-1/+1
* uses new dp_hdr_t packet structurearpi2002-08-241-7/+18
* - changed re-muxed packet structure (see struct dp_hdr_t)arpi2002-08-241-35/+62
* Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>atmos42002-08-241-1/+1
* syncjonas2002-08-2410-813/+733
* optimizationmichael2002-08-231-21/+23
* iec958-init completly rewrittenjoyping2002-08-232-278/+98
* Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightlydiego2002-08-237-48/+49
* Fixed *= bug in length calculationanders2002-08-231-1/+1
* with the help of the Mandrake compiler maintainer this problem hasarpi2002-08-221-1/+1
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-2212-19/+19
* removed nonsense 'inline'arpi2002-08-222-4/+4
* - functions inside of functions are invalid in icc. replaced with #define'sarpi2002-08-221-8/+8
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-225-13/+15
* General Timing Formula algorithm from a scratch.arpi2002-08-2210-78/+552
* 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>arpi2002-08-221-0/+2
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-222-16/+66
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lis...jaf2002-08-221-0/+9
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
* documentation for -vop eqrfelker2002-08-222-0/+11
* How to run multiple instances of MPlayer.diego2002-08-221-0/+6
* soft video equalizer filter, currently supports brightness andrfelker2002-08-213-1/+157
* Typos, cosmetics and a tag closed.diego2002-08-213-7/+4
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-0/+629
* support for SP5x video codec used by Aiptek webcamarpi2002-08-211-0/+8
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-2112-276/+797
* this piece of code should prevent major fullscreen screwups, which canarpi2002-08-211-0/+5
* added forced window clearing for Xv, because on my setup (sawfish,arpi2002-08-211-0/+6
* new slave volume command done :arpi2002-08-212-1/+11
* applied Andras Mohari's patchgabucino2002-08-212-87/+74
* dvdnav wasn't selected for compilation together with mpdvdkit2.arpi2002-08-211-1/+1
* allocating large enough buffer, fixes green stuff on top for encoding of heig...michael2002-08-211-1/+5
* asserts to check buffer size and non overlapingnessmichael2002-08-211-0/+15
* changed spdif default from "hw:0,2" to general alias "iec958"joyping2002-08-202-96/+126
* -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.diego2002-08-202-1/+13
* Fixed typo manpage --> man page.diego2002-08-203-4/+4
* Converted the docs to use proper headings tags.diego2002-08-209-251/+265
* sync by anders@gnulinux.dkjaf2002-08-191-61/+135
* Sync the man page with the removed sections of the HTML docs.diego2002-08-191-3/+5
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
* begun removing "Available options" and "Examples" sections, whichgabucino2002-08-183-206/+10
* syncgabucino2002-08-187-652/+532
* Typo spotted by Steven M. Schultz <sms at 2bsd com>.diego2002-08-181-1/+1
* 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>michael2002-08-181-1/+1
* same behavior for luma & chroma single coeff eliminationmichael2002-08-182-4/+8
* skip blocks with small chroma dc supportmichael2002-08-171-1/+1
* Bah, if we start spellchecking this, we might as well do it right ;-)diego2002-08-171-8/+8
* libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.jaf2002-08-172-1/+21
* typojaf2002-08-171-1/+1
* prefer libmpdvdkit2 over v1arpi2002-08-161-2/+16
* apply mplayer-specific patchesarpi2002-08-1619-195/+94
* applying css-key cache patcharpi2002-08-163-3/+79
* importing libmpdvdkit filesarpi2002-08-163-0/+140
* 10lmichael2002-08-161-1/+1
* importing libdvdread 0.9.3 filesarpi2002-08-1617-0/+6757
* 40% faster blurmichael2002-08-161-7/+139
* importing libdvdcss 1.2.2 filesarpi2002-08-1614-0/+6866
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasarpi2002-08-161-0/+7
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>arpi2002-08-161-1/+1
* hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should usearpi2002-08-161-4/+4
* speedup of gaussarpi2002-08-161-12/+61
* using precalculated src*om[][] table -> 25% faster.arpi2002-08-161-7/+18
* more (~40%) speedup :)arpi2002-08-161-3/+7
* syncnexus2002-08-161-0/+31
* fix (?) cmd line handlingpontscho2002-08-1510-175/+144
* skip black in outline (white skip code is #if 0 as there is no speed difference)michael2002-08-151-0/+33
* Applied patch by Remi Guyomarch <rguyom at pobox com>.diego2002-08-151-4/+15
* added gettimeofday-based profiling/timingarpi2002-08-152-2/+21
* Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in adiego2002-08-153-35/+53
* sync by Panagiotis Issaris <takis.issaris@skynet.be>jaf2002-08-151-5/+37
* syncjaf2002-08-152-2/+6
* *** empty log message ***jaf2002-08-151-0/+1
* bug & ver updatemichael2002-08-141-4/+6
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-1414-75/+454
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-142-2/+2
* disable cache if stream->fd<0 (no regular file/pipe but some special thing)arpi2002-08-141-0/+7
* adds a soname and a shared library version number to libdha.arpi2002-08-141-2/+2
* dynamic libavcodec.so support updated byarpi2002-08-146-12/+16
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>arpi2002-08-142-0/+4
* corrects an off-by-one error when trying to seek beyond the end of file.arpi2002-08-141-1/+1
* not only divx4 has 2, 3passgabucino2002-08-141-1/+1
* syncgabucino2002-08-144-298/+319
* Link and title synched to documentation.html.diego2002-08-141-2/+2
* Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>diego2002-08-146-133/+144
* arpi told me ...jaf2002-08-143-6/+4
* add uri2filename converterpontscho2002-08-145-11/+59
* RV20 A-V desync fixed - use timestamp hack only for RV30arpi2002-08-141-6/+14
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
* messages moved from vf.c and vd.cjaf2002-08-134-14/+38
* Jindrich Makovicka's new noise pattern filter.diego2002-08-131-1/+2
* remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)michael2002-08-131-3/+3
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ...michael2002-08-132-10/+34
* messages moved from dec_??d?o.cjaf2002-08-134-14/+44
* syncnexus2002-08-131-2/+46
* A BIG update to english version (including some cosmetics, some spellchecks, ...jonas2002-08-1310-1758/+2049
* Mozilla/Opera/? fixjonas2002-08-131-1/+1
* Put/get_image fixed. Deleted forgotten development commentszdar2002-08-131-38/+10
* Typos & spelling fixedzdar2002-08-131-19/+23
* rv40 supportarpi2002-08-121-0/+8
* RV40 supportarpi2002-08-121-1/+8
* HTML fixes, no content change.diego2002-08-113-16/+16
* HTML restructured. Now using definition lists instead of tables.diego2002-08-111-676/+717
* Cosmetics: Properly indented table and fixed <TR> structure.diego2002-08-111-45/+37
* Document new -sws options as well as TV input changes.diego2002-08-111-8/+19
* kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callbackpontscho2002-08-112-10/+59
* updated/extended teh introduction partarpi2002-08-111-5/+6
* Sanitize a HTML table, <TR> are at the proper place and get closed.diego2002-08-111-64/+64
* Another big batch of cosmetics *only*.diego2002-08-117-1529/+1432
* fix -subpontscho2002-08-111-0/+1
* syncjaf2002-08-111-0/+45
* dvdnav api changedjonas2002-08-112-2/+28
* Created RTC section and moved RTC explanation there.diego2002-08-112-75/+76
* New noise filter by Jindrich Makovicka.diego2002-08-111-26/+28
* 10l :)pontscho2002-08-111-1/+1
* add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) an...pontscho2002-08-119-6/+329
* mmx optimized avg/film noisemichael2002-08-111-2/+46
* optimizationmichael2002-08-111-4/+4
* film/average noise cleanupmichael2002-08-111-6/+5
* film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi...michael2002-08-112-8/+57
* oops forgot to commit thatmichael2002-08-111-2/+1
* Initial version of Bulgarian translation, hell i vote for gettextiive2002-08-111-0/+477
* continuing paragraph reformattinggabucino2002-08-107-987/+1079
* by 'lr' - <hephooey@fastmail.fm>jaf2002-08-101-0/+459
* 'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@y...arpi2002-08-101-0/+9
* bsdbt848 driver and some formats (confused some users)jonas2002-08-101-3/+3
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-094-5/+26
* updates by Panagiotis Issaris <takis@lumumba.luc.ac.be>jaf2002-08-091-17/+162
* 10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>arpi2002-08-091-1/+1
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-098-8/+37
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czarpi2002-08-093-2/+1230
* messages moved againjaf2002-08-083-24