cehoyos
d1ecb411b3
codecs.conf: Support FFmpeg's native AMR Narrowband decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31830 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:14:46 +02:00
reimar
6c3c1588f5
libgsm: Remove libgsm wrapper
...
Remove copy of old and ugly libgsm code and wrapper.
Decoding these formats is supported via FFmpeg both natively and
through libgsm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31657 b3059339-0415-0410-9bf9-f77b7e298cf2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31664 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:14:22 +02:00
reimar
4d83c67b5c
codecs.conf: Add/fix GSM audio decoding through FFmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31656 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:14:20 +02:00
reimar
a874569db6
codecs.conf: Support libgsm via libavcodec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31629 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:14:20 +02:00
diego
d86aad3d56
ad_mpg123: add MP3 decoding through libmpg123
...
patch by Thomas Orgis, thomas-forum orgis org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31590 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:11:46 +02:00
cehoyos
d4aefd6d74
codecs.conf: Update ffvp8 comment.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31585 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:11:43 +02:00
cehoyos
055f411ce3
codecs.conf: change ffvp8 status from "buggy" to "working"
...
ffvp8 decodes all reference vectors fine.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31576 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:11:43 +02:00
reimar
c795508d5f
codecs_conf: Add FFmpeg VP8 decoder
...
Currently not working since MPlayer requires edge emulation support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31542 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:11:42 +02:00
reimar
bdafaeb65c
demux_ts: detect LATM AAC as a separate type
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31520 b3059339-0415-0410-9bf9-f77b7e298cf2
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31521 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:11:09 +02:00
cehoyos
74f5659dc2
codecs.conf: remove yuv422 format from VDPAU section
...
yuv422 is not supported by current VDPAU hardware.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31362 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:07:42 +02:00
cehoyos
6d035be081
codecs.conf: add M701: Matrox MPEG-2 intra-only.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31342 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:06:31 +02:00
Uoti Urpala
8362ad36ac
Merge svn changes up to r31332
2010-06-05 23:37:42 +03:00
reimar
601d6af3ec
Update codecs.conf version again, we had quite a few additions to it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31332 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-06-05 18:11:51 +00:00
Uoti Urpala
4cf9a52a64
Merge svn changes up to r31265
2010-06-02 17:46:33 +03:00
Uoti Urpala
8ce2c41ca5
Merge svn changes up to r31226
2010-05-30 16:25:04 +03:00
Uoti Urpala
2f1a518d45
Merge svn changes up to r31211
...
The merged cache2.c changes are known to have problems. Will merge
further fixes to them before merging this to the master branch.
2010-05-30 16:14:55 +03:00
Uoti Urpala
9b68a49d01
Merge svn changes up to r31197
2010-05-30 15:58:55 +03:00
Uoti Urpala
a286506467
Merge svn changes up to r31176
2010-05-30 15:37:34 +03:00
Uoti Urpala
6f199ab3d9
Merge svn changes up to r31169
2010-05-30 15:27:58 +03:00
compn
52cc89f751
add "lpcJ" fourcc for the RealAudio 1.0 codec.
...
patch by Francesco Lavra
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31257 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-28 21:03:29 +00:00
cehoyos
e43d1dd247
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31222 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-26 10:05:36 +00:00
diego
ab1c858071
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
...
patch by James Zern, jzern google com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31220 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-25 23:41:30 +00:00
cehoyos
d852b590a2
Samsung uses SIPP as FourCC for MPEG-4 ASP.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31211 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-25 10:32:09 +00:00
sesse
46f30279e7
Add final missing bits of CineForm HD support on Linux (via the Windows
...
DirectShow codec).
Required changes:
- codecs.conf entry (of course).
- Allow opening files with “.col” in the file name, just like “vp3” and “.fpf”
already was allowed. (CineForm expects to be able to do this, presumably
for some color management code.)
- In registry.c, fake a few registry keys that the codec expects the installer
to have written. Also, change a few magic numbers (0, 2) to the appropriate
constants (ERROR_SUCCESS, ERROR_FILE_NOT_FOUND) where appropriate, so the code
is easier to follow.
SMP works fine, but seemingly performs suboptimally (e.g., on my dual-core
laptop, CineForm performs better if I lie to it and tell it I have four cores).
I don't know if this is inherent in the codec, or some inefficiency in the
emulated synchronization primitives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31196 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-23 16:01:12 +00:00
cehoyos
b6bcfb4f00
Enable libavcodecs new MPEG-1 Audio float decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31175 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-14 14:24:16 +00:00
compn
e0f56eb83f
add FLV4 fourcc to vp6
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31148 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-09 20:31:45 +00:00
Uoti Urpala
f38efd166e
Merge svn changes up to r31097
2010-04-26 19:23:32 +03:00
Uoti Urpala
8df340271e
Merge svn changes up to r31040
2010-04-26 18:38:11 +03:00
Uoti Urpala
7795726e0f
Merge svn changes up to r31033
2010-04-26 18:25:34 +03:00
Uoti Urpala
e913d6c5da
Merge svn changes up to r31004
2010-04-26 17:55:05 +03:00
Uoti Urpala
4785c2617e
Merge svn changes up to r30967
2010-04-26 17:42:20 +03:00
Uoti Urpala
95fba94860
Merge svn changes up to r30917
2010-04-26 17:11:04 +03:00
Uoti Urpala
ff559b8e90
Merge svn changes up to r30907
2010-04-26 16:57:25 +03:00
reimar
f99ec989bc
Update comment describing issues with ffaac.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31053 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-20 20:25:35 +00:00
reimar
2c26f9bde0
Mark ffaac as buggy (thus making faad default again) and
...
document the know issues.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31039 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-15 18:51:07 +00:00
cehoyos
543504363f
Add osd_show_progression: Show progress bar and elapsed/total time.
...
Patch by Hugo Chargois, hugo D chargois A free fr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31028 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-09 19:20:52 +00:00
attila
0b37836e8c
rename eatgv -> ffeatgv, lpcm -> fflpcm
...
for consitently naming all ffmpeg codecs
requested by compn
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30977 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-31 06:33:08 +00:00
reimar
498bd63ccc
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
...
there is no need to do any conversion during decoding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30939 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-19 19:42:23 +00:00
diego
3cd1525bf3
Prefer FFmpeg AAC decoder over libfaad.
...
This is a tentative change to give the decoder more testing;
it can always be reverted in short order if it turns out suboptimal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30918 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-17 12:39:21 +00:00
diego
0426d5d72d
Rename libopencore AMR decoder entries.
...
FFmpeg now has an AMR-NB decoder, this avoids name clashes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30917 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-17 12:35:36 +00:00
sesse
95f68d3976
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
...
are in place.
Add codecs.conf entry for both codecs, and qt_comp.h entry for ProRes
(not used except for debugging, so mainly for completeness). Both work
with -demuxer mov only, as all other QuickTime binary codecs.
AIC support is for OS X only, and untested.
Split out from a patch Andrew Wason (r e c t a l o g i c <at> rectalogic
<dot> com) posted in June.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30901 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-15 12:58:17 +00:00
conrad
13d16eb051
fftheora supports 4:2:2 and 4:4:4 now
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30887 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-13 22:46:58 +00:00
reimar
f6cef36bdb
Add the 0xA109 format for speex, it is claimed to be officially registered (have
...
not verified).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30885 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-12 18:23:30 +00:00
Uoti Urpala
0269d22d32
Merge svn changes up to r30876
2010-03-10 03:18:42 +02:00
Uoti Urpala
acdce0176a
Merge svn changes up to r30732
2010-03-10 01:25:15 +02:00
Uoti Urpala
5099b1458d
Merge svn changes up to r30683
2010-03-10 00:52:17 +02:00
Uoti Urpala
90f5873f1a
Merge svn changes up to r30675
2010-03-10 00:47:25 +02:00
Uoti Urpala
c37f09693d
Merge svn changes up to r30643
2010-03-10 00:00:06 +02:00
Uoti Urpala
89c5ed5e9a
Merge svn changes up to r30605
2010-03-09 23:44:57 +02:00
Uoti Urpala
42bf12c2d3
Merge svn changes up to r30595
...
Conflicts:
mplayer.c
vidix/nvidia_vid.c
2010-03-09 23:37:00 +02:00
Uoti Urpala
8365d174b6
Merge svn changes up to r30557
2010-03-09 23:09:46 +02:00
Uoti Urpala
36e7a20e69
Merge svn changes up to r30550
2010-03-09 23:03:14 +02:00
Uoti Urpala
8e593f5a34
Merge svn changes up to r30529
2010-03-09 22:47:41 +02:00
cehoyos
12d78a9e5c
Support SEGA CRI adx codec with demuxer lavf.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30875 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-09 14:33:11 +00:00
Grigori Goronzy
91f0b3c9a5
Add FLV4 fourcc to ffvp6f decoder
...
Some Flash videos use this fourcc and several websites indicate this is
a standard fourcc for Flash VP6 content.
2010-02-24 09:53:24 +01:00
compn
0139c2394a
add older lhacm codec for formats 0x70-0x73 to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30721 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 13:40:45 +00:00
kostya
43423627d4
FFmpeg Bink video now supports alpha channel
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30720 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 09:04:18 +00:00
kostya
88f86bcc4d
FFmpeg supports Bink, let MPlayer play it as well
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30679 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-21 13:38:55 +00:00
diego
8ba6b4eaf9
cosmetics: Remove pointless empty lines at EOF.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-20 21:02:49 +00:00
cehoyos
4565c3ac28
Use new FFmpeg WMA Voice decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30637 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-18 10:32:00 +00:00
reimar
cdd0ab0da9
Mark ALS fourcc as internal only.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30605 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-17 07:06:12 +00:00
reimar
20b2f493bb
Support FFmpeg's ALS decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30604 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-16 21:54:50 +00:00
reimar
f452c1262f
Add support for decoding 4:2:2 and 4:4:4 Theora files.
...
Patch by Giorgio Vazzana [mywing81 gmail com]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30585 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-14 15:39:52 +00:00
compn
833a4e427d
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30554 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-13 17:39:34 +00:00
cehoyos
592d2e3edf
Improve comment for GeoCodec.dll
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30540 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-11 23:59:08 +00:00
compn
4c8061bf9f
add comment about geov codec crashing on win32 in codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30534 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-11 02:25:38 +00:00
cehoyos
cd3d8675f6
GeoCodec.dll also supports fourcc GEOX.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30533 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-11 01:28:21 +00:00
cehoyos
182001aef1
Support GEOV video codec: Hangs on exit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30532 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-11 01:12:37 +00:00
kostya
5c10618fa1
There is Indeo 5 decoder in FFmpeg now, so register it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30529 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-09 08:46:07 +00:00
Uoti Urpala
8c225fbe0d
codecs.conf: stop trying mpegpes first for MPEG-1/2
...
Setups which would benefit from mpegpes are rare today, and trying it
first produces misleading error messages when trying to play any
MPEG-1/2 file.
2010-01-30 23:33:31 +02:00
Uoti Urpala
d84685ce13
Merge svn changes up to r30448
2010-01-28 00:54:08 +02:00
Uoti Urpala
6ece23f1b1
Merge svn changes up to r30437
2010-01-28 00:37:32 +02:00
reimar
d1ec4a57ba
Make mp3lib the default MP3 decoder again, it is a good bit faster on
...
standard desktop hardware.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30445 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-27 19:15:49 +00:00
Uoti Urpala
4ebf007580
Merge svn changes up to r30375
2010-01-25 15:36:38 +02:00
Uoti Urpala
ff2df2ac54
Merge svn changes up to r30322
2010-01-25 15:17:50 +02:00
Uoti Urpala
69fe2522f8
Merge svn changes up to r30301
2010-01-25 15:07:30 +02:00
Uoti Urpala
47a04d40f3
Merge svn changes up to r30250
2010-01-25 14:34:56 +02:00
cehoyos
61fad6af42
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30426 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-24 19:50:27 +00:00
cehoyos
f712f0ee96
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
...
VDPAU, and I doubt it works for XVMC or mpegpes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30422 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-24 16:06:41 +00:00
compn
9b08d26bfb
add uldx and vspx fourcc to ffodivx in codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30364 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-18 03:55:16 +00:00
compn
8568e701ea
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
...
change ffsipr to working (and first choice by default) in codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30318 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-16 13:59:59 +00:00
compn
849d578842
mark cfhdvfw decoder as working on windows only
...
add ffmpeg sipr / acelp.net decoder as buggy until 16k is supported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30274 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-11 11:16:09 +00:00
reimar
f10f9b5726
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
...
This is meant as a test to see if we can possibly remove mp3lib at some point.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30265 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-10 19:37:42 +00:00
compn
0a411a89e9
add binary cineform hd vfw decoder to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30247 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 21:50:32 +00:00
compn
bb31a48a51
mark ffqclp as working in codecs.conf, works on all my samples
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30243 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:44:34 +00:00
Uoti Urpala
819b8f08a2
Merge svn changes up to r30236
2010-01-08 02:44:37 +02:00
Uoti Urpala
efe742e3fa
Merge svn r30174
2010-01-08 01:22:33 +02:00
Uoti Urpala
d157b2a8ce
Merge svn changes up to r30173
2010-01-08 01:17:56 +02:00
Uoti Urpala
231b33a02f
Merge svn changes up to r30165
2010-01-08 01:05:30 +02:00
compn
c94c8d3081
add MVLZ and MVDV binary decoders to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30230 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-06 03:44:24 +00:00
compn
3dfee062b1
map zjpeg to ffmjpeg in codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30229 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 20:12:06 +00:00
compn
4148612579
add blox binary codec to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30228 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 20:04:44 +00:00
compn
4d213f46a8
add three ADV1 binary codecs to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30227 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 19:12:25 +00:00
reimar
2e557e3b28
Add support for JPEG2000 via FFmpeg/OpenJPEG
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30174 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-03 00:58:56 +00:00
reimar
1d3fd9e1ea
Also support decoding of 8-bit-per-component dpx files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30173 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-03 00:50:15 +00:00
reimar
8afc25d710
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
...
to use it.
Fixes playback of samples in http://samples.mplayerhq.hu/FLV/flash_with_alpha/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30157 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-31 23:45:07 +00:00
reimar
2150bddc74
Add support for FFmpeg's ffv210 codec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30153 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-31 22:53:51 +00:00
reimar
54e6b786f4
More readable fourcc for ffflac
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30146 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-31 11:29:21 +00:00
compn
e25e6ec309
add tm2x / tm2a binary decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30144 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-30 19:37:19 +00:00
reimar
3daa4e73cc
Make the ffmpeg decoders for DTS and AC3 the default.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30143 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-30 19:30:06 +00:00
reimar
1eb19f0a16
FFmpeg JPEG codecs can output 440p format.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30141 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-30 12:03:53 +00:00
Uoti Urpala
d46b86bc7c
Merge svn changes up to r30136
...
Ignore another broken correct-pts change in 30134.
2009-12-30 00:56:10 +02:00
Uoti Urpala
dc7f183022
Merge svn changes up to r30104
...
Ignore the broken correct-pts change in r30100.
2009-12-30 00:14:20 +02:00
compn
0c6287921f
add lavc yuv rawcodecs to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30131 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-27 20:57:03 +00:00
kostya
96a73a2d7d
lavc Interplay Video decoder now supports 16-bit mode too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30123 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-27 14:09:38 +00:00
compn
a0601ed256
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30104 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-24 04:36:04 +00:00
kostya
8eaf81f676
Register lavc Aura 2 decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30103 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-23 16:11:48 +00:00
kostya
7055e3cd05
Register lavc Aura decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30102 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-23 13:44:23 +00:00
cehoyos
af52185c93
VP6F has to be flipped for binary decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30076 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-20 13:25:08 +00:00
Uoti Urpala
efcc9ad712
Merge svn changes up to r30055
2009-12-18 18:54:42 +02:00
cehoyos
54fc3a69e7
Support R210 uncompressed 10 bit RGB codec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30053 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-17 20:15:34 +00:00
compn
8448c91153
add spdif example from beandog
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30041 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-15 02:13:51 +00:00
compn
a3c7601ce8
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29997 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 19:21:38 +00:00
compn
de3620319a
vdpau codecs config entry by beandog
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29987 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-09 20:20:18 +00:00
cehoyos
3b1e70e3ee
Support FourCC's AVI1 and AVI2 as MJPEG.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29982 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-08 23:58:42 +00:00
compn
c145024193
fix apple.com trailer example, via carl
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29975 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-03 21:04:53 +00:00
compn
cb8ae3fe63
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29973 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-01 05:02:26 +00:00
Uoti Urpala
ed333bb31d
Merge svn changes up to r29971
2009-11-29 06:11:02 +02:00
compn
d75ab2c3b5
add user-agent example to fix apple.com/trailers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29967 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-26 18:01:13 +00:00
compn
cf2227159a
map 0x20736D to ffac3, fixes broken mov sample
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29966 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-26 18:00:45 +00:00
Uoti Urpala
287b62163e
Merge svn changes up to r29912
2009-11-16 07:01:46 +02:00
Uoti Urpala
b8861ce8e2
Support VDPAU MPEG4 hardware decoding
...
Original patch by NVIDIA.
2009-11-16 02:46:33 +02:00
cehoyos
2b93a48ac8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
...
hardware.
Original patch by NVIDIA corporation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29885 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-10 19:11:13 +00:00
zuxy
4ca9381eae
Delete "auto-close" from configuration whose support has long been removed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29876 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-10 11:51:22 +00:00
reimar
4532c8ad2f
Add a profile example and (commented-out) useful defaults for dvdnav
...
to example.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29825 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-05 18:53:05 +00:00
compn
47271a8598
add yuvs fourcc, fixes yuvs.mov
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29817 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-03 20:18:47 +00:00
compn
869aad500e
add ffmpeg eatgv codec
...
patch by Jan Engelhardt jengelh ta medozas.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29816 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-03 20:03:37 +00:00
compn
76c5520d74
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29815 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-03 19:45:43 +00:00
compn
b0d6753723
add VYUY and Y42B fourccs to rawcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29811 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-02 00:11:30 +00:00
compn
b2ebe30621
add V422, YUNV to rawyuy2
...
add UYNV,UYNY,uyv1,2Vu1 to rawuyvy
add P422 to raw422P
works on samples/V-codecs/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29789 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-20 16:26:30 +00:00
compn
e4a3a38398
add HDYC fourcc to rawuyvy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29788 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-20 15:47:36 +00:00
cehoyos
b2e3df350a
Fix playback of Intel JPEG Library Video Codec.
...
Fixes r29770, which probably should not have been committed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29786 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-19 15:47:59 +00:00
compn
0c3633c9ff
add binary codec for fourcc slif
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29780 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-19 03:45:14 +00:00
compn
e3bc0549dd
add MVJP fourcc (mjpeg) from ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29775 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-15 04:49:56 +00:00
reimar
45e11b74d0
Add support for "Forward Uncompressed" decoding via FFmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29774 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-14 19:19:20 +00:00
cehoyos
b635519bbf
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29770 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-10-11 11:31:50 +00:00
Uoti Urpala
7fd3eb0f74
Merge svn changes up to r29752
...
As part of merging subtitle-in-terminal changes make
update_subtitles() only clear existing subtitles if called with the
reset argument, and not try to set new ones. Later calls should set
the needed new subtitles, and this change avoids some problems with
trying to set subtitles when mp_property_sub() in command.c gets
called from initialization code before full initialization.
2009-10-06 04:48:00 +03:00
compn
a40c6e2018
sync faad / ffaac supported fourccs as spotted by reimar
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29698 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-20 14:41:35 +00:00
compn
541888558a
add another aac tag
...
patch by william0wang (mplayer-ww)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29697 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-20 12:41:21 +00:00
compn
e0f6b6051d
add newer microsoft screen binary codec
...
patch by william0wang (mplayer-ww).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29696 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-20 12:31:36 +00:00
compn
42448dd3a4
add coreavc entry, works on windows only.
...
and only after buying the codec and installing it.
the codec will then read the serial from your windows registry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29695 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-20 12:13:36 +00:00
Uoti Urpala
e1ecc43152
Merge svn changes up to r29684
2009-09-16 22:28:12 +03:00
compn
60287b1acb
kegavideo codec requires msvcr80 on windows
...
remove incorrect out colorspace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29679 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-14 10:26:53 +00:00
reimar
426bd1b1e1
Add support for decoding sgi files via FFmpeg's sgi decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29678 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-14 09:47:08 +00:00
compn
77cb01d34f
add kega video binary codec for fourcc kgv1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29673 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-12 16:49:11 +00:00
vitor
9d99f5bd8d
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
...
Also make lavf the default demuxer for vqf.
Ok'ed by Compn on IRC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29655 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-07 17:20:44 +00:00
diego
bd3ae0c9e6
Fix grammar mistake noticed by Alexander Strasser.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29647 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-04 19:02:12 +00:00
Uoti Urpala
0e1b7765be
Merge svn changes up to r29644
2009-09-04 19:49:35 +03:00
faust3
758980965c
enable ffwmapro
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29633 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-02 17:49:24 +00:00
compn
7a6ab8a711
bpcm is internal mplayer fourcc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29594 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-30 23:28:38 +00:00