aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* more paranoid return value checkingGravatar henry2005-05-24
| | | | 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 ↵Gravatar rfelker2005-05-24
| | | | | | with wrong samplerate) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15562 b3059339-0415-0410-9bf9-f77b7e298cf2
* No overlap allowed in memcpy, use memmoveGravatar hzoli2005-05-24
| | | | 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 1Gravatar hzoli2005-05-24
| | | | | | | | (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_STREAMGravatar hzoli2005-05-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15559 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r239 (zoned ratecontrol and UMHex ME)Gravatar lorenm2005-05-24
| | | | 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 reachedGravatar rfelker2005-05-24
| | | | 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, whichGravatar diego2005-05-23
| | | | | | | | 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 hangingGravatar reimar2005-05-23
| | | | 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).Gravatar reimar2005-05-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use memmove instead of memcpy for overlapping areas.Gravatar reimar2005-05-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce senseless spamminess of DVD playback in verbose mode.Gravatar diego2005-05-22
| | | | 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 ↵Gravatar gpoirier2005-05-22
| | | | | | time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.977.Gravatar gpoirier2005-05-22
| | | | 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.Gravatar diego2005-05-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15549 b3059339-0415-0410-9bf9-f77b7e298cf2
* LC_ALL overrides LANG, so use it instead.Gravatar diego2005-05-22
| | | | 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 ↵Gravatar nicodvb2005-05-22
| | | | | | 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.Gravatar diego2005-05-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15546 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_macosx does not yet support command keys.Gravatar diego2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15545 b3059339-0415-0410-9bf9-f77b7e298cf2
* More correct -lavfopts description.Gravatar diego2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention the MinGW HOWTO.Gravatar diego2005-05-21
| | | | 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.Gravatar diego2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -wid behave more consistent.Gravatar al2005-05-21
| | | | | | | 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.Gravatar gpoirier2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15540 b3059339-0415-0410-9bf9-f77b7e298cf2
* sanity checksGravatar alex2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15539 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar alex2005-05-21
| | | | 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 forGravatar diego2005-05-21
| | | | | | | | | 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.Gravatar diego2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support playing DVDs from harddrive directories.Gravatar diego2005-05-21
| | | | | | | 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 ↵Gravatar mosu2005-05-21
| | | | | | 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.Gravatar diego2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15533 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsGravatar diego2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15532 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.168Gravatar gabrov2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15531 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.27Gravatar gabrov2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15530 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.69Gravatar gabrov2005-05-20
| | | | 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 keyGravatar kraymer2005-05-20
| | | | | | | + little typo/wording fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15528 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.76 (increased sync tag after English consistency fix)Gravatar gabrov2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15527 b3059339-0415-0410-9bf9-f77b7e298cf2
* macosx T behavior is standard, vo_macosx (will) have same special keyGravatar nplourde2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Toggle only between ontop and normal.Gravatar nplourde2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should fix altivec detection for g3 system.Gravatar nplourde2005-05-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully correct and non-confusing phrasing for the most talked-aboutGravatar diego2005-05-20
| | | | | | | sentence of the year. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15523 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove inclusion of stdio.hGravatar nicodvb2005-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15522 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported smb:// to the new stream apiGravatar nicodvb2005-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15521 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported smb:// to the new stream api, patch by Matthieu Tourne [matthieu ↵Gravatar nicodvb2005-05-19
| | | | | | puntum tourne ab gmail puntum com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15520 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported dvd:// to the new stream apiGravatar nicodvb2005-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reset the saved max_pts used for timecode reordering after seeking. ↵Gravatar mosu2005-05-19
| | | | | | Otherwise playback is broken after seeking back in a file that needs the timecodes to be reordered. Patch by Sam Dennis <sam () malfunction ! screaming !net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shorten a few lines to avoid ugly linebreaks.Gravatar diego2005-05-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore codecs-status.html.Gravatar diego2005-05-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix overly long lines that mess up output.Gravatar diego2005-05-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15515 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationGravatar diego2005-05-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15514 b3059339-0415-0410-9bf9-f77b7e298cf2