summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-01 20:10:27 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-01 20:10:27 +0200
commit7cd7416c7316ce28cfa663b1f1d578b9c768a6ba (patch)
tree9ac07232011a1488a0f502835f6aba41631a71c2 /etc
parent156ba34ac7b6099f867a66295fbfe650db63e598 (diff)
downloadmpv-7cd7416c7316ce28cfa663b1f1d578b9c768a6ba.tar.bz2
mpv-7cd7416c7316ce28cfa663b1f1d578b9c768a6ba.tar.xz
libmpeg2: drop libmpeg2 support
libavcodec mpeg2 decoder has been the default for a while and seems to work fine.
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f80d717043..be54e79035 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -255,45 +255,6 @@ videocodec ffmpeg12
out YV12,I420,IYUV
out 422P,444P
-videocodec mpeg12
- info "MPEG-1 or 2 (libmpeg2)"
- comment "with postprocessing"
- status working
- format 0x10000001 ; MPEG-1
- format 0x10000002 ; MPEG-2
- fourcc "DVR "
- fourcc hdv2
- fourcc mpg1
- fourcc PIM1 ; Pinnacle hardware-MPEG-1
- fourcc PIM2 ; Pinnacle hardware-MPEG-2
- fourcc mpg2,MPG2
- fourcc MPEG
- fourcc hdv1
- fourcc hdv3 ; HDV 1080i50
- fourcc hdv5 ; HDV 720p25
- fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
- fourcc MMES,mmes ; matrox mpeg2 in avi
- fourcc M701 ; matrox mpeg2 intra-only
- 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,xd54
- fourcc mx5n,mx4n,mx4p
- fourcc mx3n,mx3p
- fourcc AVmp
- fourcc mp2v,mpgv
- fourcc m2v1,m1v1
- fourcc LMP2 ; Lead mpeg2 in avi
- driver libmpeg2
-; dll "libmpeg2"
- out YV12,I420,IYUV
- out 422P
-
videocodec ffmpeg12mc
info "FFmpeg MPEG-1/2 (XvMC)"
status buggy