summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix test program compilation.diego2007-03-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.diego2007-03-132-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify CFLAGS handling.diego2007-03-132-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -I option.diego2007-03-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -I option.diego2007-03-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22551 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix wrong typo fix, as noted by Diegogpoirier2007-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22550 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-1319-363/+352
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some trivial typosgpoirier2007-03-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22548 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix up some longer than 80 char lines , and use suggestion from Diego.compn2007-03-131-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give more descriptive names to the source and library variables and splitdiego2007-03-1320-182/+177
| | | | | | | between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless #define.diego2007-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give the library generation target a more sensible name.diego2007-03-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add common sources to .depend target.diego2007-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle common parts at the objects instead of at the sources level.diego2007-03-131-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22542 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf.h needs to be made before .depend.diego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-03-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22540 b3059339-0415-0410-9bf9-f77b7e298cf2
* dirclean target was removed, don't mark as phony.diego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove code duplication in smil parserrtogni2007-03-121-24/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22538 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: renamed variable amr as headersize, more meaningful; patch by ↵nicodvb2007-03-121-4/+4
| | | | | | Carl Eugen Hoyos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support smil embedded into xml, fixes bugzilla #768rtogni2007-03-121-0/+2
| | | | | | | Patch by Pavel Fedin | sonic_amiga |a| rambler : ru | (on bugzilla) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22536 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg.c is never built with -DCODECS2HTML.diego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -DCODECS2HTML from .depend creation.diego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22534 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22521: Clarify -reuse-socket description.voroshil2007-03-121-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22533 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22408: add -tv driver=help entry, also add dshow tv drivervoroshil2007-03-121-2/+15
| | | | | | | | | | | | | | r22409: 10l: dshow isnt in svn yet r22453: add -xvfwopts compdata suboption to man page r22461: -nomouseinput is no longer X11 only. r22492: documented -reuse-socket r22503: corrected description of -reuse-socket as described by Rich r22508: Document lscale=2 r22512: wording/spelling for lscale=2 suboption r22521: Clarify -reuse-socket description. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22532 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22413: add xvfwopts compdata and vfw2menc documentation and change to ↵voroshil2007-03-123-11/+60
| | | | | | | | | | better mencoder example r22499: Improve MPlayerOSX building process: r22402: Explain how to select all DVB channels on a frequency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22531 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22331: Remove some #if 0 codevoroshil2007-03-121-2/+3
| | | | | | | | | r22426: warn users about DRM asf files, patch by zuxy meng r22428: wrong capitolization, thats a comma not a period r22483: Fix unkown --> unkNown typo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify that commits should not be split arbitrarily by file/directory.diego2007-03-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22529 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/punctuationdiego2007-03-121-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22528 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix forgotten \ivo2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22527 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-0/+130
| | | | | | | | split up into the following commits r22523, r22524, r22526 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Source files should not contain non-ASCII characters.diego2007-03-124-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22525 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-1/+25
| | | | | | | | split up into the following commits r22523, r22524, r22526 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22524 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd support to mingw, patch by zuxy mengcompn2007-03-121-1/+1
| | | | | | | | split up into the following commits r22523, r22524, r22526 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22523 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor clarificationdiego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify -reuse-socket description.diego2007-03-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22521 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22520 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix comment about test application compilation.diego2007-03-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add codec-cfg-test, remove now obsolete entries.diego2007-03-110-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add codec-cfg-test target.diego2007-03-111-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-112-5/+10
| | | | | | | | | as long as there are enough pts values for frames that the decoder returns. This should allow passing NAL units individually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reindent messy functions before working on themuau2007-03-111-68/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure docbook 4.x gets preferred over 3.x.diego2007-03-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22514 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODERdiego2007-03-111-1/+1
| | | | | | | respectively, no need to add them separately for .depend generation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22513 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling for lscale=2 suboptiondiego2007-03-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22512 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'make clean' should remove generated binaries.diego2007-03-111-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22511 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge clean and dirclean targets.diego2007-03-111-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22510 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten lscale=2 part for gl_common.hreimar2007-03-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lscale=2reimar2007-03-111-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new GPU-based scaling method to vo glreimar2007-03-112-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-115-17/+23
| | | | | | | | The value is related to overall a/v sync and is not used by audio demuxers or decoders. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22506 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed dvd chapter and title switchingvayne2007-03-103-14/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22505 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed redundant assignments, these get handled in evDropFilevayne2007-03-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22504 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected description of -reuse-socket as described by Richnicodvb2007-03-091-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22503 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove some lines which should have never been in demux_nut.c, broke CPU ods152007-03-091-3/+0
| | | | | | | percentage meter for audio only files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include <string.h> explicitly.uau2007-03-091-0/+1
| | | | | | | (it was already present through other headers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22501 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename to a more sane spelling.diego2007-03-091-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve MPlayerOSX building process:gpoirier2007-03-091-4/+4
| | | | | | | | - explain what MACOSX_DEPLOYMENT_TARGET is good for - remove --with-termcaplib=.. from configure switches: it doesn't exist anymore, and builds seem to work OK without any particular switch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move command.c.tmp over now identical command.cuau2007-03-091-2390/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change to match current command.c (same functionality).uau2007-03-091-1373/+1732
| | | | | | | | | The versions compile to the same code on my machine except for one test instruction that has its operands swapped and conditional jump changed accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add alternative way to create command.c to svn history,uau2007-03-091-0/+2031
| | | | | | | | | created by Rathann. Having this in the repository history probably won't have much more than symbolic value but shouldn't hurt either beyond bloating history size. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22496 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, allocated buffer was too small.rtogni2007-03-081-1/+1
| | | | | | | From a patch by Nicholas Kain git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22495 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support function lookup via ordinalreimar2007-03-081-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow declaring special undefined functions that will return NULLreimar2007-03-081-0/+9
| | | | | | | instead of a pointer to a stub. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22493 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -reuse-socketnicodvb2007-03-081-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22492 b3059339-0415-0410-9bf9-f77b7e298cf2
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ↵nicodvb2007-03-082-0/+9
| | | | | | (sio4 users sf net) simplified by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add more FourCC values for the Xvid decoder.diego2007-03-081-1/+14
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22490 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.diego2007-03-081-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22489 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/punctuation/grammar/wording improvements, no semantic changesdiego2007-03-081-229/+230
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add PIX_FMT_PAL8 to isPacked().diego2007-03-081-1/+2
| | | | | | | patch by "Karl H. Beckers", karl.h.beckers gmx net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22487 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, last patch broke window resizing with xv and xvmc.reimar2007-03-082-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22486 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge all .PHONY target declarations.diego2007-03-071-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22485 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ↵gpoirier2007-03-071-1/+4
| | | | | | | | | | | | | | patch patch by Carl Eugen Hoyos % cehoyos A ag P or P at % Original thread: Subj: [MPlayer-dev-eng] [PATCH] Fix aspect in mkv Date: 03/05/2007 02:01 PM Bug report report: http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-March/065823.html git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22484 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unkown --> unkNown typo.diego2007-03-0713-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22483 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix audio samplerates below 7000 Hz.uau2007-03-071-1/+1
| | | | | | | Patch from John Koleszar, jkoleszar on2 com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22482 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-062-2/+17
| | | | | | | | | a 1-byte header that live555 seems to be stripping for some reason, although according to the specs it should be there. Patch by Carl Eugen Hoyos. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22481 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer.1kraymer2007-03-062-5/+14
| | | | | | | | | | | | | | | | | | r22408: add -tv driver=help entry, also add dshow tv driver r22409: 10l: dshow isnt in svn yet r22453: add -xvfwopts compdata suboption to man page r22461: -nomouseinput is no longer X11 only. help_mp-de.h r22228: Select the first charmap in the font, if FreeType did not autoselect any. r22276: Reallocate event_images_t, removing limit on simultanious events count. r22292: make message translatable r22331: remove some #if 0 code r22426: warn users about DRM asf files, patch by zuxy meng r22428: wrong capitolization, thats a comma not a period git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22480 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factor out some duplicated code in vo_xv and vo_xvmcreimar2007-03-062-100/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22479 b3059339-0415-0410-9bf9-f77b7e298cf2
* __defines are reserved for gcccompn2007-03-061-2/+2