ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- A /trunk/extras/MacOSX/Resources/divx.icns
- A /trunk/extras/MacOSX/Resources/generic.icns
- A /trunk/extras/MacOSX/Resources/mpeg.icns
- A /trunk/extras/MacOSX/Resources/mpeg1.icns
- A /trunk/extras/MacOSX/Resources/mpeg2.icns
- A /trunk/extras/MacOSX/Resources/mpeg4.icns
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/plugins/network/ipv6.c
- * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
- * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
- ------------------------------------------------------------------------
- r2043 | massiot | 2002-06-10 01:35:33 +0200 (Mon, 10 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/network/ipv6.c
- * Fixed some compile issues with what I checked in.
- ------------------------------------------------------------------------
- r2044 | sam | 2002-06-10 02:41:08 +0200 (Mon, 10 Jun 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/filter/deinterlace.c
- * ./configure.in: fixed inet_pton detection.
- * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
- also a bit slower, so I also kept the old version, optimized it, and
- called it "mean".
- ------------------------------------------------------------------------
- r2045 | sam | 2002-06-10 18:48:59 +0200 (Mon, 10 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/FAQ
- * ./FAQ: added QT6 FAQ entry.
- ------------------------------------------------------------------------
- r2046 | gbazin | 2002-06-11 11:44:22 +0200 (Tue, 11 Jun 2002) | 15 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/configuration.h
- M /trunk/include/modules.h
- M /trunk/include/video_output.h
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/crop.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/kde/kde_preferences.cpp
- M /trunk/plugins/win32/preferences.cpp
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_output.c
- * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
- CONFIG_*.
- * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
- ./plugins/filter/transform.c, ./plugins/filter/distort.c,
- ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
- configuration macro.
- * ./include/modules.h, ./include/video_output.h,
- ./src/video_output/video_output.c, ./plugins/filters/*: added a
- VOUT_FILTER capability. Having a clear distinction between VOUTs and
- VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
- stackable now (use --filter=foo:bar:foo etc..).
- * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
- added an ADD_USAGE_HINT() configuration macro.
- ------------------------------------------------------------------------
- r2052 | massiot | 2002-06-19 01:18:40 +0200 (Wed, 19 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/README.MacOSX.rtf
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/plugins/access/http.c
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_vlc_wrapper.m
- Ported previous stable commits.
- ------------------------------------------------------------------------
- r2054 | massiot | 2002-06-20 00:47:14 +0200 (Thu, 20 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/README.MacOSX.rtf
- M /trunk/doc/release-howto.txt
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/ipkg/control
- M /trunk/plugins/macosx/intf_controller.h
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/vlc.spec
- Backported stable changes.
- ------------------------------------------------------------------------
- r2055 | fenrir | 2002-06-27 01:11:12 +0200 (Thu, 27 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- A /trunk/plugins/avi/libioRIFF.h
- * all : I rewrite the way to read, in order to minimize seeking (
- faster and in prevision of VOD by http, but not yet functionnal ). But
- sound becomes horrible, I will try to fix it as soon as possible.
- ------------------------------------------------------------------------
- r2056 | fenrir | 2002-06-27 20:10:16 +0200 (Thu, 27 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/Makefile
- M /trunk/plugins/avi/libioRIFF.c
- * all : I've forgotten theses ...
- ------------------------------------------------------------------------
- r2057 | sam | 2002-06-27 21:01:28 +0200 (Thu, 27 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xvideo.c
- * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
- tell vlc to draw in an existing drawable instead of creating a new window.
- ------------------------------------------------------------------------
- r2058 | sam | 2002-06-27 21:05:17 +0200 (Thu, 27 Jun 2002) | 7 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/plugins/access/http.c
- M /trunk/plugins/avi/avi.c
- D /trunk/plugins/avi/libLE.c
- M /trunk/plugins/avi/libioRIFF.c
- M /trunk/plugins/text/rc.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/vlc.c
- * ./src/misc/modules.c: added the --plugin-path option to give vlc an
- extra plugin location.
- * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
- don't launch the rc interface.
- * ./plugins/access/http.c: fixed a compilation warning.
- * ./src/misc/messages.c: cosmetic enhancements in the message output.
- ------------------------------------------------------------------------
- r2060 | sam | 2002-06-27 21:46:32 +0200 (Thu, 27 Jun 2002) | 8 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/spudec/spu_decoder.c
- * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
- * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
- * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
- palette.
- * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
- Patches imported from v0_4_1_branch.
- ------------------------------------------------------------------------
- r2061 | fenrir | 2002-06-28 21:31:40 +0200 (Fri, 28 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- plugins/avi/avi.c : audio seems to be better.
- ------------------------------------------------------------------------
- r2062 | fenrir | 2002-06-29 16:16:17 +0200 (Sat, 29 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- plugins/avi/avi.c : fix some problems with broken avi
- ------------------------------------------------------------------------
- r2063 | fenrir | 2002-06-30 05:51:29 +0200 (Sun, 30 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/libioRIFF.c
- all: ameliorations.
- ------------------------------------------------------------------------
- r2064 | fenrir | 2002-06-30 17:07:57 +0200 (Sun, 30 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- M /trunk/plugins/avi/libioRIFF.c
- M /trunk/plugins/avi/libioRIFF.h
- *all : now can find key frame even with broken avi.
- ------------------------------------------------------------------------
- r2065 | sam | 2002-07-01 19:39:08 +0200 (Mon, 01 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
- an emtpy playlist.
- ------------------------------------------------------------------------
- r2066 | sam | 2002-07-01 19:39:27 +0200 (Mon, 01 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/kde/kde_disc.cpp
- M /trunk/plugins/kde/kde_interface.cpp
- M /trunk/plugins/kde/kde_interface.h
- M /trunk/plugins/kde/kde_menu.cpp
- M /trunk/plugins/kde/kde_net.cpp
- M /trunk/plugins/kde/kde_preferences.cpp
- * ./plugins/kde/*: the KDE interface now works again.
- ------------------------------------------------------------------------
- r2067 | sam | 2002-07-01 19:39:55 +0200 (Mon, 01 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/qt/intf_qt.cpp
- * ./plugins/qt/*: the Qt interface now works again.
- ------------------------------------------------------------------------
- r2068 | sam | 2002-07-01 19:40:27 +0200 (Mon, 01 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/lirc/lirc.c
- * ./plugins/lirc/lirc.c: the lirc interface now works again.
- ------------------------------------------------------------------------
- r2069 | fenrir | 2002-07-02 19:54:49 +0200 (Tue, 02 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/libioRIFF.c
- * all : begin to support VOD, but it segfault very quickly (unless you
- disable audio or video !)and cannot support seeking( will just stop ).
- Moreover it can't work for all files, only interleaved ones.
- ------------------------------------------------------------------------
- r2070 | sam | 2002-07-02 21:14:59 +0200 (Tue, 02 Jul 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xvideo.c
- * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
- instead of moving the current window, which saves us the hassle of
- remembering size and position.
- * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
- --no-xvideo-shm options.
- ------------------------------------------------------------------------
- r2071 | sam | 2002-07-02 21:16:47 +0200 (Tue, 02 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
- of vlc from crashing when trying to open a recent module.
- ------------------------------------------------------------------------
- r2072 | jlj | 2002-07-03 00:07:02 +0200 (Wed, 03 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/darwin_specific.h
- M /trunk/src/misc/darwin_specific.c
- M /trunk/src/video_output/video_output.c
- * darwin_specific.[ch]: added strndup needed by video_output.c.
- * configure.in: added -lintl to plugins_LDFLAGS.
- ------------------------------------------------------------------------
- r2073 | sam | 2002-07-03 21:40:49 +0200 (Wed, 03 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/include/configuration.h
- M /trunk/include/defs.h.in
- M /trunk/include/modules.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_playlist.h
- M /trunk/include/vlc_symbols.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- M /trunk/src/vlc.c
- * ./src/misc/modules.c: module_Need accepts a comma-separated list of
- module names. Try for instance: "vlc --intf gnome,gtk,dummy".
- ------------------------------------------------------------------------
- r2074 | sam | 2002-07-04 20:11:57 +0200 (Thu, 04 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/.cvsignore
- M /trunk/debian/changelog
- M /trunk/debian/control
- A /trunk/debian/mozilla-plugin-vlc.dirs
- M /trunk/debian/rules
- A /trunk/mozilla
- A /trunk/mozilla/Makefile
- A /trunk/mozilla/npunix.c
- A /trunk/mozilla/vlcplugin.c
- A /trunk/mozilla/vlcplugin.h
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/misc/modules.c
- * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
- * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
- Debian packages.
- * ./po/*: updated potfiles.
- ------------------------------------------------------------------------
- r2075 | sam | 2002-07-05 13:18:56 +0200 (Fri, 05 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/darwin_specific.h
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_threads.h
- M /trunk/src/misc/darwin_specific.c
- A /trunk/src/misc/extras.c
- M /trunk/src/misc/threads.c
- * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
- strndup to a separate file so that Win32 can benefit from it.
- * ./include/vlc_threads.h: Borland compilation fix.
- ------------------------------------------------------------------------
- r2077 | massiot | 2002-07-07 23:55:25 +0200 (Sun, 07 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- Update for 0.4.2 release.
- ------------------------------------------------------------------------
- r2079 | ipkiss | 2002-07-10 00:15:49 +0200 (Wed, 10 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/win32/about.cpp
- M /trunk/plugins/win32/about.dfm
- M /trunk/plugins/win32/about.h
- M /trunk/plugins/win32/mainframe.cpp
- * ./plugins/win32/about.*: Added the version number in the About box
- ------------------------------------------------------------------------
- r2080 | fenrir | 2002-07-10 00:18:23 +0200 (Wed, 10 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- plugins/avi/avi.c : now you can see avi over http (true interleaved
- file only), and seek is allowed (but with great unsynchronisation,
- and sometimes it fails). But in order to make it working, I have to
- limit the number of bytes I read at a time. It's strange since in
- previous version of vlc, I don't need to do that ... ( it segfaults in
- input_SplitBuffer but not always on the same frame )
- ------------------------------------------------------------------------
- r2081 | lool | 2002-07-10 01:40:34 +0200 (Wed, 10 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/FAQ
- * ./FAQ: minor updates, new sections: uninstall/reinstall,
- DirectX-blackscreen, device permissions, debug messages,
- config file, (un)planned ports/features, sources.list
- ------------------------------------------------------------------------
- r2083 | lool | 2002-07-10 09:32:43 +0200 (Wed, 10 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/FAQ
- * ./FAQ: new entry for RTP
- ------------------------------------------------------------------------
- r2088 | sam | 2002-07-11 20:41:54 +0200 (Thu, 11 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/qt/intf_qt.cpp
- * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
- ------------------------------------------------------------------------
- r2089 | sam | 2002-07-11 20:44:12 +0200 (Thu, 11 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/src/libvlc.c
- M /trunk/src/vlc.c
- * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
- * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
- ------------------------------------------------------------------------
- r2090 | fenrir | 2002-07-11 20:57:08 +0200 (Thu, 11 Jul 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
- of a file, so more files can be read :))
- However with current cvs this demux ( with and without the patch )
- segfaults after a few seconds, I can't find why, anybody has an idea ?
- ------------------------------------------------------------------------
- r2091 | sam | 2002-07-11 21:05:12 +0200 (Thu, 11 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/debian/rules
- * ./debian/rules: the Debian package creation script builds ffmpeg.
- ------------------------------------------------------------------------
- r2092 | sam | 2002-07-11 21:28:13 +0200 (Thu, 11 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap.sh
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_callbacks.h
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gnome_interface.h
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_modules.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_preferences.c
- * ./plugins/gtk/*: new generic "Open Target" window. Please test and
- comment on usability.
- ------------------------------------------------------------------------
- r2093 | sam | 2002-07-11 21:44:10 +0200 (Thu, 11 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mad/mad_libmad.c
- * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
- when the audio output fifo could not be created.
- ------------------------------------------------------------------------
- r2094 | sam | 2002-07-12 18:30:28 +0200 (Fri, 12 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/README
- M /trunk/debian/.cvsignore
- M /trunk/debian/control
- A /trunk/debian/gnome-vlc.dirs
- A /trunk/debian/gnome-vlc.menu
- A /trunk/debian/gvlc.dirs
- A /trunk/debian/gvlc.menu
- A /trunk/debian/kvlc.dirs
- A /trunk/debian/kvlc.menu
- A /trunk/debian/qvlc.dirs
- A /trunk/debian/qvlc.menu
- M /trunk/debian/rules
- D /trunk/debian/vlc-aa.dirs
- D /trunk/debian/vlc-alsa.dirs
- D /trunk/debian/vlc-arts.dirs
- D /trunk/debian/vlc-esd.dirs
- D /trunk/debian/vlc-ggi.dirs
- D /trunk/debian/vlc-glide.dirs
- D /trunk/debian/vlc-gnome.dirs
- D /trunk/debian/vlc-gnome.menu
- D /trunk/debian/vlc-gtk.dirs
- D /trunk/debian/vlc-gtk.menu
- D /trunk/debian/vlc-kde.dirs
- D /trunk/debian/vlc-kde.menu
- D /trunk/debian/vlc-lirc.dirs
- D /trunk/debian/vlc-mad.dirs
- A /trunk/debian/vlc-plugin-aa.dirs
- A /trunk/debian/vlc-plugin-alsa.dirs
- A /trunk/debian/vlc-plugin-arts.dirs
- A /trunk/debian/vlc-plugin-esd.dirs
- A /trunk/debian/vlc-plugin-ggi.dirs
- A /trunk/debian/vlc-plugin-glide.dirs
- A /trunk/debian/vlc-plugin-lirc.dirs
- A /trunk/debian/vlc-plugin-mad.dirs
- A /trunk/debian/vlc-plugin-sdl.dirs
- A /trunk/debian/vlc-plugin-xosd.dirs
- D /trunk/debian/vlc-qt.dirs
- D /trunk/debian/vlc-qt.menu
- D /trunk/debian/vlc-sdl.dirs
- M /trunk/debian/vlc.menu
- * ./ChangeLog: updated.
- * ./README: removed much outdated data.
- * ./debian/*: great package renaming - names should make more sense now.
- ------------------------------------------------------------------------
- r2095 | sam | 2002-07-12 19:08:52 +0200 (Fri, 12 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/mozilla/vlcplugin.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
- ------------------------------------------------------------------------
- r2096 | massiot | 2002-07-12 23:57:25 +0200 (Fri, 12 Jul 2002) | 8 lines
- Changed paths:
- M /trunk/AUTHORS
- A /trunk/MAINTAINERS
- A /trunk/STATUS
- M /trunk/doc/vlc-howto.sgml
- M /trunk/include/video_output.h
- M /trunk/include/vlc_common.h
- M /trunk/src/misc/mtime.c
- * ./AUTHORS : added lool :-p ;
- * ./doc/vlc-howto.sgml : Fixed typos ;
- * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
- now alignment-safe ;
- * ./STATUS : New file indicating who's working on what. Please keep it
- up-to-date ;
- * ./MAINTAINERS : New file indicating who has knowledge on which parts.
- ------------------------------------------------------------------------
- r2097 | massiot | 2002-07-13 00:42:30 +0200 (Sat, 13 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/TODO
- Closed old entries.
- ------------------------------------------------------------------------
- r2098 | sam | 2002-07-13 01:53:40 +0200 (Sat, 13 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- * ./AUTHORS: removed my entry for lool. /me should go back to school and
- learn how to alpha sort.
- ------------------------------------------------------------------------
- r2102 | jpsaman | 2002-07-13 14:22:14 +0200 (Sat, 13 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- Add package sdl to package dependency list.
- ------------------------------------------------------------------------
- r2103 | jlj | 2002-07-15 03:54:04 +0200 (Mon, 15 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/plugins/macosx/Makefile
- D /trunk/plugins/macosx/intf_controller.h
- D /trunk/plugins/macosx/intf_controller.m
- A /trunk/plugins/macosx/intf_controls.m
- A /trunk/plugins/macosx/intf_macosx.h
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/intf_open.h
- M /trunk/plugins/macosx/intf_open.m
- A /trunk/plugins/macosx/intf_playlist.h
- A /trunk/plugins/macosx/intf_playlist.m
- D /trunk/plugins/macosx/intf_vlc_wrapper.h
- D /trunk/plugins/macosx/intf_vlc_wrapper.m
- D /trunk/plugins/macosx/macosx.h
- A /trunk/plugins/macosx/vout_macosx.h
- M /trunk/plugins/macosx/vout_macosx.m
- D /trunk/plugins/macosx/vout_qdview.h
- D /trunk/plugins/macosx/vout_qdview.m
- D /trunk/plugins/macosx/vout_vlc_wrapper.h
- D /trunk/plugins/macosx/vout_vlc_wrapper.m
- D /trunk/plugins/macosx/vout_window.h
- D /trunk/plugins/macosx/vout_window.m
- M /trunk/po/Makefile.in.in
- M /trunk/po/POTFILES.in
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * MacOS X changes:
- - added messages and playlist panel
- - simple dock menu (play, pause, stop)
- - context menu in video view
- - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
- - no longer broken :)
- ------------------------------------------------------------------------
- r2104 | jlj | 2002-07-15 04:09:57 +0200 (Mon, 15 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_macosx.m
- * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
- ------------------------------------------------------------------------
- r2105 | jlj | 2002-07-15 21:04:12 +0200 (Mon, 15 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_macosx.m
- * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
- ------------------------------------------------------------------------
- r2106 | sam | 2002-07-15 21:08:51 +0200 (Mon, 15 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
- because XvSetPortAttribute isn't always available.
- ------------------------------------------------------------------------
- r2107 | sam | 2002-07-15 21:15:05 +0200 (Mon, 15 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_messages.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/messages.c
- * ./src/misc/messages.c: debug messages that were issued before the -v
- flag was tested for are no longer lost.
- ------------------------------------------------------------------------
- r2108 | fenrir | 2002-07-15 21:33:02 +0200 (Mon, 15 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/include/video.h
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- M /trunk/src/input/input_programs.c
- * avi.c : quick hack to read file created by ffmpeg. I think it should
- work.
- * all : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
- ------------------------------------------------------------------------
- r2109 | sam | 2002-07-15 22:09:31 +0200 (Mon, 15 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/kde/kde_interface.cpp
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/mainframe.cpp
- * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
- for p_intf->b_die to know when they are supposed to terminate p_intf. This
- will allow to spawn interface plugins on the fly.
- ------------------------------------------------------------------------
- r2110 | sam | 2002-07-16 00:05:59 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: fixed a typo in my previous commit (thx fenrir).
- ------------------------------------------------------------------------
- r2111 | jlj | 2002-07-16 00:20:47 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/access/http.c
- * ./plugins/access/http.c: fixed double free bug.
- ------------------------------------------------------------------------
- r2112 | fenrir | 2002-07-16 00:45:12 +0200 (Tue, 16 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.c
- ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
- (Thx sam)
- ------------------------------------------------------------------------
- r2113 | jlj | 2002-07-16 01:05:46 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/access/http.c
- * ./plugins/access/http.c: fixed memory leak.
- ------------------------------------------------------------------------
- r2114 | jlj | 2002-07-16 22:41:48 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/plugins/macosx/intf_controls.m
- M /trunk/plugins/macosx/intf_macosx.h
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- * MacOS X: added deinterlace submenu
- ------------------------------------------------------------------------
- r2115 | sam | 2002-07-16 23:25:43 +0200 (Tue, 16 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/src/input/input_programs.c
- * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
- a few uninitialized variables.
- ------------------------------------------------------------------------
- r2116 | sam | 2002-07-16 23:28:48 +0200 (Tue, 16 Jul 2002) | 3 lines
- Changed paths:
- A /trunk/doc/fortunes.txt
- * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
- time on their hands.
- ------------------------------------------------------------------------
- r2117 | sam | 2002-07-16 23:29:10 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/threads.c
- * ./src/misc/threads.c: improved lazy initialization of the global lock.
- ------------------------------------------------------------------------
- r2118 | massiot | 2002-07-16 23:59:39 +0200 (Tue, 16 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
- ------------------------------------------------------------------------
- r2119 | sam | 2002-07-17 08:40:49 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/plugins/alsa/alsa.c
- * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
- Paul Lorenti <jpl31@columbia.edu>.
- ------------------------------------------------------------------------
- r2120 | sam | 2002-07-17 12:01:12 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
- remaining issues with XvPutImage detection, please confirm!
- ------------------------------------------------------------------------
- r2121 | sam | 2002-07-17 14:21:44 +0200 (Wed, 17 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: plugin compilation fix for HP-UX.
- ------------------------------------------------------------------------
- r2122 | stef | 2002-07-17 23:24:06 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- The loop in lpcm decoder DecodeFrame() could not exit after b_die
- in some case
- ------------------------------------------------------------------------
- r2123 | stef | 2002-07-17 23:28:19 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_access.c
- Added a 'dvdold' shortcut to force the use of the dvd plugin in case
- another plugin with higher priority wants to use 'dvd' as shortcut.
- ------------------------------------------------------------------------
- r2124 | massiot | 2002-07-17 23:38:48 +0200 (Wed, 17 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- Fixed nanosleep detection on some platforms.
- ------------------------------------------------------------------------
- r2125 | stef | 2002-07-17 23:34:57 +0200 (Wed, 17 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/x11/xcommon.c
- Fixed a bug in the computation of the mouse coordinates sent to interface.
- ------------------------------------------------------------------------
- r2126 | fenrir | 2002-07-17 23:37:27 +0200 (Wed, 17 Jul 2002) | 5 lines
- Changed paths:
- A /trunk/plugins/mp4
- A /trunk/plugins/mp4/Makefile
- A /trunk/plugins/mp4/libmp4.c
- A /trunk/plugins/mp4/libmp4.h
- A /trunk/plugins/mp4/mp4.c
- A /trunk/plugins/mp4/mp4.h
- * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
- it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
- probably break it too many times. It work for some mp4(but without
- audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
- ------------------------------------------------------------------------
- r2128 | stef | 2002-07-17 23:54:37 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/include/interface.h
- M /trunk/include/vlc_symbols.h
- M /trunk/src/misc/modules_plugin.h
- Interface creation and destruction functions are now exported to plugins
- so that any plugin can spawn a new interface.
- ------------------------------------------------------------------------
- r2129 | massiot | 2002-07-17 23:58:21 +0200 (Wed, 17 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/vlc/vlc.h
- * ./configure : fixed Mac OS X compilation which was broken on some machines
- * ./include/vlc/vlc.h : include os_specific.h
- ------------------------------------------------------------------------
- r2130 | jlj | 2002-07-18 00:23:20 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/darwin_specific.c
- * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
- ------------------------------------------------------------------------
- r2131 | jlj | 2002-07-18 02:54:17 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure.in
- * ./configure.in: added mp4 module, default disabled
- ------------------------------------------------------------------------
- r2132 | sam | 2002-07-18 02:58:38 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/doc/fortunes.txt
- * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
- ------------------------------------------------------------------------
- r2133 | jlj | 2002-07-18 02:59:12 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- * ./configure.in: fixed description of MP4 module
- ------------------------------------------------------------------------
- r2134 | sam | 2002-07-18 03:00:41 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/src/libvlc.c
- M /trunk/src/vlc.c
- * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
- ------------------------------------------------------------------------
- r2135 | sam | 2002-07-18 03:02:07 +0200 (Thu, 18 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/include/defs.h.in
- * ./configure: rebuilt using the newest autotools.
- ------------------------------------------------------------------------
- r2136 | sam | 2002-07-18 03:11:17 +0200 (Thu, 18 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.modules
- * ./Makefile.modules: we don't chmod -x the compiled plugins because of
- HP-UX's dynamic linker which would otherwise be unable to open them.
- ------------------------------------------------------------------------
- r2137 | sam | 2002-07-18 03:23:44 +0200 (Thu, 18 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: we no longer check for a specific function in -lphtread
- because some systems (such as HP-UX...) have them inlined.
- ------------------------------------------------------------------------
- r2139 | massiot | 2002-07-19 23:14:13 +0200 (Fri, 19 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/network/ipv4.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/src/libvlc.h
- * New --mtu option.
- ------------------------------------------------------------------------
- r2141 | massiot | 2002-07-20 00:04:37 +0200 (Sat, 20 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- * ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
- call a liba52 function simultaneously (liba52 isn't reentrant) ;
- * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
- ------------------------------------------------------------------------
- r2142 | sam | 2002-07-20 20:01:43 +0200 (Sat, 20 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/Makefile
- M /trunk/bootstrap.sh
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/.cvsignore
- M /trunk/debian/control
- A /trunk/debian/libvlc0-dev.dirs
- M /trunk/debian/rules
- M /trunk/doc/fortunes.txt
- M /trunk/include/ac3_downmix.h
- M /trunk/include/ac3_imdct.h
- M /trunk/include/audio_output.h
- M /trunk/include/configuration.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/interface.h
- M /trunk/include/iso_lang.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/network.h
- M /trunk/include/stream_control.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_messages.h
- M /trunk/include/vlc_playlist.h
- M /trunk/include/vlc_symbols.h
- M /trunk/mozilla/vlcplugin.c
- M /trunk/plugins/aa/aa.c
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/arts/arts.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/dsp/dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/crop.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/kde/kde_interface.h
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/intf_macosx.h
- M /trunk/plugins/macosx/vout_macosx.h
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/xmga.c
- A /trunk/plugins/mp4/.cvsignore
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.h
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/win32/waveout.c
- M /trunk/plugins/win32/win32_common.h
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/xosd/xosd.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/threads.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/vlc.c
- A /trunk/vlc-config.in
- * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
- * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
- libvlc API.
- * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
- * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
- * ./debian/*: created packages for libvlc0-dev.
- ------------------------------------------------------------------------
- r2143 | fenrir | 2002-07-20 20:53:33 +0200 (Sat, 20 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- * ffmpeg : add a new option, it set the level of error resilience.
- It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
- should be able to play your .mp4 file by setting it to -1, with recent
- ffmpeg cvs).
- ------------------------------------------------------------------------
- r2144 | massiot | 2002-07-21 00:31:08 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Added -lrt for HP/UX port.
- ------------------------------------------------------------------------
- r2145 | sam | 2002-07-21 16:32:35 +0200 (Sun, 21 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input_ext-plugins.c
- * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
- which was causing crashes with some demux plugins (mpeg_audio, avi).
- ------------------------------------------------------------------------
- r2147 | fenrir | 2002-07-21 17:07:39 +0200 (Sun, 21 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- * all : try to add an option to allow frame droppping (
- --enable-hurry-up ). Begin to work.
- ------------------------------------------------------------------------
- r2148 | fenrir | 2002-07-21 17:11:55 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- A /trunk/plugins/cinepak
- A /trunk/plugins/cinepak/Makefile
- A /trunk/plugins/cinepak/cinepak.c
- A /trunk/plugins/cinepak/cinepak.h
- * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
- ------------------------------------------------------------------------
- r2149 | fenrir | 2002-07-21 17:13:19 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mp4/libmp4.c
- M /trunk/plugins/mp4/libmp4.h
- M /trunk/plugins/mp4/mp4.h
- * all : enable cinepak, clean some functions, fix some memory leaks
- ------------------------------------------------------------------------
- r2150 | fenrir | 2002-07-21 17:18:29 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input_ext-dec.h
- M /trunk/src/input/input_programs.c
- * all : enable cinepak decoder, I hope I haven't break anything.
- ------------------------------------------------------------------------
- r2151 | sam | 2002-07-21 17:27:09 +0200 (Sun, 21 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/bootstrap.sh
- M /trunk/debian/control
- M /trunk/include/vlc_symbols.h
- * ./debian/control: changed "interface plugin" occurences to "frontend" to
- make package descriptions less misleading.
- * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
- * ./bootstrap.sh: don't generate pofiles by default.
- ------------------------------------------------------------------------
- r2152 | fenrir | 2002-07-21 20:47:22 +0200 (Sun, 21 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/cinepak/cinepak.c
- M /trunk/plugins/cinepak/cinepak.h
- M /trunk/plugins/mp4/libmp4.c
- M /trunk/plugins/mp4/libmp4.h
- M /trunk/plugins/mp4/mp4.c
- M /trunk/plugins/mp4/mp4.h
- * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
- right).
- * cinepak : take care of grayscale option.
- ------------------------------------------------------------------------
- r2153 | sigmunau | 2002-07-21 20:57:02 +0200 (Sun, 21 Jul 2002) | 10 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/plugins/text/rc.c
- M /trunk/src/input/input.c
- A /trunk/src/input/input_info.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules_plugin.h
- * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
- configuration items.
- * rest: new input info subsystem.
- Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
- Have a look in plugins/text/rc.c to see how to read info.
- Sigmund
- ------------------------------------------------------------------------
- r2154 | sigmunau | 2002-07-21 21:26:13 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- * all: these didn't get along in my last commit
- ------------------------------------------------------------------------
- r2155 | fenrir | 2002-07-21 21:57:22 +0200 (Sun, 21 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mp4/mp4.c
- M /trunk/plugins/mp4/mp4.h
- * all : can now read mp4 file with mp3 audio declared in mp4a box
- Thanks to jlj to show me this and to tell me what to check to solve it.
- ------------------------------------------------------------------------
- r2156 | fenrir | 2002-07-21 23:18:15 +0200 (Sun, 21 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mp4/mp4.c
- * mp4 : improve mp4a detection/handling.
- ------------------------------------------------------------------------
- r2157 | sam | 2002-07-22 01:40:24 +0200 (Mon, 22 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/memcpy/fastmemcpy.h
- M /trunk/src/input/input_ext-plugins.c
- * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
- really a fix.
- * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
- ------------------------------------------------------------------------
- r2159 | tcastley | 2002-07-22 13:39:56 +0200 (Mon, 22 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/beos/MsgVals.h
- M /trunk/plugins/beos/vout_beos.cpp
- Implemented simple right click menu
- Improved Overlay bitmap handling
- Removed switch workplace bug
- ------------------------------------------------------------------------
- r2160 | jpsaman | 2002-07-22 15:09:27 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/TODO
- Updated TODO list.
- ------------------------------------------------------------------------
- r2161 | jpsaman | 2002-07-22 15:48:13 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/MODULES
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/STATUS
- M /trunk/configure
- M /trunk/configure.in
- Added --enable-familiar to configure.in, the default is disabled.
- ------------------------------------------------------------------------
- r2162 | jpsaman | 2002-07-22 15:49:04 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- A /trunk/share/familiar-forwardb16x16.xpm
- A /trunk/share/familiar-openb16x16.xpm
- A /trunk/share/familiar-pauseb16x16.xpm
- A /trunk/share/familiar-playb16x16.xpm
- A /trunk/share/familiar-preferencesb16x16.xpm
- A /trunk/share/familiar-rewindb16x16.xpm
- A /trunk/share/familiar-stopb16x16.xpm
- VCR icon buttons for Familiar Linux interface.
- ------------------------------------------------------------------------
- r2163 | jpsaman | 2002-07-22 15:49:42 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- A /trunk/plugins/familiar
- A /trunk/plugins/familiar/Makefile
- A /trunk/plugins/familiar/familiar.c
- A /trunk/plugins/familiar/familiar.glade
- A /trunk/plugins/familiar/familiar.h
- A /trunk/plugins/familiar/familiar_callbacks.c
- A /trunk/plugins/familiar/familiar_callbacks.h
- A /trunk/plugins/familiar/familiar_interface.c
- A /trunk/plugins/familiar/familiar_interface.h
- A /trunk/plugins/familiar/familiar_support.c
- A /trunk/plugins/familiar/familiar_support.h
- Familiar Linux interface (non functional yet).
- ------------------------------------------------------------------------
- r2164 | jpsaman | 2002-07-22 21:49:40 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/familiar/familiar.h
- Now "vlc --intf familiar" spawns interface.
- ------------------------------------------------------------------------
- r2165 | jpsaman | 2002-07-22 22:52:42 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/familiar/familiar.glade
- M /trunk/plugins/familiar/familiar_callbacks.c
- M /trunk/plugins/familiar/familiar_callbacks.h
- M /trunk/plugins/familiar/familiar_interface.c
- Non-functional Familiar Linux user interface.
- ------------------------------------------------------------------------
- r2166 | jpsaman | 2002-07-22 23:04:55 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/familiar/familiar.h
- Fixed gtk core-dump on exit. Used code from gtk plugin for this.
- ------------------------------------------------------------------------
- r2167 | sigmunau | 2002-07-22 23:14:30 +0200 (Mon, 22 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input_info.c
- win32 compilation fixes
- ------------------------------------------------------------------------
- r2168 | sam | 2002-07-23 00:19:49 +0200 (Tue, 23 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: added the "any" and "none" keywords to the module
- selection string. "any" matches any module, and "none" always fails.
- You can for instance use "--vout none" to disable video output, or
- "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
- available. Hope it's clear :)
- ------------------------------------------------------------------------
- r2169 | sam | 2002-07-23 02:30:22 +0200 (Tue, 23 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input_info.c
- M /trunk/src/misc/messages.c
- * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
- vasprintf arguments to NULL for extra safety.
- ------------------------------------------------------------------------
- r2170 | sam | 2002-07-23 02:39:17 +0200 (Tue, 23 Jul 2002) | 24 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure.in
- M /trunk/debian/libvlc0-dev.dirs
- M /trunk/debian/rules
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/modules.h
- M /trunk/include/video.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/a52_system/a52_system.c
- M /trunk/plugins/aa/aa.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- M /trunk/plugins/avi/libioRIFF.c
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_rgb8.c
- M /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i422_yuy2.c
- A /trunk/plugins/cinepak/.cvsignore
- M /trunk/plugins/cinepak/cinepak.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- M /trunk/plugins/filter/crop.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mp4/libmp4.c
- M /trunk/plugins/mp4/libmp4.h
- M /trunk/plugins/mp4/mp4.c
- M /trunk/plugins/mp4/mp4.h
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- A /trunk/src/video_output/vout_pictures.h
- M /trunk/src/vlc.c
- * ALL: decoders now use a fourcc as a probe value.
- * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
- its purpose.
- * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
- * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
- always valid.
- * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
- vlc --help for more information.
- * include/video.h: removed fourcc values which should _not_ be global
- (thanks fenrir for convincing me).
- * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
- * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
- input_ChangeES.
- Things I'm not sure about and need comments:
- - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
- - I also introduced "spu ", "lpcm" and "ac3 ".
- - I removed for instance "MP4_GetCodec" because it wasn't really
- used except for the description string. I hope this change did not
- break anything really important.
- - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
- ------------------------------------------------------------------------
- r2171 | tcastley | 2002-07-23 14:42:17 +0200 (Tue, 23 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/MsgVals.h
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/intf_beos.cpp
- A /trunk/plugins/beos/intf_vlc_wrapper.cpp
- A /trunk/plugins/beos/intf_vlc_wrapper.h
- Changes to ensure BeOS plugins compile and function
- Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
- vlc structurs, yet to be completed.
- Attempted to fix subtitle and audio selection, currently not working.
- ------------------------------------------------------------------------
- r2172 | tcastley | 2002-07-23 15:16:51 +0200 (Tue, 23 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/intf_vlc_wrapper.cpp
- M /trunk/plugins/beos/intf_vlc_wrapper.h
- Fixed code for subtitle and audio selection, still probs but looking.
- Implemented muting
- ------------------------------------------------------------------------
- r2173 | fenrir | 2002-07-23 19:19:02 +0200 (Tue, 23 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/cinepak/cinepak.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- M /trunk/plugins/mp4/libmp4.c
- M /trunk/plugins/mp4/libmp4.h
- M /trunk/plugins/mp4/mp4.c
- M /trunk/plugins/mp4/mp4.h
- * cinepak: add a new fourcc
- * ffmpeg and mp4: some clean up and change the way ffmpeg is
- initialised.
- ------------------------------------------------------------------------
- r2174 | jpsaman | 2002-07-23 20:39:29 +0200 (Tue, 23 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/familiar/familiar.glade
- M /trunk/plugins/familiar/familiar.h
- M /trunk/plugins/familiar/familiar_callbacks.c
- M /trunk/plugins/familiar/familiar_callbacks.h
- M /trunk/plugins/familiar/familiar_interface.c
- M /trunk/plugins/familiar/familiar_support.c
- Interface neatly exits now.
- ------------------------------------------------------------------------
- r2175 | stef | 2002-07-23 21:28:25 +0200 (Tue, 23 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_menu.c
- *Allow 0 for title selection as it is the area for first play pgc in DVDs
- ------------------------------------------------------------------------
- r2176 | stef | 2002-07-23 21:56:19 +0200 (Tue, 23 Jul 2002) | 35 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_symbols.h
- A /trunk/plugins/dvdplay
- A /trunk/plugins/dvdplay/.cvsignore
- A /trunk/plugins/dvdplay/Makefile
- A /trunk/plugins/dvdplay/access.c
- A /trunk/plugins/dvdplay/access.h
- A /trunk/plugins/dvdplay/demux.c
- A /trunk/plugins/dvdplay/demux.h
- A /trunk/plugins/dvdplay/dvd.c
- A /trunk/plugins/dvdplay/dvd.h
- A /trunk/plugins/dvdplay/es.c
- A /trunk/plugins/dvdplay/es.h
- A /trunk/plugins/dvdplay/intf.c
- A /trunk/plugins/dvdplay/intf.h
- A /trunk/plugins/dvdplay/tools.c
- A /trunk/plugins/dvdplay/tools.h
- *first version of plugin for libdvdplay. To test it, you need to have
- libdvdplay installed (available from videolan CVS), and request plugins
- compilation in the usual way:
- --enable-dvdplay.
- Note that libdvdplay needs libdvdread and libdvdcss.
- Currently it has only been tested under linux, with gnome interface (optional)
- and xvideo output.
- What works (more or less):
- -DVD reading in some rare cases :) (title and menus),
- -Menu pause,
- -Seeking,
- -Selecting directly a specific title/chapter/angle,
- -Changing audio, sub-picture, angle during playback,
- -Interactive menus with mouse only.
- What is missing:
- -Menu buttons highlighting (needs spudec patch),
- -Keyboard interaction (needs a specific part in port specific plugins),
- -A specific interface to navigate through menus (needs that I move my ass),
- -Interactive menus won't work with other output plugins so long as they
- have not been patched to send mouse/keyboard events to vlc interface,
- -Whatever you need.
- Known bugs (bugs in libdvdplay mostly):
- -Seeking in some menus or intro titles (bad vobu map),
- -Read/seek error with some DVDs,
- -the configure needs tweaking,
- -numerous segfaults,
- -decoder/output modules locking error,
- -fuzzy colors in menus when spudec is active (default in menus).
- The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
- ------------------------------------------------------------------------
- r2177 | sam | 2002-07-23 22:12:55 +0200 (Tue, 23 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/mozilla/vlcplugin.h
- * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
- * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
- * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
- add them to the vlc-config output.
- ------------------------------------------------------------------------
- r2178 | sam | 2002-07-23 22:15:41 +0200 (Tue, 23 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/dummy/Makefile
- A /trunk/plugins/dummy/dec_dummy.c
- M /trunk/plugins/dummy/dummy.c
- * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
- Usage: "--codec dummy" will use the dummy decoder for all streams, and
- save the stream to a stream.1242 file (where 1242 is the internal vlc
- object ID). If the input file was for instance an mpeg file, you can
- play one of the resulting files using an mp3 player.
- ------------------------------------------------------------------------
- r2179 | sam | 2002-07-23 22:16:36 +0200 (Tue, 23 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/mozilla/Makefile
- M /trunk/plugins/filter/distort.c
- * ./mozilla/Makefile: fixed dependencies on .h files.
- * ./plugins/filter/distort.c: fixed a typo in option names.
- ------------------------------------------------------------------------
- r2181 | massiot | 2002-07-23 22:32:55 +0200 (Tue, 23 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/access/http.c
- Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
- ------------------------------------------------------------------------
- r2182 | massiot | 2002-07-23 22:50:05 +0200 (Tue, 23 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_macosx.m
- Fixed a compile issue.
- ------------------------------------------------------------------------
- r2183 | fenrir | 2002-07-24 00:42:20 +0200 (Wed, 24 Jul 2002) | 8 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.h
- M /trunk/plugins/mp4/libmp4.c
- M /trunk/plugins/mp4/libmp4.h
- M /trunk/plugins/mp4/mp4.c
- * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
- but sometimes it's in fact MPEG-4, thx titer ).
- * mp4 : add capability to read mov with mp3 track. But it seems that
- mad doesn't like too much fragmented data packets, and thus breaks the
- audio.( since with '--codec dummy' I'm able to read resulting audio file
- without any problem :)
- ------------------------------------------------------------------------
- r2184 | massiot | 2002-07-24 01:22:28 +0200 (Wed, 24 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/po/se.po
- Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
- (incomplete and untested).
- ------------------------------------------------------------------------
- r2185 | sam | 2002-07-24 17:21:47 +0200 (Wed, 24 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/src/input/input_ext-dec.c
- * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
- found (p_fifo might be NULL).
- * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
- a deadlock issue with demuxers waiting on p_fifo->data_lock.
- ------------------------------------------------------------------------
- r2186 | jpsaman | 2002-07-24 17:58:24 +0200 (Wed, 24 Jul 2002) | 2 lines
- Changed paths:
- A /trunk/share/vlc16x16.xpm
- XPM version of VideoLAN logo.
- ------------------------------------------------------------------------
- r2187 | jpsaman | 2002-07-24 17:59:02 +0200 (Wed, 24 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.glade
- M /trunk/plugins/familiar/familiar_callbacks.h
- M /trunk/plugins/familiar/familiar_interface.c
- Used buttons instead of pixmaps. Just looks a lot better ;-).
- ------------------------------------------------------------------------
- r2188 | sam | 2002-07-24 18:21:46 +0200 (Wed, 24 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_es.c
- * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
- ------------------------------------------------------------------------
- r2189 | sigmunau | 2002-07-24 20:31:24 +0200 (Wed, 24 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/access/http.c
- * ./plugins/access/http.c: we are now parsing the http return code and
- failing cleanly if it is >= 400
- ------------------------------------------------------------------------
- r2190 | jpsaman | 2002-07-24 22:46:08 +0200 (Wed, 24 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/familiar/familiar.glade
- M /trunk/plugins/familiar/familiar.h
- M /trunk/plugins/familiar/familiar_callbacks.c
- M /trunk/plugins/familiar/familiar_callbacks.h
- M /trunk/plugins/familiar/familiar_interface.c
- Working on functionality.
- ------------------------------------------------------------------------
- r2191 | massiot | 2002-07-25 01:11:55 +0200 (Thu, 25 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-plugins.c
- * ./configure : better detection of IPv6, fixed solaris handling
- * ./src/input/* : fixed a memory leak
- ------------------------------------------------------------------------
- r2195 | stef | 2002-07-25 22:34:35 +0200 (Thu, 25 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvdplay/access.c
- *Use dvdplay after it has completed initialisation. It should avoid
- some corruption leading to evil crash :)
- ------------------------------------------------------------------------
- r2196 | sam | 2002-07-25 23:02:40 +0200 (Thu, 25 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- * Updated ChangeLog.
- ------------------------------------------------------------------------
- r2198 | massiot | 2002-07-25 23:51:12 +0200 (Thu, 25 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_macosx.m
- Ported QuickTime 6 fix.
- ------------------------------------------------------------------------
- r2199 | sigmunau | 2002-07-25 23:53:53 +0200 (Thu, 25 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/access/http.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_info.c
- plugin/access/http.c: cosmetic fixes in an error message
- src/input/*: removed some testcode and some unnecessary debug messages
- ------------------------------------------------------------------------
- r2201 | massiot | 2002-07-26 00:14:21 +0200 (Fri, 26 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- * Updated Changelog for 0.4.3 release.
- ------------------------------------------------------------------------
- r2203 | lool | 2002-07-26 00:34:37 +0200 (Fri, 26 Jul 2002) | 2 lines
- Changed paths:
- M /trunk/FAQ
- * ./FAQ: removed QT6 / QT6 Preview "bug"
- ------------------------------------------------------------------------
- r2206 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/README.MacOSX.rtf
- * ./README.MacOSX.rtf : updated README.
- * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
- David Eldred <*******@apple.com>.
- ------------------------------------------------------------------------
- r2207 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_macosx.m
- * ./README.MacOSX.rtf : updated README.
- * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
- David Eldred <skipper@apple.com>.
- ------------------------------------------------------------------------
- r2208 | massiot | 2002-07-26 02:03:37 +0200 (Fri, 26 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- Haven't thought that maybe people don't want their email to appear on the
- Web :p.
- ------------------------------------------------------------------------
- r2211 | tcastley | 2002-07-28 03:46:26 +0200 (Sun, 28 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/vout_beos.cpp
- Fixed lockup on some overlay enabled cards.
- Fixed on top function.
- ------------------------------------------------------------------------
- r2215 | gbazin | 2002-07-29 21:01:27 +0200 (Mon, 29 Jul 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/network/ipv6.c
- * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
- work (untested) although we'll need to find a way to replace if_nametoindex() to have a
- fully functionnal win32 port.
- ------------------------------------------------------------------------
- r2216 | gbazin | 2002-07-29 21:05:47 +0200 (Mon, 29 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/include/vlc_threads.h
- M /trunk/src/libvlc.h
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
- reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
- WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
- * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
- --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
- ------------------------------------------------------------------------
- r2217 | gbazin | 2002-07-29 21:07:00 +0200 (Mon, 29 Jul 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- * plugins/directx/vout_directx.*: the directx vout plugin now uses the
- IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
- support WinNT4+DirectX3.
- Some code cleanup too.
- * plugins/directx/vout_events.c: small bugfix.
- ------------------------------------------------------------------------
- r2219 | gbazin | 2002-07-30 09:56:40 +0200 (Tue, 30 Jul 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads.h
- * include/vlc_threads.h: fixed the --fast-mutex option.
- ------------------------------------------------------------------------
- r2220 | gbazin | 2002-07-30 19:14:33 +0200 (Tue, 30 Jul 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- * plugins/directx/vout_directx.h: removed unused variables.
- * plugins/directx/vout_events.c: fixed resizing bug.
- ------------------------------------------------------------------------
- r2221 | sam | 2002-07-31 22:56:53 +0200 (Wed, 31 Jul 2002) | 6 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/fortunes.txt
- M /trunk/include/ac3_downmix.h
- M /trunk/include/ac3_imdct.h
- M /trunk/include/audio_output.h
- M /trunk/include/configuration.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/interface.h
- M /trunk/include/intf_eject.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/include/netutils.h
- M /trunk/include/stream_control.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_cpu.h
- M /trunk/include/vlc_messages.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_playlist.h
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/a52_system/a52_system.c
- M /trunk/plugins/aa/aa.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_adec/ac3_adec.h
- M /trunk/plugins/ac3_adec/ac3_decoder.c
- M /trunk/plugins/ac3_adec/ac3_decoder.h
- M /trunk/plugins/ac3_adec/ac3_imdct.c
- M /trunk/plugins/ac3_adec/ac3_internal.h
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/access/file.c
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/arts/arts.c
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_rgb8.c
- M /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i422_yuy2.c
- M /trunk/plugins/cinepak/cinepak.c
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/downmix/Makefile
- M /trunk/plugins/downmix/ac3_downmix_3dn.c
- M /trunk/plugins/downmix/ac3_downmix_c.c
- M /trunk/plugins/downmix/ac3_downmix_common.h
- M /trunk/plugins/downmix/ac3_downmix_sse.c
- M /trunk/plugins/downmix/downmix.c
- D /trunk/plugins/downmix/downmix3dn.c
- D /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/dsp/dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/dec_dummy.c
- M /trunk/plugins/dummy/dummy.c
- A /trunk/plugins/dummy/dummy.h
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/null.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_demux.c
- M /trunk/plugins/dvdplay/access.c
- M /trunk/plugins/dvdplay/demux.c
- M /trunk/plugins/dvdplay/dvd.c
- M /trunk/plugins/dvdplay/intf.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/familiar/familiar.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/crop.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idct_decl.h
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- M /trunk/plugins/imdct/Makefile
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_c.c
- M /trunk/plugins/imdct/ac3_imdct_common.c
- M /trunk/plugins/imdct/ac3_imdct_common.h
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/ac3_srfft_3dn.c
- M /trunk/plugins/imdct/ac3_srfft_c.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- M /trunk/plugins/imdct/imdct.c
- D /trunk/plugins/imdct/imdct3dn.c
- D /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/kde/kde_preferences.cpp
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/memcpy/fastmemcpy.h
- M /trunk/plugins/memcpy/memcpy.c
- M /trunk/plugins/memcpy/memcpyaltivec.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motion3dnow.c
- M /trunk/plugins/motion/motionaltivec.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mp4/mp4.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/video_parser.h
- M /trunk/plugins/mpeg_vdec/vpar_pool.c
- M /trunk/plugins/network/ipv4.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/qt/qt.cpp
- M /trunk/plugins/satellite/input_satellite.c
- M /trunk/plugins/satellite/satellite.c
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/vcd/Makefile
- D /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/vcd.c
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/waveout.c
- M /trunk/plugins/win32/win32.cpp
- M /trunk/plugins/win32/win32.h
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xcommon.h
- M /trunk/plugins/x11/xvideo.c
- M /trunk/plugins/xosd/xosd.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/interface.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_builtin.h.in
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/objects.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.h
- * ALL: new module API. Makes a few things a lot simpler, and we gain
- about 2000 lines of code.
- I could not test everything on every architecture, so please report
- any module breakage (especially on BeOS, OSX and QNX).
- ------------------------------------------------------------------------
- r2222 | sam | 2002-08-01 00:37:28 +0200 (Thu, 01 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/preferences.cpp
- * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
- still not working under Borland).
- ------------------------------------------------------------------------
- r2223 | sam | 2002-08-01 00:54:21 +0200 (Thu, 01 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/include/configuration.h
- M /trunk/include/modules_inner.h
- * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
- compilers which don't support constructor expressions. I hate Borland.
- ------------------------------------------------------------------------
- r2224 | tcastley | 2002-08-01 13:04:46 +0200 (Thu, 01 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/modules_inner.h
- M /trunk/plugins/memcpy/memcpy.c
- Compilation fixes for C++ environments like BeOS.
- ------------------------------------------------------------------------
- r2225 | tcastley | 2002-08-01 14:36:26 +0200 (Thu, 01 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/PlayListWindow.cpp
- Compilation fixes.
- ------------------------------------------------------------------------
- r2226 | gbazin | 2002-08-01 14:58:38 +0200 (Thu, 01 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_access.c
- * Added a --dvd-css-method config option to the dvd plugin. This is implemented with
- putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
- allow us to change this value using the API!
- ------------------------------------------------------------------------
- r2228 | fenrir | 2002-08-01 19:55:31 +0200 (Thu, 01 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- avi.c: remove an old debug purpose printf :)
- ------------------------------------------------------------------------
- r2229 | jlj | 2002-08-02 00:58:38 +0200 (Fri, 02 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/idctaltivec.c
- * ./plugins/idct/idctaltivec.c: compile fix
- ------------------------------------------------------------------------
- r2230 | tcastley | 2002-08-02 06:31:03 +0200 (Fri, 02 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/Makefile
- Forgot new file in Makefile :)
- ------------------------------------------------------------------------
- r2231 | sam | 2002-08-04 10:28:22 +0200 (Sun, 04 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/memcpy/memcpy.c
- * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
- fast_memcpy to be exported with its proper builtin symbol name.
- ------------------------------------------------------------------------
- r2232 | sam | 2002-08-04 10:45:35 +0200 (Sun, 04 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules_inner.h
- M /trunk/mozilla/Makefile
- * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
- ------------------------------------------------------------------------
- r2233 | sam | 2002-08-04 14:18:41 +0200 (Sun, 04 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/modules_plugin.h.in
- * ./src/misc/modules.c: we now recursively parse directories when
- looking for plugins.
- ------------------------------------------------------------------------
- r2234 | sam | 2002-08-04 19:23:44 +0200 (Sun, 04 Aug 2002) | 7 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/doc/mad
- A /trunk/doc/mad/API
- A /trunk/doc/mad/BUGS
- A /trunk/doc/mad/DESIGN
- A /trunk/doc/mad/TODO
- A /trunk/doc/mad/joe_drew.txt
- A /trunk/doc/mad/rob_leslie.txt
- D /trunk/include/ac3_downmix.h
- D /trunk/include/ac3_imdct.h
- M /trunk/include/audio_output.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- A /trunk/modules
- A /trunk/modules/access
- A /trunk/modules/access/.cvsignore
- A /trunk/modules/access/Makefile
- A /trunk/modules/access/dvd
- A /trunk/modules/access/dvd/.cvsignore
- A /trunk/modules/access/dvd/Makefile
- A /trunk/modules/access/dvd/access.c
- A /trunk/modules/access/dvd/demux.c
- A /trunk/modules/access/dvd/dvd.c
- A /trunk/modules/access/dvd/dvd.h
- A /trunk/modules/access/dvd/dvdcss.h
- A /trunk/modules/access/dvd/es.c
- A /trunk/modules/access/dvd/es.h
- A /trunk/modules/access/dvd/ifo.c
- A /trunk/modules/access/dvd/ifo.h
- A /trunk/modules/access/dvd/seek.c
- A /trunk/modules/access/dvd/seek.h
- A /trunk/modules/access/dvd/summary.c
- A /trunk/modules/access/dvd/summary.h
- A /trunk/modules/access/dvd/udf.c
- A /trunk/modules/access/dvd/udf.h
- A /trunk/modules/access/dvdplay
- A /trunk/modules/access/dvdplay/.cvsignore
- A /trunk/modules/access/dvdplay/Makefile
- A /trunk/modules/access/dvdplay/access.c
- A /trunk/modules/access/dvdplay/access.h
- A /trunk/modules/access/dvdplay/demux.c
- A /trunk/modules/access/dvdplay/demux.h
- A /trunk/modules/access/dvdplay/dvd.c
- A /trunk/modules/access/dvdplay/dvd.h
- A /trunk/modules/access/dvdplay/es.c
- A /trunk/modules/access/dvdplay/es.h
- A /trunk/modules/access/dvdplay/intf.c
- A /trunk/modules/access/dvdplay/intf.h
- A /trunk/modules/access/dvdplay/tools.c
- A /trunk/modules/access/dvdplay/tools.h
- A /trunk/modules/access/dvdread
- A /trunk/modules/access/dvdread/.cvsignore
- A /trunk/modules/access/dvdread/Makefile
- A /trunk/modules/access/dvdread/dvdread.c
- A /trunk/modules/access/dvdread/input.c
- A /trunk/modules/access/dvdread/input.h
- A /trunk/modules/access/file.c
- A /trunk/modules/access/http.c
- A /trunk/modules/access/satellite
- A /trunk/modules/access/satellite/.cvsignore
- A /trunk/modules/access/satellite/Makefile
- A /trunk/modules/access/satellite/access.c
- A /trunk/modules/access/satellite/dvb.c
- A /trunk/modules/access/satellite/dvb.h
- A /trunk/modules/access/satellite/satellite.c
- A /trunk/modules/access/udp.c
- A /trunk/modules/access/vcd
- A /trunk/modules/access/vcd/.cvsignore
- A /trunk/modules/access/vcd/Makefile
- A /trunk/modules/access/vcd/cdrom.c
- A /trunk/modules/access/vcd/cdrom.h
- A /trunk/modules/access/vcd/vcd.c
- A /trunk/modules/access/vcd/vcd.h
- A /trunk/modules/audio_output
- A /trunk/modules/audio_output/alsa
- A /trunk/modules/audio_output/alsa/.cvsignore
- A /trunk/modules/audio_output/alsa/Makefile
- A /trunk/modules/audio_output/alsa/alsa.c
- A /trunk/modules/audio_output/arts
- A /trunk/modules/audio_output/arts/.cvsignore
- A /trunk/modules/audio_output/arts/Makefile
- A /trunk/modules/audio_output/arts/arts.c
- A /trunk/modules/audio_output/dsp
- A /trunk/modules/audio_output/dsp/.cvsignore
- A /trunk/modules/audio_output/dsp/Makefile
- A /trunk/modules/audio_output/dsp/dsp.c
- A /trunk/modules/audio_output/esd
- A /trunk/modules/audio_output/esd/.cvsignore
- A /trunk/modules/audio_output/esd/Makefile
- A /trunk/modules/audio_output/esd/esd.c
- A /trunk/modules/audio_output/waveout
- A /trunk/modules/audio_output/waveout/.cvsignore
- A /trunk/modules/audio_output/waveout/Makefile
- A /trunk/modules/audio_output/waveout/waveout.c
- A /trunk/modules/codec
- A /trunk/modules/codec/a52
- A /trunk/modules/codec/a52/.cvsignore
- A /trunk/modules/codec/a52/Makefile
- A /trunk/modules/codec/a52/a52.c
- A /trunk/modules/codec/a52/a52.h
- A /trunk/modules/codec/a52old
- A /trunk/modules/codec/a52old/.cvsignore
- A /trunk/modules/codec/a52old/Makefile
- A /trunk/modules/codec/a52old/a52old.c
- A /trunk/modules/codec/a52old/adec.h
- A /trunk/modules/codec/a52old/bit_allocate.c
- A /trunk/modules/codec/a52old/decoder.c
- A /trunk/modules/codec/a52old/decoder.h
- A /trunk/modules/codec/a52old/downmix
- A /trunk/modules/codec/a52old/downmix/.cvsignore
- A /trunk/modules/codec/a52old/downmix/Makefile
- A /trunk/modules/codec/a52old/downmix/downmix.c
- A /trunk/modules/codec/a52old/downmix/downmix_3dn.c
- A /trunk/modules/codec/a52old/downmix/downmix_c.c
- A /trunk/modules/codec/a52old/downmix/downmix_common.h
- A /trunk/modules/codec/a52old/downmix/downmix_sse.c
- A /trunk/modules/codec/a52old/downmix.h
- A /trunk/modules/codec/a52old/exponent.c
- A /trunk/modules/codec/a52old/exponent.h
- A /trunk/modules/codec/a52old/imdct
- A /trunk/modules/codec/a52old/imdct/.cvsignore
- A /trunk/modules/codec/a52old/imdct/Makefile
- A /trunk/modules/codec/a52old/imdct/imdct.c
- A /trunk/modules/codec/a52old/imdct/imdct_3dn.c
- A /trunk/modules/codec/a52old/imdct/imdct_c.c
- A /trunk/modules/codec/a52old/imdct/imdct_common.c
- A /trunk/modules/codec/a52old/imdct/imdct_common.h
- A /trunk/modules/codec/a52old/imdct/imdct_sse.c
- A /trunk/modules/codec/a52old/imdct/retables.h
- A /trunk/modules/codec/a52old/imdct/srfft.h
- A /trunk/modules/codec/a52old/imdct/srfft_3dn.c
- A /trunk/modules/codec/a52old/imdct/srfft_c.c
- A /trunk/modules/codec/a52old/imdct/srfft_sse.c
- A /trunk/modules/codec/a52old/imdct.c
- A /trunk/modules/codec/a52old/imdct.h
- A /trunk/modules/codec/a52old/internal.h
- A /trunk/modules/codec/a52old/mantissa.c
- A /trunk/modules/codec/a52old/mantissa.h
- A /trunk/modules/codec/a52old/parse.c
- A /trunk/modules/codec/a52old/rematrix.c
- A /trunk/modules/codec/cinepak
- A /trunk/modules/codec/cinepak/.cvsignore
- A /trunk/modules/codec/cinepak/Makefile
- A /trunk/modules/codec/cinepak/cinepak.c
- A /trunk/modules/codec/cinepak/cinepak.h
- A /trunk/modules/codec/ffmpeg
- A /trunk/modules/codec/ffmpeg/.cvsignore
- A /trunk/modules/codec/ffmpeg/Makefile
- A /trunk/modules/codec/ffmpeg/ffmpeg.c
- A /trunk/modules/codec/ffmpeg/ffmpeg.h
- A /trunk/modules/codec/lpcm
- A /trunk/modules/codec/lpcm/.cvsignore
- A /trunk/modules/codec/lpcm/Makefile
- A /trunk/modules/codec/lpcm/lpcm.c
- A /trunk/modules/codec/lpcm/lpcm.h
- A /trunk/modules/codec/mad
- A /trunk/modules/codec/mad/.cvsignore
- A /trunk/modules/codec/mad/Makefile
- A /trunk/modules/codec/mad/decoder.c
- A /trunk/modules/codec/mad/decoder.h
- A /trunk/modules/codec/mad/libmad.c
- A /trunk/modules/codec/mad/libmad.h
- A /trunk/modules/codec/mpeg_audio
- A /trunk/modules/codec/mpeg_audio/.cvsignore
- A /trunk/modules/codec/mpeg_audio/Makefile
- A /trunk/modules/codec/mpeg_audio/decoder.c
- A /trunk/modules/codec/mpeg_audio/decoder.h
- A /trunk/modules/codec/mpeg_audio/generic.c
- A /trunk/modules/codec/mpeg_audio/generic.h
- A /trunk/modules/codec/mpeg_audio/layer1.c
- A /trunk/modules/codec/mpeg_audio/layer1.h
- A /trunk/modules/codec/mpeg_audio/layer2.c
- A /trunk/modules/codec/mpeg_audio/layer2.h
- A /trunk/modules/codec/mpeg_audio/math.c
- A /trunk/modules/codec/mpeg_audio/math.h
- A /trunk/modules/codec/mpeg_audio/test.c
- A /trunk/modules/codec/mpeg_video
- A /trunk/modules/codec/mpeg_video/.cvsignore
- A /trunk/modules/codec/mpeg_video/Makefile
- A /trunk/modules/codec/mpeg_video/blocks.c
- A /trunk/modules/codec/mpeg_video/blocks.h
- A /trunk/modules/codec/mpeg_video/decoder.c
- A /trunk/modules/codec/mpeg_video/decoder.h
- A /trunk/modules/codec/mpeg_video/headers.c
- A /trunk/modules/codec/mpeg_video/idct
- A /trunk/modules/codec/mpeg_video/idct/.cvsignore
- A /trunk/modules/codec/mpeg_video/idct/Makefile
- A /trunk/modules/codec/mpeg_video/idct/block_c.h
- A /trunk/modules/codec/mpeg_video/idct/block_mmx.h
- A /trunk/modules/codec/mpeg_video/idct/idct.c
- A /trunk/modules/codec/mpeg_video/idct/idct.h
- A /trunk/modules/codec/mpeg_video/idct/idct_decl.h
- A /trunk/modules/codec/mpeg_video/idct/idct_sparse.h
- A /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
- A /trunk/modules/codec/mpeg_video/idct/idctclassic.c
- A /trunk/modules/codec/mpeg_video/idct/idctmmx.c
- A /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
- A /trunk/modules/codec/mpeg_video/motion
- A /trunk/modules/codec/mpeg_video/motion/.cvsignore
- A /trunk/modules/codec/mpeg_video/motion/Makefile
- A /trunk/modules/codec/mpeg_video/motion/motion.c
- A /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
- A /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
- A /trunk/modules/codec/mpeg_video/motion/motionmmx.c
- A /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
- A /trunk/modules/codec/mpeg_video/parser.c
- A /trunk/modules/codec/mpeg_video/parser.h
- A /trunk/modules/codec/mpeg_video/pool.c
- A /trunk/modules/codec/mpeg_video/pool.h
- A /trunk/modules/codec/mpeg_video/synchro.c
- A /trunk/modules/codec/spdif
- A /trunk/modules/codec/spdif/.cvsignore
- A /trunk/modules/codec/spdif/Makefile
- A /trunk/modules/codec/spdif/spdif.c
- A /trunk/modules/codec/spdif/spdif.h
- A /trunk/modules/codec/spudec
- A /trunk/modules/codec/spudec/.cvsignore
- A /trunk/modules/codec/spudec/Makefile
- A /trunk/modules/codec/spudec/spudec.c
- A /trunk/modules/codec/spudec/spudec.h
- A /trunk/modules/control
- A /trunk/modules/control/lirc
- A /trunk/modules/control/lirc/.cvsignore
- A /trunk/modules/control/lirc/Makefile
- A /trunk/modules/control/lirc/lirc.c
- A /trunk/modules/control/rc
- A /trunk/modules/control/rc/.cvsignore
- A /trunk/modules/control/rc/Makefile
- A /trunk/modules/control/rc/rc.c
- A /trunk/modules/demux
- A /trunk/modules/demux/a52
- A /trunk/modules/demux/a52/.cvsignore
- A /trunk/modules/demux/a52/Makefile
- A /trunk/modules/demux/a52/demux.c
- A /trunk/modules/demux/avi
- A /trunk/modules/demux/avi/.cvsignore
- A /trunk/modules/demux/avi/Makefile
- A /trunk/modules/demux/avi/avi.c
- A /trunk/modules/demux/avi/avi.h
- A /trunk/modules/demux/avi/libioRIFF.c
- A /trunk/modules/demux/avi/libioRIFF.h
- A /trunk/modules/demux/mp4
- A /trunk/modules/demux/mp4/.cvsignore
- A /trunk/modules/demux/mp4/Makefile
- A /trunk/modules/demux/mp4/libmp4.c
- A /trunk/modules/demux/mp4/libmp4.h
- A /trunk/modules/demux/mp4/mp4.c
- A /trunk/modules/demux/mp4/mp4.h
- A /trunk/modules/demux/mpeg
- A /trunk/modules/demux/mpeg/.cvsignore
- A /trunk/modules/demux/mpeg/Makefile
- A /trunk/modules/demux/mpeg/audio.c
- A /trunk/modules/demux/mpeg/es.c
- A /trunk/modules/demux/mpeg/ps.c
- A /trunk/modules/demux/mpeg/ts.c
- A /trunk/modules/gui
- A /trunk/modules/gui/beos
- A /trunk/modules/gui/beos/.cvsignore
- A /trunk/modules/gui/beos/AudioOutput.cpp
- A /trunk/modules/gui/beos/BeOS.cpp
- A /trunk/modules/gui/beos/Bitmaps.h
- A /trunk/modules/gui/beos/DrawingTidbits.cpp
- A /trunk/modules/gui/beos/DrawingTidbits.h
- A /trunk/modules/gui/beos/Interface.cpp
- A /trunk/modules/gui/beos/InterfaceWindow.cpp
- A /trunk/modules/gui/beos/InterfaceWindow.h
- A /trunk/modules/gui/beos/Makefile
- A /trunk/modules/gui/beos/MediaControlView.cpp
- A /trunk/modules/gui/beos/MediaControlView.h
- A /trunk/modules/gui/beos/MsgVals.h
- A /trunk/modules/gui/beos/PlayListWindow.cpp
- A /trunk/modules/gui/beos/PlayListWindow.h
- A /trunk/modules/gui/beos/TransportButton.cpp
- A /trunk/modules/gui/beos/TransportButton.h
- A /trunk/modules/gui/beos/VideoOutput.cpp
- A /trunk/modules/gui/beos/VideoWindow.h
- A /trunk/modules/gui/beos/VlcWrapper.cpp
- A /trunk/modules/gui/beos/VlcWrapper.h
- A /trunk/modules/gui/familiar
- A /trunk/modules/gui/familiar/.cvsignore
- A /trunk/modules/gui/familiar/Makefile
- A /trunk/modules/gui/familiar/callbacks.c
- A /trunk/modules/gui/familiar/callbacks.h
- A /trunk/modules/gui/familiar/familiar.c
- A /trunk/modules/gui/familiar/familiar.glade
- A /trunk/modules/gui/familiar/familiar.h
- A /trunk/modules/gui/familiar/interface.c
- A /trunk/modules/gui/familiar/interface.h
- A /trunk/modules/gui/familiar/support.c
- A /trunk/modules/gui/familiar/support.h
- A /trunk/modules/gui/gtk
- A /trunk/modules/gui/gtk/.cvsignore
- A /trunk/modules/gui/gtk/Makefile
- A /trunk/modules/gui/gtk/common.h
- A /trunk/modules/gui/gtk/control.c
- A /trunk/modules/gui/gtk/control.h
- A /trunk/modules/gui/gtk/display.c
- A /trunk/modules/gui/gtk/display.h
- A /trunk/modules/gui/gtk/gnome.c
- A /trunk/modules/gui/gtk/gnome.glade
- A /trunk/modules/gui/gtk/gnome_callbacks.c
- A /trunk/modules/gui/gtk/gnome_callbacks.h
- A /trunk/modules/gui/gtk/gnome_interface.c
- A /trunk/modules/gui/gtk/gnome_interface.h
- A /trunk/modules/gui/gtk/gnome_support.c
- A /trunk/modules/gui/gtk/gnome_support.h
- A /trunk/modules/gui/gtk/gtk.c
- A /trunk/modules/gui/gtk/gtk.glade
- A /trunk/modules/gui/gtk/gtk_callbacks.c
- A /trunk/modules/gui/gtk/gtk_callbacks.h
- A /trunk/modules/gui/gtk/gtk_interface.c
- A /trunk/modules/gui/gtk/gtk_interface.h
- A /trunk/modules/gui/gtk/gtk_support.c
- A /trunk/modules/gui/gtk/gtk_support.h
- A /trunk/modules/gui/gtk/menu.c
- A /trunk/modules/gui/gtk/menu.h
- A /trunk/modules/gui/gtk/modules.c
- A /trunk/modules/gui/gtk/modules.h
- A /trunk/modules/gui/gtk/open.c
- A /trunk/modules/gui/gtk/open.h
- A /trunk/modules/gui/gtk/playlist.c
- A /trunk/modules/gui/gtk/playlist.h
- A /trunk/modules/gui/gtk/preferences.c
- A /trunk/modules/gui/gtk/preferences.h
- A /trunk/modules/gui/kde
- A /trunk/modules/gui/kde/.cvsignore
- A /trunk/modules/gui/kde/Makefile
- A /trunk/modules/gui/kde/QConfigItem.cpp
- A /trunk/modules/gui/kde/QConfigItem.h
- A /trunk/modules/gui/kde/common.h
- A /trunk/modules/gui/kde/disc.cpp
- A /trunk/modules/gui/kde/disc.h
- A /trunk/modules/gui/kde/interface.cpp
- A /trunk/modules/gui/kde/interface.h
- A /trunk/modules/gui/kde/kde.cpp
- A /trunk/modules/gui/kde/menu.cpp
- A /trunk/modules/gui/kde/menu.h
- A /trunk/modules/gui/kde/net.cpp
- A /trunk/modules/gui/kde/net.h
- A /trunk/modules/gui/kde/pluginsbox.cpp
- A /trunk/modules/gui/kde/pluginsbox.h
- A /trunk/modules/gui/kde/preferences.cpp
- A /trunk/modules/gui/kde/preferences.h
- A /trunk/modules/gui/kde/slider.cpp
- A /trunk/modules/gui/kde/slider.h
- A /trunk/modules/gui/kde/ui.rc
- A /trunk/modules/gui/macosx
- A /trunk/modules/gui/macosx/.cvsignore
- A /trunk/modules/gui/macosx/Makefile
- A /trunk/modules/gui/macosx/aout.m
- A /trunk/modules/gui/macosx/controls.m
- A /trunk/modules/gui/macosx/intf.h
- A /trunk/modules/gui/macosx/intf.m
- A /trunk/modules/gui/macosx/macosx.m
- A /trunk/modules/gui/macosx/open.h
- A /trunk/modules/gui/macosx/open.m
- A /trunk/modules/gui/macosx/playlist.h
- A /trunk/modules/gui/macosx/playlist.m
- A /trunk/modules/gui/macosx/vout.h
- A /trunk/modules/gui/macosx/vout.m
- A /trunk/modules/gui/ncurses
- A /trunk/modules/gui/ncurses/.cvsignore
- A /trunk/modules/gui/ncurses/Makefile
- A /trunk/modules/gui/ncurses/ncurses.c
- A /trunk/modules/gui/qnx
- A /trunk/modules/gui/qnx/.cvsignore
- A /trunk/modules/gui/qnx/Makefile
- A /trunk/modules/gui/qnx/aout.c
- A /trunk/modules/gui/qnx/qnx.c
- A /trunk/modules/gui/qnx/vout.c
- A /trunk/modules/gui/qt
- A /trunk/modules/gui/qt/.cvsignore
- A /trunk/modules/gui/qt/Makefile
- A /trunk/modules/gui/qt/intf.cpp
- A /trunk/modules/gui/qt/qt.cpp
- A /trunk/modules/gui/win32
- A /trunk/modules/gui/win32/.cvsignore
- A /trunk/modules/gui/win32/Makefile
- A /trunk/modules/gui/win32/about.cpp
- A /trunk/modules/gui/win32/about.dfm
- A /trunk/modules/gui/win32/about.h
- A /trunk/modules/gui/win32/control.cpp
- A /trunk/modules/gui/win32/control.h
- A /trunk/modules/gui/win32/disc.cpp
- A /trunk/modules/gui/win32/disc.dfm
- A /trunk/modules/gui/win32/disc.h
- A /trunk/modules/gui/win32/intfwin.bpf
- A /trunk/modules/gui/win32/intfwin.cpp
- A /trunk/modules/gui/win32/mainframe.cpp
- A /trunk/modules/gui/win32/mainframe.dfm
- A /trunk/modules/gui/win32/mainframe.h
- A /trunk/modules/gui/win32/menu.cpp
- A /trunk/modules/gui/win32/menu.h
- A /trunk/modules/gui/win32/messages.cpp
- A /trunk/modules/gui/win32/messages.dfm
- A /trunk/modules/gui/win32/messages.h
- A /trunk/modules/gui/win32/network.cpp
- A /trunk/modules/gui/win32/network.dfm
- A /trunk/modules/gui/win32/network.h
- A /trunk/modules/gui/win32/playlist.cpp
- A /trunk/modules/gui/win32/playlist.dfm
- A /trunk/modules/gui/win32/playlist.h
- A /trunk/modules/gui/win32/preferences.cpp
- A /trunk/modules/gui/win32/preferences.dfm
- A /trunk/modules/gui/win32/preferences.h
- A /trunk/modules/gui/win32/win32.bpr
- A /trunk/modules/gui/win32/win32.cpp
- A /trunk/modules/gui/win32/win32.h
- A /trunk/modules/gui/win32/win32_common.h
- A /trunk/modules/misc
- A /trunk/modules/misc/dummy
- A /trunk/modules/misc/dummy/.cvsignore
- A /trunk/modules/misc/dummy/Makefile
- A /trunk/modules/misc/dummy/aout.c
- A /trunk/modules/misc/dummy/decoder.c
- A /trunk/modules/misc/dummy/dummy.c
- A /trunk/modules/misc/dummy/dummy.h
- A /trunk/modules/misc/dummy/input.c
- A /trunk/modules/misc/dummy/interface.c
- A /trunk/modules/misc/dummy/vout.c
- A /trunk/modules/misc/logger
- A /trunk/modules/misc/logger/.cvsignore
- A /trunk/modules/misc/logger/Makefile
- A /trunk/modules/misc/logger/logger.c
- A /trunk/modules/misc/memcpy
- A /trunk/modules/misc/memcpy/.cvsignore
- A /trunk/modules/misc/memcpy/Makefile
- A /trunk/modules/misc/memcpy/fastmemcpy.h
- A /trunk/modules/misc/memcpy/memcpy.c
- A /trunk/modules/misc/memcpy/memcpyaltivec.c
- A /trunk/modules/misc/network
- A /trunk/modules/misc/network/.cvsignore
- A /trunk/modules/misc/network/Makefile
- A /trunk/modules/misc/network/ipv4.c
- A /trunk/modules/misc/network/ipv6.c
- A /trunk/modules/misc/null
- A /trunk/modules/misc/null/.cvsignore
- A /trunk/modules/misc/null/Makefile
- A /trunk/modules/misc/null/null.c
- A /trunk/modules/video_chroma
- A /trunk/modules/video_chroma/.cvsignore
- A /trunk/modules/video_chroma/Makefile
- A /trunk/modules/video_chroma/i420_rgb.c
- A /trunk/modules/video_chroma/i420_rgb.h
- A /trunk/modules/video_chroma/i420_rgb16.c
- A /trunk/modules/video_chroma/i420_rgb8.c
- A /trunk/modules/video_chroma/i420_rgb_c.h
- A /trunk/modules/video_chroma/i420_rgb_mmx.h
- A /trunk/modules/video_chroma/i420_ymga.c
- A /trunk/modules/video_chroma/i420_yuy2.c
- A /trunk/modules/video_chroma/i420_yuy2.h
- A /trunk/modules/video_chroma/i422_yuy2.c
- A /trunk/modules/video_chroma/i422_yuy2.h
- A /trunk/modules/video_filter
- A /trunk/modules/video_filter/.cvsignore
- A /trunk/modules/video_filter/Makefile
- A /trunk/modules/video_filter/clone.c
- A /trunk/modules/video_filter/crop.c
- A /trunk/modules/video_filter/deinterlace
- A /trunk/modules/video_filter/deinterlace/.cvsignore
- A /trunk/modules/video_filter/deinterlace/Makefile
- A /trunk/modules/video_filter/deinterlace/deinterlace.c
- A /trunk/modules/video_filter/distort.c
- A /trunk/modules/video_filter/filter_common.h
- A /trunk/modules/video_filter/invert.c
- A /trunk/modules/video_filter/transform.c
- A /trunk/modules/video_filter/wall.c
- A /trunk/modules/video_output
- A /trunk/modules/video_output/aa
- A /trunk/modules/video_output/aa/.cvsignore
- A /trunk/modules/video_output/aa/Makefile
- A /trunk/modules/video_output/aa/aa.c
- A /trunk/modules/video_output/directx
- A /trunk/modules/video_output/directx/.cvsignore
- A /trunk/modules/video_output/directx/Makefile
- A /trunk/modules/video_output/directx/aout.c
- A /trunk/modules/video_output/directx/directx.c
- A /trunk/modules/video_output/directx/events.c
- A /trunk/modules/video_output/directx/vout.c
- A /trunk/modules/video_output/directx/vout.h
- A /trunk/modules/video_output/fb
- A /trunk/modules/video_output/fb/.cvsignore
- A /trunk/modules/video_output/fb/Makefile
- A /trunk/modules/video_output/fb/fb.c
- A /trunk/modules/video_output/ggi
- A /trunk/modules/video_output/ggi/.cvsignore
- A /trunk/modules/video_output/ggi/Makefile
- A /trunk/modules/video_output/ggi/ggi.c
- A /trunk/modules/video_output/glide
- A /trunk/modules/video_output/glide/.cvsignore
- A /trunk/modules/video_output/glide/Makefile
- A /trunk/modules/video_output/glide/glide.c
- A /trunk/modules/video_output/mga
- A /trunk/modules/video_output/mga/.cvsignore
- A /trunk/modules/video_output/mga/Makefile
- A /trunk/modules/video_output/mga/mga.c
- A /trunk/modules/video_output/mga/xmga.c
- A /trunk/modules/video_output/sdl
- A /trunk/modules/video_output/sdl/.cvsignore
- A /trunk/modules/video_output/sdl/Makefile
- A /trunk/modules/video_output/sdl/aout.c
- A /trunk/modules/video_output/sdl/sdl.c
- A /trunk/modules/video_output/sdl/vout.c
- A /trunk/modules/video_output/x11
- A /trunk/modules/video_output/x11/.cvsignore
- A /trunk/modules/video_output/x11/Makefile
- A /trunk/modules/video_output/x11/x11.c
- A /trunk/modules/video_output/x11/xcommon.c
- A /trunk/modules/video_output/x11/xcommon.h
- A /trunk/modules/video_output/x11/xvideo.c
- A /trunk/modules/visualization
- A /trunk/modules/visualization/scope
- A /trunk/modules/visualization/scope/.cvsignore
- A /trunk/modules/visualization/scope/Makefile
- A /trunk/modules/visualization/scope/scope.c
- A /trunk/modules/visualization/xosd
- A /trunk/modules/visualization/xosd/.cvsignore
- A /trunk/modules/visualization/xosd/Makefile
- A /trunk/modules/visualization/xosd/xosd.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/aout_spdif.h
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules.c
- * ./modules/*: moved plugins to the new tree. Yet untested builds include
- waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
- * ALL: removed mention of AC3 in favour of A52.
- * ./configure.in, ./Makefile*: modules can now be built deeper than 1
- directory. As a consequence, the build is even slower (but I'm fixing
- this) and make clean doesn't work anymore.
- ------------------------------------------------------------------------
- r2235 | sam | 2002-08-04 19:40:49 +0200 (Sun, 04 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/misc/dummy/decoder.c
- * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
- of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
- ------------------------------------------------------------------------
- r2236 | sam | 2002-08-04 20:39:41 +0200 (Sun, 04 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/extras/Win32_msvc/vlc.dsp
- D /trunk/include/vdec_ext-plugins.h
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/mpeg_video/blocks.c
- M /trunk/modules/codec/mpeg_video/decoder.c
- M /trunk/modules/codec/mpeg_video/headers.c
- M /trunk/modules/codec/mpeg_video/parser.c
- A /trunk/modules/codec/mpeg_video/plugins.h
- M /trunk/modules/codec/mpeg_video/pool.c
- M /trunk/modules/codec/mpeg_video/synchro.c
- M /trunk/src/misc/objects.c
- * ./include/vdec_ext-plugins.h: removed this public header and put it
- in ./modules/codec/mpeg_video/.
- ------------------------------------------------------------------------
- r2237 | sam | 2002-08-04 22:04:11 +0200 (Sun, 04 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/interface/interface.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: if a module name starts with "$", vlc calls
- config_GetPsz and uses the result instead.
- ------------------------------------------------------------------------
- r2238 | sam | 2002-08-04 23:29:08 +0200 (Sun, 04 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: make clean works again.
- ------------------------------------------------------------------------
- r2239 | fenrir | 2002-08-05 00:13:06 +0200 (Mon, 05 Aug 2002) | 12 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/Makefile
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- A /trunk/modules/codec/ffmpeg/postprocessing
- A /trunk/modules/codec/ffmpeg/postprocessing/Makefile
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
- A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
- * add post processing modules.( As defined in MPEG4 ISO) There are C,
- mmx, mmxext version, but only mmxext is really usable (other need a
- _lot_ of CPU power).
- There are new options for ffmpeg plugins :
- --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
- --ffmpeg-pp-q to choose quality( 0..6 )
- --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
- to force deblocking on luminance(y)/chrominance(c) horizontally or
- vertically.
- --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
- ------------------------------------------------------------------------
- r2240 | fenrir | 2002-08-05 00:16:28 +0200 (Mon, 05 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * add compilation of postprocessing modules for ffmpeg.
- ------------------------------------------------------------------------
- r2241 | fenrir | 2002-08-05 01:03:10 +0200 (Mon, 05 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.c
- * oups, removed 'include vdec_ext-plugins.h'. And I set
- ffmpeg-error-resilience to -1 by default ( I've found to many files that
- didn't like error resilience...)
- ------------------------------------------------------------------------
- r2242 | sam | 2002-08-05 13:48:56 +0200 (Mon, 05 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/src/misc/modules.c
- * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
- with the Solaris sed.
- * ./src/misc/modules.c: fixed a warning caused by misuse of const.
- ------------------------------------------------------------------------
- r2243 | sam | 2002-08-05 17:16:18 +0200 (Mon, 05 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- A /trunk/modules/codec/dv
- A /trunk/modules/codec/dv/.cvsignore
- A /trunk/modules/codec/dv/Makefile
- A /trunk/modules/codec/dv/dv.c
- * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
- ------------------------------------------------------------------------
- r2244 | sam | 2002-08-05 18:27:49 +0200 (Mon, 05 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
- ------------------------------------------------------------------------
- r2245 | sam | 2002-08-06 02:26:48 +0200 (Tue, 06 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/fortunes.txt
- M /trunk/include/defs.h.in
- M /trunk/mozilla/Makefile
- M /trunk/src/misc/modules.c
- * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
- * ./src/misc/modules.c: the directory browsing should be more portable now,
- we use stat(2) instead of file->d_type.
- ------------------------------------------------------------------------
- r2246 | tcastley | 2002-08-06 12:54:34 +0200 (Tue, 06 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- Fixed include call. Now compiles and BeOS version runs :)
- ------------------------------------------------------------------------
- r2247 | jpsaman | 2002-08-06 21:12:07 +0200 (Tue, 06 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/familiar/familiar.glade
- M /trunk/plugins/familiar/familiar_callbacks.c
- M /trunk/plugins/familiar/familiar_callbacks.h
- M /trunk/plugins/familiar/familiar_interface.c
- Playing video from within the interface works.
- ------------------------------------------------------------------------
- r2248 | jpsaman | 2002-08-06 21:31:18 +0200 (Tue, 06 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- M /trunk/modules/gui/familiar/familiar.glade
- M /trunk/modules/gui/familiar/interface.c
- Sam I hate you ;-)
- ------------------------------------------------------------------------
- r2249 | massiot | 2002-08-06 22:04:26 +0200 (Tue, 06 Aug 2002) | 3 lines
- Changed paths:
- D /trunk/MODULES
- A /trunk/modules/LIST
- Removed the MODULES file, because on case-insensitive filesystems, it
- conflicts with the modules/ directory.
- ------------------------------------------------------------------------
- r2250 | jlj | 2002-08-07 01:43:58 +0200 (Wed, 07 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/open.m
- * ./modules/gui/macosx/open.m: compile fix
- ------------------------------------------------------------------------
- r2251 | sam | 2002-08-07 02:29:37 +0200 (Wed, 07 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/bootstrap.sh
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/access/dvd/access.c
- M /trunk/modules/access/dvd/demux.c
- M /trunk/modules/access/dvd/dvd.c
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/dvdplay/demux.c
- M /trunk/modules/access/dvdplay/es.c
- M /trunk/modules/access/dvdread/dvdread.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/satellite/access.c
- M /trunk/modules/access/udp.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/codec/a52old/downmix.h
- M /trunk/modules/codec/a52old/imdct.h
- M /trunk/modules/codec/mpeg_video/decoder.h
- M /trunk/modules/codec/mpeg_video/parser.h
- M /trunk/modules/codec/mpeg_video/plugins.h
- M /trunk/modules/codec/mpeg_video/pool.h
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/mp4/mp4.h
- M /trunk/modules/demux/mpeg/Makefile
- M /trunk/modules/demux/mpeg/audio.c
- M /trunk/modules/demux/mpeg/ps.c
- A /trunk/modules/demux/mpeg/system.c
- A /trunk/modules/demux/mpeg/system.h
- M /trunk/modules/demux/mpeg/ts.c
- D /trunk/src/input/mpeg_system.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
- demux plugins (ps, ts, but also dvd*).
- * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
- * ./src/misc/modules.c: max recursion level is now 5.
- * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
- ------------------------------------------------------------------------
- r2252 | sam | 2002-08-07 02:31:09 +0200 (Wed, 07 Aug 2002) | 2 lines
- Changed paths:
- A /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
- * added a .cvsignore file.
- ------------------------------------------------------------------------
- r2257 | massiot | 2002-08-07 23:36:56 +0200 (Wed, 07 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/bootstrap.sh
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- A /trunk/modules/audio_filter
- A /trunk/modules/audio_filter/.cvsignore
- A /trunk/modules/audio_filter/Makefile
- A /trunk/modules/audio_filter/float32tos16.c
- A /trunk/modules/audio_mixer
- A /trunk/modules/audio_mixer/.cvsignore
- A /trunk/modules/audio_mixer/Makefile
- A /trunk/modules/audio_mixer/trivial.c
- A /trunk/modules/audio_output/.cvsignore
- A /trunk/modules/audio_output/Makefile
- D /trunk/modules/audio_output/alsa
- A /trunk/modules/audio_output/alsa.c
- D /trunk/modules/audio_output/arts
- A /trunk/modules/audio_output/arts.c
- D /trunk/modules/audio_output/dsp
- D /trunk/modules/audio_output/esd
- A /trunk/modules/audio_output/esd.c
- A /trunk/modules/audio_output/file.c
- A /trunk/modules/audio_output/oss.c
- D /trunk/modules/audio_output/waveout
- A /trunk/modules/audio_output/waveout.c
- M /trunk/modules/codec/a52/a52.c
- M /trunk/modules/codec/a52/a52.h
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/macosx/vout.m
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/modules/misc/dummy/dummy.c
- M /trunk/modules/video_output/sdl/aout.c
- D /trunk/src/audio_output/aout_ext-dec.c
- D /trunk/src/audio_output/aout_pcm.c
- D /trunk/src/audio_output/aout_pcm.h
- D /trunk/src/audio_output/aout_spdif.c
- D /trunk/src/audio_output/aout_spdif.h
- M /trunk/src/audio_output/audio_output.c
- A /trunk/src/audio_output/filters.c
- A /trunk/src/audio_output/input.c
- A /trunk/src/audio_output/mixer.c
- A /trunk/src/audio_output/output.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- Audio output 3. Expect major breakages.
- ------------------------------------------------------------------------
- r2259 | sam | 2002-08-08 02:35:11 +0200 (Thu, 08 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/modules_inner.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- M /trunk/modules/access/dvd/ifo.c
- M /trunk/modules/access/dvd/ifo.h
- M /trunk/modules/access/dvd/seek.c
- M /trunk/modules/access/dvd/summary.c
- M /trunk/modules/access/dvd/udf.c
- M /trunk/modules/access/http.c
- A /trunk/modules/access/v4l
- A /trunk/modules/access/v4l/.cvsignore
- A /trunk/modules/access/v4l/Makefile
- A /trunk/modules/access/v4l/v4l.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/a52old/adec.h
- M /trunk/modules/codec/a52old/downmix.h
- M /trunk/modules/codec/a52old/exponent.h
- M /trunk/modules/codec/a52old/imdct.c
- M /trunk/modules/codec/a52old/imdct.h
- M /trunk/modules/codec/a52old/parse.c