- 05 May, 2003 14 commits
-
-
Gildas Bazin authored
* modules/demux/mpeg/ts.c: compiler warning fix. * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
-
Gildas Bazin authored
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
Derk-Jan Hartman authored
-
Eric Petit authored
stdint.h but inttypes.h
-
Gildas Bazin authored
* modules/gui/skins/src/*: forgot a few references to the channels server.
-
Gildas Bazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Eric Petit authored
-
Eric Petit authored
-
Derk-Jan Hartman authored
README.MacOSX.rtf: clarified some things.
-
Gildas Bazin authored
* modules/gui/skins/src/*: compilation fixes under win32.
-
Sam Hocevar authored
width and height variables are set to their default values.
-
- 04 May, 2003 10 commits
-
-
Gildas Bazin authored
* src/audio_output/output.c: fixed warning.
-
Christophe Massiot authored
-
Gildas Bazin authored
* po/POTFILES.in: added the new modules since 0.5.3
-
Gildas Bazin authored
* src/misc/variables.c, ALL: improvements to the object variables api. - added another argument to var_Change(). - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change() that are used to set/get a friendly name to an object variable. - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve the number of availabel choices without having to get their value as well. - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign a friendly name to the choice value. - VLC_VAR_GETCHOICES retrieves the choices values and their friendly names. * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
-
Christophe Massiot authored
children" bug.
-
Laurent Aimar authored
it's used as kb/s for higher ones it's b/s). Just a remember, transcode options are: acodec= mpga,a52 ab (kb/s) vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2 width height vb (kb/s) vt (b/s) deinterlace croptop cropbottom cropleft cropright keyint hq qmin (between 1 and 32) qmax (between 1 and 32) only acodec and/or vcodec are mandatories (and it's a good idea to always define vb,vt, and/or ab)
-
Christophe Massiot authored
fix the "sound drops after half an hour" bug) * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio resampler which works perfectly fine here Please test that I didn't break S/PDIF output on OS X.
-
Sam Hocevar authored
linked with svgalib and svgalib using atexit().
-
Laurent Aimar authored
bitrate stream.
-
Christophe Massiot authored
-
- 03 May, 2003 11 commits
-
-
Christophe Massiot authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Eric Petit authored
It is not complete yet (see the TODO in PreferencesWindow.cpp)
-
Laurent Aimar authored
- vt : video bitrate tolerance - keyint : number of inter frames between intra frames.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 02 May, 2003 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
-
Eric Petit authored
-