summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New ao_jack without bio2jack dependency.reimar2005-06-014-234/+310
| | | | | | | Since I rewrote ao_jack.c from scratch, the diff is unreadable, sorry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set stack non-executable where supported.reimar2005-06-011-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15605 b3059339-0415-0410-9bf9-f77b7e298cf2
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-014-10/+18
| | | | | | | double frees. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tab to space conversion to prevent the ASCII diagram to be messed up when adiego2005-05-311-7/+7
| | | | | | | non-standard tab size is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15603 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_macosx now supports (almost) the same keys as vo_quartz.diego2005-05-311-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15602 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2005-05-311-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15601 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2005-05-311-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15600 b3059339-0415-0410-9bf9-f77b7e298cf2
* new x264 entries: me (motion estimation search algorithm) and 4x4mv options. ↵gpoirier2005-05-311-0/+32
| | | | | | Patch by Jeff Clagg (snacky BLAM ikaruga POUM co POUM uk) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15599 b3059339-0415-0410-9bf9-f77b7e298cf2
* geometry support for gl2 under win, default window pos centered for gl, gl2gpoirier2005-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15598 b3059339-0415-0410-9bf9-f77b7e298cf2
* - correct the argument in configure check for lrintf() to avoid a warninghenry2005-05-303-4/+4
| | | | | | | | - add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99 isn't available git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15597 b3059339-0415-0410-9bf9-f77b7e298cf2
* -geometry support for gl2 under win, default window pos centered for gl, gl2reimar2005-05-304-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15596 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for -std=gnu99 to make lrintf() work on gcc 3.3/3.4henry2005-05-301-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15595 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid lrintf redeclarationhenry2005-05-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a variable for the codec directory and set it to /usr/lib/codecs insteaddiego2005-05-291-6/+8
| | | | | | | of the old /usr/lib/win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15593 b3059339-0415-0410-9bf9-f77b7e298cf2
* The default CFLAGS settings include -ffast-math and GCC 3.4.3 thereforediego2005-05-291-1/+1
| | | | | | | | | optimizes the lrintf call in the test away, effectively turning it into a NOP. The attached patch forces -ffast-math of for this test. patch by Joerg Sonnenberger <joerg - at -britannica - dot - bec - dot - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15592 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r240 (threads)lorenm2005-05-293-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement -geometry for vo gl and gl2.reimar2005-05-293-7/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15590 b3059339-0415-0410-9bf9-f77b7e298cf2
* an ancient doc, maybe has use, but at least will be available in Attic once ↵alex2005-05-291-0/+28
| | | | | | removed :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15589 b3059339-0415-0410-9bf9-f77b7e298cf2
* very dummy script, written for a friendalex2005-05-291-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15588 b3059339-0415-0410-9bf9-f77b7e298cf2
* old scripts from early debian packagealex2005-05-292-0/+187
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15587 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported all network streams to the new APInicodvb2005-05-2915-872/+927
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15586 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwisereimar2005-05-281-0/+5
| | | | | | | mouse pointer autohide and the volume OSD from the gui break (with e.g. asf). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15585 b3059339-0415-0410-9bf9-f77b7e298cf2
* last patch broke skin reading completely, becasue last line of skinreimar2005-05-281-5/+5
| | | | | | | file is empty. Fix and simplify, since fgets can do feof's job, too... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15584 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.169gabrov2005-05-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15583 b3059339-0415-0410-9bf9-f77b7e298cf2
* a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.joey2005-05-281-95/+413
| | | | | | | this represents the last work done on the demuxer by its original author. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15582 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix audio init crashjoey2005-05-281-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15581 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.64gabrov2005-05-281-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15580 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for AMD64 compiler optimizations flags in 32-bit mode. Patch by ↵gpoirier2005-05-281-1/+9
| | | | | | Corey Hickey git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15579 b3059339-0415-0410-9bf9-f77b7e298cf2
* not used anymorereimar2005-05-271-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15578 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting sh_audio to NULL is nonsense, since it is only a local variable,reimar2005-05-271-6/+6
| | | | | | | | | use d_audio->sh instead. Fixes crash for incoming/VTS_01_1_orig.VOB, though it still doesn't select the other audio stream automatically. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Athlon 64 optimization flags, in 32 and 64-bit mode.gpoirier2005-05-271-4/+43
| | | | | | | | Patch by Corey Hickey < bugfood-ml YO fatooh POUM org >, based on Robert Swain's patch <robert POUM swain YO gmail POUM com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15576 b3059339-0415-0410-9bf9-f77b7e298cf2
* This currently sends control characters to the terminal instead ofrtognimp2005-05-261-14/+18
| | | | | | | | | meaningful names. Since some names are longer than 4 characters, I propose the following approach. Patch by + a ! guru #at# sympatico ! ca + git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix pan-scan in fullscreen modenplourde2005-05-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15574 b3059339-0415-0410-9bf9-f77b7e298cf2
* support DVR formatreimar2005-05-262-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15573 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix signess warningnplourde2005-05-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15572 b3059339-0415-0410-9bf9-f77b7e298cf2
* create menunplourde2005-05-252-0/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15571 b3059339-0415-0410-9bf9-f77b7e298cf2
* quicktime fix updatehenry2005-05-251-3/+7
| | | | | | | | - check for existence of sh->ImageDesc instead of h263 fourcc - honor -lavdopts lowres git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Specify the padding instead of expecting the compiler to align correctlyreimar2005-05-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15569 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer width&height from bitmapinfoheader for h263 streamshenry2005-05-251-4/+12
| | | | | | | | fixes playback of some MOV files (http://mplayerhq.hu/pipermail/mplayer-dev-eng/2004-July/027777.html) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15568 b3059339-0415-0410-9bf9-f77b7e298cf2
* DragonFly BSD supportdiego2005-05-2513-20/+28
| | | | | | | patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15567 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored preinit_audio_filters() but set the final sample_rate to the value ↵nicodvb2005-05-241-6/+1
| | | | | | of -srate, if specified: the source sample_rate is sped up or down while the destination can be resampled at will; 1 aboundant liter to me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.980:gpoirier2005-05-241-3/+27
| | | | | | | | 1.980: Fix paragraph indentation. 1.979: sync to x264 r239 (zoned ratecontrol and UMHex ME) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix paragraph indentation.diego2005-05-241-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15564 b3059339-0415-0410-9bf9-f77b7e298cf2
* more paranoid return value checkinghenry2005-05-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15563 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable preinit until it's fixed (it breaks -speed...codec is initialized ↵rfelker2005-05-241-0/+5
| | | | | | with wrong samplerate) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15562 b3059339-0415-0410-9bf9-f77b7e298cf2
* No overlap allowed in memcpy, use memmovehzoli2005-05-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure that samplesize is at least 2, as some demuxers set it to 1hzoli2005-05-241-0/+1
| | | | | | | | (demux_ogg for ac3 in ogm) or possibly even 0, and it causes preinit to set audio_out_minsize too low, which causes overflow (assert). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-242-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15559 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r239 (zoned ratecontrol and UMHex ME)lorenm2005-05-243-7/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15558 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by oded to fix edl hang when end of audio is reachedrfelker2005-05-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the public sys/kbio.h header instead of messing with the MI headers, whichdiego2005-05-231-4/+1
| | | | | | | | doesn't exist anymore on DragonFly. Approved by the FreeBSD ports maintainer. patch by Joerg Sonnenberger <joerg - at - britannica - bec - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print error when skin file is not readable (e.g. a directory) instead of hangingreimar2005-05-232-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).reimar2005-05-231-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use memmove instead of memcpy for overlapping areas.reimar2005-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce senseless spamminess of DVD playback in verbose mode.diego2005-05-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.978: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a ↵gpoirier2005-05-221-1/+10
| | | | | | time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.977.gpoirier2005-05-221-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.diego2005-05-221-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15549 b3059339-0415-0410-9bf9-f77b7e298cf2
* LC_ALL overrides LANG, so use it instead.diego2005-05-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15548 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit audio filters in order to determine the final samplerate and number ↵nicodvb2005-05-221-2/+17
| | | | | | of channels, or audio encoders will be initialized with the wrong parameters git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15547 b3059339-0415-0410-9bf9-f77b7e298cf2
* vb_strategy only works in pass one.diego2005-05-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15546 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_macosx does not yet support command keys.diego2005-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15545 b3059339-0415-0410-9bf9-f77b7e298cf2
* More correct -lavfopts description.diego2005-05-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention the MinGW HOWTO.diego2005-05-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.diego2005-05-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -wid behave more consistent.al2005-05-216-0/+20
| | | | | | | Original patch by kiriuja |mplayer-patches >ta< en-directo >tod< net| git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.974: Document lavf muxers.gpoirier2005-05-211-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15540 b3059339-0415-0410-9bf9-f77b7e298cf2
* sanity checksalex2005-05-211-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15539 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2005-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15538 b3059339-0415-0410-9bf9-f77b7e298cf2
* LANG=C ensures month/day order and English language in the date string fordiego2005-05-211-5/+6
| | | | | | | | | more reliable operation in diverse environments. Tested on OpenBSD, NetBSD, FreeBSD, Darwin 10.2 and Darwin 10.1. Darwin 10.4 should work as well, 10.3 does not due to broken ls. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for latest Cygwin-related changes.diego2005-05-211-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support playing DVDs from harddrive directories.diego2005-05-211-4/+4
| | | | | | | idea from Björn Hermansson < Bjorn dot Hermansson at teliasonera dot com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not switch to audio tracks whose codec private data differs from the main ↵mosu2005-05-211-0/+4
| | | | | | audio track's as this will most likely result in messed up audio output. Patch by Michael Behrisch <list () behrisch ! de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15534 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lavf muxers.diego2005-05-202-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15533 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2005-05-201-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15532 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.168gabrov2005-05-201-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15531 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.27gabrov2005-05-201-1/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15530 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.69gabrov2005-05-201-7/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15529 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.973: macosx T behavior is standard, vo_macosx (will) have same special keykraymer2005-05-201-7/+4
| | | | | | | + little typo/wording fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15528 b3059339-0415-0410-9bf9-f77b7e298cf2 <