- 03 May, 2003 2 commits
-
-
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 9 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
-
Laurent Aimar authored
resampling with some files while keeping good synchronisation. Anybody has an idea of the maximum desynchronisation between audio and video that still be imperceptible ?
-
Derk-Jan Hartman authored
- When we delete an item, update playlist with to indicate 'currently playing'
-
Gildas Bazin authored
* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards. * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
-
Laurent Aimar authored
as the others need to seek).
-
Gildas Bazin authored
* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
-
- 28 Apr, 2003 8 commits
-
-
Laurent Aimar authored
-
Olivier Teulière authored
-
Olivier Teulière authored
missing tags in the XML.
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
* added a flag GTK2_SKINS
-
Olivier Teulière authored
There is still a lot to do but some things are working.
-
- 27 Apr, 2003 1 commit
-
-
Gildas Bazin authored
* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes. * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format. * modules/codec/rawvideo.c: a few fixes. * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
-