]> git.sesse.net Git - vlc/log
vlc
20 years ago * Renamed all tags (eg. v0_2_83 -> 0.2.83). 0.6.0
Sam Hocevar [Sat, 6 Mar 2004 17:59:16 +0000 (17:59 +0000)]
  * Renamed all tags (eg. v0_2_83 -> 0.2.83).

20 years agoThis commit was manufactured by cvs2svn to create tag 'v0_6_0'.
Unknown [Fri, 5 Mar 2004 15:19:33 +0000 (15:19 +0000)]
This commit was manufactured by cvs2svn to create tag 'v0_6_0'.

20 years ago* doc/Makefile.am: one more like this and I'll become crazy.
Gildas Bazin [Sun, 22 Jun 2003 18:56:28 +0000 (18:56 +0000)]
* doc/Makefile.am: one more like this and I'll become crazy.

20 years ago* doc/Makefile.am: fixed make dist
Gildas Bazin [Sun, 22 Jun 2003 18:30:35 +0000 (18:30 +0000)]
* doc/Makefile.am: fixed make dist

20 years ago* NEWS: added an entry for the experimental matroska demux.
Gildas Bazin [Sun, 22 Jun 2003 18:07:23 +0000 (18:07 +0000)]
* NEWS: added an entry for the experimental matroska demux.

20 years ago* configure.ac: removed -Winline which in fact was the culprit for the verbosity...
Gildas Bazin [Sun, 22 Jun 2003 17:52:12 +0000 (17:52 +0000)]
* configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
* modules/gui/skins/src/skin_main.cpp: fixed icon loading.

20 years ago* configure.ac: really removed -Wdisabled-optimization this time.
Gildas Bazin [Sun, 22 Jun 2003 16:52:31 +0000 (16:52 +0000)]
* configure.ac: really removed -Wdisabled-optimization this time.

20 years ago * mkv: fix a double delete.
Laurent Aimar [Sun, 22 Jun 2003 16:27:11 +0000 (16:27 +0000)]
 * mkv: fix a double delete.

20 years ago* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
Gildas Bazin [Sun, 22 Jun 2003 16:00:57 +0000 (16:00 +0000)]
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).

20 years ago* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
Gildas Bazin [Sun, 22 Jun 2003 15:43:54 +0000 (15:43 +0000)]
* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
* include/interface.h: updated comment.

20 years ago* Removed mp4 muxer support (temporarily)
Derk-Jan Hartman [Sun, 22 Jun 2003 15:30:22 +0000 (15:30 +0000)]
* Removed mp4 muxer support (temporarily)

20 years ago* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
Cyril Deguet [Sun, 22 Jun 2003 15:07:13 +0000 (15:07 +0000)]
* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!

20 years ago* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling...
Derk-Jan Hartman [Sun, 22 Jun 2003 15:03:33 +0000 (15:03 +0000)]
* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots

20 years ago * mkv: better seeking support.
Laurent Aimar [Sun, 22 Jun 2003 14:36:34 +0000 (14:36 +0000)]
 * mkv: better seeking support.

20 years ago* configure.ac: compile fix for sunos
Gildas Bazin [Sun, 22 Jun 2003 14:06:59 +0000 (14:06 +0000)]
* configure.ac: compile fix for sunos

20 years ago* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled...
Gildas Bazin [Sun, 22 Jun 2003 13:31:47 +0000 (13:31 +0000)]
* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv

20 years agoturned a debug message into a comment
Sigmund Augdal Helberg [Sun, 22 Jun 2003 13:27:41 +0000 (13:27 +0000)]
turned a debug message into a comment

20 years ago* x11/x11_window.cpp: raise a window when clicking on it
Cyril Deguet [Sun, 22 Jun 2003 13:06:23 +0000 (13:06 +0000)]
* x11/x11_window.cpp: raise a window when clicking on it

20 years ago* at least it compiles now ;)
Cyril Deguet [Sun, 22 Jun 2003 12:54:03 +0000 (12:54 +0000)]
* at least it compiles now ;)

