Commit Graph

4257 Commits

Author SHA1 Message Date
Eric Petit 8885548ee3 modules/gui/beos/* : cosmetic 2003-05-17 15:20:46 +00:00
Gildas Bazin 36062de242 * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output. 2003-05-17 14:36:19 +00:00
Gildas Bazin 4525fffaf0 * 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.
2003-05-17 11:35:14 +00:00
Gildas Bazin bd7ed3cead * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well. 2003-05-16 23:02:37 +00:00
Gildas Bazin 5afb7baa19 * src/input/input_programs.c: a few fixes to the navigation object variable. 2003-05-15 23:05:59 +00:00
Christophe Massiot d5791c9cc1 * now 0.6.0-cvs
* ALL: Capitalize all preferences text strings
2003-05-15 22:27:38 +00:00
Gildas Bazin 90296a253a * 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.
2003-05-15 21:31:53 +00:00
Jean-Paul Saman 0cb2f24fe0 Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target. 2003-05-15 20:45:08 +00:00
Jean-Paul Saman 0716e0d647 Updating version to 0.5.4.
Enable building with libmpeg2.
2003-05-15 20:28:00 +00:00
Sam Hocevar 5ec858c489 * ./Makefile.am: fixed LDFLAGS when using --enable-gprof. 2003-05-15 16:02:26 +00:00
Gildas Bazin 2fedaa0970 * modules/gui/wxwindows/*: small fixes and improvements. 2003-05-15 15:59:35 +00:00
Sam Hocevar 55bfbe3c71 * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well. 2003-05-15 15:50:23 +00:00
Derk-Jan Hartman 83e8c2cc00 * Makefile.am: on make dist move vlc.ebuild
* vlc.ebuild: small spelling correction
2003-05-15 15:35:55 +00:00
Derk-Jan Hartman 1d67494d49 * Went trough my maillogs and filled out large parts of the NEWS file.
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
2003-05-15 02:02:13 +00:00
Gildas Bazin 5851d9abab * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features. 2003-05-15 01:33:53 +00:00
Derk-Jan Hartman f6614cc47e * variable callback for the playlist. the input, audio and video still need
to be done, waiting for gibalou to work his magic on that ;)
cvs: ----------------------------------------------------------------------
2003-05-15 01:23:05 +00:00
Derk-Jan Hartman ffbda9c9a7 * added vlc.ebuild, vlc.spec.redhat to dist.
* 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?
2003-05-15 00:46:23 +00:00
Derk-Jan Hartman 5ebed5dccb * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
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.
2003-05-15 00:32:28 +00:00
Laurent Aimar 668ce22d26 * aac: compilation fix.
* libvlc.h : set correct value for sout-a/vcodec
2003-05-14 21:29:43 +00:00
Derk-Jan Hartman 8c59018c87 * Resized some elements to allow for better translations. 2003-05-14 19:47:24 +00:00
Sam Hocevar 9f599809ae * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
the extras/ directory.
2003-05-14 17:17:30 +00:00
Laurent Aimar 19cde66741 * aac: use extention based detection. 2003-05-14 14:58:35 +00:00
Derk-Jan Hartman bbd578e3e9 * Forgot one 2003-05-14 14:57:42 +00:00
Derk-Jan Hartman 0cfdbaaa91 ALL: Davor won the vote, New icons in place. 2003-05-14 14:56:26 +00:00
Laurent Aimar c856ad7fb1 * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz) 2003-05-14 11:15:50 +00:00
Gildas Bazin c2c6442c63 * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp. 2003-05-14 09:00:10 +00:00
Gildas Bazin e85803a0e1 * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack. 2003-05-13 23:41:17 +00:00
Gildas Bazin 1d4c684a51 * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
* modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
2003-05-13 22:59:16 +00:00
Gildas Bazin 409095fb1a * modules/gui/wxwindows/*: new subtitles file dialog box.
* modules/demux/util/sub.c: fixed a few description strings.
* Makefile.am: small cosmetic change to package-win32 target.
2003-05-13 22:33:33 +00:00
Cyril Deguet d47392b875 * beginning of event processing in X11 skins
* graphics should work, but....
2003-05-13 20:36:29 +00:00
Cyril Deguet 4e2943d81e * changed OSGraphics constructor (needed for X11) 2003-05-13 19:25:59 +00:00
Eric Petit 3dae445411 modules/gui/beos/PreferencesWindow.*:
- use BMenuFields for string_from_list config items
  - cleaning
2003-05-13 14:11:33 +00:00
Gildas Bazin 7ba77f51a7 * modules/control/rc/rc.c: win32 fixes for the handling of special control keys. 2003-05-13 12:09:29 +00:00
Gildas Bazin c618906c07 * modules/gui/wxwindows/preferences.cpp: small fixes. 2003-05-13 11:44:53 +00:00
Eric Petit 33aec41207 modules/gui/beos/PreferencesWindow.*: use config_ResetAll() 2003-05-13 11:18:25 +00:00
Gildas Bazin 86e2b37df5 * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
* modules/gui/wxwindows/open.cpp: small cosmetic changes.
2003-05-12 21:55:01 +00:00
Eric Petit a476938b11 modules/gui/beos/VlcWrapper.h: compile fix 2003-05-12 19:59:48 +00:00
Gildas Bazin cca686f84e * include/vlc_common.h: small change to shut-up some memory checkers. 2003-05-12 19:11:53 +00:00
Gildas Bazin 0e7b380a8e * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
* modules/video_output/directx/events.c: fixed non-initialized variable.
* modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
* src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
* src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
* modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
2003-05-12 17:33:20 +00:00
Derk-Jan Hartman 9d8a2d05f9 * First set config variable, then add the files (and therefore potentially
play them) in the playlist. Otherwise we can be too late.
2003-05-12 01:17:10 +00:00
Derk-Jan Hartman cfbae21409 * extras/MacOSX/vlc.pbproj/project.pbxproj:
- Add the THANKS file to the Mac OS X application
* modules/gui/macosx/about.?:
  - Use c-style comments instead of //
  - Open the AUTHORS file with the correct Encoding
  - Display the THANKS file as well
  - Rotate the scrolling when at the end
* modules/gui/macosx/intf.m:
  - put Cocoa into multithreaded mode as soon as possible. Not really
    causing any problems now, but is cleaner.
* modules/gui/macosx/prefs.m:
  - Select the current setting when we create a combobox.
2003-05-11 23:17:31 +00:00
Derk-Jan Hartman b4080ac4fa * ALL:
- removed a bit too much code from the interface files previous commit.
    Menu's were enabled if there was no input.
  - removed a NSLog which was used for bugtracking
2003-05-11 19:09:51 +00:00
Derk-Jan Hartman 38cf397da0 * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
cvs to stop bugging me about it ;)

*.sed
*.sin
*.header
Rules-quot
2003-05-11 18:49:15 +00:00
Gildas Bazin f7cc7ca2ca * src/input/input_programs.c: small bug fix.
* src/misc/variables.c: compilation fix for MSVC.
2003-05-11 18:43:19 +00:00
Derk-Jan Hartman 4ce136b2ce * forgot one file. see previous intf.m commit for details. 2003-05-11 18:41:27 +00:00
Derk-Jan Hartman 934308bbc3 * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
and playlist already have, to be notified of menu changes.
* src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
* modules/gui/macosx/intf.?: Interface listens for changes in the input
  menu's now.
2003-05-11 18:40:11 +00:00
Gildas Bazin ef46a3ffb1 * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation. 2003-05-11 15:55:51 +00:00
Sigmund Augdal Helberg 3a52126178 Added code to render subtitles with the freetype module (disabled by default).
To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
and  modules/codec/spudec/text.c and run with --filter osdtext
2003-05-11 14:33:32 +00:00
Gildas Bazin b285f620ca * configure.ac.in: fixed the wx-config detection by the skins plugin.
* modules/gui/wxwindows/*: fixed a couple of breakage.
2003-05-11 13:45:21 +00:00
Gildas Bazin 0bb214dcab * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy. 2003-05-11 13:22:23 +00:00