Commit Graph

857 Commits

Author SHA1 Message Date
kostya 498b8d3f73 1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29376 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-20 18:18:35 +00:00
siretart a0bb608741 Conform to the updated Desktop File Specification. Also improve the
wording of the Name and Comment field. Also update the german
translation. Other translations based on a suggestion from Siegfried
Gevatter <rainct@ubuntu.com>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29369 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 09:14:17 +00:00
compn 91cb465fd3 add .mp1/.mp2 mov audio fourcc to ffmp2 codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29368 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 05:18:28 +00:00
compn 3657b0185c sync with ffmpeg
add m1v1 fourcc to mpeg1 codec
add another format to ima wav adpcm from facebook samples


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29359 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-13 12:32:05 +00:00
compn 7fbd75845c sync with ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29357 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-12 11:23:22 +00:00
compn 3c20965003 sync with ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29356 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-12 02:39:21 +00:00
compn f3d2988297 add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
and Mp42 fourcc to ffmp42 codec, fixes unknown_audio_codec.avi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29324 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-26 01:02:16 +00:00
compn 3f7f582557 add binary decoder for YLC0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29323 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-26 00:19:31 +00:00
diego 6e9cbdc104 whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-13 02:58:57 +00:00
compn b901ebc9a0 make = and + both adjust audio delay, useful for keyboards without keypads
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29137 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-04-04 04:27:09 +00:00
compn a9d4cebae0 add fourccs: dvp and dvs1, from vlc dv video fourcc list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29136 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-04-03 13:39:34 +00:00
compn 5b379dbb97 cdvh decodes with ffdv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29116 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-31 18:49:04 +00:00
compn db76c92ae5 sqcp plays with ffqclp in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29050 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 19:48:51 +00:00
reimar ab46b43943 Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28953 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-15 09:25:50 +00:00
compn 842880eecb add sn40 binary codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28931 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-10 23:23:01 +00:00
compn 4e7827edeb sn40 decodes with ffodivx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28930 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-10 20:16:16 +00:00
reimar 276a73e2f2 Remove internal NuppelVideo decoder, the code in libavcodec can decode
those files and some more and is far more maintainable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28888 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:32:42 +00:00
reimar e46d74d4ae Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28877 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 08:56:28 +00:00
reimar 30aa2383ca ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
way as the software decoders, otherwise they will be preferred over
the software decoders which just breaks things when using e.g. xv vo.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28712 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-23 11:48:45 +00:00
reimar 6ab19b81b1 Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
on some systems.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28639 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-17 20:44:45 +00:00
reimar b012d635ee WMVA works with VDPAU, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28582 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-15 08:12:12 +00:00
reimar f8b220a35c Sync fourccs for ffvc1vdpau
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28580 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-15 07:54:25 +00:00
reimar 720feba142 Sync fourcc list for ffmpeg12vdpau
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28579 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-15 07:53:21 +00:00
reimar 8c1978cc26 Add support for image formats and codecs used by VDPAU
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28551 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-14 08:29:45 +00:00
diego 03c3ed9b81 Fix FFmpeg decoder info fields to be consistent.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28486 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-08 21:45:32 +00:00
diego 021d1c446c cosmetics: Drop redundant "decoder" from codec info fields.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28485 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-08 21:42:48 +00:00
compn d537652d95 add pvez to truemotion 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28388 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-29 15:17:22 +00:00
compn 05a6ce54c9 add EPHV to ffodivx,xvid
add T263 to ffh263
add MFZ0 binary codec Moyea Flash to Video Converter


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28346 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 17:20:16 +00:00
compn b2a8be81e6 add mimic in avi fourcc LM20 to ffmimic
MidiVid3 binary decoder for MV30
Telegeny binary decoder for VDTZ


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28335 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 19:09:57 +00:00
compn da01b889d7 add SLMJ fourcc to ffmjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28310 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-13 17:08:29 +00:00
compn 88ac91a815 add binary codecs:
Forward JPEG Video Codec (FRWD)
Forward JPEG+Alpha Video Codec (FRWT)
Forward Uncompressed Video Codec (FRWU)
DideoNET SMV2 Codec (SMV2)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28309 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-13 17:05:18 +00:00
compn 5a4f84017c add nsvideo (NSVI) binary codec. works on uncommon samples list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28308 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-13 11:53:54 +00:00
compn a0379a5e04 add yamaha adpcm ffmpeg codec, works on sample
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28307 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-13 02:38:03 +00:00
compn a846b34f3e add vdowave acm codec for format 0xFFFC
works on http://videorenditions.com/media/babyfaceVDO.avi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28289 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-10 13:14:25 +00:00
compn a827159b0c add binary codec Philips Speech Processing CELP acm for format 0x120
works on /A-codecs/format-0x120-phillips-celp-T_CELP.WAV
add DIVF fourcc to ffodivx


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28259 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-05 03:17:12 +00:00
compn 9af21d57c1 add zygo audio (SPXN) qtaudio codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28189 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-24 04:33:51 +00:00
reimar 082b91fc9f Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28186 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-23 19:10:40 +00:00
compn a4b7f5a01b re-add codecs: sif1 (directshow version) and acdsee mjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28179 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-22 16:51:06 +00:00
compn ce821bd91f add amr format tags, fixes:
http://www.pdafrance.com/img/testproduit_pocketpc/a730/video4.avi	


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28176 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-21 20:12:47 +00:00
compn d28496053e remove acdsee mjpeg binary codec, works with ffmjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28174 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-20 23:01:22 +00:00
kostya 7244d8b871 FFmpeg now has RV30 decoder enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28173 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-20 18:07:08 +00:00
compn b8830753f1 add binary codecs:
yuv8 - yuv8 vfw decoder
WCMV - Wincam Screen capture codec
AJPG,ABYR - Kensington videocam codec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28162 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-17 20:54:25 +00:00
compn 34f989f5e8 add binary codec for fourcc wavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28160 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-17 14:52:46 +00:00
compn 9b9b9f8002 Added FOURCCS:
RPZA,AZPR to ffrpza
DVX3 to ffdivx
INMC to ffodivx and xvid
QIVG to ffmjpeg

