[Mplayer-felhasznalok] mplayer 1.0pre5 kerdesek

Robert Klug rklug at arcor.de
Sun Sep 12 16:30:07 CEST 2004


Sziasztok!

Azt irja a mplayerhq.hu a pre5-hoz:

1. audio output driver section added to the man page
es
merged ao_alsa9 and ao_alsa1x drivers into ao_alsa

Ha alsa 1.0.4-t szeretnemhasznalni az -ao alsa opcioval, akkor ezt irja 
folyamatosan:
ALSA lib control.c:654:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer 0 0%
alsa-control: mixer attach /dev/mixer error: No such file or directory

Mit es hogyan kell a -mixer-nek megadni, hogy ne problemazzon?

2. fullscreen fixes for many window managers
Nekem most -fstype -fullscreen opcioval kell inditani az mplayert, egyebkent 
nem valt at fullscreenre. Eddig ilyen gond (pre3, pre4) nem volt.
Hogyan es melyik configba lehet ezt az opciot beirni, hogy ne kelljen mindig 
begepelni?

Valaszokat elore is koszi,

Robi

SuSE 9.0 KDE 3.1.4 XFree86-4.3.0.1, mindegy hogy kdm v. gdm
NVIDIA-Linux-x86-1.0-5336, GeForce2

gcc 3.3.1-nek segiteni kellett a libavcodec/ffv1.c -ben, a 
sample[p][i]= sample_buffer[p][(h+i-y)%ring_size]+3; -t nem szerette:

static void encode_rgb_frame(FFV1Context *s, uint32_t *src, int w, int h, int 
stride){
    int x, y, p, i, j;
    const int ring_size=2;
    int_fast16_t sample_buffer[3][ring_size][w+6], *sample[3][ring_size];
    s->run_index=0;

    memset(sample_buffer, 0, sizeof(sample_buffer));

    for(y=0; y<h; y++){
        for(i=0; i<ring_size; i++)
            for(p=0; p<3; p++) {
	    	j=(h+i-y)%ring_size;
                sample[p][i]= sample_buffer[p][j]+3;
		}







More information about the MPlayer-felhasznalok mailing list