20 years ago* reverted my previous commit: cannot work as expected
Cyril Deguet [Sun, 22 Jun 2003 12:46:49 +0000 (12:46 +0000)]
* reverted my previous commit: cannot work as expected
* src/theme.cpp: fixed a delete[] / free mismatch

20 years ago * mkv: basic seek support (only with file with cues, it doesn't search key
Laurent Aimar [Sun, 22 Jun 2003 12:27:16 +0000 (12:27 +0000)]
 * mkv: basic seek support (only with file with cues, it doesn't search key
 frame, ...)
        clean up.

20 years ago * faad: can read stream with multiple frames per pes_packet_t (for mkv).
Laurent Aimar [Sun, 22 Jun 2003 08:49:11 +0000 (08:49 +0000)]
 * faad: can read stream with multiple frames per pes_packet_t (for mkv).

20 years ago * mkv.cpp : begin of a matroska demuxer
Laurent Aimar [Sun, 22 Jun 2003 07:39:39 +0000 (07:39 +0000)]
 * mkv.cpp : begin of a matroska demuxer
  TODO:
    * seek support
    * vorbis support (it's a decoder problem, as matroska embded raw
      vorbis data)
    * utf8 subtitles handling (probably at the decoder stage too)
    * clean up.
    * support of stream other than files.
    * ...

20 years ago * Makefile.dep: the file that would never die.
Sam Hocevar [Sun, 22 Jun 2003 01:08:33 +0000 (01:08 +0000)]
  * Makefile.dep: the file that would never die.

20 years ago beos/* : - cleaned the way to mute/unmute
Eric Petit [Sun, 22 Jun 2003 00:40:18 +0000 (00:40 +0000)]
 beos/* : - cleaned the way to mute/unmute
          - save the volume when exiting

20 years ago* src/theme.cpp, src/event.* : no more VLC_SHOW event
Cyril Deguet [Sun, 22 Jun 2003 00:00:28 +0000 (00:00 +0000)]
* src/theme.cpp, src/event.* : no more VLC_SHOW event
* src/window.* : replaced p_intf->p_sys->WindowList by a singleton
  class SkinWindowList (to be tested under windows)
* removed useless gtk2 files

20 years ago* added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
Derk-Jan Hartman [Sat, 21 Jun 2003 22:30:21 +0000 (22:30 +0000)]
* added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
* only set prefs on safe, not earlier.

20 years ago * src/libvlc.c: got rid of type-punning warnings.
Sam Hocevar [Sat, 21 Jun 2003 21:59:12 +0000 (21:59 +0000)]
  * src/libvlc.c: got rid of type-punning warnings.

20 years ago * THANKS: spelling fixes.
Sam Hocevar [Sat, 21 Jun 2003 20:45:53 +0000 (20:45 +0000)]
  * THANKS: spelling fixes.
  * configure.ac:
    + Added curly braces around variables.
    + Got rid of the "x$foo" constructs.
    + Renamed *_plugin conditionals into *_p.
  * debian/changelog:
    + Fixed a duplicate entry.
    + Added an entry for an old Debian upload that fixed #117180.
  * debian/control:
    + Added a build dependency on libimlib2-dev for skins.
  * debian/rules:
    + Activated support for skins.

20 years agoremoved a duplicate entry from the NEWS file
Sigmund Augdal Helberg [Sat, 21 Jun 2003 17:26:16 +0000 (17:26 +0000)]
removed a duplicate entry from the NEWS file

20 years ago * .cvsignore:
Sam Hocevar [Sat, 21 Jun 2003 17:05:42 +0000 (17:05 +0000)]
  * .cvsignore:
    + Removed configure.ac from the ignore list.

20 years ago * configure.ac.in is no more, we can now use configure.ac like normal people,
Sam Hocevar [Sat, 21 Jun 2003 17:04:20 +0000 (17:04 +0000)]
  * configure.ac.in is no more, we can now use configure.ac like normal people,
    bootstrap generates the proper magic for us.

20 years ago * debian/rules:
Sam Hocevar [Sat, 21 Jun 2003 16:09:13 +0000 (16:09 +0000)]
  * debian/rules:
    + Use the -s flag instead of -a so that debhelper properly handles the
      i386-only plugin packages.
    + Split the build rule into configure and build.

20 years ago* modules/access_output/file.c: make the output file writeable by the owner.
Gildas Bazin [Sat, 21 Jun 2003 14:24:30 +0000 (14:24 +0000)]
* modules/access_output/file.c: make the output file writeable by the owner.

20 years ago* added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
Derk-Jan Hartman [Fri, 20 Jun 2003 23:13:37 +0000 (23:13 +0000)]
* added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.

20 years ago * ./doc/skins/events-howto.txt: added some events
Olivier Teulière [Fri, 20 Jun 2003 21:34:37 +0000 (21:34 +0000)]
 * ./doc/skins/events-howto.txt: added some events
 * ./modules/gui/skins/*: fixed my last commit

20 years ago * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
Olivier Teulière [Fri, 20 Jun 2003 19:50:29 +0000 (19:50 +0000)]
 * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
   "display" attribute of ControlText. It allows to show the title of
   the current stream, without the full path.
 * ./doc/skins/*: updated the doc

20 years ago* Made the search path configuration options, directory instead of string options.
Derk-Jan Hartman [Fri, 20 Jun 2003 15:34:51 +0000 (15:34 +0000)]
* Made the search path configuration options, directory instead of string options.

20 years agomodules/misc/sap.c: fix for the default scope of the IPv6 announces.
Alexis de Lattre [Fri, 20 Jun 2003 11:42:08 +0000 (11:42 +0000)]
modules/misc/sap.c: fix for the default scope of the IPv6 announces.
python/setup.py: a configuration that should work better.

20 years ago* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
Derk-Jan Hartman [Fri, 20 Jun 2003 01:27:55 +0000 (01:27 +0000)]
* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
* README.MacOSX.rtf: More updates because of new prefs dialog.

20 years ago* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
Gildas Bazin [Thu, 19 Jun 2003 21:09:27 +0000 (21:09 +0000)]
* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
enabled. ffmpeg doesn't properly release old pictures when frames are skipped.

20 years ago* modules/access_output/udp.c: removed unnecessary code.
Gildas Bazin [Thu, 19 Jun 2003 18:45:06 +0000 (18:45 +0000)]
* modules/access_output/udp.c: removed unnecessary code.

20 years ago beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
Eric Petit [Thu, 19 Jun 2003 18:44:16 +0000 (18:44 +0000)]
 beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
  a few Dano/Zeta themes

20 years ago* modules/access_output/udp.c: implemented a caching mechanism which solves all the...
Gildas Bazin [Thu, 19 Jun 2003 18:22:05 +0000 (18:22 +0000)]
* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).

20 years ago * ./modules/misc/screensaver.c: the screensaver was disabled way too often
Sam Hocevar [Thu, 19 Jun 2003 13:08:57 +0000 (13:08 +0000)]
  * ./modules/misc/screensaver.c: the screensaver was disabled way too often
    because I forgot to reinitialise an index.

20 years ago* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float...
Gildas Bazin [Thu, 19 Jun 2003 12:21:53 +0000 (12:21 +0000)]
* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.

20 years ago * debian/rules:
Sam Hocevar [Thu, 19 Jun 2003 02:14:30 +0000 (02:14 +0000)]
  * debian/rules:
    + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
      so that the rules can be called directly.
  * debian/control:
    + Removed leading "a"s from package descriptions.
    + Set policy to 3.5.10.
  * debian/copyright:
    + Removed debian/vlc.copyright.

20 years agoSAP can now listen for IPv6 announces
Clément Stenac [Wed, 18 Jun 2003 12:18:51 +0000 (12:18 +0000)]
SAP can now listen for IPv6 announces

To enable this, start vlc with --sap-ipv6
To disable IPv4 listening, use --no-sap-ipv4

You can also set the scope of the announces (default is 3)

20 years ago* moved the ttl help in the right section
Cyril Deguet [Tue, 17 Jun 2003 21:52:19 +0000 (21:52 +0000)]
* moved the ttl help in the right section

20 years ago* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessin...
Gildas Bazin [Tue, 17 Jun 2003 21:07:50 +0000 (21:07 +0000)]
* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.

20 years ago* fixed another compilation issue of python module
Cyril Deguet [Tue, 17 Jun 2003 20:56:59 +0000 (20:56 +0000)]
* fixed another compilation issue of python module

20 years ago* fixed a very old bug preventing the whole thing from working :(
Cyril Deguet [Tue, 17 Jun 2003 20:47:20 +0000 (20:47 +0000)]
* fixed a very old bug preventing the whole thing from working :(

20 years ago* Fixes to the german translation
Derk-Jan Hartman [Tue, 17 Jun 2003 20:10:08 +0000 (20:10 +0000)]
* Fixes to the german translation

20 years ago* moved the capability definition up one line. the config options follow the capabili...
Derk-Jan Hartman [Tue, 17 Jun 2003 20:03:50 +0000 (20:03 +0000)]
* moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.

20 years ago* tooltips are now updated during scrolling
Cyril Deguet [Tue, 17 Jun 2003 18:13:18 +0000 (18:13 +0000)]
* tooltips are now updated during scrolling

20 years ago* modules/*: got rid of empty module objects.
Gildas Bazin [Tue, 17 Jun 2003 16:09:16 +0000 (16:09 +0000)]
* modules/*: got rid of empty module objects.
* modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.

20 years agomodules/codec/quicktime.c: Disabled all video codecs accept SVQ3
Derk-Jan Hartman [Tue, 17 Jun 2003 14:43:22 +0000 (14:43 +0000)]
modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
cvS: ----------------------------------------------------------------------

20 years ago* modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
Derk-Jan Hartman [Tue, 17 Jun 2003 14:38:39 +0000 (14:38 +0000)]
* modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
* extras/MacOSX/Resources/English.lproj/MainMenu.nib:
  Fixed two cosmetic issues in the stream output dialog.
* po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>

20 years ago* modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the confi...
Gildas Bazin [Mon, 16 Jun 2003 21:55:58 +0000 (21:55 +0000)]
* modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
* include/modules_inner.h: removed unneeded initialization.

20 years ago* modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
Gildas Bazin [Mon, 16 Jun 2003 20:49:12 +0000 (20:49 +0000)]
* modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.

20 years ago* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid...
Gildas Bazin [Mon, 16 Jun 2003 20:23:41 +0000 (20:23 +0000)]
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.

20 years ago* SAP can now handle SAP-announced IPv6 streams
Clément Stenac [Mon, 16 Jun 2003 15:39:11 +0000 (15:39 +0000)]
* SAP can now handle SAP-announced IPv6 streams

20 years ago* NEWS: small corrections
Derk-Jan Hartman [Sun, 15 Jun 2003 22:32:06 +0000 (22:32 +0000)]
* NEWS: small corrections
* modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
* modules/codec/quicktime.c: cosmetic fix

20 years ago* Fixed applescript Fullscreen command.
Derk-Jan Hartman [Sun, 15 Jun 2003 15:20:21 +0000 (15:20 +0000)]
* Fixed applescript Fullscreen command.

20 years agoid3tag.c: Do not try to seek on network streams even if they have b_seekable set to
Sigmund Augdal Helberg [Sun, 15 Jun 2003 15:16:14 +0000 (15:16 +0000)]
id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
true, since this seems to break playback of some streams over http. It also
takes to much time just to get some fancy metadata

20 years ago* ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
Derk-Jan Hartman [Sun, 15 Jun 2003 14:00:40 +0000 (14:00 +0000)]
* ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
* ./po/nl.po: New Dutch Translation by /me ;)
* README.MacOSX.rtf: Updated instructions of Prefence usage.

20 years ago* Removed the ugly dependancy on glibc in the ipv6 module.
Christophe Massiot [Sun, 15 Jun 2003 01:23:31 +0000 (01:23 +0000)]
* Removed the ugly dependancy on glibc in the ipv6 module.
* po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
* Miscellaneous clean-ups.

20 years ago* We should be compatible with older versions of faad again
Derk-Jan Hartman [Sat, 14 Jun 2003 22:14:16 +0000 (22:14 +0000)]
* We should be compatible with older versions of faad again

20 years ago* configure.ac.in: old faad2 detection.
Gildas Bazin [Sat, 14 Jun 2003 22:12:12 +0000 (22:12 +0000)]
* configure.ac.in: old faad2 detection.

20 years ago* modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
Gildas Bazin [Sat, 14 Jun 2003 21:18:36 +0000 (21:18 +0000)]
* modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.

20 years ago* Dramatically improved the ebuild.
Derk-Jan Hartman [Sat, 14 Jun 2003 21:06:30 +0000 (21:06 +0000)]
* Dramatically improved the ebuild.
  - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
  - fix faad2? currently disabled

20 years ago* modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
Gildas Bazin [Sat, 14 Jun 2003 18:49:02 +0000 (18:49 +0000)]
* modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.

20 years ago* src/misc/configuration.c: in config_SaveConfigFile() don't save options that
Gildas Bazin [Sat, 14 Jun 2003 16:29:22 +0000 (16:29 +0000)]
* src/misc/configuration.c: in config_SaveConfigFile() don't save options that
kept their original value (thanks fenrir for the suggestion).

20 years ago* modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
Gildas Bazin [Sat, 14 Jun 2003 15:43:39 +0000 (15:43 +0000)]
* modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
enabled by default.

20 years ago beos/VideoOutput.cpp : make the BPopUpMenu stickable
Eric Petit [Sat, 14 Jun 2003 12:32:16 +0000 (12:32 +0000)]
 beos/VideoOutput.cpp : make the BPopUpMenu stickable

20 years ago include/vlc_threads.h: more BeOS' priorities tuning.
Eric Petit [Sat, 14 Jun 2003 00:49:58 +0000 (00:49 +0000)]
 include/vlc_threads.h: more BeOS' priorities tuning.

20 years ago* X11 skin windows should have an icon now
Cyril Deguet [Fri, 13 Jun 2003 21:18:54 +0000 (21:18 +0000)]
* X11 skin windows should have an icon now

20 years agomodules/gui/wxwindows/*: fix for the volume control under win32.
Gildas Bazin [Fri, 13 Jun 2003 15:54:42 +0000 (15:54 +0000)]
modules/gui/wxwindows/*: fix for the volume control under win32.

20 years ago* modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working...
Gildas Bazin [Fri, 13 Jun 2003 12:08:13 +0000 (12:08 +0000)]
* modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)

20 years ago * ./src/misc/messages.c: ouch. when the message queue was full, we were
Sam Hocevar [Fri, 13 Jun 2003 03:21:40 +0000 (03:21 +0000)]
  * ./src/misc/messages.c: ouch. when the message queue was full, we were
    using our va_list twice, which caused crashes on architectures where
    va_list is a pointer; we now use va_copy whenever possible.

20 years ago modules/gui/beos/Interface.cpp : fixed a possible crash
Eric Petit [Fri, 13 Jun 2003 00:15:40 +0000 (00:15 +0000)]
 modules/gui/beos/Interface.cpp : fixed a possible crash

20 years ago* modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
Gildas Bazin [Thu, 12 Jun 2003 23:03:09 +0000 (23:03 +0000)]
* modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.

20 years ago* modules/codec/spudec/spudec.c: Take small font by default
Christophe Massiot [Thu, 12 Jun 2003 22:27:35 +0000 (22:27 +0000)]
* modules/codec/spudec/spudec.c: Take small font by default

20 years ago* modules/gui/wxwindows/interface.cpp: fixed compile issue.
Gildas Bazin [Thu, 12 Jun 2003 22:03:36 +0000 (22:03 +0000)]
* modules/gui/wxwindows/interface.cpp: fixed compile issue.

20 years ago* modules/gui/wxwindows/*: added a volume control.
Gildas Bazin [Thu, 12 Jun 2003 21:28:39 +0000 (21:28 +0000)]
* modules/gui/wxwindows/*: added a volume control.

20 years ago* modules/access_output/file.c: win32 compilation fix.
Gildas Bazin [Thu, 12 Jun 2003 15:56:27 +0000 (15:56 +0000)]
* modules/access_output/file.c: win32 compilation fix.

20 years agoCode cleanup
Clément Stenac [Thu, 12 Jun 2003 11:37:48 +0000 (11:37 +0000)]
Code cleanup

20 years ago* share/Makefile.am: fixed my previous fix ;)
Gildas Bazin [Thu, 12 Jun 2003 08:14:31 +0000 (08:14 +0000)]
* share/Makefile.am: fixed my previous fix ;)

20 years ago* Makefile.am: fixed inclusion of skins in make dist.
Gildas Bazin [Thu, 12 Jun 2003 06:56:01 +0000 (06:56 +0000)]
* Makefile.am: fixed inclusion of skins in make dist.

20 years ago* ALL: bumped version number to 0.6.0-test3 + po updates
Gildas Bazin [Wed, 11 Jun 2003 22:46:42 +0000 (22:46 +0000)]
* ALL: bumped version number to 0.6.0-test3 + po updates

20 years ago* skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
Cyril Deguet [Wed, 11 Jun 2003 21:46:57 +0000 (21:46 +0000)]
* skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
* share/Makefile.am: install skins at make install (closes bug #856)

20 years ago* modules/access_output/file.c: use open() instead of fopen(). This allows us to...
Gildas Bazin [Wed, 11 Jun 2003 21:41:56 +0000 (21:41 +0000)]
* modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.

20 years ago* modules/video_filter/osd_text.c: small compile fix that seems to be needed on
Gildas Bazin [Wed, 11 Jun 2003 20:36:22 +0000 (20:36 +0000)]
* modules/video_filter/osd_text.c: small compile fix that seems to be needed on
some platforms.

20 years ago* NEWS: updated.
Gildas Bazin [Wed, 11 Jun 2003 18:45:41 +0000 (18:45 +0000)]
* NEWS: updated.

20 years ago* modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
Gildas Bazin [Wed, 11 Jun 2003 18:20:38 +0000 (18:20 +0000)]
* modules/audio_output/directx.c: fixed mem leak in 5.1 audio.

20 years ago* modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora...
Gildas Bazin [Wed, 11 Jun 2003 15:53:50 +0000 (15:53 +0000)]
* modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.

20 years ago* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro...
Gildas Bazin [Wed, 11 Jun 2003 10:42:34 +0000 (10:42 +0000)]
* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
* msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
* modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.

20 years ago* configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
Christophe Massiot [Tue, 10 Jun 2003 23:01:40 +0000 (23:01 +0000)]
* configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
  people who explicitely set mpeg_video in the previous version will end
  up with libmpeg2 in 0.6.0.
* modules/codec/libmpeg2.c: Fixed a potential segfault, especially
  with DVDs.
* modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
  some audio filters (read: coreaudio resampler) don't like too small
  packets (I know, this is ugly).

20 years ago* modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation...
Gildas Bazin [Tue, 10 Jun 2003 22:42:59 +0000 (22:42 +0000)]
* modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.

20 years ago* configure.ac.in: added an --enable-mostly-builtin option to avoid having too many...
Gildas Bazin [Tue, 10 Jun 2003 11:43:41 +0000 (11:43 +0000)]
* configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
* modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
* modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.