summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add qtactl codeccompn2008-06-061-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26999 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -o option from windres invocation.diego2008-06-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix codec-specific options syntax declaration to be less confusing and wrong.diego2008-06-061-1/+1
| | | | | | | | The option separator is a colon, all options can receive parameters, not just the first one. Closes Bugzilla #1100. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26997 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r26806gpoirier2008-06-061-1/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-064-67/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license header, merge changelog into license header and TODO.diego2008-06-061-27/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless braces on if() statement.ben2008-06-051-2/+1
| | | | | | | | Patch by Guillaume Lecerf <foxcore at gmail com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26993 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ensure 'path' string is 0 terminated.ben2008-06-051-1/+1
| | | | | | | | Patch by Guillaume Lecerf <foxcore at gmail com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26992 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fixes, patch by Benoit Fouetgpoirier2008-06-041-60/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run the whole documentation through ispell.diego2008-06-0416-67/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26990 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove another reference to a removed configure option.diego2008-06-041-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove references to removed configure options.diego2008-06-041-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of needless emphasis.diego2008-06-041-17/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document VIDIXIVTVALPHA environment variable.diego2008-06-041-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Matrox TV-out cable section to the end of the Matrox chapter.diego2008-06-041-26/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Matrox TV-out cable instructions into their own section.diego2008-06-041-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some typos and update the Matrox TV output section. The relevantdiego2008-06-041-30/+9
| | | | | | | tools are no longer part of the MPlayer source tree. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26983 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary mangle.h #include.diego2008-06-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26982 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r26909, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-06-041-25/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove due to objections by ivan.michael2008-06-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26980 b3059339-0415-0410-9bf9-f77b7e298cf2
* small spelling/wording fixesdiego2008-06-041-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26979 b3059339-0415-0410-9bf9-f77b7e298cf2
* mphq2 runs svn 1.4.x.diego2008-06-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use size_t instead of int for a variable that is compared to the resultdiego2008-06-031-1/+1
| | | | | | | | of strlen. Fixes a warning about signed and unsigned comparison. patch by Guillaume LECERF, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26977 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct spelling error ;)ivo2008-06-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26976 b3059339-0415-0410-9bf9-f77b7e298cf2
* List more actions which have proven controversial in the past.michael2008-06-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26975 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fixes by Benoit Fouetgpoirier2008-06-031-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26974 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay ↵gpoirier2008-06-031-23/+32
| | | | | | P fr% git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26973 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing <option> tags around the option "filmdint"gpoirier2008-06-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26972 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix incorrect XML structure (I should have been more carefull when I checked ↵gpoirier2008-06-031-0/+1
| | | | | | in the previous version) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26971 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %gpoirier2008-06-031-129/+124
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add reverting commits to the list of potentially controversial actions.diego2008-06-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26969 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r26967Gabrov2008-06-025-22/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use LC_ALL instead of LANG in config.mak to prevent locale settings fromdiego2008-06-021-1/+1
| | | | | | | messing with text processing tools. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26967 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Restore LANG variable in config.mak so that shell commands are notdiego2008-06-021-0/+3
| | | | | | | negatively affected by (broken) locale settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26966 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable LANG from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26965 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable TARGET_OS from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26964 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Restructure config.mak logically and alphabetically.diego2008-06-021-102/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable TARGET_CPU from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary FFmpeg hack from config.mak.diego2008-06-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26961 b3059339-0415-0410-9bf9-f77b7e298cf2
* call demux_flush() where appropriatenicodvb2008-06-021-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26960 b3059339-0415-0410-9bf9-f77b7e298cf2
* use demux_flush() where appropriatenicodvb2008-06-021-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26959 b3059339-0415-0410-9bf9-f77b7e298cf2
* added and reused demux_flush() instead of emptying the demux_stream buffers;nicodvb2008-06-022-20/+11
| | | | | | | patch by Bryan Henderson - giraffedata gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26958 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore needed cast to correct type with constbcoudurier2008-06-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26957 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, fix wrong order of cases in cache_do_controlreimar2008-06-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly free memory allocate by liba52.reimar2008-06-012-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26955 b3059339-0415-0410-9bf9-f77b7e298cf2
* tiny reindentationnicodvb2008-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26954 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable dvdnav when using the internal dvdreadnicodvb2008-06-011-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26953 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindented the dvdread detection blocknicodvb2008-06-011-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26952 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed the code that checks the presence of the external dvdreadnicodvb2008-06-011-6/+4
| | | | | | | to include the headers from libdvdread/ (as in current svn) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26951 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed support for Ogle's dvdreadnicodvb2008-06-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26950 b3059339-0415-0410-9bf9-f77b7e298cf2
* cast to correct type, suppress warningsbcoudurier2008-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26949 b3059339-0415-0410-9bf9-f77b7e298cf2
* cast to correct type, suppress warningsbcoudurier2008-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26948 b3059339-0415-0410-9bf9-f77b7e298cf2
* cast to correct type, suppress warningbcoudurier2008-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26947 b3059339-0415-0410-9bf9-f77b7e298cf2
* cast to correct type, suppress warningsbcoudurier2008-06-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26946 b3059339-0415-0410-9bf9-f77b7e298cf2
* add const, suppress warningsbcoudurier2008-06-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26945 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless castsbcoudurier2008-06-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26944 b3059339-0415-0410-9bf9-f77b7e298cf2
* add const, suppress warningsbcoudurier2008-06-011-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26943 b3059339-0415-0410-9bf9-f77b7e298cf2
* add const, suppress warningsbcoudurier2008-06-011-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26942 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless castsbcoudurier2008-06-011-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-316-12/+12
| | | | | | | documentation. The name change was effected a few years ago already. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with internal dvdnavrtogni2008-05-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26939 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapted to the dvdread->libdvdread transition in dvdnav's repositorynicodvb2008-05-313-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26938 b3059339-0415-0410-9bf9-f77b7e298cf2
* warn to always disable the internal dvdread; still menus are supported nownicodvb2008-05-311-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26937 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add install-dhahelperwin target to simplify dhahelper installation on Windows.diego2008-05-302-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-302-40/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-302-21/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #include paths.diego2008-05-303-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26932 b3059339-0415-0410-9bf9-f77b7e298cf2
* dhasetup.exe can be created via make instead of calling gcc directly.diego2008-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be useddiego2008-05-301-12/+18
| | | | | | | | only when altivec.h is available and preferred over '-faltivec'. This should now finally work on all Mac OS X and gcc combinations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle NULL control function in cache_execute_control, fixes crash with http ↵reimar2008-05-301-0/+7
| | | | | | urls. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26929 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vectordiego2008-05-302-17/+3
| | | | | | | | declaration syntax to use. Checking for HAVE_ALTIVEC_VECTOR_BRACES would be better, but this variant is more likely to be mergeable upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.diego2008-05-303-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for AltiVec vector declaration syntax.diego2008-05-301-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26926 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo noticed by Mark Pilgrim, mark diveintomark orgdiego2008-05-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26925 b3059339-0415-0410-9bf9-f77b7e298cf2
* The size of output buffer is stored in 'osize', not 'size'.eugeni2008-05-291-1/+1
| | | | | | | This is just for readability, the code behaviour is not changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clear iconv conversion state also in libass.eugeni2008-05-291-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Offset should be size_t.eugeni2008-05-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26922 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clear iconv conversion state after each subtitle line.eugeni2008-05-291-0/+5
| | | | | | | | | | This fixes a bug when the last character on a subtitle line is sometimes moved to the beginning of the next line. Patch by Guy Shapiro, bugs sguy org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26921 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extra messages.diego2008-05-297-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mismatching messages.diego2008-05-293-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26919 b3059339-0415-0410-9bf9-f