From 8c225fbe0dffc1e0dbaa2e9d4855761e66b020ab Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 30 Jan 2010 23:33:31 +0200 Subject: 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. --- etc/codecs.conf | 61 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 31 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3