Commit Graph

4257 Commits

Author SHA1 Message Date
Derk-Jan Hartman 470e72bdbc * src/libvlc.h:
- added "en" to the list of languages in the preferences.
  - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
    FENRIR: is this correct this way?
2003-05-28 03:53:04 +00:00
Eric Petit 65ce3ece26 modules/video_output/x11/xcommon.c : compile fix for gcc != 3 2003-05-28 00:52:05 +00:00
Gildas Bazin 7d5b13c664 * install-win32: fixed the nsi script to not include the FAQ. 2003-05-27 22:57:03 +00:00
Derk-Jan Hartman 05339fb9b3 * Turn mem leaks into warning's instead of errors. Users seem to think that
mem leaks will kernel panic there machine or something ;)A
  This will generate less bugreports, yet keep them visible to those who
  should and will care.
2003-05-27 22:42:58 +00:00
Gildas Bazin 82cf0f0735 * modules/gui/win32/Modules.am: strings.cpp has been removed. 2003-05-27 22:08:02 +00:00
Gildas Bazin 8e9d90a130 * ALL: bumped version to 0.6.0-test2
* Makefile.am: got rid of the faq in the package-win32 target.
2003-05-27 21:48:45 +00:00
Gildas Bazin df78842580 * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1. 2003-05-27 20:43:20 +00:00
Eric Petit 19eb3d9a3a * src/stream_output/announce.c : BeOS compile fix.
setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
   so there is no need to do it here again.
 * modules/gui/beos/* : minor fixes
2003-05-27 13:22:46 +00:00
Gildas Bazin d0b795a5cc * modules/gui/wxwindows/*: fixed context menu problem on win32. 2003-05-27 11:35:34 +00:00
Derk-Jan Hartman 48b748067c * removed vlc_wraptext 2003-05-27 01:48:50 +00:00
Gildas Bazin 49ca49407d * modules/video_output/directx/events.c: fixed breakage. 2003-05-26 19:26:53 +00:00
Gildas Bazin 34e462b493 * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
* modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
* modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
2003-05-26 19:06:47 +00:00
Gildas Bazin 0188c0993b * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes. 2003-05-26 16:06:13 +00:00
Derk-Jan Hartman e230f12227 * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
* modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
* modules/gui/macosx/intf.?: added a wrapString:toWidth function
* modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
  was ugly. now we use our own, osx method. This fixes tooltips in japanese
  I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
2003-05-26 14:59:37 +00:00
Clément Stenac 2db764f9f8 * The VLC-integrated SAP server now sends compliant packets. They can
only be viewed with the CVS version of VLC
2003-05-26 13:45:52 +00:00
Gildas Bazin 9de7a7eb39 * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
started to implement X11Region and integrated the wxWindows dialogs.
* configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
2003-05-26 02:09:27 +00:00
Derk-Jan Hartman 8556d7eed2 * modules/gui/macosx/prefs.m: fixed the module selectors.
* modules/video_filter/crop.c: clarified the use of crop. someone please
  check, i'm not entirely sure this is correct. Actually i think we should
  split this up in more then one config item, for GUI preferences clarity.
  Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
  like ffmpeg has which uses left, right, top and bottom offsets.
2003-05-26 02:03:10 +00:00
Derk-Jan Hartman b52970e2dc * extras/MacOSX/Resources/English.lproj/MainMenu.nib
* modules/gui/macosx/output.m:
  - changed the textfields for bitrate into comboboxes with suggested values
    identical to the ones in wxwindows intf.
  - changed "bitrate (bps)" into "bitrate (kb/s)
* modules/gui/macosx/prefs.?:
  - update the current view when advanced is changed.
  - module_lists now use the description strings.
  - always wraptext on tooltips. Currently japanese language is breaking.
  - we now have sliders for int/float config options with ranges.
  - fixed a warning message about an un-init'ed module_t.
* modules/video_filter/adjust.c:
  - added the ranges to the description strings of the config options.
  - blur-factor now uses a range as according to it's description string
    it already should have used this.
2003-05-26 01:25:12 +00:00
Eric Petit ee68542efb modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
since the gettext behaviour changed
2003-05-25 23:08:44 +00:00
Eric Petit f4fabf9846 * bootstrap: remove a -shared flag as ./configure already adds it for
platforms which need it
 * configure.ac.in: don't use -shared on BeOS
2003-05-25 22:36:33 +00:00
Gildas Bazin 31f8428f7b * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension. 2003-05-25 20:16:26 +00:00
Gildas Bazin cabbb15803 * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard. 2003-05-25 19:24:53 +00:00
Sigmund Augdal Helberg 11ac594ca0 convert the strings in the id3tags to utf8 before storing them. 2003-05-25 18:32:17 +00:00
Damien Lucas ac2f218136 . SAP/SDP packets parsing: ability to parse RFC compliant packets
parse_sap returns the SAP header length
  parse_sdp only parse the SDP payload
  note that VLC will discard messages from the old miniSAP-server
  (You have to use CVS version of miniSAP-server)
  (Messages from the new miniSAP-server will be discarded with old VLC)
2003-05-25 18:02:20 +00:00
Christophe Massiot 567eba1726 * We now use UTF-8 internally under Mac OS X. This requires a libiconv-
enabled version of gettext. (patch courtesy of the DJ)
2003-05-25 17:27:13 +00:00
Eric Petit d59b2b177a modules/gui/beos/PreferencesWindow.* :
* added a BBox around each panel (looks nicer)
  * now use BSliders for {integer,float}_with_range
2003-05-25 17:21:36 +00:00
Alexis de Lattre 41d11c19b2 ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
under www.videolan.org/doc/faq/
2003-05-25 15:05:47 +00:00
Gildas Bazin 92993d58e0 * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
* modules/video_filter/deinterlace/deinterlace.c: small change.
2003-05-25 11:31:54 +00:00
Gildas Bazin 52e60413ea * modules/codec/ffmpeg/ffmpeg.c: fixed typo. 2003-05-25 10:14:20 +00:00
Gildas Bazin 89a12ab16e * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options. 2003-05-25 00:16:47 +00:00
Gildas Bazin 66815e2eda * src/misc/variables.c, include/variables.h: first pass at object var inheritance.
* rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
2003-05-24 23:40:11 +00:00
Cyril Deguet f70356eba3 * events aren't perfect yet, but it is better enough to commit 2003-05-24 21:28:29 +00:00
Gildas Bazin 58fe5c23b3 * src/video_output/video_output.c: new "deinterlace" object variable.
* modules/gui/macosx/prefs.m: compilation fix.
* modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
* modules/gui/skins/*: couple of fixes.
2003-05-24 20:54:27 +00:00
Gildas Bazin 73afb0aa08 * modules/gui/skins/*: compilation fixes.
* modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
2003-05-24 17:52:49 +00:00
Eric Petit 9534c1b617 * Makefile.am: minor change in BeOS packages generation
* doc/release-howto.txt: remove outdated info about how to build BeOS
   packages
2003-05-24 15:11:00 +00:00
Gildas Bazin 7d75be3f5a * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated. 2003-05-24 13:14:56 +00:00
Christophe Massiot 900c3a9650 * modules/codec/libmpeg2.c: Fixed synchro with field pictures. 2003-05-24 13:05:55 +00:00
Jean-Paul Saman 079e7a29d0 Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient. 2003-05-24 12:55:38 +00:00
Sam Hocevar a5ecfac4dd * ./po/*: re-ran toolbox --update-po.
* ./po/en_GB.po: the British translation is up to date.
2003-05-24 12:53:30 +00:00
Sam Hocevar 247becb9ee * ./Makefile.am: used $(srcdir) where necessary (Closes: #319). 2003-05-24 12:35:06 +00:00
Sam Hocevar 23455b3540 * ./toolbox: we no longer translate the Borland plugin. 2003-05-24 12:34:31 +00:00
Sam Hocevar 30fedfbaeb * ./configure.ac.in: the help message now says libmad is enabled by
default (Closes: #704).
2003-05-24 12:10:31 +00:00
Sam Hocevar b829a0419a * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
wait or we will face delay issues as reported in #794. Fix inspired from
     a suggestion by John Michael Zorko.
2003-05-24 11:53:12 +00:00
Derk-Jan Hartman fd37e766f8 * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
* modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
* modules/gui/macosx/macosx.m: typo
* modules/gui/macosx/prefs.m: fix of the module selectors.
* po/nl.po: i've taken a head start on the translations.
* src/libvlc.h: removed unused string RT_PRIORITY_TEXT
2003-05-24 02:48:55 +00:00
Sigmund Augdal Helberg 1163f4321e the http interface should now output valid xhtml 1.0. 2003-05-23 23:53:53 +00:00
Derk-Jan Hartman 024b9debee * Updated the informal message to report the ip and port the http intf was
started on. This will help ppl to actually use the thing ;)
2003-05-23 13:02:53 +00:00
Sam Hocevar 71bca56a5a * Built-in modules were linked twice in the mozilla plugin; removed the
non-PIC ones (Closes Debian bug #194384).
2003-05-23 11:41:17 +00:00
Derk-Jan Hartman f070592bf7 * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
* modules/gui/macosx/vout.m: removed some code that was preventing us from
  using chroma converters.
* modules/codec/quicktime.c:
  - added the video decoder. only works with SVQ3 atm, returns Invalid
    BITMAPHEADER for some reason in all other cases.
  - did some cleaning up. this might just work under Win32 now aswell,
    gibalou will do some testing tomorrow ;)
  - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
    faster. I'm not yet sure which one i prefer.
2003-05-23 00:00:48 +00:00
Gildas Bazin af520d36c7 * modules/gui/wxwindows/streamout.cpp: fixed typo. 2003-05-22 22:24:34 +00:00
Gildas Bazin 8b90225cdc * src/libvlc.h: fixed spelling mistake.
* modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
* modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
2003-05-22 21:42:44 +00:00