summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r27025Uoti Urpala2008-06-0747-504/+557
|\ | | | | | | | | | | | | | | | | Conflicts: command.c libvo/vosub_vidix.c libvo/vosub_vidix.h mplayer.c
| * Restore support for compiling with svgalib_helper.diego2008-06-073-7/+15
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27025 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Only check for VIDIX PCI device name database if VIDIX is enabled.diego2008-06-071-8/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27024 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure that the LC_ALL variable is exported to the environment ofdiego2008-06-071-1/+1
| | | | | | | | | | | | | | shell commands invoked by make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27023 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Factorizes dvdnav aid retrieval code.ben2008-06-071-30/+27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27022 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add routine that provides audio ID corresponding to logical numberben2008-06-072-0/+33
| | | | | | | | | | | | | | | | in dvdnav stream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27021 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix channel order for libvorbis decoder, original patched by Nicolas George.ulion2008-06-071-0/+7
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27020 b3059339-0415-0410-9bf9-f77b7e298cf2
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-073-6/+6
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27019 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename some functions as they are mplayer related and notben2008-06-074-20/+20
| | | | | | | | | | | | | | | | from libdvdnav public API. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27018 b3059339-0415-0410-9bf9-f77b7e298cf2
| * rename for consistencyben2008-06-071-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27017 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add routine to determine if SPU has changed in dvdnav stream.ben2008-06-072-0/+25
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27016 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add routine to determine if audio has changed in dvdnav stream.ben2008-06-072-0/+25
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27015 b3059339-0415-0410-9bf9-f77b7e298cf2
| * declare some functions as staticben2008-06-072-9/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27014 b3059339-0415-0410-9bf9-f77b7e298cf2
| * No need to set LC_ALL=C for individual shell commands,diego2008-06-071-1/+1
| | | | | | | | | | | | | | it is already set from config.mak. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27013 b3059339-0415-0410-9bf9-f77b7e298cf2
| * The VIDIX PCI files should be regenerated when the awk scriptdiego2008-06-071-1/+1
| | | | | | | | | | | | | | that creates them is changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27012 b3059339-0415-0410-9bf9-f77b7e298cf2
| * remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27011 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add default definition for SVGA device.diego2008-06-071-0/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27010 b3059339-0415-0410-9bf9-f77b7e298cf2
| * remove useless vidix versioning stuffben2008-06-076-18/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27009 b3059339-0415-0410-9bf9-f77b7e298cf2
| * remove duplicated codeben2008-06-071-6/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27008 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Drop some useless parameter from vidix init routineben2008-06-073-6/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27007 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-072-36/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27006 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Save DVDNAV palette info.ben2008-06-072-0/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27005 b3059339-0415-0410-9bf9-f77b7e298cf2
| * vidix s3 headers was missing proper headerben2008-06-071-0/+24
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27004 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused variable, fixes the warning:diego2008-06-071-1/+0
| | | | | | | | | | | | | | vidix/sysdep/pci_linux.c:71: warning: unused variable 'config_cmd' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27003 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Removed unused freepath variable.ben2008-06-061-8/+3
| | | | | | | | | | | | | | | | Patch by Guillaume Lecerf <foxcore at gmail com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27002 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add VIDM fourcc to divx/xvid, based on this patch:compn2008-06-061-0/+2
| | | | | | | | | | | | | | | | | | http://sisyphus.ru/srpm/Sisyphus/mplayer/patches/10 https://bugzilla.altlinux.org/show_bug.cgi?id=12211 tested with file created using vidm.dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27001 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add psiv codec, works on psi_v-sample.movcompn2008-06-061-0/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27000 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 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
* | Merge svn changes up to r26979Uoti Urpala2008-06-04217-2137/+2790
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the conflicts are trivial. Conflicts: Makefile cfg-mplayer.h input/input.c libmenu/vf_menu.c libmpcodecs/dec_video.c libmpcodecs/vf_expand.c libmpcodecs/vf_vo.c libmpdemux/demux_mkv.c libmpdemux/demuxer.c libmpdemux/demuxer.h libvo/vo_directfb2.c libvo/vo_gl.c libvo/vo_winvidix.c libvo/vo_xv.c libvo/vo_xvidix.c libvo/vo_xvmc.c libvo/x11_common.c mplayer.c osdep/timer-linux.c stream/cache2.c
| * 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