- 23 Jul, 2002 2 commits
-
-
Sam Hocevar authored
* include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills its purpose. * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc. * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is always valid. * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see vlc --help for more information. * include/video.h: removed fourcc values which should _not_ be global (thanks fenrir for convincing me). * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs. * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to input_ChangeES. Things I'm not sure about and need comments: - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values. - I also introduced "spu ", "lpcm" and "ac3 ". - I removed for instance "MP4_GetCodec" because it wasn't really used except for the description string. I hope this change did not break anything really important. - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
-
Sam Hocevar authored
vasprintf arguments to NULL for extra safety.
-
- 22 Jul, 2002 10 commits
-
-
Sam Hocevar authored
selection string. "any" matches any module, and "none" always fails. You can for instance use "--vout none" to disable video output, or "--intf gtk,any" to use the gtk interface or any other one if gtk isn't available. Hope it's clear :)
-
Sigmund Augdal Helberg authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Tony Castley authored
Improved Overlay bitmap handling Removed switch workplace bug
-
- 21 Jul, 2002 12 commits
-
-
Sam Hocevar authored
really a fix. * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
-
Laurent Aimar authored
-
Laurent Aimar authored
Thanks to jlj to show me this and to tell me what to check to solve it.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
configuration items. * rest: new input info subsystem. Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info. Have a look in plugins/text/rc.c to see how to read info. Sigmund
-
Laurent Aimar authored
right). * cinepak : take care of grayscale option.
-
Sam Hocevar authored
make package descriptions less misleading. * ./bootstrap.sh: use C locale for generating vlc_symbols.h. * ./bootstrap.sh: don't generate pofiles by default.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
--enable-hurry-up ). Begin to work.
-
Sam Hocevar authored
which was causing crashes with some demux plugins (mpeg_audio, avi).
-
- 20 Jul, 2002 3 commits
-
-
Christophe Massiot authored
-
Laurent Aimar authored
It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you should be able to play your .mp4 file by setting it to -1, with recent ffmpeg cvs).
-
Sam Hocevar authored
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the libvlc API. * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. * ./debian/*: created packages for libvlc0-dev.
-
- 19 Jul, 2002 2 commits
-
-
Christophe Massiot authored
call a liba52 function simultaneously (liba52 isn't reentrant) ; * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
-
Christophe Massiot authored
-
- 18 Jul, 2002 7 commits
-
-
Sam Hocevar authored
because some systems (such as HP-UX...) have them inlined.
-
Sam Hocevar authored
HP-UX's dynamic linker which would otherwise be unable to open them.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Jon Lech Johansen authored
-
Sam Hocevar authored
-
Jon Lech Johansen authored
-
- 17 Jul, 2002 4 commits
-
-
Jon Lech Johansen authored
-
Christophe Massiot authored
* ./include/vlc/vlc.h : include os_specific.h
-
Stéphane Borel authored
so that any plugin can spawn a new interface.
-
Laurent Aimar authored
it ( add by hand to Makefile ... and link it with zlib -lz ) as I will probably break it too many times. It work for some mp4(but without audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
-