summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>faust32004-06-261-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12685 b3059339-0415-0410-9bf9-f77b7e298cf2
* asyncblit slows down on UP systems, regarding to the SDL docs, noticed by ↵alex2004-06-261-4/+6
| | | | | | John Phillip git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12684 b3059339-0415-0410-9bf9-f77b7e298cf2
* SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philipalex2004-06-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12683 b3059339-0415-0410-9bf9-f77b7e298cf2
* rtc-device cmd option by James Noblealex2004-06-262-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12682 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix loader build on windowsfaust32004-06-262-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12681 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid double slashes, patch by Yoshinori Satoalex2004-06-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12680 b3059339-0415-0410-9bf9-f77b7e298cf2
* cseq starts from 1 according to the standard, patch by Yoshinori Satoalex2004-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12679 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32004-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12678 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10alex2004-06-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12677 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable iconv in case setlocale is disabled - compile fixalex2004-06-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2
* user nl_langinfo if langinfo support present for proper chinese support, ↵alex2004-06-262-1/+32
| | | | | | feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12675 b3059339-0415-0410-9bf9-f77b7e298cf2
* make the internal sdl mixer optional, idea by Reimar Doffingeralex2004-06-261-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12674 b3059339-0415-0410-9bf9-f77b7e298cf2
* New 'Mixer API' with ability to change volume through libaf (this part was ↵alex2004-06-264-54/+94
| | | | | | written by Reimar Doffinger) and lesser global variables git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12673 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag bumpwight2004-06-262-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12672 b3059339-0415-0410-9bf9-f77b7e298cf2
* top/bottom mb row skippingmichael2004-06-261-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12671 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer.rc moved to osdep where it belongs, approved by Sascha.diego2004-06-252-41/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Send a command throught the filter chain until some item returns AF_OK. ↵alex2004-06-252-2/+19
| | | | | | Patch by Reimar Doeffinger git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12669 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12668 b3059339-0415-0410-9bf9-f77b7e298cf2
* silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>diego2004-06-251-15/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12667 b3059339-0415-0410-9bf9-f77b7e298cf2
* index creation/reading behaviour just like the avi demuxer, patch based on ↵alex2004-06-251-14/+26
| | | | | | work by Reza Jelveh, Moritz Bunkus und myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12666 b3059339-0415-0410-9bf9-f77b7e298cf2
* shorten description, typodiego2004-06-251-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12665 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ldiego2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12664 b3059339-0415-0410-9bf9-f77b7e298cf2
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>alex2004-06-2510-2/+275
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12663 b3059339-0415-0410-9bf9-f77b7e298cf2
* email changebackalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12662 b3059339-0415-0410-9bf9-f77b7e298cf2
* neomagic tv out support throught vesa vbe, patch by Rudolf Marekalex2004-06-254-0/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12661 b3059339-0415-0410-9bf9-f77b7e298cf2
* line breaks, clarificationdiego2004-06-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12660 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable .PHONY for correct dependancy handlingalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12659 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fixalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12658 b3059339-0415-0410-9bf9-f77b7e298cf2
* static tablesalex2004-06-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12657 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbosityalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12656 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct spellingalex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12655 b3059339-0415-0410-9bf9-f77b7e298cf2
* degccifyalex2004-06-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12654 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l cosmeticsalex2004-06-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12653 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify the config.h #include, use "config.h" instead of "../config.h"diego2004-06-254-4/+4
| | | | | | | everywhere, will make extracting libvo/ easier. Approved by Alex. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12651 b3059339-0415-0410-9bf9-f77b7e298cf2
* more wishesdiego2004-06-251-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12650 b3059339-0415-0410-9bf9-f77b7e298cf2
* Real codecs and Mac OS X, don't recommend installing Real player.diego2004-06-251-15/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12649 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Alexander Strasserdiego2004-06-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12648 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesdiego2004-06-2513-84/+214
| | | | | | | | patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net> reviewed by Pontscho, Alex, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
* name changediego2004-06-2510-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12646 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin flags cleanup by Dan Christiansenalex2004-06-251-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12645 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd-device option by Anton Tropashko <atropashko@yahoo.com>alex2004-06-251-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12644 b3059339-0415-0410-9bf9-f77b7e298cf2
* green stripe fix by Jan Kanty Palus <atler@o2.pl>alex2004-06-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12643 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove the latest use of log10 in favor of the better af_to_dB helper ↵alex2004-06-251-2/+2
| | | | | | function, patch by Reimar Doffinger git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12642 b3059339-0415-0410-9bf9-f77b7e298cf2
* tcp fragging bugfix by Song Du <freewizard at gmail.com>alex2004-06-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12641 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpst fixalex2004-06-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12640 b3059339-0415-0410-9bf9-f77b7e298cf2
* RFC compliance patch by Eric Lammerts <eric@lammerts.org>alex2004-06-251-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12639 b3059339-0415-0410-9bf9-f77b7e298cf2
* uber 10l found by Ilia <chest4l at mail.ru>alex2004-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12638 b3059339-0415-0410-9bf9-f77b7e298cf2
* move macosx in the priority list after sdl, patch by Dan Christiansenalex2004-06-251-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12637 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Alexander Neundorf, straight from Linuxtagdiego2004-06-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12636 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanupalex2004-06-242-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12635 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 10lalex2004-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12634 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-2418-15/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory corruption, noticable at reallocate imageiive2004-06-241-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12632 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for realvideo codecs under macosx, original patch by Donnie Smith ↵alex2004-06-241-6/+26
| | | | | | (together with an altivec patch by Dan Christiansen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12631 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2004-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12630 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for realvideo codecs under macosx, original patch by Donnie Smithalex2004-06-243-7/+278
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12629 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Fabian Franzdiego2004-06-241-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12628 b3059339-0415-0410-9bf9-f77b7e298cf2
* build fixwight2004-06-241-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12627 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information about modifications to comply more closely with GPL 2a.diego2004-06-2393-89/+276
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12626 b3059339-0415-0410-9bf9-f77b7e298cf2
* added more key to keyboard eventnplourde2004-06-231-24/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12625 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed buggy rgb32 supportnplourde2004-06-231-103/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12624 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugzillaalex2004-06-231-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12623 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling improvements as suggested by the Wandererdiego2004-06-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12622 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording, spelling, bug fixesdiego2004-06-221-49/+45
| | | | | | | MAN PAGE REVIEW PART I git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12621 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12620 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording, patch by Sebastian Krämer <mail@skraemer.de>diego2004-06-211-134/+136
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12619 b3059339-0415-0410-9bf9-f77b7e298cf2
* width and height in seq_header could never be 0iive2004-06-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12618 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync VOBsubwight2004-06-213-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12617 b3059339-0415-0410-9bf9-f77b7e298cf2
* uniform VOBsub spellingdiego2004-06-216-27/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer libavcodec for cvid filesrtognimp2004-06-201-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12615 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable buggy sse on mingwfaust32004-06-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12614 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for ac3 in non-pes aligned private1 streams; removed useless ↵nicodvb2004-06-181-71/+131
| | | | | | and commented code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just a tiny fix with configure/Makefile for not usingdiego2004-06-182-1/+3
| | | | | | | "caca-config --cflags", patch by Pigeon <pigeon@pigeond.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12612 b3059339-0415-0410-9bf9-f77b7e298cf2
* calling bind with multicast addresses doesn't work on windows, patch by ↵faust32004-06-181-3/+21
| | | | | | Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12611 b3059339-0415-0410-9bf9-f77b7e298cf2
* array initialization fix by SungKwanKang <ksquarekr at yahoo.com>faust32004-06-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12610 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>faust32004-06-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12609 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for Michael, nsse_weight should be nssew, spelling.diego2004-06-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12608 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Dan Christiansen, by himselfdiego2004-06-171-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12607 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame has been removed from MPlayer long ago. Compilation fix pointeddiego2004-06-171-1/+1
| | | | | | | out by Hetfield <hetfield@email.it>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Debian Sarge build instructionswight2004-06-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12605 b3059339-0415-0410-9bf9-f77b7e298cf2
* another DTD locationwight2004-06-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12604 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic reformatting (preparation for upcoming changes)diego2004-06-171-58/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12603 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
| |