Commit Graph

857 Commits

Author SHA1 Message Date
ben 577f567243 Use more intuitive and user-friendly DVDNAV control keys.
It is particularly useful for laptops users that obviously do
not have a keypad ;-)



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26761 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-13 17:30:18 +00:00
compn dafee81ad2 ptx is an internal fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26748 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-12 12:55:53 +00:00
compn 9fb83d224e add ffsiff, works on game-formats/SIFF/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26744 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-12 02:20:30 +00:00
compn 6d1481e91b add ffptx , works on ptx samples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26743 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-12 02:09:47 +00:00
reimar a41caa422e VLB audio is quite similar to AAC, and faad decodes somewhat usably (though
clearly wrong and playing at twice the speed), so add it to codecs.conf -
it is better than no output at all.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26653 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-03 14:11:08 +00:00
diego c785db9a0b Sync codec short name changes from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26600 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-30 09:30:05 +00:00
compn 3b374ac091 add info lines to ffmimic, ffkmvc. fixes codec-status table.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26597 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-29 17:45:41 +00:00
diego 6c2394f0b4 Add BFI video support through FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26491 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-22 10:14:55 +00:00
rtogni 7c4e867c4d Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
codecs.conf patch by AsSlowAsHell |asslowashell | g m a i l|
win32.c patch by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26476 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-20 21:13:17 +00:00
rtogni 93f77b1eaf Add status to mimic and kmvc codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26475 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-20 19:44:21 +00:00
rtogni 8f56930458 Add support for msn siren audio coced via binary dll sirenacm.dll
Based on a patch by Ruuds "roadrunnerswife" "users sourceforge net"
Closes bugzilla #963


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26473 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-20 16:06:41 +00:00
rtogni 6a11c2c303 Canopus HQ tries to load the auxiliary dlls with lowercase filename
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26472 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-20 00:36:45 +00:00
compn 51aea53c97 add canopus codecs, patch by Gianluigi Tiesi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26471 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-19 21:56:31 +00:00
zuxy 09237e38bb Add Chinese comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26428 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 00:29:02 +00:00
rtogni 97624c29f8 Support for vorbis.acm decoder (used for some implementations of vorbis
in avi)

