]> git.sesse.net Git - vlc/log
vlc
19 years ago * update the copyright dates
Antoine Cellerier [Mon, 21 Feb 2005 13:39:01 +0000 (13:39 +0000)]
 * update the copyright dates

19 years ago* configure.ac, modules/access/directory.c: enabled the directory access module on...
Gildas Bazin [Mon, 21 Feb 2005 13:35:15 +0000 (13:35 +0000)]
* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.

19 years agoBasic mosaic, video blending modules
Antoine Cellerier [Mon, 21 Feb 2005 13:13:52 +0000 (13:13 +0000)]
Basic mosaic, video blending modules
 * picture.c picture.h : vout that copies the rendered image in a libvlc
                         object.
 * mosaic.c : sub filter that takes all the images created by the picture
              module and blends them over the current video

I think i still have loads of things to fix (like memleaks)

Simple vlm configuration file to see this work :
<<<<
new chan1 broadcast enabled
setup chan1 input somevideo1.avi
setup chan1 option vout=picture

new chan2 broadcast enabled
setup chan2 input somevideo2.avi
setup chan2 option vout=picture

new bg broadcast enabled
setup bg input somevideo0.avi
setup bg option sub-filter=mosaic

control bg play
control chan1 play
control chan2 play
>>>>

You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf

19 years ago* src/extras/dirent.h: removed useless file.
Gildas Bazin [Mon, 21 Feb 2005 13:07:54 +0000 (13:07 +0000)]
* src/extras/dirent.h: removed useless file.

19 years ago* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
Yoann Peronneau [Mon, 21 Feb 2005 13:06:08 +0000 (13:06 +0000)]
* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)

19 years ago* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible...
Gildas Bazin [Mon, 21 Feb 2005 13:00:20 +0000 (13:00 +0000)]
* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.

19 years agowall.c: create properly sized (multiple of two each way) windows. set
Sigmund Augdal Helberg [Mon, 21 Feb 2005 12:03:28 +0000 (12:03 +0000)]
wall.c: create properly sized (multiple of two each way) windows. set
correct output resolution on the created windows

19 years ago * livedotcom: automatic TCP rollover when no data was received in 900ms and
Laurent Aimar [Mon, 21 Feb 2005 09:10:53 +0000 (09:10 +0000)]
 * livedotcom: automatic TCP rollover when no data was received in 900ms and
 auto eof when no more data received in 3s (not tested a lot, so please report
 any problem).
  Do not set dts for video stream (make libmpeg2 happy).

19 years ago * all: woops (debug messages left).
Laurent Aimar [Mon, 21 Feb 2005 09:05:11 +0000 (09:05 +0000)]
 * all: woops (debug messages left).

19 years ago * block: added
Laurent Aimar [Mon, 21 Feb 2005 09:03:07 +0000 (09:03 +0000)]
 * block: added
    - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
 BLOCK_FLAG_DISCONTINUITY in that case)
    - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
 * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
 * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
 (untested).
 * mp4: added support for CTTS table (pts, needed for h264+bframe).
 * decoders: for now handle discontinuity and corrupted block the same way.

19 years agomkv.cpp: prepare code for multiple editions and ordered editions
Steve Lhomme [Mon, 21 Feb 2005 08:07:34 +0000 (08:07 +0000)]
mkv.cpp: prepare code for multiple editions and ordered editions

19 years agomkv.cpp: do not spread gcc problems to other compilers
Steve Lhomme [Mon, 21 Feb 2005 07:52:19 +0000 (07:52 +0000)]
mkv.cpp: do not spread gcc problems to other compilers

19 years ago* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
Yoann Peronneau [Sun, 20 Feb 2005 23:22:21 +0000 (23:22 +0000)]
* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media

19 years ago* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
Gildas Bazin [Sun, 20 Feb 2005 21:38:36 +0000 (21:38 +0000)]
* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.

19 years ago* configure.ac: WinCE build fix.
Gildas Bazin [Sun, 20 Feb 2005 21:26:14 +0000 (21:26 +0000)]
* configure.ac: WinCE build fix.

19 years agoAdd sdp meta-data to playlist
Clément Stenac [Sun, 20 Feb 2005 20:56:05 +0000 (20:56 +0000)]
Add sdp meta-data to playlist

19 years ago* src/misc/vlm.c: addded 'inputdel' setup command
Yoann Peronneau [Sun, 20 Feb 2005 20:54:03 +0000 (20:54 +0000)]
* src/misc/vlm.c: addded 'inputdel' setup command

