summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* synced with 1.76 (increased sync tag after English consistency fix)gabrov2005-05-201-1/+1
| | | | 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 keynplourde2005-05-202-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Toggle only between ontop and normal.nplourde2005-05-201-20/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should fix altivec detection for g3 system.nplourde2005-05-201-4/+5
| | | | 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-aboutdiego2005-05-201-3/+3
| | | | | | | sentence of the year. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15523 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove inclusion of stdio.hnicodvb2005-05-191-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15522 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported smb:// to the new stream apinicodvb2005-05-193-104/+9
| | | | 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 ↵nicodvb2005-05-191-0/+153
| | | | | | 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 apinicodvb2005-05-195-714/+800
| | | | 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. ↵mosu2005-05-191-0/+1
| | | | | | 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.diego2005-05-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore codecs-status.html.diego2005-05-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix overly long lines that mess up output.diego2005-05-181-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15515 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationdiego2005-05-181-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15514 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc updates, Snow spellingdiego2005-05-181-12/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make version string depend of the last change of CVS/Entries for Darwin.diego2005-05-181-2/+9
| | | | | | | loosely based on a patch by Chris Roccati <roccati at pobox dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15512 b3059339-0415-0410-9bf9-f77b7e298cf2
* charset as reported, please fix if this is wrongreimar2005-05-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15511 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit palette mode support for pnghenry2005-05-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15510 b3059339-0415-0410-9bf9-f77b7e298cf2
* The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven ↵nplourde2005-05-181-0/+2
| | | | | | Schultz <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15509 b3059339-0415-0410-9bf9-f77b7e298cf2
* include get_path.c before avcodec.h, fix error on osx + gcc4 where defined ↵nplourde2005-05-181-2/+2
| | | | | | macro always_inline in libavcodec/common.h already exist in math.h and used for something else. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify that -dumpstream works for video as well as audio and mentiondiego2005-05-181-4/+8
| | | | | | | -dumpaudio and -dumpvideo as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15507 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit palette mode support for pnghenry2005-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15506 b3059339-0415-0410-9bf9-f77b7e298cf2
* new get_time_pos slave mode commandoreimar2005-05-185-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15505 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.972: Remove capitalization and period from non-sentencesgpoirier2005-05-181-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15504 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit palette mode support (and spurious ^M removal)henry2005-05-181-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15503 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong memcpy of extradata; 10l to whomever wrote that broken codenicodvb2005-05-171-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15502 b3059339-0415-0410-9bf9-f77b7e298cf2
* mux extradatanicodvb2005-05-171-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15501 b3059339-0415-0410-9bf9-f77b7e298cf2
* Saving streamed contentgpoirier2005-05-171-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync 1.972 + spelling mistakewight2005-05-171-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove capitalization and period from non-sentenceswight2005-05-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 1.60jheryan2005-05-171-0/+597
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 1.2jheryan2005-05-171-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15496 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 1.16jheryan2005-05-171-0/+136
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15495 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistency fixesgpoirier2005-05-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes the vobsub extraction examplegpoirier2005-05-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15493 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.971gpoirier2005-05-161-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15492 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.971wight2005-05-161-59/+102
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15491 b3059339-0415-0410-9bf9-f77b7e298cf2
* * some more \- in exampleswight2005-05-161-9/+8
| | | | | | | * move parenthesis before period for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15490 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.970gpoirier2005-05-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>.diego2005-05-162-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15488 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>nplourde2005-05-161-47/+3