- 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 11 commits
-
-
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.
-
Gildas Bazin authored
* src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run. * src/video_output/vout_pictures.[ch]: added support for FOURCC I411. * modules/codec/rawvideo.c: support for more chroma formats.
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility). (I can finaly watch my RGB tarkin samples :)) * modules/demux/rawdv.c: fixed a couple of compiler warnings.
-
Gildas Bazin authored
* modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
-
Gildas Bazin authored
* modules/misc/httpd.c: win32 fix for non-blocking sockets.
-
Laurent Aimar authored
index, so use it when normal index (idx1 chunk) isn't found.
-
Laurent Aimar authored
-
Laurent Aimar authored
Not tested with file size > 2Go, so report status.
-
Laurent Aimar authored
-
Jon Lech Johansen authored
-
Gildas Bazin authored
* modules/control/http.c: fixed buffer allocation problem.
-
- 26 Apr, 2003 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
(This should avoid 'decoder stuck' message.)
-
Gildas Bazin authored
* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
-
Laurent Aimar authored
(over the first 2ko).
-
Gildas Bazin authored
* configure.ac.in: enabled xvid and ffmpeg encoders * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
-
Gildas Bazin authored
* modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
-
- 25 Apr, 2003 5 commits
-
-
Laurent Aimar authored
* mp4: don't return a failed value when recognize a ref file, but use a dummy Demux function that return EOF.
-
Laurent Aimar authored
resampling with my samples. Fix a potential divide by 0 (thx meuuh).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: small compilation fix.
-
- 24 Apr, 2003 9 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
-
Gildas Bazin authored
* Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
-
Gildas Bazin authored
* modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar for the .vlt skins support. libtar is still used if present, otherwise we use our small implementation of untar.
-
Laurent Aimar authored
-
Cyril Deguet authored
-
- 23 Apr, 2003 1 commit
-
-
Eric Petit authored
strings and "...". i18n seems OK under BeOS now.
-