Linux  and Free Software :: MPlayer 0.90x



Do check out the new, improved patch in the first post. (I missed out quite alot of stuff the first time round.) Cheers. :)
Well, that's some nice Mplayer hacking. What formats are left in it?
audio: wav, mp3
video: mpeg1, mpeg2, mpeg4 (but not h264)

Next is removing ffmp2 & ffmp3 decoders by cutting out "libavcodec/mpegaudio.o" and "libavcodec/mpegaudiodec.o".
(We still have mp3lib for mp2/mp3.)
Also, remove "libmpdemux/demux_mov.o" and "libmpdemux/demux_real.o".

libavcodec/mpegaudio.o    64K
libavcodec/mpegaudiodec.o    144K
libmpdemux/demux_mov.o    40K
libmpdemux/demux_real.o    32K

Now: 1776K unstripped, 1044K stripped, 320K compressed.
Updated patch posted on pastebin. (URL in first post.)

- Further removed more unneeded demuxers and decoders. Also prevent "libavcodec/ac3enc.c" from being built.
- Disabled mp3lib.
Unstripped 1488K, stripped 864K, compressed 268K. Size will be bigger if libmad is enabled.

Patch is here: http://pastebin.com/f292b4e25
Updated the URL in my first post.

Next Page...
original here.