19 years ago* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
Gildas Bazin [Sun, 20 Feb 2005 20:53:01 +0000 (20:53 +0000)]
* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.

19 years ago* src/misc/httpd.c, modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more...
Gildas Bazin [Sun, 20 Feb 2005 20:47:04 +0000 (20:47 +0000)]
* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.

19 years agofreetype.c Change opacity to 0...255, add --freetype-color hex_RGB shortcut
Mark Moriarty [Sun, 20 Feb 2005 16:05:39 +0000 (16:05 +0000)]
freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut

19 years ago* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of...
Gildas Bazin [Sun, 20 Feb 2005 15:37:23 +0000 (15:37 +0000)]
* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).

19 years ago* modules/gui/wince: misc small fixes.
Gildas Bazin [Sun, 20 Feb 2005 15:16:12 +0000 (15:16 +0000)]
* modules/gui/wince: misc small fixes.

19 years ago video_filter/marq.c: converted to unix file format
Eric Petit [Sun, 20 Feb 2005 14:12:34 +0000 (14:12 +0000)]
 video_filter/marq.c: converted to unix file format

19 years agowall.c: try to make all windows in a given aspect ratio for proper
Sigmund Augdal Helberg [Sun, 20 Feb 2005 13:27:11 +0000 (13:27 +0000)]
wall.c: try to make all windows in a given aspect ratio for proper
fullscreen. Collect the "blackness" on the far left/right/top/bottom.
todo:
* Make window aspect-ratio configureable
* handle anamorphic input
* constain the sizes of the windows to legal values
* handle some rounding errors

19 years agofreetype.c add --freetype-opacity (0..100%), to control text transparency
Mark Moriarty [Sun, 20 Feb 2005 00:12:15 +0000 (00:12 +0000)]
freetype.c  add --freetype-opacity (0..100%), to control text transparency

19 years agomarq.c -- allow relative positioning, like logo, via --marq-pos
Mark Moriarty [Sat, 19 Feb 2005 12:27:18 +0000 (12:27 +0000)]
marq.c -- allow relative positioning, like logo, via --marq-pos

19 years ago configure.ac: added --disable/enable-hal
Eric Petit [Sat, 19 Feb 2005 01:58:57 +0000 (01:58 +0000)]
 configure.ac: added --disable/enable-hal
 Makefile.am: in package-beos, use $(STRIP) instead of strip since we
   might be cross-compiling

19 years ago demux/mkv.cpp: be gcc 2.9x friendly:
Eric Petit [Sat, 19 Feb 2005 01:46:28 +0000 (01:46 +0000)]
 demux/mkv.cpp: be gcc 2.9x friendly:
  + careful when using std::string's compare, it has changed with gcc 3,
    you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
  + gcc 2.9x doesn't know at() for vectors, use iterators instead

19 years agowall.c: reverted previous commit, new proper fix
Sigmund Augdal Helberg [Fri, 18 Feb 2005 23:37:25 +0000 (23:37 +0000)]
wall.c: reverted previous commit, new proper fix

