- 04 May, 2003 5 commits
-
-
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 10 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
-
Laurent Aimar authored
u8,s8,s16 big and little endian should be supported but not all tested.
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* avi: added raw audio support (little endian only).
-
- 01 May, 2003 2 commits
-
-
Olivier Teulière authored
basic-skins plugin with GTK2 * modules/gui/skins/parser/skin.*: small compilation fix, but i don't really understand why it is necessary :)
-
Derk-Jan Hartman authored
- added a macosx-float config option - changed 'opaqueness' into 'macosx-opaqueness' * modules/gui/macosx/vout.? - let vout respect 'float' on top option. - added a toggle function to toggle float on top. ALL: - menuitem and corresponding code for float on top.
-
- 30 Apr, 2003 8 commits
-
-
Derk-Jan Hartman authored
- it is not so powerful as --sout (does not allow for multiple unicasts ie) - there is a bug in the transcode settings. not sure what is causing it.
-
Laurent Aimar authored
big audio chunk. (Avoid 100000 samples at once :(
-
Cyril Deguet authored
-
Olivier Teulière authored
- added a basic-skins plugin, which doesn't make use of wxWindows dialogs (currently only works for win32) - renamed with-wx-config-path in with-skins-wx-config-path for the skins plugin, to avoid problems with the wxwindows plugin
-
Gildas Bazin authored
* modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
-
Derk-Jan Hartman authored
modules/access/ftp.c: * fixed a very serious bug in the atoll code. this contained a never ending while loop. It showed on systems without atoll() (MacOSX) as an inability to view http and ftp streams.
-
- 29 Apr, 2003 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
module_Need (when I ask for udp I want udp or an error, but not file or something else) by adding ",none" when a module name is specified. I will clean up that by adding a flag to module_Need or something like that.
-
Laurent Aimar authored
-
Olivier Teulière authored
circular anchoring
-