ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
源码类别:

多媒体

开发平台:

MultiPlatform

  1.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  2.    A /trunk/extras/MacOSX/Resources/divx.icns
  3.    A /trunk/extras/MacOSX/Resources/generic.icns
  4.    A /trunk/extras/MacOSX/Resources/mpeg.icns
  5.    A /trunk/extras/MacOSX/Resources/mpeg1.icns
  6.    A /trunk/extras/MacOSX/Resources/mpeg2.icns
  7.    A /trunk/extras/MacOSX/Resources/mpeg4.icns
  8.    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
  9.    M /trunk/plugins/network/ipv6.c
  10. * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
  11. * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
  12. ------------------------------------------------------------------------
  13. r2043 | massiot | 2002-06-10 01:35:33 +0200 (Mon, 10 Jun 2002) | 2 lines
  14. Changed paths:
  15.    M /trunk/plugins/network/ipv6.c
  16. * Fixed some compile issues with what I checked in.
  17. ------------------------------------------------------------------------
  18. r2044 | sam | 2002-06-10 02:41:08 +0200 (Mon, 10 Jun 2002) | 5 lines
  19. Changed paths:
  20.    M /trunk/configure
  21.    M /trunk/configure.in
  22.    M /trunk/plugins/filter/deinterlace.c
  23.   * ./configure.in: fixed inet_pton detection.
  24.   * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
  25.     also a bit slower, so I also kept the old version, optimized it, and
  26.     called it "mean".
  27. ------------------------------------------------------------------------
  28. r2045 | sam | 2002-06-10 18:48:59 +0200 (Mon, 10 Jun 2002) | 2 lines
  29. Changed paths:
  30.    M /trunk/FAQ
  31.   * ./FAQ: added QT6 FAQ entry.
  32. ------------------------------------------------------------------------
  33. r2046 | gbazin | 2002-06-11 11:44:22 +0200 (Tue, 11 Jun 2002) | 15 lines
  34. Changed paths:
  35.    M /trunk/configure
  36.    M /trunk/configure.in
  37.    M /trunk/include/configuration.h
  38.    M /trunk/include/modules.h
  39.    M /trunk/include/video_output.h
  40.    M /trunk/plugins/dummy/dummy.c
  41.    M /trunk/plugins/filter/clone.c
  42.    M /trunk/plugins/filter/crop.c
  43.    M /trunk/plugins/filter/deinterlace.c
  44.    M /trunk/plugins/filter/distort.c
  45.    M /trunk/plugins/filter/invert.c
  46.    M /trunk/plugins/filter/transform.c
  47.    M /trunk/plugins/filter/wall.c
  48.    M /trunk/plugins/gtk/gtk_preferences.c
  49.    M /trunk/plugins/kde/kde_preferences.cpp
  50.    M /trunk/plugins/win32/preferences.cpp
  51.    M /trunk/po/de.po
  52.    M /trunk/po/en_GB.po
  53.    M /trunk/po/fr.po
  54.    M /trunk/po/ja.po
  55.    M /trunk/po/nl.po
  56.    M /trunk/po/no.po
  57.    M /trunk/po/pl.po
  58.    M /trunk/po/ru.po
  59.    M /trunk/po/vlc.pot
  60.    M /trunk/src/libvlc.c
  61.    M /trunk/src/libvlc.h
  62.    M /trunk/src/misc/configuration.c
  63.    M /trunk/src/misc/modules.c
  64.    M /trunk/src/video_output/video_output.c
  65. * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
  66. CONFIG_*.
  67. * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
  68. ./plugins/filter/transform.c, ./plugins/filter/distort.c,
  69. ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
  70. configuration macro.
  71. * ./include/modules.h, ./include/video_output.h,
  72. ./src/video_output/video_output.c, ./plugins/filters/*: added a
  73. VOUT_FILTER capability. Having a clear distinction between VOUTs and
  74. VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
  75. stackable now (use --filter=foo:bar:foo etc..).
  76. * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
  77. added an ADD_USAGE_HINT() configuration macro.
  78. ------------------------------------------------------------------------
  79. r2052 | massiot | 2002-06-19 01:18:40 +0200 (Wed, 19 Jun 2002) | 2 lines
  80. Changed paths:
  81.    M /trunk/README.MacOSX.rtf
  82.    M /trunk/configure
  83.    M /trunk/configure.in
  84.    M /trunk/include/config.h
  85.    M /trunk/include/defs.h.in
  86.    M /trunk/plugins/access/http.c
  87.    M /trunk/plugins/macosx/intf_vlc_wrapper.m
  88.    M /trunk/plugins/macosx/vout_vlc_wrapper.m
  89. Ported previous stable commits.
  90. ------------------------------------------------------------------------
  91. r2054 | massiot | 2002-06-20 00:47:14 +0200 (Thu, 20 Jun 2002) | 2 lines
  92. Changed paths:
  93.    M /trunk/ChangeLog
  94.    M /trunk/README.MacOSX.rtf
  95.    M /trunk/doc/release-howto.txt
  96.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
  97.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  98.    M /trunk/ipkg/control
  99.    M /trunk/plugins/macosx/intf_controller.h
  100.    M /trunk/plugins/macosx/intf_controller.m
  101.    M /trunk/vlc.spec
  102. Backported stable changes.
  103. ------------------------------------------------------------------------
  104. r2055 | fenrir | 2002-06-27 01:11:12 +0200 (Thu, 27 Jun 2002) | 4 lines
  105. Changed paths:
  106.    M /trunk/plugins/avi/avi.c
  107.    M /trunk/plugins/avi/avi.h
  108.    A /trunk/plugins/avi/libioRIFF.h
  109.  * all : I rewrite the way to read, in order to minimize seeking (
  110. faster and in prevision of VOD by http, but not yet functionnal ). But
  111. sound becomes horrible, I will try to fix it as soon as possible.
  112. ------------------------------------------------------------------------
  113. r2056 | fenrir | 2002-06-27 20:10:16 +0200 (Thu, 27 Jun 2002) | 2 lines
  114. Changed paths:
  115.    M /trunk/plugins/avi/Makefile
  116.    M /trunk/plugins/avi/libioRIFF.c
  117.  * all : I've forgotten theses ...
  118. ------------------------------------------------------------------------
  119. r2057 | sam | 2002-06-27 21:01:28 +0200 (Thu, 27 Jun 2002) | 3 lines
  120. Changed paths:
  121.    M /trunk/plugins/x11/x11.c
  122.    M /trunk/plugins/x11/xcommon.c
  123.    M /trunk/plugins/x11/xvideo.c
  124.   * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
  125.     tell vlc to draw in an existing drawable instead of creating a new window.
  126. ------------------------------------------------------------------------
  127. r2058 | sam | 2002-06-27 21:05:17 +0200 (Thu, 27 Jun 2002) | 7 lines
  128. Changed paths:
  129.    M /trunk/include/main.h
  130.    M /trunk/plugins/access/http.c
  131.    M /trunk/plugins/avi/avi.c
  132.    D /trunk/plugins/avi/libLE.c
  133.    M /trunk/plugins/avi/libioRIFF.c
  134.    M /trunk/plugins/text/rc.c
  135.    M /trunk/src/input/input.c
  136.    M /trunk/src/input/input_ext-plugins.c
  137.    M /trunk/src/libvlc.c
  138.    M /trunk/src/libvlc.h
  139.    M /trunk/src/misc/messages.c
  140.    M /trunk/src/misc/modules.c
  141.    M /trunk/src/vlc.c
  142.   * ./src/misc/modules.c: added the --plugin-path option to give vlc an
  143.     extra plugin location.
  144.   * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
  145.     don't launch the rc interface.
  146.   * ./plugins/access/http.c: fixed a compilation warning.
  147.   * ./src/misc/messages.c: cosmetic enhancements in the message output.
  148. ------------------------------------------------------------------------
  149. r2060 | sam | 2002-06-27 21:46:32 +0200 (Thu, 27 Jun 2002) | 8 lines
  150. Changed paths:
  151.    M /trunk/AUTHORS
  152.    M /trunk/ChangeLog
  153.    M /trunk/plugins/dvd/dvd_es.c
  154.    M /trunk/plugins/spudec/spu_decoder.c
  155.   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
  156.   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
  157.   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
  158.     palette.
  159.   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
  160.    Patches imported from v0_4_1_branch.
  161. ------------------------------------------------------------------------
  162. r2061 | fenrir | 2002-06-28 21:31:40 +0200 (Fri, 28 Jun 2002) | 2 lines
  163. Changed paths:
  164.    M /trunk/plugins/avi/avi.c
  165.  plugins/avi/avi.c : audio seems to be better.
  166. ------------------------------------------------------------------------
  167. r2062 | fenrir | 2002-06-29 16:16:17 +0200 (Sat, 29 Jun 2002) | 2 lines
  168. Changed paths:
  169.    M /trunk/plugins/avi/avi.c
  170.  plugins/avi/avi.c : fix some problems with broken avi
  171. ------------------------------------------------------------------------
  172. r2063 | fenrir | 2002-06-30 05:51:29 +0200 (Sun, 30 Jun 2002) | 2 lines
  173. Changed paths:
  174.    M /trunk/plugins/avi/avi.c
  175.    M /trunk/plugins/avi/libioRIFF.c
  176.   all: ameliorations.
  177. ------------------------------------------------------------------------
  178. r2064 | fenrir | 2002-06-30 17:07:57 +0200 (Sun, 30 Jun 2002) | 2 lines
  179. Changed paths:
  180.    M /trunk/plugins/avi/avi.c
  181.    M /trunk/plugins/avi/avi.h
  182.    M /trunk/plugins/avi/libioRIFF.c
  183.    M /trunk/plugins/avi/libioRIFF.h
  184.  *all : now can find key frame even with broken avi.
  185. ------------------------------------------------------------------------
  186. r2065 | sam | 2002-07-01 19:39:08 +0200 (Mon, 01 Jul 2002) | 3 lines
  187. Changed paths:
  188.    M /trunk/plugins/gtk/gtk_callbacks.c
  189.   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
  190.     an emtpy playlist.
  191. ------------------------------------------------------------------------
  192. r2066 | sam | 2002-07-01 19:39:27 +0200 (Mon, 01 Jul 2002) | 2 lines
  193. Changed paths:
  194.    M /trunk/plugins/kde/kde.cpp
  195.    M /trunk/plugins/kde/kde_disc.cpp
  196.    M /trunk/plugins/kde/kde_interface.cpp
  197.    M /trunk/plugins/kde/kde_interface.h
  198.    M /trunk/plugins/kde/kde_menu.cpp
  199.    M /trunk/plugins/kde/kde_net.cpp
  200.    M /trunk/plugins/kde/kde_preferences.cpp
  201.   * ./plugins/kde/*: the KDE interface now works again.
  202. ------------------------------------------------------------------------
  203. r2067 | sam | 2002-07-01 19:39:55 +0200 (Mon, 01 Jul 2002) | 2 lines
  204. Changed paths:
  205.    M /trunk/plugins/qt/intf_qt.cpp
  206.   * ./plugins/qt/*: the Qt interface now works again.
  207. ------------------------------------------------------------------------
  208. r2068 | sam | 2002-07-01 19:40:27 +0200 (Mon, 01 Jul 2002) | 2 lines
  209. Changed paths:
  210.    M /trunk/plugins/lirc/lirc.c
  211.   * ./plugins/lirc/lirc.c: the lirc interface now works again.
  212. ------------------------------------------------------------------------
  213. r2069 | fenrir | 2002-07-02 19:54:49 +0200 (Tue, 02 Jul 2002) | 4 lines
  214. Changed paths:
  215.    M /trunk/plugins/avi/avi.c
  216.    M /trunk/plugins/avi/libioRIFF.c
  217.  * all : begin to support VOD, but it segfault very quickly (unless you
  218. disable audio or video !)and cannot support seeking( will just stop ).
  219. Moreover it can't work for all files, only interleaved ones.
  220. ------------------------------------------------------------------------
  221. r2070 | sam | 2002-07-02 21:14:59 +0200 (Tue, 02 Jul 2002) | 6 lines
  222. Changed paths:
  223.    M /trunk/plugins/x11/x11.c
  224.    M /trunk/plugins/x11/xcommon.c
  225.    M /trunk/plugins/x11/xvideo.c
  226.   * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
  227.     instead of moving the current window, which saves us the hassle of
  228.     remembering size and position.
  229.   * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
  230.     --no-xvideo-shm options.
  231. ------------------------------------------------------------------------
  232. r2071 | sam | 2002-07-02 21:16:47 +0200 (Tue, 02 Jul 2002) | 3 lines
  233. Changed paths:
  234.    M /trunk/plugins/gtk/gnome.c
  235.    M /trunk/plugins/gtk/gtk.c
  236.   * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
  237.     of vlc from crashing when trying to open a recent module.
  238. ------------------------------------------------------------------------
  239. r2072 | jlj | 2002-07-03 00:07:02 +0200 (Wed, 03 Jul 2002) | 3 lines
  240. Changed paths:
  241.    M /trunk/configure
  242.    M /trunk/configure.in
  243.    M /trunk/include/darwin_specific.h
  244.    M /trunk/src/misc/darwin_specific.c
  245.    M /trunk/src/video_output/video_output.c
  246.   * darwin_specific.[ch]: added strndup needed by video_output.c.
  247.   * configure.in: added -lintl to plugins_LDFLAGS.
  248. ------------------------------------------------------------------------
  249. r2073 | sam | 2002-07-03 21:40:49 +0200 (Wed, 03 Jul 2002) | 3 lines
  250. Changed paths:
  251.    M /trunk/include/configuration.h
  252.    M /trunk/include/defs.h.in
  253.    M /trunk/include/modules.h
  254.    M /trunk/include/vlc/vlc.h
  255.    M /trunk/include/vlc_playlist.h
  256.    M /trunk/include/vlc_symbols.h
  257.    M /trunk/src/libvlc.c
  258.    M /trunk/src/misc/configuration.c
  259.    M /trunk/src/misc/modules.c
  260.    M /trunk/src/vlc.c
  261.   * ./src/misc/modules.c: module_Need accepts a comma-separated list of
  262.     module names. Try for instance: "vlc --intf gnome,gtk,dummy".
  263. ------------------------------------------------------------------------
  264. r2074 | sam | 2002-07-04 20:11:57 +0200 (Thu, 04 Jul 2002) | 5 lines
  265. Changed paths:
  266.    M /trunk/Makefile
  267.    M /trunk/Makefile.opts.in
  268.    M /trunk/configure
  269.    M /trunk/configure.in
  270.    M /trunk/debian/.cvsignore
  271.    M /trunk/debian/changelog
  272.    M /trunk/debian/control
  273.    A /trunk/debian/mozilla-plugin-vlc.dirs
  274.    M /trunk/debian/rules
  275.    A /trunk/mozilla
  276.    A /trunk/mozilla/Makefile
  277.    A /trunk/mozilla/npunix.c
  278.    A /trunk/mozilla/vlcplugin.c
  279.    A /trunk/mozilla/vlcplugin.h
  280.    M /trunk/po/de.po
  281.    M /trunk/po/en_GB.po
  282.    M /trunk/po/fr.po
  283.    M /trunk/po/ja.po
  284.    M /trunk/po/nl.po
  285.    M /trunk/po/no.po
  286.    M /trunk/po/pl.po
  287.    M /trunk/po/ru.po
  288.    M /trunk/po/vlc.pot
  289.    M /trunk/src/misc/modules.c
  290.   * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
  291.   * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
  292.     Debian packages.
  293.   * ./po/*: updated potfiles.
  294. ------------------------------------------------------------------------
  295. r2075 | sam | 2002-07-05 13:18:56 +0200 (Fri, 05 Jul 2002) | 4 lines
  296. Changed paths:
  297.    M /trunk/Makefile
  298.    M /trunk/configure
  299.    M /trunk/configure.in
  300.    M /trunk/include/darwin_specific.h
  301.    M /trunk/include/defs.h.in
  302.    M /trunk/include/vlc_common.h
  303.    M /trunk/include/vlc_threads.h
  304.    M /trunk/src/misc/darwin_specific.c
  305.    A /trunk/src/misc/extras.c
  306.    M /trunk/src/misc/threads.c
  307.   * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
  308.     strndup to a separate file so that Win32 can benefit from it.
  309.   * ./include/vlc_threads.h: Borland compilation fix.
  310. ------------------------------------------------------------------------
  311. r2077 | massiot | 2002-07-07 23:55:25 +0200 (Sun, 07 Jul 2002) | 2 lines
  312. Changed paths:
  313.    M /trunk/ChangeLog
  314. Update for 0.4.2 release.
  315. ------------------------------------------------------------------------
  316. r2079 | ipkiss | 2002-07-10 00:15:49 +0200 (Wed, 10 Jul 2002) | 3 lines
  317. Changed paths:
  318.    M /trunk/plugins/win32/about.cpp
  319.    M /trunk/plugins/win32/about.dfm
  320.    M /trunk/plugins/win32/about.h
  321.    M /trunk/plugins/win32/mainframe.cpp
  322.  * ./plugins/win32/about.*: Added the version number in the About box
  323. ------------------------------------------------------------------------
  324. r2080 | fenrir | 2002-07-10 00:18:23 +0200 (Wed, 10 Jul 2002) | 7 lines
  325. Changed paths:
  326.    M /trunk/plugins/avi/avi.c
  327.  plugins/avi/avi.c : now you can see avi over http (true interleaved
  328. file only), and seek is allowed (but with great unsynchronisation,
  329. and sometimes it fails). But in order to make it working, I have to
  330. limit the number of bytes I read at a time. It's strange since in
  331. previous version of vlc, I don't need to do that ... ( it segfaults in
  332. input_SplitBuffer but not always on the same frame )
  333. ------------------------------------------------------------------------
  334. r2081 | lool | 2002-07-10 01:40:34 +0200 (Wed, 10 Jul 2002) | 4 lines
  335. Changed paths:
  336.    M /trunk/FAQ
  337.   * ./FAQ: minor updates, new sections: uninstall/reinstall,
  338.     DirectX-blackscreen, device permissions, debug messages,
  339.     config file, (un)planned ports/features, sources.list
  340. ------------------------------------------------------------------------
  341. r2083 | lool | 2002-07-10 09:32:43 +0200 (Wed, 10 Jul 2002) | 2 lines
  342. Changed paths:
  343.    M /trunk/FAQ
  344.   * ./FAQ: new entry for RTP
  345. ------------------------------------------------------------------------
  346. r2088 | sam | 2002-07-11 20:41:54 +0200 (Thu, 11 Jul 2002) | 2 lines
  347. Changed paths:
  348.    M /trunk/plugins/qt/intf_qt.cpp
  349.   * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
  350. ------------------------------------------------------------------------
  351. r2089 | sam | 2002-07-11 20:44:12 +0200 (Thu, 11 Jul 2002) | 3 lines
  352. Changed paths:
  353.    M /trunk/src/libvlc.c
  354.    M /trunk/src/vlc.c
  355.   * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
  356.   * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
  357. ------------------------------------------------------------------------
  358. r2090 | fenrir | 2002-07-11 20:57:08 +0200 (Thu, 11 Jul 2002) | 6 lines
  359. Changed paths:
  360.    M /trunk/plugins/mpeg_system/mpeg_audio.c
  361.  I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
  362. of a file, so more files can be read :))
  363.  However with current cvs this demux ( with and without the patch )
  364. segfaults after a few seconds, I can't find why, anybody has an idea ?
  365. ------------------------------------------------------------------------
  366. r2091 | sam | 2002-07-11 21:05:12 +0200 (Thu, 11 Jul 2002) | 2 lines
  367. Changed paths:
  368.    M /trunk/debian/rules
  369.   * ./debian/rules: the Debian package creation script builds ffmpeg.
  370. ------------------------------------------------------------------------
  371. r2092 | sam | 2002-07-11 21:28:13 +0200 (Thu, 11 Jul 2002) | 3 lines
  372. Changed paths:
  373.    M /trunk/bootstrap.sh
  374.    M /trunk/plugins/gtk/gnome.c
  375.    M /trunk/plugins/gtk/gnome.glade
  376.    M /trunk/plugins/gtk/gnome_callbacks.c
  377.    M /trunk/plugins/gtk/gnome_callbacks.h
  378.    M /trunk/plugins/gtk/gnome_interface.c
  379.    M /trunk/plugins/gtk/gnome_interface.h
  380.    M /trunk/plugins/gtk/gtk.c
  381.    M /trunk/plugins/gtk/gtk.glade
  382.    M /trunk/plugins/gtk/gtk_callbacks.c
  383.    M /trunk/plugins/gtk/gtk_callbacks.h
  384.    M /trunk/plugins/gtk/gtk_common.h
  385.    M /trunk/plugins/gtk/gtk_control.c
  386.    M /trunk/plugins/gtk/gtk_interface.c
  387.    M /trunk/plugins/gtk/gtk_interface.h
  388.    M /trunk/plugins/gtk/gtk_menu.c
  389.    M /trunk/plugins/gtk/gtk_modules.c
  390.    M /trunk/plugins/gtk/gtk_open.c
  391.    M /trunk/plugins/gtk/gtk_playlist.c
  392.    M /trunk/plugins/gtk/gtk_preferences.c
  393.   * ./plugins/gtk/*: new generic "Open Target" window. Please test and
  394.     comment on usability.
  395. ------------------------------------------------------------------------
  396. r2093 | sam | 2002-07-11 21:44:10 +0200 (Thu, 11 Jul 2002) | 3 lines
  397. Changed paths:
  398.    M /trunk/plugins/mad/mad_libmad.c
  399.   * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
  400.     when the audio output fifo could not be created.
  401. ------------------------------------------------------------------------
  402. r2094 | sam | 2002-07-12 18:30:28 +0200 (Fri, 12 Jul 2002) | 4 lines
  403. Changed paths:
  404.    M /trunk/ChangeLog
  405.    M /trunk/README
  406.    M /trunk/debian/.cvsignore
  407.    M /trunk/debian/control
  408.    A /trunk/debian/gnome-vlc.dirs
  409.    A /trunk/debian/gnome-vlc.menu
  410.    A /trunk/debian/gvlc.dirs
  411.    A /trunk/debian/gvlc.menu
  412.    A /trunk/debian/kvlc.dirs
  413.    A /trunk/debian/kvlc.menu
  414.    A /trunk/debian/qvlc.dirs
  415.    A /trunk/debian/qvlc.menu
  416.    M /trunk/debian/rules
  417.    D /trunk/debian/vlc-aa.dirs
  418.    D /trunk/debian/vlc-alsa.dirs
  419.    D /trunk/debian/vlc-arts.dirs
  420.    D /trunk/debian/vlc-esd.dirs
  421.    D /trunk/debian/vlc-ggi.dirs
  422.    D /trunk/debian/vlc-glide.dirs
  423.    D /trunk/debian/vlc-gnome.dirs
  424.    D /trunk/debian/vlc-gnome.menu
  425.    D /trunk/debian/vlc-gtk.dirs
  426.    D /trunk/debian/vlc-gtk.menu
  427.    D /trunk/debian/vlc-kde.dirs
  428.    D /trunk/debian/vlc-kde.menu
  429.    D /trunk/debian/vlc-lirc.dirs
  430.    D /trunk/debian/vlc-mad.dirs
  431.    A /trunk/debian/vlc-plugin-aa.dirs
  432.    A /trunk/debian/vlc-plugin-alsa.dirs
  433.    A /trunk/debian/vlc-plugin-arts.dirs
  434.    A /trunk/debian/vlc-plugin-esd.dirs
  435.    A /trunk/debian/vlc-plugin-ggi.dirs
  436.    A /trunk/debian/vlc-plugin-glide.dirs
  437.    A /trunk/debian/vlc-plugin-lirc.dirs
  438.    A /trunk/debian/vlc-plugin-mad.dirs
  439.    A /trunk/debian/vlc-plugin-sdl.dirs
  440.    A /trunk/debian/vlc-plugin-xosd.dirs
  441.    D /trunk/debian/vlc-qt.dirs
  442.    D /trunk/debian/vlc-qt.menu
  443.    D /trunk/debian/vlc-sdl.dirs
  444.    M /trunk/debian/vlc.menu
  445.   * ./ChangeLog: updated.
  446.   * ./README: removed much outdated data.
  447.   * ./debian/*: great package renaming - names should make more sense now.
  448. ------------------------------------------------------------------------
  449. r2095 | sam | 2002-07-12 19:08:52 +0200 (Fri, 12 Jul 2002) | 2 lines
  450. Changed paths:
  451.    M /trunk/AUTHORS
  452.    M /trunk/mozilla/vlcplugin.c
  453.    M /trunk/po/de.po
  454.    M /trunk/po/en_GB.po
  455.    M /trunk/po/fr.po
  456.    M /trunk/po/ja.po
  457.    M /trunk/po/nl.po
  458.    M /trunk/po/no.po
  459.    M /trunk/po/pl.po
  460.    M /trunk/po/ru.po
  461.    M /trunk/po/vlc.pot
  462.   * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
  463. ------------------------------------------------------------------------
  464. r2096 | massiot | 2002-07-12 23:57:25 +0200 (Fri, 12 Jul 2002) | 8 lines
  465. Changed paths:
  466.    M /trunk/AUTHORS
  467.    A /trunk/MAINTAINERS
  468.    A /trunk/STATUS
  469.    M /trunk/doc/vlc-howto.sgml
  470.    M /trunk/include/video_output.h
  471.    M /trunk/include/vlc_common.h
  472.    M /trunk/src/misc/mtime.c
  473. * ./AUTHORS : added lool :-p ;
  474. * ./doc/vlc-howto.sgml : Fixed typos ;
  475. * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
  476.   now alignment-safe ;
  477. * ./STATUS : New file indicating who's working on what. Please keep it
  478.   up-to-date ;
  479. * ./MAINTAINERS : New file indicating who has knowledge on which parts.
  480. ------------------------------------------------------------------------
  481. r2097 | massiot | 2002-07-13 00:42:30 +0200 (Sat, 13 Jul 2002) | 2 lines
  482. Changed paths:
  483.    M /trunk/TODO
  484. Closed old entries.
  485. ------------------------------------------------------------------------
  486. r2098 | sam | 2002-07-13 01:53:40 +0200 (Sat, 13 Jul 2002) | 3 lines
  487. Changed paths:
  488.    M /trunk/AUTHORS
  489.   * ./AUTHORS: removed my entry for lool. /me should go back to school and
  490.     learn how to alpha sort.
  491. ------------------------------------------------------------------------
  492. r2102 | jpsaman | 2002-07-13 14:22:14 +0200 (Sat, 13 Jul 2002) | 2 lines
  493. Changed paths:
  494.    M /trunk/ipkg/control
  495. Add package sdl to package dependency list.
  496. ------------------------------------------------------------------------
  497. r2103 | jlj | 2002-07-15 03:54:04 +0200 (Mon, 15 Jul 2002) | 7 lines
  498. Changed paths:
  499.    M /trunk/ChangeLog
  500.    M /trunk/configure
  501.    M /trunk/configure.in
  502.    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
  503.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
  504.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  505.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  506.    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
  507.    M /trunk/plugins/macosx/Makefile
  508.    D /trunk/plugins/macosx/intf_controller.h
  509.    D /trunk/plugins/macosx/intf_controller.m
  510.    A /trunk/plugins/macosx/intf_controls.m
  511.    A /trunk/plugins/macosx/intf_macosx.h
  512.    M /trunk/plugins/macosx/intf_macosx.m
  513.    M /trunk/plugins/macosx/intf_open.h
  514.    M /trunk/plugins/macosx/intf_open.m
  515.    A /trunk/plugins/macosx/intf_playlist.h
  516.    A /trunk/plugins/macosx/intf_playlist.m
  517.    D /trunk/plugins/macosx/intf_vlc_wrapper.h
  518.    D /trunk/plugins/macosx/intf_vlc_wrapper.m
  519.    D /trunk/plugins/macosx/macosx.h
  520.    A /trunk/plugins/macosx/vout_macosx.h
  521.    M /trunk/plugins/macosx/vout_macosx.m
  522.    D /trunk/plugins/macosx/vout_qdview.h
  523.    D /trunk/plugins/macosx/vout_qdview.m
  524.    D /trunk/plugins/macosx/vout_vlc_wrapper.h
  525.    D /trunk/plugins/macosx/vout_vlc_wrapper.m
  526.    D /trunk/plugins/macosx/vout_window.h
  527.    D /trunk/plugins/macosx/vout_window.m
  528.    M /trunk/po/Makefile.in.in
  529.    M /trunk/po/POTFILES.in
  530.    M /trunk/po/de.po
  531.    M /trunk/po/en_GB.po
  532.    M /trunk/po/fr.po
  533.    M /trunk/po/ja.po
  534.    M /trunk/po/nl.po
  535.    M /trunk/po/no.po
  536.    M /trunk/po/pl.po
  537.    M /trunk/po/ru.po
  538.    M /trunk/po/vlc.pot
  539.   * MacOS X changes:
  540.     - added messages and playlist panel
  541.     - simple dock menu (play, pause, stop)
  542.     - context menu in video view
  543.     - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
  544.     - no longer broken :)
  545. ------------------------------------------------------------------------
  546. r2104 | jlj | 2002-07-15 04:09:57 +0200 (Mon, 15 Jul 2002) | 2 lines
  547. Changed paths:
  548.    M /trunk/plugins/macosx/vout_macosx.m
  549.   * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
  550. ------------------------------------------------------------------------
  551. r2105 | jlj | 2002-07-15 21:04:12 +0200 (Mon, 15 Jul 2002) | 2 lines
  552. Changed paths:
  553.    M /trunk/plugins/macosx/vout_macosx.m
  554.   * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
  555. ------------------------------------------------------------------------
  556. r2106 | sam | 2002-07-15 21:08:51 +0200 (Mon, 15 Jul 2002) | 3 lines
  557. Changed paths:
  558.    M /trunk/configure
  559.    M /trunk/configure.in
  560.   * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
  561.     because XvSetPortAttribute isn't always available.
  562. ------------------------------------------------------------------------
  563. r2107 | sam | 2002-07-15 21:15:05 +0200 (Mon, 15 Jul 2002) | 3 lines
  564. Changed paths:
  565.    M /trunk/include/vlc_messages.h
  566.    M /trunk/src/libvlc.c
  567.    M /trunk/src/misc/messages.c
  568.   * ./src/misc/messages.c: debug messages that were issued before the -v
  569.     flag was tested for are no longer lost.
  570. ------------------------------------------------------------------------
  571. r2108 | fenrir | 2002-07-15 21:33:02 +0200 (Mon, 15 Jul 2002) | 4 lines
  572. Changed paths:
  573.    M /trunk/include/input_ext-dec.h
  574.    M /trunk/include/video.h
  575.    M /trunk/plugins/avi/avi.c
  576.    M /trunk/plugins/avi/avi.h
  577.    M /trunk/plugins/ffmpeg/ffmpeg.c
  578.    M /trunk/plugins/ffmpeg/ffmpeg.h
  579.    M /trunk/src/input/input_programs.c
  580.  * avi.c : quick hack to read file created by ffmpeg. I think it should
  581. work.
  582.  * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
  583. ------------------------------------------------------------------------
  584. r2109 | sam | 2002-07-15 22:09:31 +0200 (Mon, 15 Jul 2002) | 4 lines
  585. Changed paths:
  586.    M /trunk/plugins/beos/InterfaceWindow.cpp
  587.    M /trunk/plugins/beos/intf_beos.cpp
  588.    M /trunk/plugins/dummy/intf_dummy.c
  589.    M /trunk/plugins/gtk/gnome.c
  590.    M /trunk/plugins/gtk/gnome.glade
  591.    M /trunk/plugins/gtk/gnome_interface.c
  592.    M /trunk/plugins/gtk/gtk.c
  593.    M /trunk/plugins/gtk/gtk.glade
  594.    M /trunk/plugins/gtk/gtk_callbacks.c
  595.    M /trunk/plugins/gtk/gtk_callbacks.h
  596.    M /trunk/plugins/gtk/gtk_interface.c
  597.    M /trunk/plugins/kde/kde_interface.cpp
  598.    M /trunk/plugins/lirc/lirc.c
  599.    M /trunk/plugins/macosx/intf_macosx.m
  600.    M /trunk/plugins/macosx/vout_macosx.m
  601.    M /trunk/plugins/text/logger.c
  602.    M /trunk/plugins/text/ncurses.c
  603.    M /trunk/plugins/text/rc.c
  604.    M /trunk/plugins/win32/intf_win32.cpp
  605.    M /trunk/plugins/win32/mainframe.cpp
  606.   * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
  607.     for p_intf->b_die to know when they are supposed to terminate p_intf. This
  608.     will allow to spawn interface plugins on the fly.
  609. ------------------------------------------------------------------------
  610. r2110 | sam | 2002-07-16 00:05:59 +0200 (Tue, 16 Jul 2002) | 2 lines
  611. Changed paths:
  612.    M /trunk/configure
  613.    M /trunk/configure.in
  614.   * ./configure.in: fixed a typo in my previous commit (thx fenrir).
  615. ------------------------------------------------------------------------
  616. r2111 | jlj | 2002-07-16 00:20:47 +0200 (Tue, 16 Jul 2002) | 2 lines
  617. Changed paths:
  618.    M /trunk/plugins/access/http.c
  619.   * ./plugins/access/http.c: fixed double free bug.
  620. ------------------------------------------------------------------------
  621. r2112 | fenrir | 2002-07-16 00:45:12 +0200 (Tue, 16 Jul 2002) | 3 lines
  622. Changed paths:
  623.    M /trunk/plugins/ffmpeg/ffmpeg.c
  624.  ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
  625. (Thx sam)
  626. ------------------------------------------------------------------------
  627. r2113 | jlj | 2002-07-16 01:05:46 +0200 (Tue, 16 Jul 2002) | 2 lines
  628. Changed paths:
  629.    M /trunk/plugins/access/http.c
  630.   * ./plugins/access/http.c: fixed memory leak.
  631. ------------------------------------------------------------------------
  632. r2114 | jlj | 2002-07-16 22:41:48 +0200 (Tue, 16 Jul 2002) | 2 lines
  633. Changed paths:
  634.    M /trunk/ChangeLog
  635.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
  636.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  637.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  638.    M /trunk/plugins/macosx/intf_controls.m
  639.    M /trunk/plugins/macosx/intf_macosx.h
  640.    M /trunk/plugins/macosx/intf_macosx.m
  641.    M /trunk/plugins/macosx/vout_macosx.m
  642.   * MacOS X: added deinterlace submenu
  643. ------------------------------------------------------------------------
  644. r2115 | sam | 2002-07-16 23:25:43 +0200 (Tue, 16 Jul 2002) | 3 lines
  645. Changed paths:
  646.    M /trunk/plugins/mpeg_vdec/video_parser.c
  647.    M /trunk/src/input/input_programs.c
  648.   * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
  649.     a few uninitialized variables.
  650. ------------------------------------------------------------------------
  651. r2116 | sam | 2002-07-16 23:28:48 +0200 (Tue, 16 Jul 2002) | 3 lines
  652. Changed paths:
  653.    A /trunk/doc/fortunes.txt
  654.   * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
  655.     time on their hands.
  656. ------------------------------------------------------------------------
  657. r2117 | sam | 2002-07-16 23:29:10 +0200 (Tue, 16 Jul 2002) | 2 lines
  658. Changed paths:
  659.    M /trunk/include/vlc_symbols.h
  660.    M /trunk/include/vlc_threads.h
  661.    M /trunk/src/libvlc.c
  662.    M /trunk/src/misc/modules_plugin.h
  663.    M /trunk/src/misc/threads.c
  664.   * ./src/misc/threads.c: improved lazy initialization of the global lock.
  665. ------------------------------------------------------------------------
  666. r2118 | massiot | 2002-07-16 23:59:39 +0200 (Tue, 16 Jul 2002) | 2 lines
  667. Changed paths:
  668.    M /trunk/Makefile
  669. * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
  670. ------------------------------------------------------------------------
  671. r2119 | sam | 2002-07-17 08:40:49 +0200 (Wed, 17 Jul 2002) | 3 lines
  672. Changed paths:
  673.    M /trunk/AUTHORS
  674.    M /trunk/plugins/alsa/alsa.c
  675.   * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
  676.     Paul Lorenti <jpl31@columbia.edu>.
  677. ------------------------------------------------------------------------
  678. r2120 | sam | 2002-07-17 12:01:12 +0200 (Wed, 17 Jul 2002) | 3 lines
  679. Changed paths:
  680.    M /trunk/configure
  681.    M /trunk/configure.in
  682.    M /trunk/include/defs.h.in
  683.   * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
  684.     remaining issues with XvPutImage detection, please confirm!
  685. ------------------------------------------------------------------------
  686. r2121 | sam | 2002-07-17 14:21:44 +0200 (Wed, 17 Jul 2002) | 2 lines
  687. Changed paths:
  688.    M /trunk/configure
  689.    M /trunk/configure.in
  690.   * ./configure.in: plugin compilation fix for HP-UX.
  691. ------------------------------------------------------------------------
  692. r2122 | stef | 2002-07-17 23:24:06 +0200 (Wed, 17 Jul 2002) | 3 lines
  693. Changed paths:
  694.    M /trunk/plugins/lpcm_adec/lpcm_adec.c
  695. The loop in lpcm decoder DecodeFrame() could not exit after b_die
  696. in some case
  697. ------------------------------------------------------------------------
  698. r2123 | stef | 2002-07-17 23:28:19 +0200 (Wed, 17 Jul 2002) | 3 lines
  699. Changed paths:
  700.    M /trunk/plugins/dvd/dvd.c
  701.    M /trunk/plugins/dvd/dvd_access.c
  702. Added a 'dvdold' shortcut to force the use of the dvd plugin in case
  703. another plugin with higher priority wants to use 'dvd' as shortcut.
  704. ------------------------------------------------------------------------
  705. r2124 | massiot | 2002-07-17 23:38:48 +0200 (Wed, 17 Jul 2002) | 2 lines
  706. Changed paths:
  707.    M /trunk/configure
  708.    M /trunk/configure.in
  709.    M /trunk/include/defs.h.in
  710. Fixed nanosleep detection on some platforms.
  711. ------------------------------------------------------------------------
  712. r2125 | stef | 2002-07-17 23:34:57 +0200 (Wed, 17 Jul 2002) | 2 lines
  713. Changed paths:
  714.    M /trunk/plugins/x11/xcommon.c
  715. Fixed a bug in the computation of the mouse coordinates sent to interface.
  716. ------------------------------------------------------------------------
  717. r2126 | fenrir | 2002-07-17 23:37:27 +0200 (Wed, 17 Jul 2002) | 5 lines
  718. Changed paths:
  719.    A /trunk/plugins/mp4
  720.    A /trunk/plugins/mp4/Makefile
  721.    A /trunk/plugins/mp4/libmp4.c
  722.    A /trunk/plugins/mp4/libmp4.h
  723.    A /trunk/plugins/mp4/mp4.c
  724.    A /trunk/plugins/mp4/mp4.h
  725.  * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
  726. it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
  727. probably break it too many times. It work for some mp4(but without
  728. audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
  729. ------------------------------------------------------------------------
  730. r2128 | stef | 2002-07-17 23:54:37 +0200 (Wed, 17 Jul 2002) | 3 lines
  731. Changed paths:
  732.    M /trunk/include/interface.h
  733.    M /trunk/include/vlc_symbols.h
  734.    M /trunk/src/misc/modules_plugin.h
  735. Interface creation and destruction functions are now exported to plugins
  736. so that any plugin can spawn a new interface.
  737. ------------------------------------------------------------------------
  738. r2129 | massiot | 2002-07-17 23:58:21 +0200 (Wed, 17 Jul 2002) | 3 lines
  739. Changed paths:
  740.    M /trunk/configure
  741.    M /trunk/configure.in
  742.    M /trunk/include/vlc/vlc.h
  743. * ./configure : fixed Mac OS X compilation which was broken on some machines
  744. * ./include/vlc/vlc.h : include os_specific.h
  745. ------------------------------------------------------------------------
  746. r2130 | jlj | 2002-07-18 00:23:20 +0200 (Thu, 18 Jul 2002) | 2 lines
  747. Changed paths:
  748.    M /trunk/src/misc/darwin_specific.c
  749.   * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
  750. ------------------------------------------------------------------------
  751. r2131 | jlj | 2002-07-18 02:54:17 +0200 (Thu, 18 Jul 2002) | 2 lines
  752. Changed paths:
  753.    M /trunk/Makefile
  754.    M /trunk/Makefile.opts.in
  755.    M /trunk/configure.in
  756.   * ./configure.in: added mp4 module, default disabled
  757. ------------------------------------------------------------------------
  758. r2132 | sam | 2002-07-18 02:58:38 +0200 (Thu, 18 Jul 2002) | 2 lines
  759. Changed paths:
  760.    M /trunk/doc/fortunes.txt
  761.   * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
  762. ------------------------------------------------------------------------
  763. r2133 | jlj | 2002-07-18 02:59:12 +0200 (Thu, 18 Jul 2002) | 2 lines
  764. Changed paths:
  765.    M /trunk/configure.in
  766.   * ./configure.in: fixed description of MP4 module
  767. ------------------------------------------------------------------------
  768. r2134 | sam | 2002-07-18 03:00:41 +0200 (Thu, 18 Jul 2002) | 2 lines
  769. Changed paths:
  770.    M /trunk/src/libvlc.c
  771.    M /trunk/src/vlc.c
  772.   * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
  773. ------------------------------------------------------------------------
  774. r2135 | sam | 2002-07-18 03:02:07 +0200 (Thu, 18 Jul 2002) | 2 lines
  775. Changed paths:
  776.    M /trunk/configure
  777.    M /trunk/include/defs.h.in
  778.   * ./configure: rebuilt using the newest autotools.
  779. ------------------------------------------------------------------------
  780. r2136 | sam | 2002-07-18 03:11:17 +0200 (Thu, 18 Jul 2002) | 3 lines
  781. Changed paths:
  782.    M /trunk/Makefile.modules
  783.   * ./Makefile.modules: we don't chmod -x the compiled plugins because of
  784.     HP-UX's dynamic linker which would otherwise be unable to open them.
  785. ------------------------------------------------------------------------
  786. r2137 | sam | 2002-07-18 03:23:44 +0200 (Thu, 18 Jul 2002) | 3 lines
  787. Changed paths:
  788.    M /trunk/configure
  789.    M /trunk/configure.in
  790.   * ./configure.in: we no longer check for a specific function in -lphtread
  791.     because some systems (such as HP-UX...) have them inlined.
  792. ------------------------------------------------------------------------
  793. r2139 | massiot | 2002-07-19 23:14:13 +0200 (Fri, 19 Jul 2002) | 2 lines
  794. Changed paths:
  795.    M /trunk/plugins/network/ipv4.c
  796.    M /trunk/plugins/network/ipv6.c
  797.    M /trunk/src/libvlc.h
  798. * New --mtu option.
  799. ------------------------------------------------------------------------
  800. r2141 | massiot | 2002-07-20 00:04:37 +0200 (Sat, 20 Jul 2002) | 4 lines
  801. Changed paths:
  802.    M /trunk/plugins/a52/a52.c
  803. * ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
  804.   call a liba52 function simultaneously (liba52 isn't reentrant) ;
  805. * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
  806. ------------------------------------------------------------------------
  807. r2142 | sam | 2002-07-20 20:01:43 +0200 (Sat, 20 Jul 2002) | 7 lines
  808. Changed paths:
  809.    M /trunk/.cvsignore
  810.    M /trunk/Makefile
  811.    M /trunk/bootstrap.sh
  812.    M /trunk/configure
  813.    M /trunk/configure.in
  814.    M /trunk/debian/.cvsignore
  815.    M /trunk/debian/control
  816.    A /trunk/debian/libvlc0-dev.dirs
  817.    M /trunk/debian/rules
  818.    M /trunk/doc/fortunes.txt
  819.    M /trunk/include/ac3_downmix.h
  820.    M /trunk/include/ac3_imdct.h
  821.    M /trunk/include/audio_output.h
  822.    M /trunk/include/configuration.h
  823.    M /trunk/include/input_ext-dec.h
  824.    M /trunk/include/input_ext-intf.h
  825.    M /trunk/include/input_ext-plugins.h
  826.    M /trunk/include/interface.h
  827.    M /trunk/include/iso_lang.h
  828.    M /trunk/include/main.h
  829.    M /trunk/include/modules.h
  830.    M /trunk/include/network.h
  831.    M /trunk/include/stream_control.h
  832.    M /trunk/include/vdec_ext-plugins.h
  833.    M /trunk/include/video.h
  834.    M /trunk/include/video_output.h
  835.    M /trunk/include/vlc/vlc.h
  836.    M /trunk/include/vlc_common.h
  837.    M /trunk/include/vlc_messages.h
  838.    M /trunk/include/vlc_playlist.h
  839.    M /trunk/include/vlc_symbols.h
  840.    M /trunk/mozilla/vlcplugin.c
  841.    M /trunk/plugins/aa/aa.c
  842.    M /trunk/plugins/alsa/alsa.c
  843.    M /trunk/plugins/arts/arts.c
  844.    M /trunk/plugins/beos/aout_beos.cpp
  845.    M /trunk/plugins/beos/intf_beos.cpp
  846.    M /trunk/plugins/beos/vout_beos.cpp
  847.    M /trunk/plugins/chroma/i420_rgb.h
  848.    M /trunk/plugins/directx/aout_directx.c
  849.    M /trunk/plugins/directx/vout_directx.h
  850.    M /trunk/plugins/dsp/dsp.c
  851.    M /trunk/plugins/dummy/aout_dummy.c
  852.    M /trunk/plugins/dummy/input_dummy.c
  853.    M /trunk/plugins/dummy/intf_dummy.c
  854.    M /trunk/plugins/dummy/vout_dummy.c
  855.    M /trunk/plugins/esd/esd.c
  856.    M /trunk/plugins/fb/fb.c
  857.    M /trunk/plugins/ffmpeg/ffmpeg.c
  858.    M /trunk/plugins/filter/clone.c
  859.    M /trunk/plugins/filter/crop.c
  860.    M /trunk/plugins/filter/deinterlace.c
  861.    M /trunk/plugins/filter/distort.c
  862.    M /trunk/plugins/filter/invert.c
  863.    M /trunk/plugins/filter/transform.c
  864.    M /trunk/plugins/filter/wall.c
  865.    M /trunk/plugins/fx/scope.c
  866.    M /trunk/plugins/ggi/ggi.c
  867.    M /trunk/plugins/glide/glide.c
  868.    M /trunk/plugins/gtk/gtk_common.h
  869.    M /trunk/plugins/kde/kde_interface.h
  870.    M /trunk/plugins/lirc/lirc.c
  871.    M /trunk/plugins/macosx/aout_macosx.m
  872.    M /trunk/plugins/macosx/intf_macosx.h
  873.    M /trunk/plugins/macosx/vout_macosx.h
  874.    M /trunk/plugins/macosx/vout_macosx.m
  875.    M /trunk/plugins/mga/mga.c
  876.    M /trunk/plugins/mga/xmga.c
  877.    A /trunk/plugins/mp4/.cvsignore
  878.    M /trunk/plugins/network/ipv6.c
  879.    M /trunk/plugins/qnx/aout_qnx.c
  880.    M /trunk/plugins/qnx/vout_qnx.c
  881.    M /trunk/plugins/qt/intf_qt.cpp
  882.    M /trunk/plugins/sdl/aout_sdl.c
  883.    M /trunk/plugins/sdl/vout_sdl.c
  884.    M /trunk/plugins/spudec/spu_decoder.h
  885.    M /trunk/plugins/text/logger.c
  886.    M /trunk/plugins/text/ncurses.c
  887.    M /trunk/plugins/text/rc.c
  888.    M /trunk/plugins/win32/waveout.c
  889.    M /trunk/plugins/win32/win32_common.h
  890.    M /trunk/plugins/x11/xcommon.c
  891.    M /trunk/plugins/xosd/xosd.c
  892.    M /trunk/src/input/input_ext-plugins.c
  893.    M /trunk/src/libvlc.c
  894.    M /trunk/src/misc/modules.c
  895.    M /trunk/src/misc/netutils.c
  896.    M /trunk/src/misc/threads.c
  897.    M /trunk/src/video_output/video_text.c
  898.    M /trunk/src/vlc.c
  899.    A /trunk/vlc-config.in
  900.   * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
  901.   * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
  902.     libvlc API.
  903.   * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
  904.   * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
  905.   * ./debian/*: created packages for libvlc0-dev.
  906. ------------------------------------------------------------------------
  907. r2143 | fenrir | 2002-07-20 20:53:33 +0200 (Sat, 20 Jul 2002) | 5 lines
  908. Changed paths:
  909.    M /trunk/plugins/ffmpeg/ffmpeg.c
  910.    M /trunk/plugins/ffmpeg/ffmpeg.h
  911.  * ffmpeg : add a new option, it set the level of error resilience.
  912. It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
  913. should be able to play your .mp4 file by setting it to -1, with recent
  914. ffmpeg cvs).
  915. ------------------------------------------------------------------------
  916. r2144 | massiot | 2002-07-21 00:31:08 +0200 (Sun, 21 Jul 2002) | 2 lines
  917. Changed paths:
  918.    M /trunk/configure
  919.    M /trunk/configure.in
  920. * Added -lrt for HP/UX port.
  921. ------------------------------------------------------------------------
  922. r2145 | sam | 2002-07-21 16:32:35 +0200 (Sun, 21 Jul 2002) | 3 lines
  923. Changed paths:
  924.    M /trunk/src/input/input_ext-plugins.c
  925.   * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
  926.     which was causing crashes with some demux plugins (mpeg_audio, avi).
  927. ------------------------------------------------------------------------
  928. r2147 | fenrir | 2002-07-21 17:07:39 +0200 (Sun, 21 Jul 2002) | 3 lines
  929. Changed paths:
  930.    M /trunk/plugins/ffmpeg/ffmpeg.c
  931.    M /trunk/plugins/ffmpeg/ffmpeg.h
  932.  * all : try to add an option to allow frame droppping (
  933. --enable-hurry-up ). Begin to work.
  934. ------------------------------------------------------------------------
  935. r2148 | fenrir | 2002-07-21 17:11:55 +0200 (Sun, 21 Jul 2002) | 2 lines
  936. Changed paths:
  937.    A /trunk/plugins/cinepak
  938.    A /trunk/plugins/cinepak/Makefile
  939.    A /trunk/plugins/cinepak/cinepak.c
  940.    A /trunk/plugins/cinepak/cinepak.h
  941.  * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
  942. ------------------------------------------------------------------------
  943. r2149 | fenrir | 2002-07-21 17:13:19 +0200 (Sun, 21 Jul 2002) | 2 lines
  944. Changed paths:
  945.    M /trunk/plugins/mp4/libmp4.c
  946.    M /trunk/plugins/mp4/libmp4.h
  947.    M /trunk/plugins/mp4/mp4.h
  948.  * all : enable cinepak, clean some functions, fix some memory leaks
  949. ------------------------------------------------------------------------
  950. r2150 | fenrir | 2002-07-21 17:18:29 +0200 (Sun, 21 Jul 2002) | 2 lines
  951. Changed paths:
  952.    M /trunk/Makefile
  953.    M /trunk/configure
  954.    M /trunk/configure.in
  955.    M /trunk/include/input_ext-dec.h
  956.    M /trunk/src/input/input_programs.c
  957.  * all : enable cinepak decoder, I hope I haven't break anything.
  958. ------------------------------------------------------------------------
  959. r2151 | sam | 2002-07-21 17:27:09 +0200 (Sun, 21 Jul 2002) | 5 lines
  960. Changed paths:
  961.    M /trunk/bootstrap.sh
  962.    M /trunk/debian/control
  963.    M /trunk/include/vlc_symbols.h
  964.   * ./debian/control: changed "interface plugin" occurences to "frontend" to
  965.     make package descriptions less misleading.
  966.   * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
  967.   * ./bootstrap.sh: don't generate pofiles by default.
  968. ------------------------------------------------------------------------
  969. r2152 | fenrir | 2002-07-21 20:47:22 +0200 (Sun, 21 Jul 2002) | 4 lines
  970. Changed paths:
  971.    M /trunk/plugins/cinepak/cinepak.c
  972.    M /trunk/plugins/cinepak/cinepak.h
  973.    M /trunk/plugins/mp4/libmp4.c
  974.    M /trunk/plugins/mp4/libmp4.h
  975.    M /trunk/plugins/mp4/mp4.c
  976.    M /trunk/plugins/mp4/mp4.h
  977.  * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
  978. right).
  979.  * cinepak : take care of grayscale option.
  980. ------------------------------------------------------------------------
  981. r2153 | sigmunau | 2002-07-21 20:57:02 +0200 (Sun, 21 Jul 2002) | 10 lines
  982. Changed paths:
  983.    M /trunk/Makefile
  984.    M /trunk/plugins/mpeg_system/mpeg_audio.c
  985.    M /trunk/plugins/text/rc.c
  986.    M /trunk/src/input/input.c
  987.    A /trunk/src/input/input_info.c
  988.    M /trunk/src/libvlc.c
  989.    M /trunk/src/misc/modules_plugin.h
  990.   * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
  991.     configuration items.
  992.   * rest: new input info subsystem.
  993. Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
  994. Have a look in plugins/text/rc.c to see how to read info.
  995. Sigmund
  996. ------------------------------------------------------------------------
  997. r2154 | sigmunau | 2002-07-21 21:26:13 +0200 (Sun, 21 Jul 2002) | 2 lines
  998. Changed paths:
  999.    M /trunk/include/input_ext-intf.h
  1000.    M /trunk/include/input_ext-plugins.h
  1001.    M /trunk/include/vlc_common.h
  1002.    M /trunk/include/vlc_symbols.h
  1003.  * all: these didn't get along in my last commit
  1004. ------------------------------------------------------------------------
  1005. r2155 | fenrir | 2002-07-21 21:57:22 +0200 (Sun, 21 Jul 2002) | 3 lines
  1006. Changed paths:
  1007.    M /trunk/plugins/mp4/mp4.c
  1008.    M /trunk/plugins/mp4/mp4.h
  1009.  * all : can now read mp4 file with mp3 audio declared in mp4a box
  1010. Thanks to jlj to show me this and to tell me what to check to solve it.
  1011. ------------------------------------------------------------------------
  1012. r2156 | fenrir | 2002-07-21 23:18:15 +0200 (Sun, 21 Jul 2002) | 2 lines
  1013. Changed paths:
  1014.    M /trunk/plugins/mp4/mp4.c
  1015.  * mp4 : improve mp4a detection/handling.
  1016. ------------------------------------------------------------------------
  1017. r2157 | sam | 2002-07-22 01:40:24 +0200 (Mon, 22 Jul 2002) | 4 lines
  1018. Changed paths:
  1019.    M /trunk/plugins/mad/mad_libmad.c
  1020.    M /trunk/plugins/memcpy/fastmemcpy.h
  1021.    M /trunk/src/input/input_ext-plugins.c
  1022.   * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
  1023.     really a fix.
  1024.   * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
  1025. ------------------------------------------------------------------------
  1026. r2159 | tcastley | 2002-07-22 13:39:56 +0200 (Mon, 22 Jul 2002) | 4 lines
  1027. Changed paths:
  1028.    M /trunk/plugins/beos/MsgVals.h
  1029.    M /trunk/plugins/beos/vout_beos.cpp
  1030. Implemented simple right click menu
  1031. Improved Overlay bitmap handling
  1032. Removed switch workplace bug
  1033. ------------------------------------------------------------------------
  1034. r2160 | jpsaman | 2002-07-22 15:09:27 +0200 (Mon, 22 Jul 2002) | 2 lines
  1035. Changed paths:
  1036.    M /trunk/plugins/mad/TODO
  1037. Updated TODO list.
  1038. ------------------------------------------------------------------------
  1039. r2161 | jpsaman | 2002-07-22 15:48:13 +0200 (Mon, 22 Jul 2002) | 2 lines
  1040. Changed paths:
  1041.    M /trunk/MODULES
  1042.    M /trunk/Makefile
  1043.    M /trunk/Makefile.opts.in
  1044.    M /trunk/STATUS
  1045.    M /trunk/configure
  1046.    M /trunk/configure.in
  1047. Added --enable-familiar to configure.in, the default is disabled.
  1048. ------------------------------------------------------------------------
  1049. r2162 | jpsaman | 2002-07-22 15:49:04 +0200 (Mon, 22 Jul 2002) | 2 lines
  1050. Changed paths:
  1051.    A /trunk/share/familiar-forwardb16x16.xpm
  1052.    A /trunk/share/familiar-openb16x16.xpm
  1053.    A /trunk/share/familiar-pauseb16x16.xpm
  1054.    A /trunk/share/familiar-playb16x16.xpm
  1055.    A /trunk/share/familiar-preferencesb16x16.xpm
  1056.    A /trunk/share/familiar-rewindb16x16.xpm
  1057.    A /trunk/share/familiar-stopb16x16.xpm
  1058. VCR icon buttons for Familiar Linux interface.
  1059. ------------------------------------------------------------------------
  1060. r2163 | jpsaman | 2002-07-22 15:49:42 +0200 (Mon, 22 Jul 2002) | 2 lines
  1061. Changed paths:
  1062.    A /trunk/plugins/familiar
  1063.    A /trunk/plugins/familiar/Makefile
  1064.    A /trunk/plugins/familiar/familiar.c
  1065.    A /trunk/plugins/familiar/familiar.glade
  1066.    A /trunk/plugins/familiar/familiar.h
  1067.    A /trunk/plugins/familiar/familiar_callbacks.c
  1068.    A /trunk/plugins/familiar/familiar_callbacks.h
  1069.    A /trunk/plugins/familiar/familiar_interface.c
  1070.    A /trunk/plugins/familiar/familiar_interface.h
  1071.    A /trunk/plugins/familiar/familiar_support.c
  1072.    A /trunk/plugins/familiar/familiar_support.h
  1073. Familiar Linux interface (non functional yet).
  1074. ------------------------------------------------------------------------
  1075. r2164 | jpsaman | 2002-07-22 21:49:40 +0200 (Mon, 22 Jul 2002) | 2 lines
  1076. Changed paths:
  1077.    M /trunk/plugins/familiar/familiar.c
  1078.    M /trunk/plugins/familiar/familiar.h
  1079. Now "vlc --intf familiar" spawns interface.
  1080. ------------------------------------------------------------------------
  1081. r2165 | jpsaman | 2002-07-22 22:52:42 +0200 (Mon, 22 Jul 2002) | 2 lines
  1082. Changed paths:
  1083.    M /trunk/plugins/familiar/familiar.c
  1084.    M /trunk/plugins/familiar/familiar.glade
  1085.    M /trunk/plugins/familiar/familiar_callbacks.c
  1086.    M /trunk/plugins/familiar/familiar_callbacks.h
  1087.    M /trunk/plugins/familiar/familiar_interface.c
  1088. Non-functional Familiar Linux user interface.
  1089. ------------------------------------------------------------------------
  1090. r2166 | jpsaman | 2002-07-22 23:04:55 +0200 (Mon, 22 Jul 2002) | 2 lines
  1091. Changed paths:
  1092.    M /trunk/plugins/familiar/familiar.c
  1093.    M /trunk/plugins/familiar/familiar.h
  1094. Fixed gtk core-dump on exit. Used code from gtk plugin for this.
  1095. ------------------------------------------------------------------------
  1096. r2167 | sigmunau | 2002-07-22 23:14:30 +0200 (Mon, 22 Jul 2002) | 2 lines
  1097. Changed paths:
  1098.    M /trunk/src/input/input_info.c
  1099. win32 compilation fixes
  1100. ------------------------------------------------------------------------
  1101. r2168 | sam | 2002-07-23 00:19:49 +0200 (Tue, 23 Jul 2002) | 7 lines
  1102. Changed paths:
  1103.    M /trunk/src/misc/modules.c
  1104.   * ./src/misc/modules.c: added the "any" and "none" keywords to the module
  1105.     selection string. "any" matches any module, and "none" always fails.
  1106.     You can for instance use "--vout none" to disable video output, or
  1107.     "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
  1108.     available. Hope it's clear :)
  1109. ------------------------------------------------------------------------
  1110. r2169 | sam | 2002-07-23 02:30:22 +0200 (Tue, 23 Jul 2002) | 3 lines
  1111. Changed paths:
  1112.    M /trunk/src/input/input_info.c
  1113.    M /trunk/src/misc/messages.c
  1114.   * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
  1115.     vasprintf arguments to NULL for extra safety.
  1116. ------------------------------------------------------------------------
  1117. r2170 | sam | 2002-07-23 02:39:17 +0200 (Tue, 23 Jul 2002) | 24 lines
  1118. Changed paths:
  1119.    M /trunk/Makefile
  1120.    M /trunk/configure.in
  1121.    M /trunk/debian/libvlc0-dev.dirs
  1122.    M /trunk/debian/rules
  1123.    M /trunk/include/input_ext-dec.h
  1124.    M /trunk/include/input_ext-intf.h
  1125.    M /trunk/include/modules.h
  1126.    M /trunk/include/video.h
  1127.    M /trunk/include/vlc_common.h
  1128.    M /trunk/include/vlc_symbols.h
  1129.    M /trunk/plugins/a52/a52.c
  1130.    M /trunk/plugins/a52_system/a52_system.c
  1131.    M /trunk/plugins/aa/aa.c
  1132.    M /trunk/plugins/ac3_adec/ac3_adec.c
  1133.    M /trunk/plugins/ac3_spdif/ac3_spdif.c
  1134.    M /trunk/plugins/avi/avi.c
  1135.    M /trunk/plugins/avi/avi.h
  1136.    M /trunk/plugins/avi/libioRIFF.c
  1137.    M /trunk/plugins/beos/InterfaceWindow.cpp
  1138.    M /trunk/plugins/beos/InterfaceWindow.h
  1139.    M /trunk/plugins/beos/VideoWindow.h
  1140.    M /trunk/plugins/beos/vout_beos.cpp
  1141.    M /trunk/plugins/chroma/i420_rgb.c
  1142.    M /trunk/plugins/chroma/i420_rgb16.c
  1143.    M /trunk/plugins/chroma/i420_rgb8.c
  1144.    M /trunk/plugins/chroma/i420_ymga.c
  1145.    M /trunk/plugins/chroma/i420_yuy2.c
  1146.    M /trunk/plugins/chroma/i422_yuy2.c
  1147.    A /trunk/plugins/cinepak/.cvsignore
  1148.    M /trunk/plugins/cinepak/cinepak.c
  1149.    M /trunk/plugins/directx/vout_directx.c
  1150.    M /trunk/plugins/dummy/vout_dummy.c
  1151.    M /trunk/plugins/dvd/dvd_es.c
  1152.    M /trunk/plugins/dvdread/input_dvdread.c
  1153.    M /trunk/plugins/fb/fb.c
  1154.    M /trunk/plugins/ffmpeg/ffmpeg.c
  1155.    M /trunk/plugins/ffmpeg/ffmpeg.h
  1156.    M /trunk/plugins/filter/crop.c
  1157.    M /trunk/plugins/filter/deinterlace.c
  1158.    M /trunk/plugins/fx/scope.c
  1159.    M /trunk/plugins/ggi/ggi.c
  1160.    M /trunk/plugins/glide/glide.c
  1161.    M /trunk/plugins/lpcm_adec/lpcm_adec.c
  1162.    M /trunk/plugins/macosx/vout_macosx.m
  1163.    M /trunk/plugins/mad/mad_adec.c
  1164.    M /trunk/plugins/mga/mga.c
  1165.    M /trunk/plugins/mga/xmga.c
  1166.    M /trunk/plugins/mp4/libmp4.c
  1167.    M /trunk/plugins/mp4/libmp4.h
  1168.    M /trunk/plugins/mp4/mp4.c
  1169.    M /trunk/plugins/mp4/mp4.h
  1170.    M /trunk/plugins/mpeg_adec/mpeg_adec.c
  1171.    M /trunk/plugins/mpeg_system/mpeg_audio.c
  1172.    M /trunk/plugins/mpeg_system/mpeg_es.c
  1173.    M /trunk/plugins/mpeg_system/mpeg_ps.c
  1174.    M /trunk/plugins/mpeg_system/mpeg_ts.c
  1175.    M /trunk/plugins/mpeg_vdec/video_parser.c
  1176.    M /trunk/plugins/mpeg_vdec/vpar_headers.c
  1177.    M /trunk/plugins/qnx/vout_qnx.c
  1178.    M /trunk/plugins/sdl/vout_sdl.c
  1179.    M /trunk/plugins/spudec/spu_decoder.c
  1180.    M /trunk/plugins/x11/xcommon.c
  1181.    M /trunk/src/input/input_dec.c
  1182.    M /trunk/src/input/input_ext-intf.c
  1183.    M /trunk/src/input/input_programs.c
  1184.    M /trunk/src/input/mpeg_system.c
  1185.    M /trunk/src/libvlc.h
  1186.    M /trunk/src/misc/modules.c
  1187.    M /trunk/src/misc/modules_plugin.h
  1188.    M /trunk/src/video_output/video_output.c
  1189.    M /trunk/src/video_output/vout_pictures.c
  1190.    A /trunk/src/video_output/vout_pictures.h
  1191.    M /trunk/src/vlc.c
  1192.   * ALL: decoders now use a fourcc as a probe value.
  1193.   * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
  1194.     its purpose.
  1195.   * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
  1196.   * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
  1197.     always valid.
  1198.   * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
  1199.     vlc --help for more information.
  1200.   * include/video.h: removed fourcc values which should _not_ be global
  1201.     (thanks fenrir for convincing me).
  1202.   * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
  1203.   * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
  1204.     input_ChangeES.
  1205.    Things I'm not sure about and need comments:
  1206.     - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
  1207.     - I also introduced "spu ", "lpcm" and "ac3 ".
  1208.     - I removed for instance "MP4_GetCodec" because it wasn't really
  1209.       used except for the description string. I hope this change did not
  1210.       break anything really important.
  1211.     - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
  1212. ------------------------------------------------------------------------
  1213. r2171 | tcastley | 2002-07-23 14:42:17 +0200 (Tue, 23 Jul 2002) | 5 lines
  1214. Changed paths:
  1215.    M /trunk/plugins/beos/InterfaceWindow.cpp
  1216.    M /trunk/plugins/beos/InterfaceWindow.h
  1217.    M /trunk/plugins/beos/MsgVals.h
  1218.    M /trunk/plugins/beos/VideoWindow.h
  1219.    M /trunk/plugins/beos/intf_beos.cpp
  1220.    A /trunk/plugins/beos/intf_vlc_wrapper.cpp
  1221.    A /trunk/plugins/beos/intf_vlc_wrapper.h
  1222. Changes to ensure BeOS plugins compile and function
  1223. Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
  1224. vlc structurs, yet to be completed.
  1225. Attempted to fix subtitle and audio selection, currently not working.
  1226. ------------------------------------------------------------------------
  1227. r2172 | tcastley | 2002-07-23 15:16:51 +0200 (Tue, 23 Jul 2002) | 3 lines
  1228. Changed paths:
  1229.    M /trunk/plugins/beos/InterfaceWindow.cpp
  1230.    M /trunk/plugins/beos/intf_vlc_wrapper.cpp
  1231.    M /trunk/plugins/beos/intf_vlc_wrapper.h
  1232. Fixed code for subtitle and audio selection, still probs but looking.
  1233. Implemented muting
  1234. ------------------------------------------------------------------------
  1235. r2173 | fenrir | 2002-07-23 19:19:02 +0200 (Tue, 23 Jul 2002) | 5 lines
  1236. Changed paths:
  1237.    M /trunk/plugins/cinepak/cinepak.c
  1238.    M /trunk/plugins/ffmpeg/ffmpeg.c
  1239.    M /trunk/plugins/ffmpeg/ffmpeg.h
  1240.    M /trunk/plugins/mp4/libmp4.c
  1241.    M /trunk/plugins/mp4/libmp4.h
  1242.    M /trunk/plugins/mp4/mp4.c
  1243.    M /trunk/plugins/mp4/mp4.h
  1244.  * cinepak: add a new fourcc
  1245.  * ffmpeg and mp4: some clean up and change the way ffmpeg is
  1246. initialised.
  1247. ------------------------------------------------------------------------
  1248. r2174 | jpsaman | 2002-07-23 20:39:29 +0200 (Tue, 23 Jul 2002) | 2 lines
  1249. Changed paths:
  1250.    M /trunk/plugins/familiar/familiar.c
  1251.    M /trunk/plugins/familiar/familiar.glade
  1252.    M /trunk/plugins/familiar/familiar.h
  1253.    M /trunk/plugins/familiar/familiar_callbacks.c
  1254.    M /trunk/plugins/familiar/familiar_callbacks.h
  1255.    M /trunk/plugins/familiar/familiar_interface.c
  1256.    M /trunk/plugins/familiar/familiar_support.c
  1257. Interface neatly exits now.
  1258. ------------------------------------------------------------------------
  1259. r2175 | stef | 2002-07-23 21:28:25 +0200 (Tue, 23 Jul 2002) | 2 lines
  1260. Changed paths:
  1261.    M /trunk/plugins/gtk/gnome.c
  1262.    M /trunk/plugins/gtk/gnome_interface.c
  1263.    M /trunk/plugins/gtk/gtk_callbacks.c
  1264.    M /trunk/plugins/gtk/gtk_menu.c
  1265. *Allow 0 for title selection as it is the area for first play pgc in DVDs
  1266. ------------------------------------------------------------------------
  1267. r2176 | stef | 2002-07-23 21:56:19 +0200 (Tue, 23 Jul 2002) | 35 lines
  1268. Changed paths:
  1269.    M /trunk/Makefile
  1270.    M /trunk/Makefile.opts.in
  1271.    M /trunk/configure
  1272.    M /trunk/configure.in
  1273.    M /trunk/include/defs.h.in
  1274.    M /trunk/include/vlc_symbols.h
  1275.    A /trunk/plugins/dvdplay
  1276.    A /trunk/plugins/dvdplay/.cvsignore
  1277.    A /trunk/plugins/dvdplay/Makefile
  1278.    A /trunk/plugins/dvdplay/access.c
  1279.    A /trunk/plugins/dvdplay/access.h
  1280.    A /trunk/plugins/dvdplay/demux.c
  1281.    A /trunk/plugins/dvdplay/demux.h
  1282.    A /trunk/plugins/dvdplay/dvd.c
  1283.    A /trunk/plugins/dvdplay/dvd.h
  1284.    A /trunk/plugins/dvdplay/es.c
  1285.    A /trunk/plugins/dvdplay/es.h
  1286.    A /trunk/plugins/dvdplay/intf.c
  1287.    A /trunk/plugins/dvdplay/intf.h
  1288.    A /trunk/plugins/dvdplay/tools.c
  1289.    A /trunk/plugins/dvdplay/tools.h
  1290. *first version of plugin for libdvdplay. To test it, you need to have
  1291.  libdvdplay installed (available from videolan CVS), and request plugins
  1292. compilation in the usual way:
  1293. --enable-dvdplay.
  1294. Note that libdvdplay needs libdvdread and libdvdcss.
  1295. Currently it has only been tested under linux, with gnome interface (optional)
  1296. and xvideo output.
  1297. What works (more or less):
  1298.  -DVD reading in some rare cases :) (title and menus),
  1299.  -Menu pause,
  1300.  -Seeking,
  1301.  -Selecting directly a specific title/chapter/angle,
  1302.  -Changing audio, sub-picture, angle during playback,
  1303.  -Interactive menus with mouse only.
  1304. What is missing:
  1305.  -Menu buttons highlighting (needs spudec patch),
  1306.  -Keyboard interaction (needs a specific part in port specific plugins),
  1307.  -A specific interface to navigate through menus (needs that I move my ass),
  1308.  -Interactive menus won't work with other output plugins so long as they
  1309.   have not been patched to send mouse/keyboard events to vlc interface,
  1310.  -Whatever you need.
  1311. Known bugs (bugs in libdvdplay mostly):
  1312.  -Seeking in some menus or intro titles (bad vobu map),
  1313.  -Read/seek error with some DVDs,
  1314.  -the configure needs tweaking,
  1315.  -numerous segfaults,
  1316.  -decoder/output modules locking error,
  1317.  -fuzzy colors in menus when spudec is active (default in menus).
  1318. The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
  1319. ------------------------------------------------------------------------
  1320. r2177 | sam | 2002-07-23 22:12:55 +0200 (Tue, 23 Jul 2002) | 5 lines
  1321. Changed paths:
  1322.    M /trunk/Makefile
  1323.    M /trunk/configure
  1324.    M /trunk/configure.in
  1325.    M /trunk/debian/rules
  1326.    M /trunk/mozilla/vlcplugin.h
  1327.   * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
  1328.   * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
  1329.   * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
  1330.     add them to the vlc-config output.
  1331. ------------------------------------------------------------------------
  1332. r2178 | sam | 2002-07-23 22:15:41 +0200 (Tue, 23 Jul 2002) | 7 lines
  1333. Changed paths:
  1334.    M /trunk/plugins/dummy/Makefile
  1335.    A /trunk/plugins/dummy/dec_dummy.c
  1336.    M /trunk/plugins/dummy/dummy.c
  1337.   * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
  1338.    Usage: "--codec dummy" will use the dummy decoder for all streams, and
  1339.   save the stream to a stream.1242 file (where 1242 is the internal vlc
  1340.   object ID). If the input file was for instance an mpeg file, you can
  1341.   play one of the resulting files using an mp3 player.
  1342. ------------------------------------------------------------------------
  1343. r2179 | sam | 2002-07-23 22:16:36 +0200 (Tue, 23 Jul 2002) | 3 lines
  1344. Changed paths:
  1345.    M /trunk/mozilla/Makefile
  1346.    M /trunk/plugins/filter/distort.c
  1347.   * ./mozilla/Makefile: fixed dependencies on .h files.
  1348.   * ./plugins/filter/distort.c: fixed a typo in option names.
  1349. ------------------------------------------------------------------------
  1350. r2181 | massiot | 2002-07-23 22:32:55 +0200 (Tue, 23 Jul 2002) | 2 lines
  1351. Changed paths:
  1352.    M /trunk/plugins/access/http.c
  1353. Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
  1354. ------------------------------------------------------------------------
  1355. r2182 | massiot | 2002-07-23 22:50:05 +0200 (Tue, 23 Jul 2002) | 2 lines
  1356. Changed paths:
  1357.    M /trunk/plugins/macosx/intf_macosx.m
  1358. Fixed a compile issue.
  1359. ------------------------------------------------------------------------
  1360. r2183 | fenrir | 2002-07-24 00:42:20 +0200 (Wed, 24 Jul 2002) | 8 lines
  1361. Changed paths:
  1362.    M /trunk/plugins/ffmpeg/ffmpeg.h
  1363.    M /trunk/plugins/mp4/libmp4.c
  1364.    M /trunk/plugins/mp4/libmp4.h
  1365.    M /trunk/plugins/mp4/mp4.c
  1366.  * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
  1367. but sometimes it's in fact MPEG-4, thx titer ).
  1368.  * mp4 : add capability to read mov with mp3 track. But it seems that
  1369. mad doesn't like too much fragmented data packets, and thus breaks the
  1370. audio.( since with '--codec dummy' I'm able to read resulting audio file
  1371. without any problem :)
  1372. ------------------------------------------------------------------------
  1373. r2184 | massiot | 2002-07-24 01:22:28 +0200 (Wed, 24 Jul 2002) | 3 lines
  1374. Changed paths:
  1375.    M /trunk/ChangeLog
  1376.    M /trunk/configure
  1377.    M /trunk/configure.in
  1378.    A /trunk/po/se.po
  1379. Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
  1380. (incomplete and untested).
  1381. ------------------------------------------------------------------------
  1382. r2185 | sam | 2002-07-24 17:21:47 +0200 (Wed, 24 Jul 2002) | 5 lines
  1383. Changed paths:
  1384.    M /trunk/plugins/mpeg_system/mpeg_es.c
  1385.    M /trunk/src/input/input_ext-dec.c
  1386.   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
  1387.     found (p_fifo might be NULL).
  1388.   * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
  1389.     a deadlock issue with demuxers waiting on p_fifo->data_lock.
  1390. ------------------------------------------------------------------------
  1391. r2186 | jpsaman | 2002-07-24 17:58:24 +0200 (Wed, 24 Jul 2002) | 2 lines
  1392. Changed paths:
  1393.    A /trunk/share/vlc16x16.xpm
  1394. XPM version of VideoLAN logo.
  1395. ------------------------------------------------------------------------
  1396. r2187 | jpsaman | 2002-07-24 17:59:02 +0200 (Wed, 24 Jul 2002) | 2 lines
  1397. Changed paths:
  1398.    M /trunk/plugins/familiar/familiar.glade
  1399.    M /trunk/plugins/familiar/familiar_callbacks.h
  1400.    M /trunk/plugins/familiar/familiar_interface.c
  1401. Used buttons instead of pixmaps. Just looks a lot better ;-).
  1402. ------------------------------------------------------------------------
  1403. r2188 | sam | 2002-07-24 18:21:46 +0200 (Wed, 24 Jul 2002) | 2 lines
  1404. Changed paths:
  1405.    M /trunk/plugins/mpeg_system/mpeg_es.c
  1406.   * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
  1407. ------------------------------------------------------------------------
  1408. r2189 | sigmunau | 2002-07-24 20:31:24 +0200 (Wed, 24 Jul 2002) | 3 lines
  1409. Changed paths:
  1410.    M /trunk/plugins/access/http.c
  1411.   * ./plugins/access/http.c: we are now parsing the http return code and
  1412. failing cleanly if it is >= 400
  1413. ------------------------------------------------------------------------
  1414. r2190 | jpsaman | 2002-07-24 22:46:08 +0200 (Wed, 24 Jul 2002) | 2 lines
  1415. Changed paths:
  1416.    M /trunk/plugins/familiar/familiar.c
  1417.    M /trunk/plugins/familiar/familiar.glade
  1418.    M /trunk/plugins/familiar/familiar.h
  1419.    M /trunk/plugins/familiar/familiar_callbacks.c
  1420.    M /trunk/plugins/familiar/familiar_callbacks.h
  1421.    M /trunk/plugins/familiar/familiar_interface.c
  1422. Working on functionality.
  1423. ------------------------------------------------------------------------
  1424. r2191 | massiot | 2002-07-25 01:11:55 +0200 (Thu, 25 Jul 2002) | 3 lines
  1425. Changed paths:
  1426.    M /trunk/configure
  1427.    M /trunk/configure.in
  1428.    M /trunk/src/input/input.c
  1429.    M /trunk/src/input/input_ext-plugins.c
  1430. * ./configure : better detection of IPv6, fixed solaris handling
  1431. * ./src/input/* : fixed a memory leak
  1432. ------------------------------------------------------------------------
  1433. r2195 | stef | 2002-07-25 22:34:35 +0200 (Thu, 25 Jul 2002) | 3 lines
  1434. Changed paths:
  1435.    M /trunk/plugins/dvdplay/access.c
  1436. *Use dvdplay after it has completed initialisation. It should avoid
  1437. some corruption leading to evil crash :)
  1438. ------------------------------------------------------------------------
  1439. r2196 | sam | 2002-07-25 23:02:40 +0200 (Thu, 25 Jul 2002) | 2 lines
  1440. Changed paths:
  1441.    M /trunk/ChangeLog
  1442.   * Updated ChangeLog.
  1443. ------------------------------------------------------------------------
  1444. r2198 | massiot | 2002-07-25 23:51:12 +0200 (Thu, 25 Jul 2002) | 2 lines
  1445. Changed paths:
  1446.    M /trunk/plugins/macosx/vout_macosx.m
  1447. Ported QuickTime 6 fix.
  1448. ------------------------------------------------------------------------
  1449. r2199 | sigmunau | 2002-07-25 23:53:53 +0200 (Thu, 25 Jul 2002) | 3 lines
  1450. Changed paths:
  1451.    M /trunk/plugins/access/http.c
  1452.    M /trunk/src/input/input.c
  1453.    M /trunk/src/input/input_info.c
  1454.   plugin/access/http.c: cosmetic fixes in an error message
  1455.   src/input/*: removed some testcode and some unnecessary debug messages
  1456. ------------------------------------------------------------------------
  1457. r2201 | massiot | 2002-07-26 00:14:21 +0200 (Fri, 26 Jul 2002) | 2 lines
  1458. Changed paths:
  1459.    M /trunk/ChangeLog
  1460. * Updated Changelog for 0.4.3 release.
  1461. ------------------------------------------------------------------------
  1462. r2203 | lool | 2002-07-26 00:34:37 +0200 (Fri, 26 Jul 2002) | 2 lines
  1463. Changed paths:
  1464.    M /trunk/FAQ
  1465.   * ./FAQ: removed QT6 / QT6 Preview "bug"
  1466. ------------------------------------------------------------------------
  1467. r2206 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
  1468. Changed paths:
  1469.    M /trunk/ChangeLog
  1470.    M /trunk/README.MacOSX.rtf
  1471. * ./README.MacOSX.rtf : updated README.
  1472. * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  1473.   David Eldred <*******@apple.com>.
  1474. ------------------------------------------------------------------------
  1475. r2207 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
  1476. Changed paths:
  1477.    M /trunk/plugins/macosx/vout_macosx.m
  1478. * ./README.MacOSX.rtf : updated README.
  1479. * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  1480.   David Eldred <skipper@apple.com>.
  1481. ------------------------------------------------------------------------
  1482. r2208 | massiot | 2002-07-26 02:03:37 +0200 (Fri, 26 Jul 2002) | 3 lines
  1483. Changed paths:
  1484.    M /trunk/ChangeLog
  1485. Haven't thought that maybe people don't want their email to appear on the
  1486. Web :p.
  1487. ------------------------------------------------------------------------
  1488. r2211 | tcastley | 2002-07-28 03:46:26 +0200 (Sun, 28 Jul 2002) | 3 lines
  1489. Changed paths:
  1490.    M /trunk/plugins/beos/vout_beos.cpp
  1491. Fixed lockup on some overlay enabled cards.
  1492. Fixed on top function.
  1493. ------------------------------------------------------------------------
  1494. r2215 | gbazin | 2002-07-29 21:01:27 +0200 (Mon, 29 Jul 2002) | 5 lines
  1495. Changed paths:
  1496.    M /trunk/plugins/network/ipv6.c
  1497. * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
  1498. work (untested) although we'll need to find a way to replace if_nametoindex() to have a
  1499. fully functionnal win32 port.
  1500. ------------------------------------------------------------------------
  1501. r2216 | gbazin | 2002-07-29 21:05:47 +0200 (Mon, 29 Jul 2002) | 7 lines
  1502. Changed paths:
  1503.    M /trunk/include/main.h
  1504.    M /trunk/include/vlc_threads.h
  1505.    M /trunk/src/libvlc.h
  1506.    M /trunk/src/misc/threads.c
  1507.    M /trunk/src/misc/win32_specific.c
  1508. * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
  1509. reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
  1510. WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
  1511. * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
  1512. --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
  1513. ------------------------------------------------------------------------
  1514. r2217 | gbazin | 2002-07-29 21:07:00 +0200 (Mon, 29 Jul 2002) | 7 lines
  1515. Changed paths:
  1516.    M /trunk/plugins/directx/vout_directx.c
  1517.    M /trunk/plugins/directx/vout_directx.h
  1518.    M /trunk/plugins/directx/vout_events.c
  1519. * plugins/directx/vout_directx.*: the directx vout plugin now uses the
  1520. IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
  1521. support WinNT4+DirectX3.
  1522. Some code cleanup too.
  1523. * plugins/directx/vout_events.c: small bugfix.
  1524. ------------------------------------------------------------------------
  1525. r2219 | gbazin | 2002-07-30 09:56:40 +0200 (Tue, 30 Jul 2002) | 3 lines
  1526. Changed paths:
  1527.    M /trunk/include/vlc_threads.h
  1528. * include/vlc_threads.h: fixed the --fast-mutex option.
  1529. ------------------------------------------------------------------------
  1530. r2220 | gbazin | 2002-07-30 19:14:33 +0200 (Tue, 30 Jul 2002) | 4 lines
  1531. Changed paths:
  1532.    M /trunk/plugins/directx/vout_directx.h
  1533.    M /trunk/plugins/directx/vout_events.c
  1534. * plugins/directx/vout_directx.h: removed unused variables.
  1535. * plugins/directx/vout_events.c: fixed resizing bug.
  1536. ------------------------------------------------------------------------
  1537. r2221 | sam | 2002-07-31 22:56:53 +0200 (Wed, 31 Jul 2002) | 6 lines
  1538. Changed paths:
  1539.    M /trunk/BUGS
  1540.    M /trunk/Makefile
  1541.    M /trunk/configure
  1542.    M /trunk/configure.in
  1543.    M /trunk/doc/fortunes.txt
  1544.    M /trunk/include/ac3_downmix.h
  1545.    M /trunk/include/ac3_imdct.h
  1546.    M /trunk/include/audio_output.h
  1547.    M /trunk/include/configuration.h
  1548.    M /trunk/include/input_ext-dec.h
  1549.    M /trunk/include/input_ext-intf.h
  1550.    M /trunk/include/input_ext-plugins.h
  1551.    M /trunk/include/interface.h
  1552.    M /trunk/include/intf_eject.h
  1553.    M /trunk/include/main.h
  1554.    M /trunk/include/modules.h
  1555.    M /trunk/include/modules_inner.h
  1556.    M /trunk/include/netutils.h
  1557.    M /trunk/include/stream_control.h
  1558.    M /trunk/include/video_output.h
  1559.    M /trunk/include/vlc_common.h
  1560.    M /trunk/include/vlc_cpu.h
  1561.    M /trunk/include/vlc_messages.h
  1562.    M /trunk/include/vlc_objects.h
  1563.    M /trunk/include/vlc_playlist.h
  1564.    M /trunk/include/vlc_symbols.h
  1565.    M /trunk/include/vlc_threads.h
  1566.    M /trunk/plugins/a52/a52.c
  1567.    M /trunk/plugins/a52_system/a52_system.c
  1568.    M /trunk/plugins/aa/aa.c
  1569.    M /trunk/plugins/ac3_adec/ac3_adec.c
  1570.    M /trunk/plugins/ac3_adec/ac3_adec.h
  1571.    M /trunk/plugins/ac3_adec/ac3_decoder.c
  1572.    M /trunk/plugins/ac3_adec/ac3_decoder.h
  1573.    M /trunk/plugins/ac3_adec/ac3_imdct.c
  1574.    M /trunk/plugins/ac3_adec/ac3_internal.h
  1575.    M /trunk/plugins/ac3_spdif/ac3_spdif.c
  1576.    M /trunk/plugins/access/file.c
  1577.    M /trunk/plugins/access/http.c
  1578.    M /trunk/plugins/access/udp.c
  1579.    M /trunk/plugins/alsa/alsa.c
  1580.    M /trunk/plugins/arts/arts.c
  1581.    M /trunk/plugins/avi/avi.c
  1582.    M /trunk/plugins/beos/aout_beos.cpp
  1583.    M /trunk/plugins/beos/beos.cpp
  1584.    M /trunk/plugins/beos/intf_beos.cpp
  1585.    M /trunk/plugins/beos/vout_beos.cpp
  1586.    M /trunk/plugins/chroma/i420_rgb.c
  1587.    M /trunk/plugins/chroma/i420_rgb.h
  1588.    M /trunk/plugins/chroma/i420_rgb16.c
  1589.    M /trunk/plugins/chroma/i420_rgb8.c
  1590.    M /trunk/plugins/chroma/i420_ymga.c
  1591.    M /trunk/plugins/chroma/i420_yuy2.c
  1592.    M /trunk/plugins/chroma/i422_yuy2.c
  1593.    M /trunk/plugins/cinepak/cinepak.c
  1594.    M /trunk/plugins/directx/aout_directx.c
  1595.    M /trunk/plugins/directx/directx.c
  1596.    M /trunk/plugins/directx/vout_directx.c
  1597.    M /trunk/plugins/downmix/Makefile
  1598.    M /trunk/plugins/downmix/ac3_downmix_3dn.c
  1599.    M /trunk/plugins/downmix/ac3_downmix_c.c
  1600.    M /trunk/plugins/downmix/ac3_downmix_common.h
  1601.    M /trunk/plugins/downmix/ac3_downmix_sse.c
  1602.    M /trunk/plugins/downmix/downmix.c
  1603.    D /trunk/plugins/downmix/downmix3dn.c
  1604.    D /trunk/plugins/downmix/downmixsse.c
  1605.    M /trunk/plugins/dsp/dsp.c
  1606.    M /trunk/plugins/dummy/aout_dummy.c
  1607.    M /trunk/plugins/dummy/dec_dummy.c
  1608.    M /trunk/plugins/dummy/dummy.c
  1609.    A /trunk/plugins/dummy/dummy.h
  1610.    M /trunk/plugins/dummy/input_dummy.c
  1611.    M /trunk/plugins/dummy/intf_dummy.c
  1612.    M /trunk/plugins/dummy/null.c
  1613.    M /trunk/plugins/dummy/vout_dummy.c
  1614.    M /trunk/plugins/dvd/dvd.c
  1615.    M /trunk/plugins/dvd/dvd_access.c
  1616.    M /trunk/plugins/dvd/dvd_demux.c
  1617.    M /trunk/plugins/dvdplay/access.c
  1618.    M /trunk/plugins/dvdplay/demux.c
  1619.    M /trunk/plugins/dvdplay/dvd.c
  1620.    M /trunk/plugins/dvdplay/intf.c
  1621.    M /trunk/plugins/dvdread/dvdread.c
  1622.    M /trunk/plugins/dvdread/input_dvdread.c
  1623.    M /trunk/plugins/esd/esd.c
  1624.    M /trunk/plugins/familiar/familiar.c
  1625.    M /trunk/plugins/fb/fb.c
  1626.    M /trunk/plugins/ffmpeg/ffmpeg.c
  1627.    M /trunk/plugins/filter/clone.c
  1628.    M /trunk/plugins/filter/crop.c
  1629.    M /trunk/plugins/filter/deinterlace.c
  1630.    M /trunk/plugins/filter/distort.c
  1631.    M /trunk/plugins/filter/invert.c
  1632.    M /trunk/plugins/filter/transform.c
  1633.    M /trunk/plugins/filter/wall.c
  1634.    M /trunk/plugins/fx/scope.c
  1635.    M /trunk/plugins/ggi/ggi.c
  1636.    M /trunk/plugins/glide/glide.c
  1637.    M /trunk/plugins/gtk/gnome.c
  1638.    M /trunk/plugins/gtk/gtk.c
  1639.    M /trunk/plugins/gtk/gtk_preferences.c
  1640.    M /trunk/plugins/idct/idct.c
  1641.    M /trunk/plugins/idct/idct_decl.h
  1642.    M /trunk/plugins/idct/idctaltivec.c
  1643.    M /trunk/plugins/idct/idctclassic.c
  1644.    M /trunk/plugins/idct/idctmmx.c
  1645.    M /trunk/plugins/idct/idctmmxext.c
  1646.    M /trunk/plugins/imdct/Makefile
  1647.    M /trunk/plugins/imdct/ac3_imdct_3dn.c
  1648.    M /trunk/plugins/imdct/ac3_imdct_c.c
  1649.    M /trunk/plugins/imdct/ac3_imdct_common.c
  1650.    M /trunk/plugins/imdct/ac3_imdct_common.h
  1651.    M /trunk/plugins/imdct/ac3_imdct_sse.c
  1652.    M /trunk/plugins/imdct/ac3_srfft_3dn.c
  1653.    M /trunk/plugins/imdct/ac3_srfft_c.c
  1654.    M /trunk/plugins/imdct/ac3_srfft_sse.c
  1655.    M /trunk/plugins/imdct/imdct.c
  1656.    D /trunk/plugins/imdct/imdct3dn.c
  1657.    D /trunk/plugins/imdct/imdctsse.c
  1658.    M /trunk/plugins/kde/kde.cpp
  1659.    M /trunk/plugins/kde/kde_preferences.cpp
  1660.    M /trunk/plugins/lirc/lirc.c
  1661.    M /trunk/plugins/lpcm_adec/lpcm_adec.c
  1662.    M /trunk/plugins/macosx/aout_macosx.m
  1663.    M /trunk/plugins/macosx/intf_macosx.m
  1664.    M /trunk/plugins/macosx/macosx.m
  1665.    M /trunk/plugins/macosx/vout_macosx.m
  1666.    M /trunk/plugins/mad/mad_adec.c
  1667.    M /trunk/plugins/memcpy/fastmemcpy.h
  1668.    M /trunk/plugins/memcpy/memcpy.c
  1669.    M /trunk/plugins/memcpy/memcpyaltivec.c
  1670.    M /trunk/plugins/mga/mga.c
  1671.    M /trunk/plugins/mga/xmga.c
  1672.    M /trunk/plugins/motion/motion.c
  1673.    M /trunk/plugins/motion/motion3dnow.c
  1674.    M /trunk/plugins/motion/motionaltivec.c
  1675.    M /trunk/plugins/motion/motionmmx.c
  1676.    M /trunk/plugins/motion/motionmmxext.c
  1677.    M /trunk/plugins/mp4/mp4.c
  1678.    M /trunk/plugins/mpeg_adec/mpeg_adec.c
  1679.    M /trunk/plugins/mpeg_system/mpeg_audio.c
  1680.    M /trunk/plugins/mpeg_system/mpeg_es.c
  1681.    M /trunk/plugins/mpeg_system/mpeg_ps.c
  1682.    M /trunk/plugins/mpeg_system/mpeg_ts.c
  1683.    M /trunk/plugins/mpeg_vdec/video_parser.c
  1684.    M /trunk/plugins/mpeg_vdec/video_parser.h
  1685.    M /trunk/plugins/mpeg_vdec/vpar_pool.c
  1686.    M /trunk/plugins/network/ipv4.c
  1687.    M /trunk/plugins/network/ipv6.c
  1688.    M /trunk/plugins/qnx/aout_qnx.c
  1689.    M /trunk/plugins/qnx/qnx.c
  1690.    M /trunk/plugins/qnx/vout_qnx.c
  1691.    M /trunk/plugins/qt/intf_qt.cpp
  1692.    M /trunk/plugins/qt/qt.cpp
  1693.    M /trunk/plugins/satellite/input_satellite.c
  1694.    M /trunk/plugins/satellite/satellite.c
  1695.    M /trunk/plugins/sdl/aout_sdl.c
  1696.    M /trunk/plugins/sdl/sdl.c
  1697.    M /trunk/plugins/sdl/vout_sdl.c
  1698.    M /trunk/plugins/spudec/spu_decoder.c
  1699.    M /trunk/plugins/text/logger.c
  1700.    M /trunk/plugins/text/ncurses.c
  1701.    M /trunk/plugins/text/rc.c
  1702.    M /trunk/plugins/vcd/Makefile
  1703.    D /trunk/plugins/vcd/input_vcd.c
  1704.    M /trunk/plugins/vcd/vcd.c
  1705.    M /trunk/plugins/win32/intf_win32.cpp
  1706.    M /trunk/plugins/win32/waveout.c
  1707.    M /trunk/plugins/win32/win32.cpp
  1708.    M /trunk/plugins/win32/win32.h
  1709.    M /trunk/plugins/x11/x11.c
  1710.    M /trunk/plugins/x11/xcommon.c
  1711.    M /trunk/plugins/x11/xcommon.h
  1712.    M /trunk/plugins/x11/xvideo.c
  1713.    M /trunk/plugins/xosd/xosd.c
  1714.    M /trunk/src/audio_output/audio_output.c
  1715.    M /trunk/src/input/input.c
  1716.    M /trunk/src/input/input_dec.c
  1717.    M /trunk/src/input/input_ext-intf.c
  1718.    M /trunk/src/input/input_ext-plugins.c
  1719.    M /trunk/src/input/input_programs.c
  1720.    M /trunk/src/interface/interface.c
  1721.    M /trunk/src/libvlc.c
  1722.    M /trunk/src/libvlc.h
  1723.    M /trunk/src/misc/configuration.c
  1724.    M /trunk/src/misc/messages.c
  1725.    M /trunk/src/misc/modules.c
  1726.    M /trunk/src/misc/modules_builtin.h.in
  1727.    M /trunk/src/misc/modules_plugin.h
  1728.    M /trunk/src/misc/netutils.c
  1729.    M /trunk/src/misc/objects.c
  1730.    M /trunk/src/video_output/video_output.c
  1731.    M /trunk/src/video_output/vout_pictures.h
  1732.   * ALL: new module API. Makes a few things a lot simpler, and we gain
  1733.     about 2000 lines of code.
  1734.     I could not test everything on every architecture, so please report
  1735.     any module breakage (especially on BeOS, OSX and QNX).
  1736. ------------------------------------------------------------------------
  1737. r2222 | sam | 2002-08-01 00:37:28 +0200 (Thu, 01 Aug 2002) | 3 lines
  1738. Changed paths:
  1739.    M /trunk/plugins/directx/directx.c
  1740.    M /trunk/plugins/directx/vout_directx.c
  1741.    M /trunk/plugins/win32/intf_win32.cpp
  1742.    M /trunk/plugins/win32/preferences.cpp
  1743.   * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
  1744.     still not working under Borland).
  1745. ------------------------------------------------------------------------
  1746. r2223 | sam | 2002-08-01 00:54:21 +0200 (Thu, 01 Aug 2002) | 3 lines
  1747. Changed paths:
  1748.    M /trunk/include/configuration.h
  1749.    M /trunk/include/modules_inner.h
  1750.   * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
  1751.     compilers which don't support constructor expressions. I hate Borland.
  1752. ------------------------------------------------------------------------
  1753. r2224 | tcastley | 2002-08-01 13:04:46 +0200 (Thu, 01 Aug 2002) | 2 lines
  1754. Changed paths:
  1755.    M /trunk/include/modules_inner.h
  1756.    M /trunk/plugins/memcpy/memcpy.c
  1757. Compilation fixes for C++ environments like BeOS.
  1758. ------------------------------------------------------------------------
  1759. r2225 | tcastley | 2002-08-01 14:36:26 +0200 (Thu, 01 Aug 2002) | 2 lines
  1760. Changed paths:
  1761.    M /trunk/plugins/beos/PlayListWindow.cpp
  1762. Compilation fixes.
  1763. ------------------------------------------------------------------------
  1764. r2226 | gbazin | 2002-08-01 14:58:38 +0200 (Thu, 01 Aug 2002) | 5 lines
  1765. Changed paths:
  1766.    M /trunk/plugins/dvd/dvd.c
  1767.    M /trunk/plugins/dvd/dvd_access.c
  1768. * Added a --dvd-css-method config option to the dvd plugin. This is implemented with
  1769. putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
  1770. allow us to change this value using the API!
  1771. ------------------------------------------------------------------------
  1772. r2228 | fenrir | 2002-08-01 19:55:31 +0200 (Thu, 01 Aug 2002) | 2 lines
  1773. Changed paths:
  1774.    M /trunk/plugins/avi/avi.c
  1775.  avi.c: remove an old debug purpose printf :)
  1776. ------------------------------------------------------------------------
  1777. r2229 | jlj | 2002-08-02 00:58:38 +0200 (Fri, 02 Aug 2002) | 2 lines
  1778. Changed paths:
  1779.    M /trunk/plugins/idct/idctaltivec.c
  1780.   * ./plugins/idct/idctaltivec.c: compile fix
  1781. ------------------------------------------------------------------------
  1782. r2230 | tcastley | 2002-08-02 06:31:03 +0200 (Fri, 02 Aug 2002) | 2 lines
  1783. Changed paths:
  1784.    M /trunk/plugins/beos/Makefile
  1785. Forgot new file in Makefile :)
  1786. ------------------------------------------------------------------------
  1787. r2231 | sam | 2002-08-04 10:28:22 +0200 (Sun, 04 Aug 2002) | 3 lines
  1788. Changed paths:
  1789.    M /trunk/plugins/memcpy/memcpy.c
  1790.   * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
  1791.     fast_memcpy to be exported with its proper builtin symbol name.
  1792. ------------------------------------------------------------------------
  1793. r2232 | sam | 2002-08-04 10:45:35 +0200 (Sun, 04 Aug 2002) | 2 lines
  1794. Changed paths:
  1795.    M /trunk/configure
  1796.    M /trunk/configure.in
  1797.    M /trunk/include/modules_inner.h
  1798.    M /trunk/mozilla/Makefile
  1799.   * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
  1800. ------------------------------------------------------------------------
  1801. r2233 | sam | 2002-08-04 14:18:41 +0200 (Sun, 04 Aug 2002) | 3 lines
  1802. Changed paths:
  1803.    M /trunk/src/misc/modules.c
  1804.    M /trunk/src/misc/modules_plugin.h
  1805.    M /trunk/src/misc/modules_plugin.h.in
  1806.   * ./src/misc/modules.c: we now recursively parse directories when
  1807.     looking for plugins.
  1808. ------------------------------------------------------------------------
  1809. r2234 | sam | 2002-08-04 19:23:44 +0200 (Sun, 04 Aug 2002) | 7 lines
  1810. Changed paths:
  1811.    M /trunk/Makefile
  1812.    M /trunk/Makefile.modules
  1813.    M /trunk/Makefile.opts.in
  1814.    M /trunk/configure
  1815.    M /trunk/configure.in
  1816.    A /trunk/doc/mad
  1817.    A /trunk/doc/mad/API
  1818.    A /trunk/doc/mad/BUGS
  1819.    A /trunk/doc/mad/DESIGN
  1820.    A /trunk/doc/mad/TODO
  1821.    A /trunk/doc/mad/joe_drew.txt
  1822.    A /trunk/doc/mad/rob_leslie.txt
  1823.    D /trunk/include/ac3_downmix.h
  1824.    D /trunk/include/ac3_imdct.h
  1825.    M /trunk/include/audio_output.h
  1826.    M /trunk/include/input_ext-dec.h
  1827.    M /trunk/include/input_ext-intf.h
  1828.    A /trunk/modules
  1829.    A /trunk/modules/access
  1830.    A /trunk/modules/access/.cvsignore
  1831.    A /trunk/modules/access/Makefile
  1832.    A /trunk/modules/access/dvd
  1833.    A /trunk/modules/access/dvd/.cvsignore
  1834.    A /trunk/modules/access/dvd/Makefile
  1835.    A /trunk/modules/access/dvd/access.c
  1836.    A /trunk/modules/access/dvd/demux.c
  1837.    A /trunk/modules/access/dvd/dvd.c
  1838.    A /trunk/modules/access/dvd/dvd.h
  1839.    A /trunk/modules/access/dvd/dvdcss.h
  1840.    A /trunk/modules/access/dvd/es.c
  1841.    A /trunk/modules/access/dvd/es.h
  1842.    A /trunk/modules/access/dvd/ifo.c
  1843.    A /trunk/modules/access/dvd/ifo.h
  1844.    A /trunk/modules/access/dvd/seek.c
  1845.    A /trunk/modules/access/dvd/seek.h
  1846.    A /trunk/modules/access/dvd/summary.c
  1847.    A /trunk/modules/access/dvd/summary.h
  1848.    A /trunk/modules/access/dvd/udf.c
  1849.    A /trunk/modules/access/dvd/udf.h
  1850.    A /trunk/modules/access/dvdplay
  1851.    A /trunk/modules/access/dvdplay/.cvsignore
  1852.    A /trunk/modules/access/dvdplay/Makefile
  1853.    A /trunk/modules/access/dvdplay/access.c
  1854.    A /trunk/modules/access/dvdplay/access.h
  1855.    A /trunk/modules/access/dvdplay/demux.c
  1856.    A /trunk/modules/access/dvdplay/demux.h
  1857.    A /trunk/modules/access/dvdplay/dvd.c
  1858.    A /trunk/modules/access/dvdplay/dvd.h
  1859.    A /trunk/modules/access/dvdplay/es.c
  1860.    A /trunk/modules/access/dvdplay/es.h
  1861.    A /trunk/modules/access/dvdplay/intf.c
  1862.    A /trunk/modules/access/dvdplay/intf.h
  1863.    A /trunk/modules/access/dvdplay/tools.c
  1864.    A /trunk/modules/access/dvdplay/tools.h
  1865.    A /trunk/modules/access/dvdread
  1866.    A /trunk/modules/access/dvdread/.cvsignore
  1867.    A /trunk/modules/access/dvdread/Makefile
  1868.    A /trunk/modules/access/dvdread/dvdread.c
  1869.    A /trunk/modules/access/dvdread/input.c
  1870.    A /trunk/modules/access/dvdread/input.h
  1871.    A /trunk/modules/access/file.c
  1872.    A /trunk/modules/access/http.c
  1873.    A /trunk/modules/access/satellite
  1874.    A /trunk/modules/access/satellite/.cvsignore
  1875.    A /trunk/modules/access/satellite/Makefile
  1876.    A /trunk/modules/access/satellite/access.c
  1877.    A /trunk/modules/access/satellite/dvb.c
  1878.    A /trunk/modules/access/satellite/dvb.h
  1879.    A /trunk/modules/access/satellite/satellite.c
  1880.    A /trunk/modules/access/udp.c
  1881.    A /trunk/modules/access/vcd
  1882.    A /trunk/modules/access/vcd/.cvsignore
  1883.    A /trunk/modules/access/vcd/Makefile
  1884.    A /trunk/modules/access/vcd/cdrom.c
  1885.    A /trunk/modules/access/vcd/cdrom.h
  1886.    A /trunk/modules/access/vcd/vcd.c
  1887.    A /trunk/modules/access/vcd/vcd.h
  1888.    A /trunk/modules/audio_output
  1889.    A /trunk/modules/audio_output/alsa
  1890.    A /trunk/modules/audio_output/alsa/.cvsignore
  1891.    A /trunk/modules/audio_output/alsa/Makefile
  1892.    A /trunk/modules/audio_output/alsa/alsa.c
  1893.    A /trunk/modules/audio_output/arts
  1894.    A /trunk/modules/audio_output/arts/.cvsignore
  1895.    A /trunk/modules/audio_output/arts/Makefile
  1896.    A /trunk/modules/audio_output/arts/arts.c
  1897.    A /trunk/modules/audio_output/dsp
  1898.    A /trunk/modules/audio_output/dsp/.cvsignore
  1899.    A /trunk/modules/audio_output/dsp/Makefile
  1900.    A /trunk/modules/audio_output/dsp/dsp.c
  1901.    A /trunk/modules/audio_output/esd
  1902.    A /trunk/modules/audio_output/esd/.cvsignore
  1903.    A /trunk/modules/audio_output/esd/Makefile
  1904.    A /trunk/modules/audio_output/esd/esd.c
  1905.    A /trunk/modules/audio_output/waveout
  1906.    A /trunk/modules/audio_output/waveout/.cvsignore
  1907.    A /trunk/modules/audio_output/waveout/Makefile
  1908.    A /trunk/modules/audio_output/waveout/waveout.c
  1909.    A /trunk/modules/codec
  1910.    A /trunk/modules/codec/a52
  1911.    A /trunk/modules/codec/a52/.cvsignore
  1912.    A /trunk/modules/codec/a52/Makefile
  1913.    A /trunk/modules/codec/a52/a52.c
  1914.    A /trunk/modules/codec/a52/a52.h
  1915.    A /trunk/modules/codec/a52old
  1916.    A /trunk/modules/codec/a52old/.cvsignore
  1917.    A /trunk/modules/codec/a52old/Makefile
  1918.    A /trunk/modules/codec/a52old/a52old.c
  1919.    A /trunk/modules/codec/a52old/adec.h
  1920.    A /trunk/modules/codec/a52old/bit_allocate.c
  1921.    A /trunk/modules/codec/a52old/decoder.c
  1922.    A /trunk/modules/codec/a52old/decoder.h
  1923.    A /trunk/modules/codec/a52old/downmix
  1924.    A /trunk/modules/codec/a52old/downmix/.cvsignore
  1925.    A /trunk/modules/codec/a52old/downmix/Makefile
  1926.    A /trunk/modules/codec/a52old/downmix/downmix.c
  1927.    A /trunk/modules/codec/a52old/downmix/downmix_3dn.c
  1928.    A /trunk/modules/codec/a52old/downmix/downmix_c.c
  1929.    A /trunk/modules/codec/a52old/downmix/downmix_common.h
  1930.    A /trunk/modules/codec/a52old/downmix/downmix_sse.c
  1931.    A /trunk/modules/codec/a52old/downmix.h
  1932.    A /trunk/modules/codec/a52old/exponent.c
  1933.    A /trunk/modules/codec/a52old/exponent.h
  1934.    A /trunk/modules/codec/a52old/imdct
  1935.    A /trunk/modules/codec/a52old/imdct/.cvsignore
  1936.    A /trunk/modules/codec/a52old/imdct/Makefile
  1937.    A /trunk/modules/codec/a52old/imdct/imdct.c
  1938.    A /trunk/modules/codec/a52old/imdct/imdct_3dn.c
  1939.    A /trunk/modules/codec/a52old/imdct/imdct_c.c
  1940.    A /trunk/modules/codec/a52old/imdct/imdct_common.c
  1941.    A /trunk/modules/codec/a52old/imdct/imdct_common.h
  1942.    A /trunk/modules/codec/a52old/imdct/imdct_sse.c
  1943.    A /trunk/modules/codec/a52old/imdct/retables.h
  1944.    A /trunk/modules/codec/a52old/imdct/srfft.h
  1945.    A /trunk/modules/codec/a52old/imdct/srfft_3dn.c
  1946.    A /trunk/modules/codec/a52old/imdct/srfft_c.c
  1947.    A /trunk/modules/codec/a52old/imdct/srfft_sse.c
  1948.    A /trunk/modules/codec/a52old/imdct.c
  1949.    A /trunk/modules/codec/a52old/imdct.h
  1950.    A /trunk/modules/codec/a52old/internal.h
  1951.    A /trunk/modules/codec/a52old/mantissa.c
  1952.    A /trunk/modules/codec/a52old/mantissa.h
  1953.    A /trunk/modules/codec/a52old/parse.c
  1954.    A /trunk/modules/codec/a52old/rematrix.c
  1955.    A /trunk/modules/codec/cinepak
  1956.    A /trunk/modules/codec/cinepak/.cvsignore
  1957.    A /trunk/modules/codec/cinepak/Makefile
  1958.    A /trunk/modules/codec/cinepak/cinepak.c
  1959.    A /trunk/modules/codec/cinepak/cinepak.h
  1960.    A /trunk/modules/codec/ffmpeg
  1961.    A /trunk/modules/codec/ffmpeg/.cvsignore
  1962.    A /trunk/modules/codec/ffmpeg/Makefile
  1963.    A /trunk/modules/codec/ffmpeg/ffmpeg.c
  1964.    A /trunk/modules/codec/ffmpeg/ffmpeg.h
  1965.    A /trunk/modules/codec/lpcm
  1966.    A /trunk/modules/codec/lpcm/.cvsignore
  1967.    A /trunk/modules/codec/lpcm/Makefile
  1968.    A /trunk/modules/codec/lpcm/lpcm.c
  1969.    A /trunk/modules/codec/lpcm/lpcm.h
  1970.    A /trunk/modules/codec/mad
  1971.    A /trunk/modules/codec/mad/.cvsignore
  1972.    A /trunk/modules/codec/mad/Makefile
  1973.    A /trunk/modules/codec/mad/decoder.c
  1974.    A /trunk/modules/codec/mad/decoder.h
  1975.    A /trunk/modules/codec/mad/libmad.c
  1976.    A /trunk/modules/codec/mad/libmad.h
  1977.    A /trunk/modules/codec/mpeg_audio
  1978.    A /trunk/modules/codec/mpeg_audio/.cvsignore
  1979.    A /trunk/modules/codec/mpeg_audio/Makefile
  1980.    A /trunk/modules/codec/mpeg_audio/decoder.c
  1981.    A /trunk/modules/codec/mpeg_audio/decoder.h
  1982.    A /trunk/modules/codec/mpeg_audio/generic.c
  1983.    A /trunk/modules/codec/mpeg_audio/generic.h
  1984.    A /trunk/modules/codec/mpeg_audio/layer1.c
  1985.    A /trunk/modules/codec/mpeg_audio/layer1.h
  1986.    A /trunk/modules/codec/mpeg_audio/layer2.c
  1987.    A /trunk/modules/codec/mpeg_audio/layer2.h
  1988.    A /trunk/modules/codec/mpeg_audio/math.c
  1989.    A /trunk/modules/codec/mpeg_audio/math.h
  1990.    A /trunk/modules/codec/mpeg_audio/test.c
  1991.    A /trunk/modules/codec/mpeg_video
  1992.    A /trunk/modules/codec/mpeg_video/.cvsignore
  1993.    A /trunk/modules/codec/mpeg_video/Makefile
  1994.    A /trunk/modules/codec/mpeg_video/blocks.c
  1995.    A /trunk/modules/codec/mpeg_video/blocks.h
  1996.    A /trunk/modules/codec/mpeg_video/decoder.c
  1997.    A /trunk/modules/codec/mpeg_video/decoder.h
  1998.    A /trunk/modules/codec/mpeg_video/headers.c
  1999.    A /trunk/modules/codec/mpeg_video/idct
  2000.    A /trunk/modules/codec/mpeg_video/idct/.cvsignore
  2001.    A /trunk/modules/codec/mpeg_video/idct/Makefile
  2002.    A /trunk/modules/codec/mpeg_video/idct/block_c.h
  2003.    A /trunk/modules/codec/mpeg_video/idct/block_mmx.h
  2004.    A /trunk/modules/codec/mpeg_video/idct/idct.c
  2005.    A /trunk/modules/codec/mpeg_video/idct/idct.h
  2006.    A /trunk/modules/codec/mpeg_video/idct/idct_decl.h
  2007.    A /trunk/modules/codec/mpeg_video/idct/idct_sparse.h
  2008.    A /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
  2009.    A /trunk/modules/codec/mpeg_video/idct/idctclassic.c
  2010.    A /trunk/modules/codec/mpeg_video/idct/idctmmx.c
  2011.    A /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
  2012.    A /trunk/modules/codec/mpeg_video/motion
  2013.    A /trunk/modules/codec/mpeg_video/motion/.cvsignore
  2014.    A /trunk/modules/codec/mpeg_video/motion/Makefile
  2015.    A /trunk/modules/codec/mpeg_video/motion/motion.c
  2016.    A /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
  2017.    A /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
  2018.    A /trunk/modules/codec/mpeg_video/motion/motionmmx.c
  2019.    A /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
  2020.    A /trunk/modules/codec/mpeg_video/parser.c
  2021.    A /trunk/modules/codec/mpeg_video/parser.h
  2022.    A /trunk/modules/codec/mpeg_video/pool.c
  2023.    A /trunk/modules/codec/mpeg_video/pool.h
  2024.    A /trunk/modules/codec/mpeg_video/synchro.c
  2025.    A /trunk/modules/codec/spdif
  2026.    A /trunk/modules/codec/spdif/.cvsignore
  2027.    A /trunk/modules/codec/spdif/Makefile
  2028.    A /trunk/modules/codec/spdif/spdif.c
  2029.    A /trunk/modules/codec/spdif/spdif.h
  2030.    A /trunk/modules/codec/spudec
  2031.    A /trunk/modules/codec/spudec/.cvsignore
  2032.    A /trunk/modules/codec/spudec/Makefile
  2033.    A /trunk/modules/codec/spudec/spudec.c
  2034.    A /trunk/modules/codec/spudec/spudec.h
  2035.    A /trunk/modules/control
  2036.    A /trunk/modules/control/lirc
  2037.    A /trunk/modules/control/lirc/.cvsignore
  2038.    A /trunk/modules/control/lirc/Makefile
  2039.    A /trunk/modules/control/lirc/lirc.c
  2040.    A /trunk/modules/control/rc
  2041.    A /trunk/modules/control/rc/.cvsignore
  2042.    A /trunk/modules/control/rc/Makefile
  2043.    A /trunk/modules/control/rc/rc.c
  2044.    A /trunk/modules/demux
  2045.    A /trunk/modules/demux/a52
  2046.    A /trunk/modules/demux/a52/.cvsignore
  2047.    A /trunk/modules/demux/a52/Makefile
  2048.    A /trunk/modules/demux/a52/demux.c
  2049.    A /trunk/modules/demux/avi
  2050.    A /trunk/modules/demux/avi/.cvsignore
  2051.    A /trunk/modules/demux/avi/Makefile
  2052.    A /trunk/modules/demux/avi/avi.c
  2053.    A /trunk/modules/demux/avi/avi.h
  2054.    A /trunk/modules/demux/avi/libioRIFF.c
  2055.    A /trunk/modules/demux/avi/libioRIFF.h
  2056.    A /trunk/modules/demux/mp4
  2057.    A /trunk/modules/demux/mp4/.cvsignore
  2058.    A /trunk/modules/demux/mp4/Makefile
  2059.    A /trunk/modules/demux/mp4/libmp4.c
  2060.    A /trunk/modules/demux/mp4/libmp4.h
  2061.    A /trunk/modules/demux/mp4/mp4.c
  2062.    A /trunk/modules/demux/mp4/mp4.h
  2063.    A /trunk/modules/demux/mpeg
  2064.    A /trunk/modules/demux/mpeg/.cvsignore
  2065.    A /trunk/modules/demux/mpeg/Makefile
  2066.    A /trunk/modules/demux/mpeg/audio.c
  2067.    A /trunk/modules/demux/mpeg/es.c
  2068.    A /trunk/modules/demux/mpeg/ps.c
  2069.    A /trunk/modules/demux/mpeg/ts.c
  2070.    A /trunk/modules/gui
  2071.    A /trunk/modules/gui/beos
  2072.    A /trunk/modules/gui/beos/.cvsignore
  2073.    A /trunk/modules/gui/beos/AudioOutput.cpp
  2074.    A /trunk/modules/gui/beos/BeOS.cpp
  2075.    A /trunk/modules/gui/beos/Bitmaps.h
  2076.    A /trunk/modules/gui/beos/DrawingTidbits.cpp
  2077.    A /trunk/modules/gui/beos/DrawingTidbits.h
  2078.    A /trunk/modules/gui/beos/Interface.cpp
  2079.    A /trunk/modules/gui/beos/InterfaceWindow.cpp
  2080.    A /trunk/modules/gui/beos/InterfaceWindow.h
  2081.    A /trunk/modules/gui/beos/Makefile
  2082.    A /trunk/modules/gui/beos/MediaControlView.cpp
  2083.    A /trunk/modules/gui/beos/MediaControlView.h
  2084.    A /trunk/modules/gui/beos/MsgVals.h
  2085.    A /trunk/modules/gui/beos/PlayListWindow.cpp
  2086.    A /trunk/modules/gui/beos/PlayListWindow.h
  2087.    A /trunk/modules/gui/beos/TransportButton.cpp
  2088.    A /trunk/modules/gui/beos/TransportButton.h
  2089.    A /trunk/modules/gui/beos/VideoOutput.cpp
  2090.    A /trunk/modules/gui/beos/VideoWindow.h
  2091.    A /trunk/modules/gui/beos/VlcWrapper.cpp
  2092.    A /trunk/modules/gui/beos/VlcWrapper.h
  2093.    A /trunk/modules/gui/familiar
  2094.    A /trunk/modules/gui/familiar/.cvsignore
  2095.    A /trunk/modules/gui/familiar/Makefile
  2096.    A /trunk/modules/gui/familiar/callbacks.c
  2097.    A /trunk/modules/gui/familiar/callbacks.h
  2098.    A /trunk/modules/gui/familiar/familiar.c
  2099.    A /trunk/modules/gui/familiar/familiar.glade
  2100.    A /trunk/modules/gui/familiar/familiar.h
  2101.    A /trunk/modules/gui/familiar/interface.c
  2102.    A /trunk/modules/gui/familiar/interface.h
  2103.    A /trunk/modules/gui/familiar/support.c
  2104.    A /trunk/modules/gui/familiar/support.h
  2105.    A /trunk/modules/gui/gtk
  2106.    A /trunk/modules/gui/gtk/.cvsignore
  2107.    A /trunk/modules/gui/gtk/Makefile
  2108.    A /trunk/modules/gui/gtk/common.h
  2109.    A /trunk/modules/gui/gtk/control.c
  2110.    A /trunk/modules/gui/gtk/control.h
  2111.    A /trunk/modules/gui/gtk/display.c
  2112.    A /trunk/modules/gui/gtk/display.h
  2113.    A /trunk/modules/gui/gtk/gnome.c
  2114.    A /trunk/modules/gui/gtk/gnome.glade
  2115.    A /trunk/modules/gui/gtk/gnome_callbacks.c
  2116.    A /trunk/modules/gui/gtk/gnome_callbacks.h
  2117.    A /trunk/modules/gui/gtk/gnome_interface.c
  2118.    A /trunk/modules/gui/gtk/gnome_interface.h
  2119.    A /trunk/modules/gui/gtk/gnome_support.c
  2120.    A /trunk/modules/gui/gtk/gnome_support.h
  2121.    A /trunk/modules/gui/gtk/gtk.c
  2122.    A /trunk/modules/gui/gtk/gtk.glade
  2123.    A /trunk/modules/gui/gtk/gtk_callbacks.c
  2124.    A /trunk/modules/gui/gtk/gtk_callbacks.h
  2125.    A /trunk/modules/gui/gtk/gtk_interface.c
  2126.    A /trunk/modules/gui/gtk/gtk_interface.h
  2127.    A /trunk/modules/gui/gtk/gtk_support.c
  2128.    A /trunk/modules/gui/gtk/gtk_support.h
  2129.    A /trunk/modules/gui/gtk/menu.c
  2130.    A /trunk/modules/gui/gtk/menu.h
  2131.    A /trunk/modules/gui/gtk/modules.c
  2132.    A /trunk/modules/gui/gtk/modules.h
  2133.    A /trunk/modules/gui/gtk/open.c
  2134.    A /trunk/modules/gui/gtk/open.h
  2135.    A /trunk/modules/gui/gtk/playlist.c
  2136.    A /trunk/modules/gui/gtk/playlist.h
  2137.    A /trunk/modules/gui/gtk/preferences.c
  2138.    A /trunk/modules/gui/gtk/preferences.h
  2139.    A /trunk/modules/gui/kde
  2140.    A /trunk/modules/gui/kde/.cvsignore
  2141.    A /trunk/modules/gui/kde/Makefile
  2142.    A /trunk/modules/gui/kde/QConfigItem.cpp
  2143.    A /trunk/modules/gui/kde/QConfigItem.h
  2144.    A /trunk/modules/gui/kde/common.h
  2145.    A /trunk/modules/gui/kde/disc.cpp
  2146.    A /trunk/modules/gui/kde/disc.h
  2147.    A /trunk/modules/gui/kde/interface.cpp
  2148.    A /trunk/modules/gui/kde/interface.h
  2149.    A /trunk/modules/gui/kde/kde.cpp
  2150.    A /trunk/modules/gui/kde/menu.cpp
  2151.    A /trunk/modules/gui/kde/menu.h
  2152.    A /trunk/modules/gui/kde/net.cpp
  2153.    A /trunk/modules/gui/kde/net.h
  2154.    A /trunk/modules/gui/kde/pluginsbox.cpp
  2155.    A /trunk/modules/gui/kde/pluginsbox.h
  2156.    A /trunk/modules/gui/kde/preferences.cpp
  2157.    A /trunk/modules/gui/kde/preferences.h
  2158.    A /trunk/modules/gui/kde/slider.cpp
  2159.    A /trunk/modules/gui/kde/slider.h
  2160.    A /trunk/modules/gui/kde/ui.rc
  2161.    A /trunk/modules/gui/macosx
  2162.    A /trunk/modules/gui/macosx/.cvsignore
  2163.    A /trunk/modules/gui/macosx/Makefile
  2164.    A /trunk/modules/gui/macosx/aout.m
  2165.    A /trunk/modules/gui/macosx/controls.m
  2166.    A /trunk/modules/gui/macosx/intf.h
  2167.    A /trunk/modules/gui/macosx/intf.m
  2168.    A /trunk/modules/gui/macosx/macosx.m
  2169.    A /trunk/modules/gui/macosx/open.h
  2170.    A /trunk/modules/gui/macosx/open.m
  2171.    A /trunk/modules/gui/macosx/playlist.h
  2172.    A /trunk/modules/gui/macosx/playlist.m
  2173.    A /trunk/modules/gui/macosx/vout.h
  2174.    A /trunk/modules/gui/macosx/vout.m
  2175.    A /trunk/modules/gui/ncurses
  2176.    A /trunk/modules/gui/ncurses/.cvsignore
  2177.    A /trunk/modules/gui/ncurses/Makefile
  2178.    A /trunk/modules/gui/ncurses/ncurses.c
  2179.    A /trunk/modules/gui/qnx
  2180.    A /trunk/modules/gui/qnx/.cvsignore
  2181.    A /trunk/modules/gui/qnx/Makefile
  2182.    A /trunk/modules/gui/qnx/aout.c
  2183.    A /trunk/modules/gui/qnx/qnx.c
  2184.    A /trunk/modules/gui/qnx/vout.c
  2185.    A /trunk/modules/gui/qt
  2186.    A /trunk/modules/gui/qt/.cvsignore
  2187.    A /trunk/modules/gui/qt/Makefile
  2188.    A /trunk/modules/gui/qt/intf.cpp
  2189.    A /trunk/modules/gui/qt/qt.cpp
  2190.    A /trunk/modules/gui/win32
  2191.    A /trunk/modules/gui/win32/.cvsignore
  2192.    A /trunk/modules/gui/win32/Makefile
  2193.    A /trunk/modules/gui/win32/about.cpp
  2194.    A /trunk/modules/gui/win32/about.dfm
  2195.    A /trunk/modules/gui/win32/about.h
  2196.    A /trunk/modules/gui/win32/control.cpp
  2197.    A /trunk/modules/gui/win32/control.h
  2198.    A /trunk/modules/gui/win32/disc.cpp
  2199.    A /trunk/modules/gui/win32/disc.dfm
  2200.    A /trunk/modules/gui/win32/disc.h
  2201.    A /trunk/modules/gui/win32/intfwin.bpf
  2202.    A /trunk/modules/gui/win32/intfwin.cpp
  2203.    A /trunk/modules/gui/win32/mainframe.cpp
  2204.    A /trunk/modules/gui/win32/mainframe.dfm
  2205.    A /trunk/modules/gui/win32/mainframe.h
  2206.    A /trunk/modules/gui/win32/menu.cpp
  2207.    A /trunk/modules/gui/win32/menu.h
  2208.    A /trunk/modules/gui/win32/messages.cpp
  2209.    A /trunk/modules/gui/win32/messages.dfm
  2210.    A /trunk/modules/gui/win32/messages.h
  2211.    A /trunk/modules/gui/win32/network.cpp
  2212.    A /trunk/modules/gui/win32/network.dfm
  2213.    A /trunk/modules/gui/win32/network.h
  2214.    A /trunk/modules/gui/win32/playlist.cpp
  2215.    A /trunk/modules/gui/win32/playlist.dfm
  2216.    A /trunk/modules/gui/win32/playlist.h
  2217.    A /trunk/modules/gui/win32/preferences.cpp
  2218.    A /trunk/modules/gui/win32/preferences.dfm
  2219.    A /trunk/modules/gui/win32/preferences.h
  2220.    A /trunk/modules/gui/win32/win32.bpr
  2221.    A /trunk/modules/gui/win32/win32.cpp
  2222.    A /trunk/modules/gui/win32/win32.h
  2223.    A /trunk/modules/gui/win32/win32_common.h
  2224.    A /trunk/modules/misc
  2225.    A /trunk/modules/misc/dummy
  2226.    A /trunk/modules/misc/dummy/.cvsignore
  2227.    A /trunk/modules/misc/dummy/Makefile
  2228.    A /trunk/modules/misc/dummy/aout.c
  2229.    A /trunk/modules/misc/dummy/decoder.c
  2230.    A /trunk/modules/misc/dummy/dummy.c
  2231.    A /trunk/modules/misc/dummy/dummy.h
  2232.    A /trunk/modules/misc/dummy/input.c
  2233.    A /trunk/modules/misc/dummy/interface.c
  2234.    A /trunk/modules/misc/dummy/vout.c
  2235.    A /trunk/modules/misc/logger
  2236.    A /trunk/modules/misc/logger/.cvsignore
  2237.    A /trunk/modules/misc/logger/Makefile
  2238.    A /trunk/modules/misc/logger/logger.c
  2239.    A /trunk/modules/misc/memcpy
  2240.    A /trunk/modules/misc/memcpy/.cvsignore
  2241.    A /trunk/modules/misc/memcpy/Makefile
  2242.    A /trunk/modules/misc/memcpy/fastmemcpy.h
  2243.    A /trunk/modules/misc/memcpy/memcpy.c
  2244.    A /trunk/modules/misc/memcpy/memcpyaltivec.c
  2245.    A /trunk/modules/misc/network
  2246.    A /trunk/modules/misc/network/.cvsignore
  2247.    A /trunk/modules/misc/network/Makefile
  2248.    A /trunk/modules/misc/network/ipv4.c
  2249.    A /trunk/modules/misc/network/ipv6.c
  2250.    A /trunk/modules/misc/null
  2251.    A /trunk/modules/misc/null/.cvsignore
  2252.    A /trunk/modules/misc/null/Makefile
  2253.    A /trunk/modules/misc/null/null.c
  2254.    A /trunk/modules/video_chroma
  2255.    A /trunk/modules/video_chroma/.cvsignore
  2256.    A /trunk/modules/video_chroma/Makefile
  2257.    A /trunk/modules/video_chroma/i420_rgb.c
  2258.    A /trunk/modules/video_chroma/i420_rgb.h
  2259.    A /trunk/modules/video_chroma/i420_rgb16.c
  2260.    A /trunk/modules/video_chroma/i420_rgb8.c
  2261.    A /trunk/modules/video_chroma/i420_rgb_c.h
  2262.    A /trunk/modules/video_chroma/i420_rgb_mmx.h
  2263.    A /trunk/modules/video_chroma/i420_ymga.c
  2264.    A /trunk/modules/video_chroma/i420_yuy2.c
  2265.    A /trunk/modules/video_chroma/i420_yuy2.h
  2266.    A /trunk/modules/video_chroma/i422_yuy2.c
  2267.    A /trunk/modules/video_chroma/i422_yuy2.h
  2268.    A /trunk/modules/video_filter
  2269.    A /trunk/modules/video_filter/.cvsignore
  2270.    A /trunk/modules/video_filter/Makefile
  2271.    A /trunk/modules/video_filter/clone.c
  2272.    A /trunk/modules/video_filter/crop.c
  2273.    A /trunk/modules/video_filter/deinterlace
  2274.    A /trunk/modules/video_filter/deinterlace/.cvsignore
  2275.    A /trunk/modules/video_filter/deinterlace/Makefile
  2276.    A /trunk/modules/video_filter/deinterlace/deinterlace.c
  2277.    A /trunk/modules/video_filter/distort.c
  2278.    A /trunk/modules/video_filter/filter_common.h
  2279.    A /trunk/modules/video_filter/invert.c
  2280.    A /trunk/modules/video_filter/transform.c
  2281.    A /trunk/modules/video_filter/wall.c
  2282.    A /trunk/modules/video_output
  2283.    A /trunk/modules/video_output/aa
  2284.    A /trunk/modules/video_output/aa/.cvsignore
  2285.    A /trunk/modules/video_output/aa/Makefile
  2286.    A /trunk/modules/video_output/aa/aa.c
  2287.    A /trunk/modules/video_output/directx
  2288.    A /trunk/modules/video_output/directx/.cvsignore
  2289.    A /trunk/modules/video_output/directx/Makefile
  2290.    A /trunk/modules/video_output/directx/aout.c
  2291.    A /trunk/modules/video_output/directx/directx.c
  2292.    A /trunk/modules/video_output/directx/events.c
  2293.    A /trunk/modules/video_output/directx/vout.c
  2294.    A /trunk/modules/video_output/directx/vout.h
  2295.    A /trunk/modules/video_output/fb
  2296.    A /trunk/modules/video_output/fb/.cvsignore
  2297.    A /trunk/modules/video_output/fb/Makefile
  2298.    A /trunk/modules/video_output/fb/fb.c
  2299.    A /trunk/modules/video_output/ggi
  2300.    A /trunk/modules/video_output/ggi/.cvsignore
  2301.    A /trunk/modules/video_output/ggi/Makefile
  2302.    A /trunk/modules/video_output/ggi/ggi.c
  2303.    A /trunk/modules/video_output/glide
  2304.    A /trunk/modules/video_output/glide/.cvsignore
  2305.    A /trunk/modules/video_output/glide/Makefile
  2306.    A /trunk/modules/video_output/glide/glide.c
  2307.    A /trunk/modules/video_output/mga
  2308.    A /trunk/modules/video_output/mga/.cvsignore
  2309.    A /trunk/modules/video_output/mga/Makefile
  2310.    A /trunk/modules/video_output/mga/mga.c
  2311.    A /trunk/modules/video_output/mga/xmga.c
  2312.    A /trunk/modules/video_output/sdl
  2313.    A /trunk/modules/video_output/sdl/.cvsignore
  2314.    A /trunk/modules/video_output/sdl/Makefile
  2315.    A /trunk/modules/video_output/sdl/aout.c
  2316.    A /trunk/modules/video_output/sdl/sdl.c
  2317.    A /trunk/modules/video_output/sdl/vout.c
  2318.    A /trunk/modules/video_output/x11
  2319.    A /trunk/modules/video_output/x11/.cvsignore
  2320.    A /trunk/modules/video_output/x11/Makefile
  2321.    A /trunk/modules/video_output/x11/x11.c
  2322.    A /trunk/modules/video_output/x11/xcommon.c
  2323.    A /trunk/modules/video_output/x11/xcommon.h
  2324.    A /trunk/modules/video_output/x11/xvideo.c
  2325.    A /trunk/modules/visualization
  2326.    A /trunk/modules/visualization/scope
  2327.    A /trunk/modules/visualization/scope/.cvsignore
  2328.    A /trunk/modules/visualization/scope/Makefile
  2329.    A /trunk/modules/visualization/scope/scope.c
  2330.    A /trunk/modules/visualization/xosd
  2331.    A /trunk/modules/visualization/xosd/.cvsignore
  2332.    A /trunk/modules/visualization/xosd/Makefile
  2333.    A /trunk/modules/visualization/xosd/xosd.c
  2334.    M /trunk/src/audio_output/aout_spdif.c
  2335.    M /trunk/src/audio_output/aout_spdif.h
  2336.    M /trunk/src/audio_output/audio_output.c
  2337.    M /trunk/src/input/mpeg_system.c
  2338.    M /trunk/src/libvlc.h
  2339.    M /trunk/src/misc/modules.c
  2340.   * ./modules/*: moved plugins to the new tree. Yet untested builds include
  2341.     waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
  2342.   * ALL: removed mention of AC3 in favour of A52.
  2343.   * ./configure.in, ./Makefile*: modules can now be built deeper than 1
  2344.     directory. As a consequence, the build is even slower (but I'm fixing
  2345.     this) and make clean doesn't work anymore.
  2346. ------------------------------------------------------------------------
  2347. r2235 | sam | 2002-08-04 19:40:49 +0200 (Sun, 04 Aug 2002) | 3 lines
  2348. Changed paths:
  2349.    M /trunk/modules/misc/dummy/decoder.c
  2350.   * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
  2351.     of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
  2352. ------------------------------------------------------------------------
  2353. r2236 | sam | 2002-08-04 20:39:41 +0200 (Sun, 04 Aug 2002) | 3 lines
  2354. Changed paths:
  2355.    M /trunk/extras/Win32_msvc/vlc.dsp
  2356.    D /trunk/include/vdec_ext-plugins.h
  2357.    M /trunk/modules/codec/cinepak/cinepak.c
  2358.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  2359.    M /trunk/modules/codec/mpeg_video/blocks.c
  2360.    M /trunk/modules/codec/mpeg_video/decoder.c
  2361.    M /trunk/modules/codec/mpeg_video/headers.c
  2362.    M /trunk/modules/codec/mpeg_video/parser.c
  2363.    A /trunk/modules/codec/mpeg_video/plugins.h
  2364.    M /trunk/modules/codec/mpeg_video/pool.c
  2365.    M /trunk/modules/codec/mpeg_video/synchro.c
  2366.    M /trunk/src/misc/objects.c
  2367.   * ./include/vdec_ext-plugins.h: removed this public header and put it
  2368.     in ./modules/codec/mpeg_video/.
  2369. ------------------------------------------------------------------------
  2370. r2237 | sam | 2002-08-04 22:04:11 +0200 (Sun, 04 Aug 2002) | 3 lines
  2371. Changed paths:
  2372.    M /trunk/modules/codec/a52old/a52old.c
  2373.    M /trunk/modules/codec/mpeg_video/parser.c
  2374.    M /trunk/src/audio_output/audio_output.c
  2375.    M /trunk/src/input/input_dec.c
  2376.    M /trunk/src/interface/interface.c
  2377.    M /trunk/src/libvlc.c
  2378.    M /trunk/src/misc/modules.c
  2379.   * ./src/misc/modules.c: if a module name starts with "$", vlc calls
  2380.     config_GetPsz and uses the result instead.
  2381. ------------------------------------------------------------------------
  2382. r2238 | sam | 2002-08-04 23:29:08 +0200 (Sun, 04 Aug 2002) | 2 lines
  2383. Changed paths:
  2384.    M /trunk/Makefile
  2385.   * ./Makefile: make clean works again.
  2386. ------------------------------------------------------------------------
  2387. r2239 | fenrir | 2002-08-05 00:13:06 +0200 (Mon, 05 Aug 2002) | 12 lines
  2388. Changed paths:
  2389.    M /trunk/modules/codec/ffmpeg/Makefile
  2390.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  2391.    M /trunk/modules/codec/ffmpeg/ffmpeg.h
  2392.    A /trunk/modules/codec/ffmpeg/postprocessing
  2393.    A /trunk/modules/codec/ffmpeg/postprocessing/Makefile
  2394.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
  2395.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
  2396.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
  2397.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
  2398.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
  2399.    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
  2400.  * add post processing modules.( As defined in MPEG4 ISO) There are C,
  2401. mmx, mmxext version, but only mmxext is really usable (other need a
  2402.  _lot_ of CPU power).
  2403. There are new options for ffmpeg plugins :
  2404.  --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
  2405.  --ffmpeg-pp-q to choose quality( 0..6 )
  2406.  --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
  2407. to force deblocking on luminance(y)/chrominance(c) horizontally or
  2408. vertically.
  2409.  --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
  2410. ------------------------------------------------------------------------
  2411. r2240 | fenrir | 2002-08-05 00:16:28 +0200 (Mon, 05 Aug 2002) | 2 lines
  2412. Changed paths:
  2413.    M /trunk/configure
  2414.    M /trunk/configure.in
  2415.  * add compilation of postprocessing modules for ffmpeg.
  2416. ------------------------------------------------------------------------
  2417. r2241 | fenrir | 2002-08-05 01:03:10 +0200 (Mon, 05 Aug 2002) | 4 lines
  2418. Changed paths:
  2419.    M /trunk/plugins/ffmpeg/ffmpeg.c
  2420.  * oups, removed 'include vdec_ext-plugins.h'. And I set
  2421. ffmpeg-error-resilience to -1 by default ( I've found to many files that
  2422. didn't like error resilience...)
  2423. ------------------------------------------------------------------------
  2424. r2242 | sam | 2002-08-05 13:48:56 +0200 (Mon, 05 Aug 2002) | 4 lines
  2425. Changed paths:
  2426.    M /trunk/Makefile.opts.in
  2427.    M /trunk/src/misc/modules.c
  2428.   * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
  2429.     with the Solaris sed.
  2430.   * ./src/misc/modules.c: fixed a warning caused by misuse of const.
  2431. ------------------------------------------------------------------------
  2432. r2243 | sam | 2002-08-05 17:16:18 +0200 (Mon, 05 Aug 2002) | 2 lines
  2433. Changed paths:
  2434.    M /trunk/Makefile.opts.in
  2435.    M /trunk/configure
  2436.    M /trunk/configure.in
  2437.    M /trunk/include/defs.h.in
  2438.    A /trunk/modules/codec/dv
  2439.    A /trunk/modules/codec/dv/.cvsignore
  2440.    A /trunk/modules/codec/dv/Makefile
  2441.    A /trunk/modules/codec/dv/dv.c
  2442.   * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
  2443. ------------------------------------------------------------------------
  2444. r2244 | sam | 2002-08-05 18:27:49 +0200 (Mon, 05 Aug 2002) | 2 lines
  2445. Changed paths:
  2446.    M /trunk/Makefile
  2447.   * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
  2448. ------------------------------------------------------------------------
  2449. r2245 | sam | 2002-08-06 02:26:48 +0200 (Tue, 06 Aug 2002) | 4 lines
  2450. Changed paths:
  2451.    M /trunk/Makefile
  2452.    M /trunk/configure
  2453.    M /trunk/configure.in
  2454.    M /trunk/doc/fortunes.txt
  2455.    M /trunk/include/defs.h.in
  2456.    M /trunk/mozilla/Makefile
  2457.    M /trunk/src/misc/modules.c
  2458.   * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
  2459.   * ./src/misc/modules.c: the directory browsing should be more portable now,
  2460.     we use stat(2) instead of file->d_type.
  2461. ------------------------------------------------------------------------
  2462. r2246 | tcastley | 2002-08-06 12:54:34 +0200 (Tue, 06 Aug 2002) | 2 lines
  2463. Changed paths:
  2464.    M /trunk/modules/gui/beos/VlcWrapper.cpp
  2465. Fixed include call.  Now compiles and BeOS version runs :)
  2466. ------------------------------------------------------------------------
  2467. r2247 | jpsaman | 2002-08-06 21:12:07 +0200 (Tue, 06 Aug 2002) | 2 lines
  2468. Changed paths:
  2469.    M /trunk/plugins/familiar/familiar.glade
  2470.    M /trunk/plugins/familiar/familiar_callbacks.c
  2471.    M /trunk/plugins/familiar/familiar_callbacks.h
  2472.    M /trunk/plugins/familiar/familiar_interface.c
  2473. Playing video from within the interface works.
  2474. ------------------------------------------------------------------------
  2475. r2248 | jpsaman | 2002-08-06 21:31:18 +0200 (Tue, 06 Aug 2002) | 2 lines
  2476. Changed paths:
  2477.    M /trunk/modules/gui/familiar/callbacks.c
  2478.    M /trunk/modules/gui/familiar/callbacks.h
  2479.    M /trunk/modules/gui/familiar/familiar.glade
  2480.    M /trunk/modules/gui/familiar/interface.c
  2481. Sam I hate you ;-)
  2482. ------------------------------------------------------------------------
  2483. r2249 | massiot | 2002-08-06 22:04:26 +0200 (Tue, 06 Aug 2002) | 3 lines
  2484. Changed paths:
  2485.    D /trunk/MODULES
  2486.    A /trunk/modules/LIST
  2487. Removed the MODULES file, because on case-insensitive filesystems, it
  2488. conflicts with the modules/ directory.
  2489. ------------------------------------------------------------------------
  2490. r2250 | jlj | 2002-08-07 01:43:58 +0200 (Wed, 07 Aug 2002) | 2 lines
  2491. Changed paths:
  2492.    M /trunk/modules/gui/macosx/open.m
  2493.   * ./modules/gui/macosx/open.m: compile fix
  2494. ------------------------------------------------------------------------
  2495. r2251 | sam | 2002-08-07 02:29:37 +0200 (Wed, 07 Aug 2002) | 6 lines
  2496. Changed paths:
  2497.    M /trunk/Makefile
  2498.    M /trunk/Makefile.opts.in
  2499.    M /trunk/bootstrap.sh
  2500.    M /trunk/configure
  2501.    M /trunk/configure.in
  2502.    M /trunk/include/input_ext-dec.h
  2503.    M /trunk/include/input_ext-intf.h
  2504.    M /trunk/include/input_ext-plugins.h
  2505.    M /trunk/include/vlc_common.h
  2506.    M /trunk/include/vlc_symbols.h
  2507.    M /trunk/modules/access/dvd/access.c
  2508.    M /trunk/modules/access/dvd/demux.c
  2509.    M /trunk/modules/access/dvd/dvd.c
  2510.    M /trunk/modules/access/dvdplay/access.c
  2511.    M /trunk/modules/access/dvdplay/demux.c
  2512.    M /trunk/modules/access/dvdplay/es.c
  2513.    M /trunk/modules/access/dvdread/dvdread.c
  2514.    M /trunk/modules/access/dvdread/input.c
  2515.    M /trunk/modules/access/http.c
  2516.    M /trunk/modules/access/satellite/access.c
  2517.    M /trunk/modules/access/udp.c
  2518.    M /trunk/modules/access/vcd/vcd.c
  2519.    M /trunk/modules/codec/a52old/downmix.h
  2520.    M /trunk/modules/codec/a52old/imdct.h
  2521.    M /trunk/modules/codec/mpeg_video/decoder.h
  2522.    M /trunk/modules/codec/mpeg_video/parser.h
  2523.    M /trunk/modules/codec/mpeg_video/plugins.h
  2524.    M /trunk/modules/codec/mpeg_video/pool.h
  2525.    M /trunk/modules/demux/avi/avi.c
  2526.    M /trunk/modules/demux/avi/avi.h
  2527.    M /trunk/modules/demux/mp4/mp4.c
  2528.    M /trunk/modules/demux/mp4/mp4.h
  2529.    M /trunk/modules/demux/mpeg/Makefile
  2530.    M /trunk/modules/demux/mpeg/audio.c
  2531.    M /trunk/modules/demux/mpeg/ps.c
  2532.    A /trunk/modules/demux/mpeg/system.c
  2533.    A /trunk/modules/demux/mpeg/system.h
  2534.    M /trunk/modules/demux/mpeg/ts.c
  2535.    D /trunk/src/input/mpeg_system.c
  2536.    M /trunk/src/misc/configuration.c
  2537.    M /trunk/src/misc/modules.c
  2538.    M /trunk/src/misc/modules_plugin.h
  2539.   * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
  2540.     demux plugins (ps, ts, but also dvd*).
  2541.   * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
  2542.   * ./src/misc/modules.c: max recursion level is now 5.
  2543.   * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
  2544. ------------------------------------------------------------------------
  2545. r2252 | sam | 2002-08-07 02:31:09 +0200 (Wed, 07 Aug 2002) | 2 lines
  2546. Changed paths:
  2547.    A /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
  2548.   * added a .cvsignore file.
  2549. ------------------------------------------------------------------------
  2550. r2257 | massiot | 2002-08-07 23:36:56 +0200 (Wed, 07 Aug 2002) | 2 lines
  2551. Changed paths:
  2552.    M /trunk/Makefile
  2553.    M /trunk/bootstrap.sh
  2554.    M /trunk/configure
  2555.    M /trunk/configure.in
  2556.    A /trunk/include/aout_internal.h
  2557.    M /trunk/include/audio_output.h
  2558.    M /trunk/include/config.h
  2559.    M /trunk/include/defs.h.in
  2560.    M /trunk/include/vlc_common.h
  2561.    M /trunk/include/vlc_symbols.h
  2562.    A /trunk/modules/audio_filter
  2563.    A /trunk/modules/audio_filter/.cvsignore
  2564.    A /trunk/modules/audio_filter/Makefile
  2565.    A /trunk/modules/audio_filter/float32tos16.c
  2566.    A /trunk/modules/audio_mixer
  2567.    A /trunk/modules/audio_mixer/.cvsignore
  2568.    A /trunk/modules/audio_mixer/Makefile
  2569.    A /trunk/modules/audio_mixer/trivial.c
  2570.    A /trunk/modules/audio_output/.cvsignore
  2571.    A /trunk/modules/audio_output/Makefile
  2572.    D /trunk/modules/audio_output/alsa
  2573.    A /trunk/modules/audio_output/alsa.c
  2574.    D /trunk/modules/audio_output/arts
  2575.    A /trunk/modules/audio_output/arts.c
  2576.    D /trunk/modules/audio_output/dsp
  2577.    D /trunk/modules/audio_output/esd
  2578.    A /trunk/modules/audio_output/esd.c
  2579.    A /trunk/modules/audio_output/file.c
  2580.    A /trunk/modules/audio_output/oss.c
  2581.    D /trunk/modules/audio_output/waveout
  2582.    A /trunk/modules/audio_output/waveout.c
  2583.    M /trunk/modules/codec/a52/a52.c
  2584.    M /trunk/modules/codec/a52/a52.h
  2585.    M /trunk/modules/gui/macosx/aout.m
  2586.    M /trunk/modules/gui/macosx/vout.m
  2587.    M /trunk/modules/misc/dummy/aout.c
  2588.    M /trunk/modules/misc/dummy/dummy.c
  2589.    M /trunk/modules/video_output/sdl/aout.c
  2590.    D /trunk/src/audio_output/aout_ext-dec.c
  2591.    D /trunk/src/audio_output/aout_pcm.c
  2592.    D /trunk/src/audio_output/aout_pcm.h
  2593.    D /trunk/src/audio_output/aout_spdif.c
  2594.    D /trunk/src/audio_output/aout_spdif.h
  2595.    M /trunk/src/audio_output/audio_output.c
  2596.    A /trunk/src/audio_output/filters.c
  2597.    A /trunk/src/audio_output/input.c
  2598.    A /trunk/src/audio_output/mixer.c
  2599.    A /trunk/src/audio_output/output.c
  2600.    M /trunk/src/libvlc.c
  2601.    M /trunk/src/libvlc.h
  2602.    M /trunk/src/misc/modules_plugin.h
  2603.    M /trunk/src/misc/objects.c
  2604. Audio output 3. Expect major breakages.
  2605. ------------------------------------------------------------------------
  2606. r2259 | sam | 2002-08-08 02:35:11 +0200 (Thu, 08 Aug 2002) | 3 lines
  2607. Changed paths:
  2608.    M /trunk/Makefile
  2609.    M /trunk/Makefile.modules
  2610.    M /trunk/Makefile.opts.in
  2611.    M /trunk/configure
  2612.    M /trunk/configure.in
  2613.    M /trunk/debian/control
  2614.    M /trunk/debian/rules
  2615.    M /trunk/include/aout_internal.h
  2616.    M /trunk/include/audio_output.h
  2617.    M /trunk/include/defs.h.in
  2618.    M /trunk/include/input_ext-dec.h
  2619.    M /trunk/include/input_ext-plugins.h
  2620.    M /trunk/include/modules_inner.h
  2621.    M /trunk/include/video_output.h
  2622.    M /trunk/include/vlc/vlc.h
  2623.    M /trunk/include/vlc_common.h
  2624.    M /trunk/include/vlc_symbols.h
  2625.    M /trunk/include/vlc_threads.h
  2626.    M /trunk/modules/access/dvd/ifo.c
  2627.    M /trunk/modules/access/dvd/ifo.h
  2628.    M /trunk/modules/access/dvd/seek.c
  2629.    M /trunk/modules/access/dvd/summary.c
  2630.    M /trunk/modules/access/dvd/udf.c
  2631.    M /trunk/modules/access/http.c
  2632.    A /trunk/modules/access/v4l
  2633.    A /trunk/modules/access/v4l/.cvsignore
  2634.    A /trunk/modules/access/v4l/Makefile
  2635.    A /trunk/modules/access/v4l/v4l.c
  2636.    M /trunk/modules/access/vcd/vcd.c
  2637.    M /trunk/modules/audio_mixer/trivial.c
  2638.    M /trunk/modules/audio_output/oss.c
  2639.    M /trunk/modules/codec/a52old/adec.h
  2640.    M /trunk/modules/codec/a52old/downmix.h
  2641.    M /trunk/modules/codec/a52old/exponent.h
  2642.    M /trunk/modules/codec/a52old/imdct.c
  2643.    M /trunk/modules/codec/a52old/imdct.h
  2644.    M /trunk/modules/codec/a52old/parse.c