- 25 Feb, 2003 4 commits
-
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: fixed pts handling.
-
Gildas Bazin authored
* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in my last commit. * po/Makevars: file needed by newer versions of gettext.
-
Laurent Aimar authored
mark headers. * httpd : added a way to use stream header, and changed the way that stream data are stored (allow better client handling). * http : use stream header, and add mime type detection by looking at file extention (could be improved). * ogg: fixed a segfault when removing a stream, mark header.
-
Gildas Bazin authored
* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c: Added a simple mpeg video decoder based on libmpeg2. It is mainly useful for comparing the performance against our custom decoder as it is currently missing some important features like the synchro stuff.
-
- 24 Feb, 2003 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
-
Jon Lech Johansen authored
-
Sigmund Augdal Helberg authored
before, and not after a random seek
-
Laurent Aimar authored
-
Laurent Aimar authored
* mux/* implemented pf_mux_capacity.
-
Gildas Bazin authored
* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
-
Laurent Aimar authored
by src/stream_output.c (avoid changing every time stream_output.h...)
-
Laurent Aimar authored
functions by muxer. * wav: fixed a warning.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 23 Feb, 2003 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* httpd : mini http server (be carefull about security issue...)
-
Laurent Aimar authored
- Only vlc is able to read such TS. - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used. - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be quickly added. - Please test.
-
Sigmund Augdal Helberg authored
16bit per sample streams, only tested with stereo
-
Jon Lech Johansen authored
Dynamic device support. * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-
Christophe Massiot authored
available.
-
- 22 Feb, 2003 2 commits
-
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
caused id3v2.4 tags at the end of the file to not work. Added checks to avoid seeking off the ends of the file. Should close #325, please confirm
-
- 21 Feb, 2003 7 commits
-
-
Gildas Bazin authored
* src/audio_output/input.c: fixed buffer allocation bug that was triggered when using "in place" resamplers.
-
Derk-Jan Hartman authored
* modules/audio_filter/converter/mpgatofixed32.c: - fixed an issue that could cause glitches when switching from one stream to another. the buffer wasn't entirely getting 0000 because multiple channels were not taken into account when doing this. * ALL: - if float32 then clear the buffer with (float)0
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
right Meuuh ??? ;)
-
Derk-Jan Hartman authored
Meeuh, one more place that needs version string updated before a release. might be made automated ?
-
Derk-Jan Hartman authored
* vlc.app changed to VLC.app. cvsignore changed to reflect this.
-
Derk-Jan Hartman authored
button, the preferences window is destroyed and created.
-
- 20 Feb, 2003 3 commits
-
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* src/libvlc.h, modules/audio_output: added a global --spdif config option to allow using the spdif output by default if available. * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display a dos command box. * modules/control/rc/rc.c: on win32 enabled the echo mode and the backspace key. * modules/codec/mpeg_audio.c: fixed a sync bug.
-
Sigmund Augdal Helberg authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 19 Feb, 2003 3 commits
-
-
Gildas Bazin authored
* modules/audio_output/directx.c: forgot to enable channel re-ordering. * modules/audio_output/waveout.c: fixed a crash that happened when probing devices supporting S/PDIF. (Should fix 354)
-
Derk-Jan Hartman authored
all problems this will improve results a bit (by my own experience).
-
Gildas Bazin authored
* src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth() always return 80.
-
- 18 Feb, 2003 3 commits
-
-
Gildas Bazin authored
* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL) and FOURCC_twos (PCM audio).
-
Olivier Teulière authored
directory when there is no 'plugins' nor 'modules' subdirectory (may close #306)
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420() and use img_convert() from ffmpeg instead. Also added support for the PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos from media.xiph.org.
-