summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-30 23:33:31 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-30 23:33:31 +0200
commit8c225fbe0dffc1e0dbaa2e9d4855761e66b020ab (patch)
tree98a97f8b87f97b73e8e0989d47d217fe24bb63fc /etc
parent4a3de78aaedc0307525fa1375f10ce84567ccda4 (diff)
downloadmpv-8c225fbe0dffc1e0dbaa2e9d4855761e66b020ab.tar.bz2
mpv-8c225fbe0dffc1e0dbaa2e9d4855761e66b020ab.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf61
1 files changed, 30 insertions, 31 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d018d2d0a2..9ec6e6d1a9 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -102,37 +102,6 @@ videocodec blackmagic
out BGR32,RGB32
; MPEG-1/2 decoding:
-; Note: mpegpes is preferred for hw decoders:
-
-videocodec mpegpes
- info "MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)"
- comment "for hardware decoding"
- status working
- format 0x10000001 ; mpeg 1
- format 0x10000002 ; mpeg 2
- fourcc mpg1,MPG1,mpg2,MPG2
- fourcc MPEG
- fourcc hdv1,hdv2,hdv3
- fourcc hdv5
- fourcc hdv6,hdv7,hdv8
- fourcc xdv1,xdv2,xdv3
- fourcc xdv4,xdv5,xdv6
- fourcc xdv7,xdv8,xdv9
- fourcc xdva,xdvb,xdvc
- fourcc xdvd,xdve,xdvf
- fourcc xd5a,xd5b,xd5c
- fourcc xd5d,xd5e,xd5f
- fourcc xd59
- fourcc mx5n,mx4n,mx4p
- fourcc mx3n,mx3p
- fourcc AVmp
- fourcc mp2v,mpgv
- fourcc m2v1,m1v1
- fourcc PIM1 ; Pinnacle hardware-MPEG-1
- fourcc PIM2 ; Pinnacle hardware-MPEG-2
- fourcc LMP2 ; Lead mpeg2 in avi
- driver mpegpes
- out MPES
videocodec ffmpeg1
info "FFmpeg MPEG-1"
@@ -333,6 +302,36 @@ videocodec ffmpeg12vdpau
out VDPAU_MPEG1
out VDPAU_MPEG2
+videocodec mpegpes
+ info "MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)"
+ comment "for hardware decoding"
+ status working
+ format 0x10000001 ; mpeg 1
+ format 0x10000002 ; mpeg 2
+ fourcc mpg1,MPG1,mpg2,MPG2
+ fourcc MPEG
+ fourcc hdv1,hdv2,hdv3
+ fourcc hdv5
+ fourcc hdv6,hdv7,hdv8
+ fourcc xdv1,xdv2,xdv3
+ fourcc xdv4,xdv5,xdv6
+ fourcc xdv7,xdv8,xdv9
+ fourcc xdva,xdvb,xdvc
+ fourcc xdvd,xdve,xdvf
+ fourcc xd5a,xd5b,xd5c
+ fourcc xd5d,xd5e,xd5f
+ fourcc xd59
+ fourcc mx5n,mx4n,mx4p
+ fourcc mx3n,mx3p
+ fourcc AVmp
+ fourcc mp2v,mpgv
+ fourcc m2v1,m1v1
+ fourcc PIM1 ; Pinnacle hardware-MPEG-1
+ fourcc PIM2 ; Pinnacle hardware-MPEG-2
+ fourcc LMP2 ; Lead mpeg2 in avi
+ driver mpegpes
+ out MPES
+
; we have only native open source codecs for these:
videocodec ffnuv