Patch by Zuxy Meng ||| zuxy meng gmail |||


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26384 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-10 21:01:53 +00:00
compn 624f8ca8e9 document ignore option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26380 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-09 20:53:11 +00:00
diego 68ebb980cb According to the Icon Theme Specification icon names should have no extension.
Compare the output of new versions of desktop-file-validate.
pointed out by giggz, giggzounet gmail com, in Debian bug #472833.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26341 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-07 07:46:32 +00:00
compn 37235a414c add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26335 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-06 13:38:46 +00:00
diego 5d3fa363cc We currently use %U as argument to the Exec entry to indicate that gmplayer
handles URLs. However, gmplayer fails to open files with spaces in the
filename when launched from a file manager in this way. Changing %U to %F
works around this issue successfully while still working with URLs.
While this may not be a completely satisfactory solution, it is already
deployed in distributions and a better solution is unlikely to appear.
patch by Andrew Strong, andrew.david.45 gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26306 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-31 16:20:08 +00:00
diego ebcd242a56 Add FFmpeg Mimic decoder.
patch by Ramiro Polla, ramiro lisha ufsc br


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26272 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-25 09:11:20 +00:00
reimar 903ef10062 Make FFmpeg mpeg1/2 decoder the default over libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26259 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 20:15:22 +00:00
reimar f5fe9c7aef Add FFmpeg DNxHD codec support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26236 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-14 16:48:39 +00:00
reimar f791cec1b8 Yet another hdv fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26172 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-05 17:54:36 +00:00
reimar ae181c92fe Fix comment, qclp fourcc is Qclp not QCLP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26140 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-01 20:09:22 +00:00
compn 6b9a3bc1a4 sun rasterfile decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26102 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-25 18:30:02 +00:00
compn 440d7d2575 add ffpcx decoder, works on my samples.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25993 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-13 21:36:27 +00:00
diego a20fb9aee1 Translate stray Italian term.
patch by Alfredo Pironti, alfredo.pironti a gmail d com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25990 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-13 00:55:37 +00:00
reimar 5727c58ece example for setting WMP user-agent string, helps when playlists
and media (streamed via mms) use the same URL (what an ugly case of
user-agent misuse!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25961 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-08 18:33:39 +00:00
diego e95cab6f02 Add dv50 fourcc to libdv and ffdv, fixing the following sample:
http://samples.mplayerhq.hu/V-codecs/DV50/dvcpro50_aurora.avi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25953 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-04 11:10:58 +00:00
ben 2597f0c3e2 set -vc=ffmpeg12 as dvdnav prefered decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25851 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-25 19:27:42 +00:00
compn 8f0139d0f3 add default deinterlace key
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25759 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-15 19:37:16 +00:00
reimar a61585625f Adjust list of colourspaces supported by vd_ijpg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25696 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-12 15:27:35 +00:00
ulion 20e0248b37 Change the default osd menu command for AR_MENU in comment of input.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25525 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-25 08:01:46 +00:00
ulion 673246be0c OSD menu support mouse selection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25489 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-22 06:14:38 +00:00
diego 89d62c4ff8 The lagarith DLL requires an MMX2 CPU.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25483 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-21 11:41:42 +00:00
ulion 8a36c1f6ae Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25456 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-19 01:21:59 +00:00
ulion e9c921bbe1 Support chapter in OSD menu.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25392 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-14 08:39:45 +00:00
compn 32fb50d057 add lagarith codec, someone finally found it in the wild.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25380 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-12 13:39:01 +00:00
ulion 0506b2b986 Add OSD menu keybindings for Apple Remote.
Since libmenu is still not enabled by default, we do not change default command
of Apple Remote input, only add a comment for using OSD menu with Apple Remote.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25372 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-12 04:00:07 +00:00
ulion 79ce1349ed Update comment that navigating keys is defined in menu.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25371 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-12 02:48:47 +00:00
ben f5f37dc414 allow osd menu being controlled by joystick
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25365 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 21:58:42 +00:00
nicodvb 3b05fa9631 associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25329 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-09 21:44:50 +00:00
ulion a986e2a1f6 Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
by menu config file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25291 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-04 10:42:59 +00:00
reimar 06c5d53f45 Add support for Apple's yuv2 raw format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25210 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-30 11:31:31 +00:00
reimar 3ef9fe349d Add the correct format substitutions to make the raw decoders
work with QuickTime files.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25209 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-30 11:10:38 +00:00
kostya cf446beff5 Musepack SV8 lavc decoder support
Patch okayed by Diego on IRC


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25120 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-20 17:08:12 +00:00
compn 9932764f90 change fftiff from untested to working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25049 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-14 14:30:10 +00:00
diego bbb05f5adf The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
This change makes it the preferred decoder.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25042 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-13 23:47:15 +00:00
diego 5480a12264 Prefer DMO Windows Media codecs over the DShow ones. They are considerably
faster and can play 703.wmv where the DShow codecs fail.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25023 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-11 20:10:19 +00:00
diego 6f9eda08c2 Get rid of M$ silliness.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25015 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-10 21:22:53 +00:00
compn e08173e7e1 vp6vfw can decode vp6f too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24831 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-21 18:29:38 +00:00
compn 014b44de8e add nellymoser codec to mplayer with internal fourcc NELL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24792 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 13:06:35 +00:00
reimar 148e015db6 "AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
Set it to AMVA. You will have to use -ac +ffadpcmimaamv until
the demuxer is fixed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24692 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 13:57:33 +00:00
voroshil 2b9b873707 AMV demuxer and audio/video decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24673 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 03:49:22 +00:00
diego 21b3d1e874 The FFmpeg RoQ video decoder now uses 444P colorspace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24613 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-25 07:10:39 +00:00
uau 41a625a869 codecs.conf: Change Monkey's Audio decoder status to "working"
The FFmpeg issue that broke decoding of some files has been fixed and no
other problems are known, so there's no need to mark it "buggy" any
more.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24608 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-24 21:49:53 +00:00
diego e7f187b808 Pass URLs to gmplayer when executing, it accepts URLs on the command line.
patch by Chidambar 'ilLogict' Zinnoury, illogict online fr


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24600 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-24 09:13:02 +00:00
diego a93bfba85d Remove Application from list of Categories, it is not a valid category.
patch by Chidambar 'ilLogict' Zinnoury, illogict online fr


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24599 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-24 09:09:24 +00:00
diego fa1476d706 French typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24598 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-24 09:02:49 +00:00
uau b54169f071 Add support for FFmpeg Monkey's Audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24445 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-13 13:47:22 +00:00
diego 7cef65489f Remove obsolete libac3 entry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24340 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-04 22:48:13 +00:00
diego 665a58b83f Add FFmpeg AC-3 decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24281 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-29 08:44:02 +00:00
rtogni 2889dc65d0 BGR15 is also a valid format for 4xm video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24250 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-27 22:03:28 +00:00
diego bcf0c984f0 Apple Remote support
patch by Zoltan Ponekker, pontscho kac.poliod hu
cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24057 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-14 14:29:22 +00:00
reimar 49987047a3 Ugly hack to make xanlib.dll work.
See also http://samples.mplayerhq.hu/game-formats/wc4-xan/


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23981 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-01 03:30:38 +00:00
ben b61b018062 v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23925 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-29 19:20:55 +00:00
rtogni a57509942b DTS decoding via libdca
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23841 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 16:24:25 +00:00
albeu 63865de207 Add a loop command and property.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23747 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-09 14:52:46 +00:00
albeu 1544e64717 Add the sub_scale property and command.
Patch from Anatoli Marinov (anatoli [dot] marinov [at] gmail [dot] com).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23745 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-09 11:19:21 +00:00
zuxy be09bd1c04 The audio balance feature implemented with af_pan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-20 02:26:20 +00:00
compn c3e61295b6 add mmes fourcc for mpeg2 in avi files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23524 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 22:59:04 +00:00
reimar 643ee2333b Add 2vuy fourcc to rawuyvy codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23493 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 16:23:49 +00:00
albeu 78bbfea7f2 Drop the metadata stuff and replace it with generic property string expansion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23416 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-30 07:07:32 +00:00
diego ebc9066be9 ffdts is no more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23331 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 20:55:12 +00:00
compn 3d2fe32d5a update changelog and bump codecs.conf release number
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23297 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 12:58:06 +00:00
compn 98a3000eca add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23292 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 15:47:06 +00:00
cehoyos 889811529f Play amr_nb and amr_wb with FFmpegs r8880
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23239 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-06 18:15:16 +00:00
compn b68346f582 update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23023 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 19:25:52 +00:00
diego a386897c24 FFmpeg Atrac 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23020 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 14:39:16 +00:00
diego 493c6539b5 Bethesda software VID video decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23019 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 14:38:29 +00:00
diego 132247d8df Convert source comments into proper codecs.conf entry comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22970 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 09:03:06 +00:00
diego 224fd95f9c support for C93 video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22936 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-07 16:50:33 +00:00
diego 31a7f77164 support for THP ADPCM audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22934 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-07 16:31:12 +00:00
rtogni 8d62ac3446 qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
newest codecs.conf version to avoid regression


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22933 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-07 16:14:51 +00:00
rtogni 118422ccf0 Support Windows codecs from RealPlayer10
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22926 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-06 23:29:00 +00:00
diego 8d92a9a475 Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
MJPEG decoder get activated.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22895 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 16:20:06 +00:00
diego fc5643ea21 Add support for the THP game format.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22894 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 15:59:44 +00:00
compn 85dc887036 add ffbmp decoder, cant figure out fourcc bit so use format for avi...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22720 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:33:04 +00:00
compn aa03d96676 add ffdxa , works on samples/game-formats/dxa/epic.dxa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:58:10 +00:00
compn b312ea16c0 update release number
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22699 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:42:03 +00:00
compn f9c809a87b add ffdca decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22697 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:28:02 +00:00
compn 2d0e5e95f5 add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22635 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 15:15:13 +00:00
compn 376d75f914 add mute bind which has been default for a while, any other missing defaults?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22632 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 13:59:02 +00:00
diego 195ebfbef8 Add more FourCC values for the Xvid decoder.
patch by Carl Eugen Hoyos, cehoyos ag.or at


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22490 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-08 13:45:35 +00:00
voroshil 6eeb869b1f Update release tag due to previous functional changes as noticed by Ivan
Kalvachev


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22387 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 09:43:33 +00:00
voroshil fe0982a10c Update 3ivx decoder to latest version and allow it to load required library.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22385 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 02:26:08 +00:00
voroshil 5d1d66f6db Mark wma9spdshow audio codec as working, because hissing in audio (only one known
issue) is not related to codec.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22384 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 02:06:22 +00:00
reimar 744c75ee7f comment is a C-string and \ must be properly escaped as \\
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22382 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 23:58:03 +00:00
compn 5af6f7e857 add comment about voxware on windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22378 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 13:37:45 +00:00
aurel 128f311d86 Comment about lavf required for musepack and remove unneeded format entry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21804 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 18:12:06 +00:00
aurel d1c91ec012 add support for musepack native decoder from ffmpeg (require -demuxer lavf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21779 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 00:40:49 +00:00
rtogni a1e24fc7fa lavc vp6 decoder now supports also VP60 and VP61
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21663 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 22:34:58 +00:00
reimar 519497461a ffmjpeg uses RGB24 for JPEG-LS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21569 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-10 11:53:19 +00:00
reimar 6bdd546887 cscd produces BGR15, not BGR16
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21549 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 13:32:46 +00:00
gpoirier fb8e205585 remove duplicate entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21407 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-01 08:40:28 +00:00
gpoirier 9f2ebb584e fix indentation after last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21397 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-30 08:48:31 +00:00
gpoirier 98760a8555 add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21396 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-30 08:47:29 +00:00
rathann a59ed0467c Add another FourCC found in the wild, for example:
http://distro.ktemkin.com/uta/uta_fanservice.avi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21392 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 17:58:39 +00:00
diego 19300ef1db support for Westwood SND1 audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21378 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 10:51:39 +00:00
diego 2beac8d1e7 Note that ffxandpcm only works with libavformat.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21340 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 21:02:06 +00:00
diego e5dbb5e9c4 Improve Id CIN description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21035 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 17:32:22 +00:00
diego 67efdbe07a support for XAN DPCM audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21006 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 11:24:09 +00:00
diego 2f67bb7b34 support for some more fringe formats, still buggy ..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20996 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-17 22:52:57 +00:00
diego 77b21dc757 support for Electronic Arts ADPCM audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20957 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 12:33:12 +00:00
diego 25d71db765 support for Delphine CIN audio and video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20956 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 12:28:39 +00:00
diego ed670284fa Mark internal lavf FourCCs as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20955 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 11:24:45 +00:00
diego 199d26ea92 support for Interplay DPCM audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20952 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 01:17:19 +00:00
diego d495a2823f support for Sierra VMD video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20950 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 00:56:35 +00:00
diego adf53a4caa Add support for Tiertex SEQ video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20949 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 00:20:55 +00:00
diego 61da56fefa Add support for Westwood IMA ADPCM audio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20947 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-15 23:42:47 +00:00
diego fd5ad95636 vop --> vf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20882 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:13:42 +00:00
reimar d776775135 ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20864 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 16:05:13 +00:00
diego f68ef7bbe7 Add 4XM audio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20710 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 16:34:45 +00:00
diego 4457f7e07a Add FFmpeg fraps video decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20670 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-04 18:11:17 +00:00
rtogni 92eca49cf2 Intel Music Coder decoding via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20539 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-30 21:08:12 +00:00
diego 5d08125981 Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20429 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-24 16:17:46 +00:00
reimar e5e1962289 FFmpeg dv decoder can also output in 422P format.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20381 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 18:30:47 +00:00
rtogni a13f6a13b5 Require latest version of codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 16:16:34 +00:00
reimar 275e142fa7 Add flac twocc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20333 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-21 15:57:08 +00:00
rtogni 06f3785f92 Support new realaudio codec names
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20246 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 17:19:13 +00:00
diego 4a358e318a FFmpeg Shorten audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20198 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-13 00:09:20 +00:00
diego 12d8c32534 Remove outdated/misleading comment about WavPack and libavformat.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20112 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 13:08:07 +00:00
diego 48ff1ab95e Add support for TTA and WavPack.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20105 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:28:49 +00:00
aurel 3a5cd9d424 add support for vp6 in flash
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19802 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-12 00:20:53 +00:00
nicodvb 8ad2effca3 KP7 bound to dvdnav 7 (previous menu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19784 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-10 10:37:19 +00:00
rtogni e48067ea0e VP50 and VP62 support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19781 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 23:05:05 +00:00
nicodvb f996d0e7ca added unallocated keys to navigate the dvdnav menus
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 21:57:45 +00:00
diego 3cfd6d9a94 FFmpeg VMware video codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19768 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 18:45:23 +00:00
rtogni b2e56487bb Experimental WVC1 decoding via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19672 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-04 21:31:37 +00:00
diego 661c16b62e Add some more mime types from the SUSE packman package.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19654 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-03 15:37:49 +00:00
ben 7945689e25 updated sample of libmenu config file with latest improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19536 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-25 19:31:31 +00:00
diego ee830eebc9 H.261 through QuickTime DLL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19400 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 21:22:49 +00:00
diego 247c260944 Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19344 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 09:48:33 +00:00
diego 6da324b1ef Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19295 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-03 11:47:15 +00:00
diego 30930c85f0 Add comment about Chinese AVS only working with lavf at the moment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19246 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 16:33:22 +00:00
rtogni e30a4b18e9 Support for Chinese AVS
Patch by Stefan Gehrer  #<# stefan #.# gehrer #@# gmx #.# de #>#


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19243 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 15:42:01 +00:00
ben c308154fc7 added reference to ivtv card in mpegpes decoder info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19143 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:03:14 +00:00
diego f89a7da604 Remove support for obsolete and non-free divx4/odivx libraries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 17:14:16 +00:00
rtogni 033d725061 Flash screen video decoded via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18635 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 22:07:24 +00:00
rtogni c7ff0c643a Support WVC1 decoding via dmo binary codec wvc1dmod.dll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18581 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-05 18:41:01 +00:00
diego 0cdf964246 Add FFmpeg Smacker audio and video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18527 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 11:18:02 +00:00
rtognimp f9afde387b Add AACP fourcc for AACPlus in nsv streams
Patch by Compn


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18516 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 09:38:46 +00:00
diego 20e2dba9eb Prefer vorbis over ffvorbis for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18449 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-11 21:12:46 +00:00
diego b1e174aa96 ffvorbis no longer crashes with native demuxer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18433 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-10 22:59:46 +00:00
reimar 40b6f59ac4 update release tag so nobody uses an old codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18366 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 22:28:15 +00:00
diego ce9f20ac82 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18311 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-27 11:58:02 +00:00
albeu 116ca0c768 Add a new command: osd_show_property_text that show an expanded property
string on the OSD. Based on a patch 'by someone named "veal" on irc'
that showed the filename.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18223 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-23 14:31:54 +00:00
diego d5d037c63b We now have CJPG samples and they work with the CJPG and ijpg decoders.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18180 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-22 11:22:18 +00:00
diego 1dca024357 Clarify ffvorbis comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18135 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 10:24:22 +00:00
diego 04f628f283 ffvorbis
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18109 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-15 21:27:16 +00:00
diego ce91ea74ce Switch audio delay keys to something more sane (+ to increase, - to decrease)
that happens to also match the documentation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18101 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-15 14:24:36 +00:00
reimar bed619897c support kmvc and nuv decoders in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 17:10:31 +00:00
diego 8b13a68738 Add 32x32 XPM icon as mandated by Debian policy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18039 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 06:48:14 +00:00
rfelker 1b2bc3597d integrate old "libdeps" hack into makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18014 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:22:32 +00:00
diego b5743fcfda Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
albeu 32b285a093 Turn the preferences menu in something usefull using the new
property API.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17950 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 20:49:36 +00:00
reimar b2d486231d Unify MP3 fourccs for all decoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17949 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 19:24:36 +00:00
rathann 68f49b8512 in24/in32/fl32 little/big-endian QuickTime PCM audio support
approved by rxt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17859 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 23:32:36 +00:00
rathann 7875c2e150 QuickTime in24 and in32 PCM audio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17814 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-11 22:43:28 +00:00
diego 2919230676 Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17650 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-19 10:15:18 +00:00
rtognimp daf506cc05 Add some more fourcc for DV and MPEG2 needed for some mov samples posted
on ffmpeg-devel list


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17630 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-14 22:10:22 +00:00
rtognimp 857fc398b0 Native ZMBV support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17605 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 12:57:25 +00:00
rtognimp ae8e77ca8d Add support for grayscale [m]jpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17562 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-08 23:22:29 +00:00
diego e9aeec9849 fftruespeech works now that the nBlockAlign issue is settled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 23:49:44 +00:00
diego 6c83566667 Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17544 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-06 21:27:01 +00:00
diego 5879f38ce8 Mark ffrv20 as working.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17543 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-06 21:25:17 +00:00
diego 6413e0fe79 Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17542 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-06 21:24:17 +00:00
diego 7fac067cae Put settings into a more meaningful order, some cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17417 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-17 00:36:52 +00:00
diego aa83524a3b Improve option descriptions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17416 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-17 00:36:00 +00:00
diego 3c964509a6 Remove multi-language setting specification, it has little use.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17415 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-17 00:24:07 +00:00
diego 21fce2c1d6 Improve option descriptions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17414 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-17 00:18:21 +00:00
diego f4754a31eb cosmetic whitespace / layout changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17413 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-16 23:58:37 +00:00
diego 36d4355ed8 Comment out default settings. MPlayer should behave the same w/ or w/o
the default configuration file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17411 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-16 23:24:02 +00:00
diego f9ff631651 Prefer native GSM over the binary codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17406 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-16 19:27:07 +00:00
diego adad3e8f15 typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17404 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-16 03:46:58 +00:00
nicodvb ea602ae96e restored hwmpa with 'working' status and lowest priority
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17400 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-15 13:48:53 +00:00
nicodvb cd209179c1 temporarily disabled hwmpa until I fix the priority
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17399 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-15 12:30:41 +00:00
nicodvb 7737fb018d ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17398 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-15 10:25:14 +00:00
reimar 0355c44922 CamStudio codec support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17354 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-09 15:44:15 +00:00
diego 9754119e17 Add uppercase MPG2 fourcc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17341 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-07 22:41:04 +00:00
rtognimp 808f63884f Yet another MPEG-4 fourcc (Samsung SMP4)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17330 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 12:36:59 +00:00
diego 1a5f1ffe05 Add FFmpeg TrueSpeech.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17321 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-05 22:50:54 +00:00
diego af0da25bae Add MPEG fourcc to all MPEG decoders.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17320 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-05 22:47:08 +00:00
iive e1661cd170 add Dicas MPEGable H.264/MPEG-4 AVC fourcc
patch by Johannes Ranke from jranke at uni-bremen dot de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17282 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-01 15:31:05 +00:00
diego fc9ce0c940 Add MPEG fourcc to mpeg12.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17279 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 18:24:00 +00:00
reimar b558338282 add hint to slave.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17180 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-11 21:59:13 +00:00
rtognimp 81d2a7031c Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17152 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 16:52:44 +00:00
rtognimp bda32bc73a Move audio packets reordering from codec interface to demuxers for real
files (old and new format), pass only real extradata to the codec
Enable cook codec from lavc, prefer lavc codecs for 14_4 and 28_8
formats. Disable internal 28_8, it's broken now and will be removed soon


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17150 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 16:25:37 +00:00
rtognimp e26849cee0 M263 (M$ h263) can be decoded by lavc H.263 decoder
Patch by Corey Hickey


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17144 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-08 22:02:52 +00:00
diego 9b5f3d5e6f Smarter defaults, removing obsolete options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-29 00:02:58 +00:00
diego 053e9d1c18 -aop is long obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17060 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-28 23:54:08 +00:00
reimar 1ceb1daa66 libavformat seems to use "Vo" as Vorbis tag, so add that.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17010 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-17 22:31:28 +00:00
reimar 57334e4ab7 ffmpeg truemotion1 codec now outputs BGR32 for some files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16965 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:38:05 +00:00
reimar 4e76145381 Speex support. Seeking and pts generation does not work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-05 11:58:25 +00:00
iive d46f09d635 Support for video files created by Samsung Miniket VP-M100 diskless camcorder
initial patch by Georgi Chorbadzhiyski <gf@unixsol.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16826 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-22 13:53:18 +00:00
rtognimp 86fb0023b6 Add FFmpeg QDM2 audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16797 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 20:18:28 +00:00
rtognimp 1c7ef61a7e Support DTA and FLX extensions for flic via ffmpeg decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16778 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 23:24:53 +00:00
rtognimp fbf8843888 Add ffmpeg truemotion2 codec, make it default for TM20
Flip dshow truemotion2 picture, it was upside-down


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16777 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 23:17:25 +00:00
rathann c7a4d689a6 typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16572 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 20:11:39 +00:00
diego df82620ed8 Spelling, fix Terminal and Categories entry, add MimeType.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16396 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 09:43:13 +00:00
reimar d8ba059c02 Support D-Cinema audio demuxer and decoder from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16363 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 19:22:22 +00:00
reimar 1e1ee8b7b0 Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
SHLWAPI.PathFindExtensionA and SHLWAPI.PathFindFileNameA.
Tested with http://www.on2.com/vp7_samples/potter-40.vp7.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16339 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-01 20:42:13 +00:00
faust3 be93c3b295 x264 fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16330 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-31 17:33:38 +00:00
alex 4db724bf4a support Pinnacle VideoXL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16328 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-31 15:47:16 +00:00
reimar 169dd40770 ffwmv3 does not work, use "status crashing" so it is not auto-selected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16305 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 15:54:44 +00:00
rathann 49b1976bfa 1. -cache-prefil has not been renamed, it's been removed (-cache-seek-min
is a new option)
2. the default value is 50 not 5

noticed by iive


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16297 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 17:03:30 +00:00
rathann 0bf323e46e cache-prefill has been renamed to cache-seek-min, example config should
reflect this


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16279 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-20 21:00:51 +00:00
alex b113f703de added libavutil, removed linux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16232 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-16 15:41:53 +00:00
reimar 3138932d9a Support more MythTV nuv files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16164 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 18:52:20 +00:00
alex f4642f12da require some up to date codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16133 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:55:01 +00:00
reimar e860c2d3ac msrle in Quicktime FOURCC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16120 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 00:13:23 +00:00
reimar 386ab83ceb Make it possible to use libavcodecs png decoder.
Disable BGR output for binary wmv decoders, since these are slooow.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16099 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:11:56 +00:00
reimar 2a2a0395bf Forgotten part of the libmusepack->mpcdec renaming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15972 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-12 09:09:21 +00:00
reimar 2a56e2255e The right name is Musepack, not MPC/MpegPlus.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15961 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 19:17:00 +00:00
reimar c54b5a06bd musepack demuxing and decoding support (demuxing is v7 bitstream only).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15959 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 17:14:12 +00:00
rtognimp 04234277b5 Sync fourcc for all mpeg12 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15946 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-09 18:47:01 +00:00
alex d5f840fa63 non working, hence status 'buggy'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15897 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-03 11:32:40 +00:00
aurel 0a2eb091e1 add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15871 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-30 17:37:10 +00:00
rtognimp d477750980 FFmpeg theora decoder support
It works only with libavformat demuxer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15824 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-26 20:28:12 +00:00
rtognimp a32c084b97 FFmpeg mjpeg decoder can decode dmb1
"Patch" by compn


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15649 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-05 16:03:46 +00:00
reimar 3cfef55557 support DVR format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15573 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-26 11:23:15 +00:00
diego 39fda1b826 spelling cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15532 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-20 21:50:57 +00:00
henry 9eac1648be 8bit palette mode support for png
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15506 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-18 11:45:55 +00:00
rtognimp bb10329621 FRAPS decoder (FPS1) with binary dll
Patch by Gianluigi Tiesi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15475 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 23:31:29 +00:00
rtognimp 4957073078 Support for new vssh dll, patch by adland
Use new dll only for new files, it can't decode old files (patch by me)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15345 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 20:35:21 +00:00
nicodvb f80b98584a added format 0x706D for faac, compatible with ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15262 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-25 07:26:14 +00:00
rtognimp 4986b305a9 Indeo2 (fourcc "RT21") decoder via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15229 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-20 21:19:38 +00:00
rtognimp 8823f6fdf1 Support WMware video (fourcc VMnc) via binary dll
Patch by Tomas Simonaitis || haden |at| homelan |dot| lt ||


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15105 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 16:44:29 +00:00
rtognimp 3095df2c6a Remove flip form LOCO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15073 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-08 21:35:31 +00:00
rtognimp 8a4994ac98 LOCO support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15065 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-07 22:04:08 +00:00
rtognimp 862264a4fb Autodesk RLE decoder via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15060 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-06 19:14:09 +00:00
rtognimp a1ee80fd2c Support wnv1 natively via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15022 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-30 20:34:47 +00:00
rtognimp d13d95f551 alac support via lavc decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14923 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-06 17:55:31 +00:00
rathann 95c4eb180e options in config file have been using '-' instead of '_' for ages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-03 03:11:44 +00:00
rfelker 4eb1b755bb Fix the ogg fourcc nightmare!!!
The problem: once upon a time, windows idiots decided to try to store
vorbis-in-ogg-in-avi. Of course this failed miserably, but they used
the audio format tag 0xfffe for "extended" to do this. Later someone
working on MPlayer somehow decided 0xfffe was the format for vorbis,
which is nonsense, and now that's conflicting with real wav files with
extended audio format. This patch changes demux_ogg (and mkv) to use
sane fourcc's for vorbis and theora and gets rid of the 0xfffe
nonsense so hopefully wav files with extended audio will work now.
If there are problems, we'll have to find workarounds...and drive an
18-wheeler full of cola thru the house of whoever wrote this 0xfffe
nonsense in MPlayer to begin with...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14844 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 18:11:17 +00:00
diego 8f1e773ffa Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary
codecs from Real and made the info line fit 80 characters.
blessed by Roberto


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14842 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 14:07:28 +00:00
rfelker 877126488a reversed, as this breaks vorbis decoding! 1000l! someone figure out why this is the case and fix it before re-committing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14840 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 06:18:00 +00:00
rtognimp e80d264f49 Yet another fourcc for mpeg-4 (files should be made with Xvid)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14836 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 01:03:41 +00:00
ivo 15bb88b706 Add support for 32-bit float WAV files and support for extended WAV files
with 4, 6, 8, ... channels of audio.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14834 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 23:02:09 +00:00
alex 122dd326e4 swf adpcm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14821 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:21:24 +00:00