My attempt at MPlayer/Windows

Forum to talk about the development of smplayer (code, patches...).

My attempt at MPlayer/Windows

Postby redxii » Wed Feb 15, 2012 7:35 pm

Latest: r34823 http://sourceforge.net/projects/smplaye ... z/download

Code: Select all
  Enabled optional drivers:
    Input: dvdnav(internal) ftp librtmp live555 libdvdcss(internal) dvdread(internal) bluray vcd networking
    Codecs: libvpx x264 xvid ffmpeg(internal) qtx real win32 libmpeg2(internal) liba52 mp3lib(internal) libtheora tremor(internal) libmad gif liblzo mpg123
    Audio output: dsound win32 sdl mpegpes(file)
    Video output: directx direct3d matrixview opengl sdl gif89a pnm jpeg mng mpegpes(file) yuv4mpegmd5sum tga

  Disabled optional drivers:
    Input: vstream pvr radio tv-v4l2 tv-v4l1 tv-dshow tv nemesi cddb cdda dvb smb
    Codecs: libschroedinger libdirac crystalhd libdv libopencore_amrwb libopencore_amrnb xanim faad2 faac musepack libdca libgsm speex toolame twolame OpenJPEG
    Audio output: sun alsa openal jack pulse nas esd arts oss v4l2 ivtv dxr2
    Video output: zr zr2 v4l2 ivtv dxr3 dxr2 vesa fbdev svga caca aa ggi xvidix winvidix cvidix 3dfx xmga dga vdpau xvmc xv x11 directfb dfbmga bl xvr100 tdfx_vid wii s3fb tdfxfb mga

Code: Select all
./configure --extra-cflags="-I/C/MinGW/mplayer/live/ -DFRIBIDI_ENTRY=""" --prefix=C:/MinGW/release/mplayer-r34818 --enable-static --enable-runtime-cpudetection --codecsdir=codecs --enable-mng --disable-mp3lib --disable-tv --disable-vidix --disable-faac-lavc --disable-inet6
Last edited by redxii on Sat Mar 24, 2012 3:17 am, edited 12 times in total.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Thu Feb 16, 2012 1:41 am

Finally got SDL compiled into MPlayer.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Thu Feb 16, 2012 9:30 pm

Code: Select all
  Enabled optional drivers:
    Input: dvdnav(internal) ftp tv-dshow tv live555 libdvdcss(internal) dvdread(internal) bluray vcd networking
    Codecs: libvpx x264 xvid ffmpeg(internal) qtx real win32 libmpeg2(internal) liba52 mp3lib(internal) libtheora tremor(internal) gif
    Audio output: dsound win32 sdl mpegpes(file)
    Video output: directx direct3d matrixview opengl sdl gif89a pnm jpeg mpegpes(file) yuv4mpeg md5sum tga

  Disabled optional drivers:
    Input: vstream pvr radio tv-v4l2 tv-v4l1 librtmp nemesi cddb cdda dvb smb
    Codecs: libschroedinger libdirac crystalhd libdv libopencore_amrwb libopencore_amrnb xanim faad2 faac musepack libdca mpg123 libgsm speex toolame twolame libmad liblzo OpenJPEG
    Audio output: sun alsa openal jack pulse nas esd arts oss v4l2 ivtv dxr2
    Video output: zr zr2 v4l2 ivtv dxr3 dxr2 vesa mng fbdev svga caca aa ggi xvidix winvidix cvidix
3dfx xmga dga vdpau xvmc xv x11 directfb dfbmga bl xvr100 tdfx_vid wii s3fb tdfxfb mga

Re-added yuv4mpeg, matrixview, and added fribidi.
Last edited by redxii on Sat Feb 18, 2012 7:22 am, edited 1 time in total.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Fri Feb 17, 2012 5:48 am

Seems to be working great for me, including the SRT subtitle customizations (not like in the pic, those are DVD subtitles, usually not able to tweak), has libbluray support, and of course fontconfig support. It's pretty much like Sherpya builds, except mine doesn't have what seem like superfluous libraries that might cause problems.

Using my 64-bit build as well.

I been writing down my build process I aim to make it as clear as possible and fixes to compile errors: http://sourceforge.net/apps/mediawiki/s ... on_Windows
Attachments
smp.png
smp.png (497.4 KiB) Viewed 2212 times
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Fri Feb 17, 2012 8:35 am

The DVD quit halfway through. I applied a patch from Sherpya to fix problems with files over 2GB, fixed it and problems with seeking I had with a mp4 over 2GB and the DVD quitting. Really why are 2GB files a problem these days, and the compiler isn't very old (4.6.1). Also a new FFMPEG snapshot.

The new revision is r34731, all it really was from the previous is manpage updates.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Sun Feb 19, 2012 10:07 am

Uploaded r34735.

There's an upstream problem with taking screenshots, it doesn't work. I think this one is out of my hands.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby rvm » Mon Feb 20, 2012 12:02 am

redxii wrote:There's an upstream problem with taking screenshots, it doesn't work. I think this one is out of my hands.


It's seems it's fixed right now.

Code: Select all
------------------------------------------------------------------------
r34747 | al | 2012-02-19 23:09:30 +0100 (dom 19 de feb de 2012) | 8 líneas

vf screenshot: Fix breakage after lavc API changes

  The avcodec_open2() function wants a valid avctx->pix_fmt to
be set in the AVCodecContext prior to its invocation.

  Thanks to Ivan for working this out for vo png already.


------------------------------------------------------------------------
rvm
Site Admin
 
Posts: 952
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: My attempt at MPlayer/Windows

Postby redxii » Mon Feb 20, 2012 12:07 am

Yep. I got onto the IRC channel and tested the fix for them ;)
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Mon Feb 20, 2012 12:28 am

r34747 is the last I'm building unless there is something seriously wrong...
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: My attempt at MPlayer/Windows

Postby redxii » Mon Feb 20, 2012 7:42 pm

Recompiled with runtime cpu detection and -mtune=i686.

If it crashed for anyone it should play now.
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Next

Return to Development

Who is online

Users browsing this forum: No registered users and 0 guests