Added binary codecs:
GMP4,GM40 to Geovision MPEG4
XJPG to Xiricam JPEG
SP60,SP61,SP62 to SP6x Codec
SMSV to WorldConnect Wavelet Codec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28155 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-16 05:19:11 +00:00
compn 8578b11a23 another mpeg4 fourcc and add binary vdo codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28137 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-13 04:37:32 +00:00
compn ad69a8fb0c add ac-3 fourcc from mp4 file
fixes incoming/AC3inMP4.mp4


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28132 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-11 23:33:43 +00:00
compn b970a125a5 add acdv fourcc to ffmjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28123 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-10 12:41:36 +00:00
compn 5f3a152314 add binary voxware metavoice audio codec, format 0x74
works on http://www.hfhrpol.waw.pl/Tybet/multimedia/MaoMacha.asx


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28117 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-09 02:46:28 +00:00
compn 6d700fd4e2 remove duplicated fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28116 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-08 19:43:48 +00:00
compn b82b482c2a add some fourcc's and ulead dv audio codec, fixes samples from:
http://home.twmi.rr.com/compn//uncommon_audio_codecs.txt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28115 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-08 19:42:00 +00:00
compn 403cf73c97 add a bunch of binary codecs with samples from this list:
http://home.twmi.rr.com/compn/uncommon_video_codecs_final.txt
change sif1 codec to vfw since the dshow codec was terrible
mark videocodec alaris as working


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28092 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-05 14:50:48 +00:00
diego dbbff8bd78 Add entry for FFmpeg QCELP decoder, currently produces white noise.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28089 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-04 18:11:05 +00:00
cehoyos 9dca7aa7d9 Allow mp2 in mov.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28086 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-03 23:03:48 +00:00
compn d7a5babef7 add bunch of fourccs and updates from
http://tranquillity.ath.cx/uncommon_video_codecs_final.txt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28084 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-03 20:52:27 +00:00
compn b143a13009 add FFDS fourcc
fixes FFDS avi files from this list:
http://tranquillity.ath.cx/uncommon_video_codecs_final.txt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28078 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-03 13:35:44 +00:00
kostya 5895532e51 FFmpeg now has RV40 decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28054 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-01 06:42:11 +00:00
diego 614b6f25db Update Tremor comment regarding fixed-point mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28039 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-26 13:04:10 +00:00
compn f6e7167a76 add more informative comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28032 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-24 20:50:14 +00:00
diego 5351098826 Create a separate codecs.conf entry for Tremor and use it if MPlayer is
with Tremor support instead of libvorbis. Previously MPlayer would show
the same output on the console when decoding with libvorbis and Tremor.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28014 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-24 08:31:44 +00:00
diego a1f7b4aef9 Add RVTR fourcc to ffrv20 decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27659 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-23 21:44:02 +00:00
compn 2d4476731c add blackmagic 10bit decoder, works on v-codecs/R210/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27652 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-20 17:23:02 +00:00
compn 245b0aadab another dup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27647 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-20 01:53:45 +00:00
compn 35f4335cbc duplicate fourcc spotted by uoti
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27646 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-20 01:51:23 +00:00
compn e95623cf2d fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27645 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-20 01:35:44 +00:00
compn 4d1425c708 sync with videolan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27644 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-19 20:58:20 +00:00
compn 04db08e918 sync with xine
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27643 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-19 19:55:25 +00:00
compn 584cefe84f sync with libavformat/riff.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27642 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-19 19:16:32 +00:00
compn d9d88dd59c sync with libavformat/isom.c fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27641 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-19 18:50:42 +00:00
compn d17f5c5c72 yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27627 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-16 02:43:02 +00:00
aurel bae94777d7 support E-AC-3 decoding using ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27514 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-01 22:37:50 +00:00
diego e9e576a0a6 Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27473 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-21 11:00:47 +00:00
diego 96a6782c43 cosmetics: Remove trailing whitespace and tabs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27472 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-21 09:52:47 +00:00
compn 880757477b codecs.c note is very old and unneeded.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27447 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-10 15:32:03 +00:00
compn 0ae6b046a2 add hdv1 fourcc
sync from vlc's fourcc.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27389 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-01 12:18:19 +00:00
compn d44aa23118 add some h263 fourccs
sync with vlc's fourcc.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27388 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-01 12:09:49 +00:00
compn f8c885fcb2 add ADJV fourcc to mjpeg
fourcc found in vlc/modules/codec/avcodec/fourcc.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27387 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-01 12:03:55 +00:00
compn a7e504b249 add XIXL fourcc to videoxl codec
fourcc found in xine-engine/buffer_types.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27385 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-01 02:52:31 +00:00
compn 2c1616fb79 add XDCAM and more HDV MPEG2 fourccs
tested on /MPlayer/incoming/hdv6/hdv6.mov
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27367 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 03:30:48 +00:00
compn 3069de886e add ffvp6a codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27356 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 01:01:54 +00:00
compn b3978d78b2 add ffmotionpixels codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27355 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 00:50:39 +00:00
diego fa164d8a94 Add Dirac video support via libdirac and libschroedinger in libavcodec.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27339 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 22:58:51 +00:00
reimar 6c0d230fb3 Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27277 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-13 17:12:41 +00:00
reimar a80b534b5a Add support for FFmpeg's ADPCM codecs and make them the default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27276 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-13 17:06:36 +00:00
diego a77608b67a Add support for MLP audio through FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27232 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-07 12:17:46 +00:00
compn c191e0424b add support for /game-formats/psx-str/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27133 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-24 12:15:31 +00:00
ben 59346bc23a Change DVDNAV command key names.
Parameters now use a string much more intuitive than previous int value.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27100 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-19 18:51:42 +00:00
compn 8d112e9a4a add VIDM fourcc to divx/xvid, based on this patch:
http://sisyphus.ru/srpm/Sisyphus/mplayer/patches/10
https://bugzilla.altlinux.org/show_bug.cgi?id=12211
tested with file created using vidm.dll


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27001 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-06 20:26:19 +00:00
compn 499de0f563 add psiv codec, works on psi_v-sample.mov
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27000 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-06 18:55:38 +00:00
compn bf2e607c7e add qtactl codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26999 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-06 18:18:46 +00:00
diego 6e478b9ea6 Change spelling of XviD to Xvid as has already been done in the (rest of the)
documentation. The name change was effected a few years ago already.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26940 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-31 16:38:02 +00:00
iive 08ec85ba4b Revert commit r26897.
XviD is the correct spelling of the codec. 
You can see it written in the codec own 
documentation and header files.

Prefered name capitalization confirmed 
in conversation with XviD developer (prunedtree).



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26915 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 23:04:41 +00:00
diego 8ac2b7bbf5 cosmetics: XviD --> Xvid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26897 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 12:41:27 +00:00
reimar fbfdfddb28 Readd fourcc used by MTV format. Note that BGR->YUV conversion
is currently broken.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26876 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-25 16:27:51 +00:00
reimar 15a6a54e6e Remove incorrectly added formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26875 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-25 16:10:55 +00:00
reimar c815e7b9d5 Add some codec specifications needed to play MTV files.
Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26846 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-21 16:36:40 +00:00
ben 95c672c96d Make "Menu" button of AppleIR remote call OSD Menu instead
of displaying the OSD status



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26801 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 12:28:34 +00:00
ben d371732d64 Allow DVD Menus to be controlled by AppleIR Remote.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26800 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 12:19:51 +00:00
compn 3ea9517367 add ffmpeg ea maxis xa adpcm audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26792 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-16 23:31:05 +00:00
compn 41bb615f77 add gsm in aif, works on aif-gsm610.aif
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26779 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-14 19:21:59 +00:00
compn 3642bdba84 add rl2 codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26767 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-14 13:56:14 +00:00
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