19 years ago contrib/*: enhanced contrib system to support cross-compilations.
Eric Petit [Fri, 18 Feb 2005 22:48:11 +0000 (22:48 +0000)]
 contrib/*: enhanced contrib system to support cross-compilations.
   Give an argument to bootstrap to use it (for example
   `./bootstrap i586-pc-beos')

19 years ago contrib/src/Makefile: fixed fribidi build on OS X != 10.2
Eric Petit [Fri, 18 Feb 2005 16:13:11 +0000 (16:13 +0000)]
 contrib/src/Makefile: fixed fribidi build on OS X != 10.2

19 years ago opengl.c: higher priority on OS X
Eric Petit [Fri, 18 Feb 2005 15:18:29 +0000 (15:18 +0000)]
 opengl.c: higher priority on OS X

19 years agowall.c: do not assume all windows are equal width if they are not.
Sigmund Augdal Helberg [Fri, 18 Feb 2005 15:13:08 +0000 (15:13 +0000)]
wall.c: do not assume all windows are equal width if they are not.

19 years ago macosx/voutgl.m: fixed another crash (hopefully the last one).
Eric Petit [Fri, 18 Feb 2005 15:11:21 +0000 (15:11 +0000)]
 macosx/voutgl.m: fixed another crash (hopefully the last one).
   Looks like OS X delayed the window destruction, causing the crash
   since reshape tries to use p_vout after it's been freed.

19 years agomkv.cpp: handle seeking the way it's supposed to work (in the future)
Steve Lhomme [Fri, 18 Feb 2005 15:07:57 +0000 (15:07 +0000)]
mkv.cpp: handle seeking the way it's supposed to work (in the future)

19 years ago video_output/opengl.c: fixed a (OS X only) segfault
Eric Petit [Fri, 18 Feb 2005 14:01:21 +0000 (14:01 +0000)]
 video_output/opengl.c: fixed a (OS X only) segfault
 macosx/vout*.m: cleaning

19 years ago* Makefile.am: fixed package-win32 target
Gildas Bazin [Fri, 18 Feb 2005 10:49:08 +0000 (10:49 +0000)]
* Makefile.am: fixed package-win32 target

19 years ago* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP...
Gildas Bazin [Fri, 18 Feb 2005 10:16:13 +0000 (10:16 +0000)]
* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.

19 years ago* mirrored the 'services discovery' menu in the file menu -- the flags indicating...
Felix Paul Kühne [Thu, 17 Feb 2005 20:43:16 +0000 (20:43 +0000)]
* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE

19 years agomkv.cpp: fix the update of the timecode and position bar after seeking
Steve Lhomme [Thu, 17 Feb 2005 20:12:53 +0000 (20:12 +0000)]
mkv.cpp: fix the update of the timecode and position bar after seeking

19 years ago* playlist.m:
Derk-Jan Hartman [Thu, 17 Feb 2005 17:30:36 +0000 (17:30 +0000)]
* playlist.m:
  - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
  - Make sure disk names are retrieved when opening cd/dvd's
* macosx.m: Give the submodules proper descriptions.

19 years agomkv.cpp: more debug and checks
Steve Lhomme [Thu, 17 Feb 2005 12:39:40 +0000 (12:39 +0000)]
mkv.cpp: more debug and checks

19 years agono longer necessary, thanks to self-registration
Damien Fouilleul [Thu, 17 Feb 2005 12:08:11 +0000 (12:08 +0000)]
no longer necessary, thanks to self-registration

19 years ago- miscelleanous fixes and improvements
Damien Fouilleul [Thu, 17 Feb 2005 12:06:01 +0000 (12:06 +0000)]
- miscelleanous fixes and improvements
- self registration (Internet installation now possible)

19 years agomkv.cpp: finer granularity for seeking (useful for long files)
Steve Lhomme [Thu, 17 Feb 2005 10:27:41 +0000 (10:27 +0000)]
mkv.cpp: finer granularity for seeking (useful for long files)

19 years ago* Finally fixed the issue with resizing the controller and the broken playlist view...
Derk-Jan Hartman [Thu, 17 Feb 2005 01:53:50 +0000 (01:53 +0000)]
* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.

19 years agoavoid \r\n problems
Steve Lhomme [Wed, 16 Feb 2005 22:01:41 +0000 (22:01 +0000)]
avoid \r\n problems

19 years agomkv.cpp: use time-based seeking whenever possible
Steve Lhomme [Wed, 16 Feb 2005 21:16:34 +0000 (21:16 +0000)]
mkv.cpp: use time-based seeking whenever possible

19 years ago* ALL: added Nepali as the last of Simos Xenitellis' list of languages
Felix Paul Kühne [Wed, 16 Feb 2005 18:00:06 +0000 (18:00 +0000)]
* ALL:  added Nepali as the last of Simos Xenitellis' list of languages

19 years ago* modules/misc/network/ipv4.c: WinCE fix.
Gildas Bazin [Wed, 16 Feb 2005 15:35:35 +0000 (15:35 +0000)]
* modules/misc/network/ipv4.c: WinCE fix.

19 years ago* src/extras/libc.c: fixed vlc_strncasecmp().
Gildas Bazin [Wed, 16 Feb 2005 15:34:53 +0000 (15:34 +0000)]
* src/extras/libc.c: fixed vlc_strncasecmp().

19 years ago* forgot to commit this yesterday after the --spu-foo renames
Derk-Jan Hartman [Wed, 16 Feb 2005 13:49:41 +0000 (13:49 +0000)]
* forgot to commit this yesterday after the --spu-foo renames

19 years ago* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
Gildas Bazin [Wed, 16 Feb 2005 08:29:47 +0000 (08:29 +0000)]
* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.

19 years ago* configure.ac: fixed typo.
Gildas Bazin [Wed, 16 Feb 2005 00:48:12 +0000 (00:48 +0000)]
* configure.ac: fixed typo.

19 years ago* modules/gui/wince: compile the resource file as well.
Gildas Bazin [Wed, 16 Feb 2005 00:34:27 +0000 (00:34 +0000)]
* modules/gui/wince: compile the resource file as well.

19 years ago* modules/demux/ts.c: WinCE fix.
Gildas Bazin [Tue, 15 Feb 2005 22:44:28 +0000 (22:44 +0000)]
*  modules/demux/ts.c: WinCE fix.

19 years ago* correction of the description of audio-language
Derk-Jan Hartman [Tue, 15 Feb 2005 22:37:57 +0000 (22:37 +0000)]
* correction of the description of audio-language

19 years ago* configure.ac: don't compile mux_ts if --disable-sout is specified.
Gildas Bazin [Tue, 15 Feb 2005 22:36:56 +0000 (22:36 +0000)]
* configure.ac: don't compile mux_ts if --disable-sout is specified.

19 years ago* configure.ac: another wince build fix.
Gildas Bazin [Tue, 15 Feb 2005 22:28:31 +0000 (22:28 +0000)]
* configure.ac: another wince build fix.

19 years ago* configure.ac, src/vlc.c: WinCE build fixes.
Gildas Bazin [Tue, 15 Feb 2005 22:10:26 +0000 (22:10 +0000)]
* configure.ac, src/vlc.c: WinCE build fixes.

19 years ago* src/libvlc.c: fixed small memory leak.
Gildas Bazin [Tue, 15 Feb 2005 22:01:17 +0000 (22:01 +0000)]
* src/libvlc.c: fixed small memory leak.

19 years ago* modules/gui/wince: WinCE build fixes.
Gildas Bazin [Tue, 15 Feb 2005 21:56:54 +0000 (21:56 +0000)]
* modules/gui/wince: WinCE build fixes.

19 years ago* configure.ac: fixed typo.
Gildas Bazin [Tue, 15 Feb 2005 21:40:17 +0000 (21:40 +0000)]
* configure.ac: fixed typo.

19 years ago* include/vlc/vlc.h: WinCE build fix.
Gildas Bazin [Tue, 15 Feb 2005 21:26:24 +0000 (21:26 +0000)]
* include/vlc/vlc.h: WinCE build fix.

19 years ago* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
Gildas Bazin [Tue, 15 Feb 2005 21:22:47 +0000 (21:22 +0000)]
* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.

19 years ago* ALL: WinCE build fixes.
Gildas Bazin [Tue, 15 Feb 2005 21:21:17 +0000 (21:21 +0000)]
* ALL: WinCE build fixes.

19 years ago* configure.ac: forgot to save this change.
Gildas Bazin [Tue, 15 Feb 2005 21:11:27 +0000 (21:11 +0000)]
* configure.ac: forgot to save this change.

19 years ago* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
Gildas Bazin [Tue, 15 Feb 2005 21:09:09 +0000 (21:09 +0000)]
* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.

19 years ago* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
Gildas Bazin [Tue, 15 Feb 2005 20:44:22 +0000 (20:44 +0000)]
* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.

19 years ago* renamed --spu-track to --sub-track
Derk-Jan Hartman [Tue, 15 Feb 2005 20:29:29 +0000 (20:29 +0000)]
* renamed --spu-track to --sub-track
* renamed --spumargin to --sub-margin
* renamed --spu-language to --sub-language
* added note to NEWS about changed names of options

19 years ago* Added the new languages to the prefs and the OSX environment.
Derk-Jan Hartman [Tue, 15 Feb 2005 20:03:09 +0000 (20:03 +0000)]
* Added the new languages to the prefs and the OSX environment.

19 years ago* Set svn:ignore on activex dir.
Derk-Jan Hartman [Tue, 15 Feb 2005 17:34:40 +0000 (17:34 +0000)]
* Set svn:ignore on activex dir.

19 years ago* renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
Derk-Jan Hartman [Tue, 15 Feb 2005 17:33:58 +0000 (17:33 +0000)]
* renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
* renamed spu-channel to spu-track
* "Tracks settings" should be "Track settings"

19 years agoRemove bogus executable permissions
Rémi Denis-Courmont [Tue, 15 Feb 2005 13:55:08 +0000 (13:55 +0000)]
Remove bogus executable permissions

19 years ago * small man page update. It'd be nice to the http://videolan.org/doc
Antoine Cellerier [Mon, 14 Feb 2005 21:41:21 +0000 (21:41 +0000)]
 * small man page update. It'd be nice to the http://videolan.org/doc
  url somewhere but i don't know where man page conventions would put
  that.

19 years agomkv.cpp: don't wait for frames that won't be displayed when seeking
Steve Lhomme [Mon, 14 Feb 2005 21:31:18 +0000 (21:31 +0000)]
mkv.cpp: don't wait for frames that won't be displayed when seeking

19 years agomkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
Steve Lhomme [Mon, 14 Feb 2005 21:00:52 +0000 (21:00 +0000)]
mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)

19 years ago* modules/access/mms: fixed recent breakage.
Gildas Bazin [Mon, 14 Feb 2005 10:12:19 +0000 (10:12 +0000)]
* modules/access/mms: fixed recent breakage.

19 years ago* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements...
Gildas Bazin [Mon, 14 Feb 2005 09:38:51 +0000 (09:38 +0000)]
* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
* include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).

19 years agowizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
Mark Moriarty [Sun, 13 Feb 2005 22:16:48 +0000 (22:16 +0000)]
wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY

19 years agowizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEF...
Mark Moriarty [Sun, 13 Feb 2005 16:16:15 +0000 (16:16 +0000)]
wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)

19 years ago* all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old...
Felix Paul Kühne [Sat, 12 Feb 2005 12:41:00 +0000 (12:41 +0000)]
* all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one

19 years ago* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
Felix Paul Kühne [Sat, 12 Feb 2005 11:46:32 +0000 (11:46 +0000)]
* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)

19 years ago* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable...
Gildas Bazin [Sat, 12 Feb 2005 11:00:56 +0000 (11:00 +0000)]
* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro
algorithm for http/mms/rtsp by default for now since our algo was designed for local network
streaming of MPEG over UDP in mind and doesn't work well in other cases.
You can still use the --clock-synchro config option to override this.
Hopefully this commit will be reverted once the clock synchro has been re-written.

19 years agosorry for the previous commit. here are the new po-files.
Felix Paul Kühne [Sat, 12 Feb 2005 10:38:14 +0000 (10:38 +0000)]
sorry for the previous commit. here are the new po-files.

19 years ago* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali...
Felix Paul Kühne [Sat, 12 Feb 2005 10:33:45 +0000 (10:33 +0000)]
* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team

19 years ago* modules/access/dvdnav.c: fixed typo.
Gildas Bazin [Fri, 11 Feb 2005 12:36:22 +0000 (12:36 +0000)]
* modules/access/dvdnav.c: fixed typo.

19 years agoGCC 3.3.3 has strong type checking
Damien Fouilleul [Fri, 11 Feb 2005 11:39:04 +0000 (11:39 +0000)]
GCC 3.3.3 has strong type checking

19 years ago* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by...
Gildas Bazin [Fri, 11 Feb 2005 10:57:03 +0000 (10:57 +0000)]
* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.

19 years agoAdded Steve Lhomme to the list of contributors. Thanks :)
Clément Stenac [Fri, 11 Feb 2005 10:30:09 +0000 (10:30 +0000)]
Added Steve Lhomme to the list of contributors. Thanks :)

19 years ago* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
Gildas Bazin [Fri, 11 Feb 2005 10:03:50 +0000 (10:03 +0000)]
* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
  Here is a patch to have the same file names and locations as the mingw32 build.
  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...

19 years ago* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descr...
Gildas Bazin [Thu, 10 Feb 2005 14:45:34 +0000 (14:45 +0000)]
* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.

19 years ago* src/libvlc.c: help now prints the list of integer values.
Gildas Bazin [Thu, 10 Feb 2005 13:43:10 +0000 (13:43 +0000)]
* src/libvlc.c: help now prints the list of integer values.

19 years ago* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input...
Gildas Bazin [Thu, 10 Feb 2005 13:26:52 +0000 (13:26 +0000)]
* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.

19 years ago* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is...
Gildas Bazin [Thu, 10 Feb 2005 11:58:12 +0000 (11:58 +0000)]
* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).

19 years ago* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
Gildas Bazin [Thu, 10 Feb 2005 11:56:54 +0000 (11:56 +0000)]
* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.

19 years ago* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default...
Gildas Bazin [Thu, 10 Feb 2005 10:32:54 +0000 (10:32 +0000)]
* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.

19 years ago* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
Gildas Bazin [Wed, 9 Feb 2005 13:52:40 +0000 (13:52 +0000)]
* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.

19 years ago* modules/demux/mkv.cpp: compilation fixes.
Gildas Bazin [Wed, 9 Feb 2005 10:45:26 +0000 (10:45 +0000)]
* modules/demux/mkv.cpp: compilation fixes.

19 years ago* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr)...
Gildas Bazin [Wed, 9 Feb 2005 10:09:41 +0000 (10:09 +0000)]
* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
This will be useful to find segments corresponding to the different titles/domains (as in DVDs).