summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-08 19:42:00 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-08 19:42:00 +0000
commitb82b482c2a760501b0d3e76f4c78cdb5e5475fb4 (patch)
tree7710c3fc585c20ae382500af3f7f5f3587c4c955 /etc
parentae49e3a5148df35985cbc5c1884e7e1fa9ed8e86 (diff)
downloadmpv-b82b482c2a760501b0d3e76f4c78cdb5e5475fb4.tar.bz2
mpv-b82b482c2a760501b0d3e76f4c78cdb5e5475fb4.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf16
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 5322147928..fd4cbe269e 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -145,6 +145,7 @@ videocodec ffmpeg2
fourcc VCR2
fourcc mp2v,mpgv
fourcc PIM2
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpeg2video"
out YV12,I420,IYUV
@@ -181,6 +182,7 @@ videocodec ffmpeg12
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpegvideo"
out YV12,I420,IYUV
@@ -218,6 +220,7 @@ videocodec mpeg12
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver libmpeg2
; dll "libmpeg2"
out YV12,I420,IYUV
@@ -253,6 +256,7 @@ videocodec ffmpeg12mc
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpegvideo_xvmc"
out IDCT_MPEG2
@@ -800,7 +804,7 @@ videocodec ffodivx
fourcc FVFW,fvfw
fourcc FFDS
fourcc DCOD,MVXM,EM4A,PM4V
- fourcc M4T3,DMK2
+ fourcc M4T3,DMK2,M4CC
driver ffmpeg
dll mpeg4 ;opendivx
out YV12,I420,IYUV
@@ -3183,6 +3187,7 @@ audiocodec faad
fourcc "AACP" ; Used in NSV for AACPlus
format 0xff
format 0x706D
+ format 0x4143 ; aac in asf
driver faad
dll libfaad2
@@ -3196,6 +3201,7 @@ audiocodec ffaac
fourcc raac,racp
format 0xff
format 0x706D
+ format 0x4143 ; aac in asf
driver ffmpeg
dll aac
@@ -3768,3 +3774,11 @@ audiocodec msnsiren
format 0x28E
driver acm
dll "sirenacm.dll"
+
+audiocodec uleaddva
+ info "Ulead DV ACM"
+ status working
+ format 0x215
+ format 0x216
+ driver acm
+ dll "dvacm.acm" \ No newline at end of file