- 19 May, 2003 6 commits
-
-
Gildas Bazin authored
* modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
-
Cyril Deguet authored
event handling :(
-
Gildas Bazin authored
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps. * po/*: updated the po files.
-
Gildas Bazin authored
* Bumped version to 0.6.0-test1 * modules/access/cdda.c: decreased the priority of the cdda plugin.
-
Gildas Bazin authored
* src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
-
Gildas Bazin authored
* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
-
- 18 May, 2003 10 commits
-
-
Laurent Aimar authored
removing this ES from the list of selected ES. So, instead we call input_UnselectES.
-
Eric Petit authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons. PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
-
Derk-Jan Hartman authored
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
-
Gildas Bazin authored
* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time. Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: small fixes. * modules/access/vcd/cdrom.c: win32 fix for cue file parsing. * modules/video_filter/osd_text.c: small win32 fix.
-
Cyril Deguet authored
images, but it works !
-
- 17 May, 2003 8 commits
-
-
Gildas Bazin authored
* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :) * install-win32, Makefile.am: updates for the win32 package. * NEWS: added a few missing things.
-
Gildas Bazin authored
* modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available. * modules/gui/wxwindows/streamout.cpp: small cosmetic changes. * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
-
Gildas Bazin authored
* include/input_ext-intf.h: forgot this file in my last commit. * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
-
Gildas Bazin authored
* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir). You can now listen to your favorite CDDAs with vlc, or even stream them :) (Their is not yet any support for jitter correction). * modules/codec/araw.c: small clean-up.
-
Eric Petit authored
* modules/gui/beos/PreferencesWindow.* : split the main modules into its categories
-
Eric Petit authored
-
Gildas Bazin authored
* modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
-
Gildas Bazin authored
* configure.ac.in: removed the encoders from the list of plugins as they are not used currently. * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
-
- 16 May, 2003 1 commit
-
-
Gildas Bazin authored
* modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
-
- 15 May, 2003 14 commits
-
-
Gildas Bazin authored
* src/input/input_programs.c: a few fixes to the navigation object variable.
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
Gildas Bazin authored
* src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables. * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Enable building with libmpeg2.
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: small fixes and improvements.
-
Sam Hocevar authored
-
Derk-Jan Hartman authored
* vlc.ebuild: small spelling correction
-
Derk-Jan Hartman authored
please check and add your own. (i was bored ;) * Updated the README.MacOSX.rtf with some more pointers and changed version to 0.6.0
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
-
Derk-Jan Hartman authored
to be done, waiting for gibalou to work his magic on that ;) cvs: ----------------------------------------------------------------------
-
Derk-Jan Hartman authored
* added all the new icons to the dist. * on make dist i would like to do mv vlc.ebuild vlc-${VERSION}.ebuild I don't know how to do this. Who does?
-
Derk-Jan Hartman authored
Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will need to be updated before release, to point out the correct links to these libraries.
-
- 14 May, 2003 1 commit
-
-
Laurent Aimar authored
* libvlc.h : set correct value for sout-a/vcodec
-