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

多媒体

开发平台:

MultiPlatform

  1. ------------------------------------------------------------------------
  2. r741 | henri | 2001-03-07 01:18:46 +0100 (Wed, 07 Mar 2001) | 22 lines
  3. Changed paths:
  4.    M /trunk/include/config.h.in
  5.    M /trunk/include/input.h
  6.    M /trunk/plugins/mpeg/input_ts.c
  7.    M /trunk/src/input/input.c
  8.    M /trunk/src/input/mpeg_system.c
  9. - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
  10. - Added base of network support
  11. Things to be done :
  12. - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
  13. - Sam : find a way of specifing the type of media (file, net). For the
  14. moment, the "--input ts" always call input_NetworkOpen
  15. - Maybe sam : for the moment the working syntax is vlc --input ts
  16. servername, it should nbe turned into "vlc --server servername".
  17. Things that don't work (i'll work on this this week end) :
  18. - stopping and retaking a stream
  19. - a nice 'waiting for stream'
  20. - we select all incoming streams. we should be able to select.
  21. Things that haven't been tested :
  22. - broadcast
  23. - only tested with one stream.
  24. Kick me if something is broken by my fault.
  25. ------------------------------------------------------------------------
  26. r742 | sam | 2001-03-07 02:36:41 +0100 (Wed, 07 Mar 2001) | 4 lines
  27. Changed paths:
  28.    M /trunk/plugins/mpeg/input_ts.c
  29.    M /trunk/src/input/input.c
  30.   * Disabled network input under BeOS so that it compiles again. We'll
  31.     have to wait for BONE anyway.
  32. ------------------------------------------------------------------------
  33. r743 | stef | 2001-03-07 03:16:03 +0100 (Wed, 07 Mar 2001) | 3 lines
  34. Changed paths:
  35.    M /trunk/Makefile.in
  36. -Added `glib-config --libs glib` for interface compilation
  37. for debian/sid users
  38. ------------------------------------------------------------------------
  39. r744 | stef | 2001-03-07 11:31:10 +0100 (Wed, 07 Mar 2001) | 7 lines
  40. Changed paths:
  41.    M /trunk/include/input_ext-intf.h
  42.    M /trunk/include/modules.h
  43.    M /trunk/plugins/dvd/input_dvd.c
  44.    M /trunk/plugins/gtk/gtk_callbacks.c
  45.    M /trunk/plugins/gtk/gtk_callbacks.h
  46.    M /trunk/plugins/gtk/gtk_interface.c
  47.    M /trunk/plugins/gtk/gtk_sys.h
  48.    M /trunk/plugins/gtk/intf_gtk.c
  49.    M /trunk/plugins/gtk/intf_gtk.glade
  50.    M /trunk/src/input/input.c
  51.    M /trunk/src/input/input_ext-intf.c
  52.    M /trunk/src/input/input_programs.c
  53. -Working menus for run-time audio/spu/title/chapter selection with gtk
  54. interface.
  55. It is a bit buggy yet, and some pieces of code need to change,
  56. especially to handle better menus change when title change but it
  57. eventually works.
  58. ------------------------------------------------------------------------
  59. r745 | stef | 2001-03-07 12:56:33 +0100 (Wed, 07 Mar 2001) | 8 lines
  60. Changed paths:
  61.    M /trunk/plugins/gnome/gnome_callbacks.c
  62.    M /trunk/plugins/gnome/gnome_callbacks.h
  63.    M /trunk/plugins/gnome/gnome_interface.c
  64.    M /trunk/plugins/gnome/gnome_sys.h
  65.    M /trunk/plugins/gnome/intf_gnome.c
  66.    M /trunk/plugins/gnome/intf_gnome.glade
  67.    M /trunk/plugins/gtk/gtk_callbacks.c
  68.    M /trunk/plugins/gtk/intf_gtk.c
  69. Port of the interface menus to gnome plugin.
  70. Note that two sorts of navigation menus are implemented : in the
  71. menubar, one menu for title and one the chapter in current title ; and
  72. in the popup, a cascaded version with all chapters for all menus.
  73. The same issues as gtk plugin apply.
  74. ------------------------------------------------------------------------
  75. r746 | richards | 2001-03-07 17:32:59 +0100 (Wed, 07 Mar 2001) | 2 lines
  76. Changed paths:
  77.    M /trunk/plugins/beos/InterfaceWindow.h
  78.    M /trunk/plugins/beos/intf_beos.cpp
  79. "File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
  80. ------------------------------------------------------------------------
  81. r747 | octplane | 2001-03-08 14:32:55 +0100 (Thu, 08 Mar 2001) | 17 lines
  82. Changed paths:
  83.    M /trunk/Makefile.in
  84.    M /trunk/configure
  85.    M /trunk/include/intf_plst.h
  86.    A /trunk/include/intf_urldecode.h
  87.    M /trunk/plugins/gtk/gtk_callbacks.c
  88.    M /trunk/plugins/gtk/gtk_callbacks.h
  89.    M /trunk/plugins/gtk/gtk_interface.c
  90.    M /trunk/plugins/gtk/gtk_interface.h
  91.    A /trunk/plugins/gtk/gtk_playlist.c
  92.    M /trunk/plugins/gtk/gtk_sys.h
  93.    M /trunk/plugins/gtk/intf_gtk.c
  94.    M /trunk/plugins/gtk/intf_gtk.glade
  95.    M /trunk/src/interface/intf_plst.c
  96.    A /trunk/src/interface/intf_urldecode.c
  97. Hurg !
  98. ###code is dirty###
  99. Please clean it for me :P
  100. (or at least, tell me how to clean it)
  101. . Slightly modified playlist base interface
  102.   (Added a function to jump directly to an item, used for double clicking)
  103. . Added manymanycallbacks
  104. . Added the playlist dialog
  105. . Added Dnd support for intf_window and the clist1
  106.   . support URI and plain file(s)/folder(s)
  107. . Added "show/hide main window" menuitem in intf_popup
  108. . Added bugs :P
  109. Enjoy and please bug report.
  110. ------------------------------------------------------------------------
  111. r748 | octplane | 2001-03-08 16:48:14 +0100 (Thu, 08 Mar 2001) | 3 lines
  112. Changed paths:
  113.    M /trunk/plugins/gtk/gtk_callbacks.c
  114.    M /trunk/plugins/gtk/gtk_callbacks.h
  115.    M /trunk/plugins/gtk/gtk_interface.c
  116.    M /trunk/plugins/gtk/gtk_playlist.c
  117.    M /trunk/plugins/gtk/intf_gtk.c
  118.    M /trunk/plugins/gtk/intf_gtk.glade
  119. .Added crop and invert selection.
  120. .Fixed a potential segfault.
  121. ------------------------------------------------------------------------
  122. r749 | octplane | 2001-03-08 22:47:02 +0100 (Thu, 08 Mar 2001) | 4 lines
  123. Changed paths:
  124.    M /trunk/plugins/gtk/gtk_callbacks.c
  125.    M /trunk/plugins/gtk/gtk_callbacks.h
  126.    M /trunk/plugins/gtk/gtk_interface.c
  127.    M /trunk/plugins/gtk/gtk_playlist.c
  128.    M /trunk/plugins/gtk/intf_gtk.c
  129.    M /trunk/plugins/gtk/intf_gtk.glade
  130. . cosmetic variable name changes
  131. . drop in the 'blank' part of the list in the playlist adds at the end of the list
  132. . drop on the main window adds at the end of the playlist
  133. ------------------------------------------------------------------------
  134. r750 | octplane | 2001-03-08 22:58:59 +0100 (Thu, 08 Mar 2001) | 2 lines
  135. Changed paths:
  136.    M /trunk/plugins/gtk/gtk_interface.c
  137.    M /trunk/plugins/gtk/gtk_playlist.c
  138.    M /trunk/plugins/gtk/intf_gtk.glade
  139. . Hey! table header (Dnd still a little buggy :/)
  140. ------------------------------------------------------------------------
  141. r751 | octplane | 2001-03-09 20:38:47 +0100 (Fri, 09 Mar 2001) | 2 lines
  142. Changed paths:
  143.    M /trunk/plugins/gtk/gtk_callbacks.c
  144.    M /trunk/plugins/gtk/gtk_callbacks.h
  145.    M /trunk/plugins/gtk/gtk_interface.c
  146.    M /trunk/plugins/gtk/gtk_playlist.c
  147.    M /trunk/plugins/gtk/gtk_sys.h
  148.    M /trunk/plugins/gtk/intf_gtk.c
  149.    M /trunk/plugins/gtk/intf_gtk.glade
  150.    M /trunk/plugins/sdl/vout_sdl.c
  151. .nicer drop
  152. ------------------------------------------------------------------------
  153. r752 | henri | 2001-03-10 12:23:10 +0100 (Sat, 10 Mar 2001) | 3 lines
  154. Changed paths:
  155.    M /trunk/src/input/input_netlist.c
  156. Small optim.
  157. ------------------------------------------------------------------------
  158. r753 | henri | 2001-03-11 20:00:18 +0100 (Sun, 11 Mar 2001) | 6 lines
  159. Changed paths:
  160.    M /trunk/include/netutils.h
  161.    M /trunk/src/input/input.c
  162.    M /trunk/src/misc/netutils.c
  163. - Moved 2 local network functions
  164. - Removed old code
  165. - Broadcast should work. I'm not detecting broadcast address, i'm
  166. binding 0.0.0.0
  167. ------------------------------------------------------------------------
  168. r754 | reno | 2001-03-13 22:22:41 +0100 (Tue, 13 Mar 2001) | 3 lines
  169. Changed paths:
  170.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  171. * Fixing of PowerPC bug ( I hope :) )
  172. ------------------------------------------------------------------------
  173. r755 | massiot | 2001-03-14 01:40:24 +0100 (Wed, 14 Mar 2001) | 2 lines
  174. Changed paths:
  175.    M /trunk/src/input/input_clock.c
  176. * Tried to fix the "stream jumps at will" bug.
  177. ------------------------------------------------------------------------
  178. r756 | octplane | 2001-03-14 20:55:51 +0100 (Wed, 14 Mar 2001) | 2 lines
  179. Changed paths:
  180.    M /trunk/plugins/gtk/gtk_callbacks.c
  181.    M /trunk/plugins/gtk/gtk_playlist.c
  182. misc code clean-up
  183. ------------------------------------------------------------------------
  184. r757 | stef | 2001-03-15 01:37:04 +0100 (Thu, 15 Mar 2001) | 6 lines
  185. Changed paths:
  186.    M /trunk/plugins/dvd/input_dvd.c
  187.    M /trunk/plugins/gnome/gnome_callbacks.c
  188.    M /trunk/plugins/gnome/gnome_callbacks.h
  189.    M /trunk/plugins/gnome/gnome_interface.c
  190.    M /trunk/plugins/gnome/intf_gnome.c
  191.    M /trunk/plugins/gnome/intf_gnome.glade
  192.    M /trunk/src/input/input_ext-intf.c
  193.    M /trunk/src/input/mpeg_system.c
  194. -Fixed most of the bugs in gnome interface menus
  195. -Added radio checks in menu items.
  196. There are still issues with default selected item but it works well.
  197. ------------------------------------------------------------------------
  198. r758 | sam | 2001-03-15 02:42:20 +0100 (Thu, 15 Mar 2001) | 37 lines
  199. Changed paths:
  200.    M /trunk/INSTALL
  201.    M /trunk/Makefile.in
  202.    M /trunk/configure
  203.    M /trunk/configure.in
  204.    M /trunk/debian/changelog
  205.    M /trunk/debian/changelog-css
  206.    M /trunk/debian/control
  207.    M /trunk/debian/control-css
  208.    M /trunk/debian/rules
  209.    D /trunk/debian/vlc.1
  210.    D /trunk/doc/bugs
  211.    D /trunk/doc/headers
  212.    D /trunk/doc/portage
  213.    D /trunk/doc/vlan-server
  214.    A /trunk/doc/vlc.1
  215.    A /trunk/include/intf_playlist.h
  216.    D /trunk/include/intf_plst.h
  217.    M /trunk/include/netutils.h
  218.    M /trunk/include/tests.h
  219.    M /trunk/plugins/beos/intf_beos.cpp
  220.    M /trunk/plugins/gnome/gnome_callbacks.c
  221.    M /trunk/plugins/gnome/gnome_callbacks.h
  222.    M /trunk/plugins/gnome/gnome_interface.c
  223.    M /trunk/plugins/gnome/gnome_interface.h
  224.    D /trunk/plugins/gnome/gnome_sys.h
  225.    M /trunk/plugins/gnome/intf_gnome.c
  226.    M /trunk/plugins/gnome/intf_gnome.glade
  227.    A /trunk/plugins/gnome/intf_gnome.h
  228.    M /trunk/plugins/gtk/gtk_callbacks.c
  229.    M /trunk/plugins/gtk/gtk_callbacks.h
  230.    M /trunk/plugins/gtk/gtk_interface.c
  231.    M /trunk/plugins/gtk/gtk_interface.h
  232.    M /trunk/plugins/gtk/gtk_playlist.c
  233.    D /trunk/plugins/gtk/gtk_sys.h
  234.    M /trunk/plugins/gtk/intf_gtk.c
  235.    M /trunk/plugins/gtk/intf_gtk.glade
  236.    A /trunk/plugins/gtk/intf_gtk.h
  237.    M /trunk/plugins/mpeg/input_ps.c
  238.    A /trunk/plugins/qt
  239.    A /trunk/plugins/qt/.cvsignore
  240.    A /trunk/plugins/qt/intf_qt.cpp
  241.    A /trunk/plugins/qt/qt.cpp
  242.    M /trunk/src/input/input.c
  243.    M /trunk/src/input/input_ext-intf.c
  244.    M /trunk/src/input/input_programs.c
  245.    M /trunk/src/input/mpeg_system.c
  246.    M /trunk/src/interface/interface.c
  247.    A /trunk/src/interface/intf_playlist.c
  248.    D /trunk/src/interface/intf_plst.c
  249.    M /trunk/src/interface/main.c
  250.    M /trunk/src/misc/netutils.c
  251.   * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
  252.    o the slider should behave correctly and stop jumping here and
  253.      there (this bug is _not_ related to Stef's similar bug)
  254.    o added an "open network" menu (useless since the input doesn't
  255.      handle it properly yet)
  256.    o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
  257.    o stream date is now displayed instead of percentage
  258.    o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
  259.   * Changed documentation and package creation files.
  260.    o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
  261.    o removed useless or outdated documentation from doc/*
  262.    o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
  263.   * Added basic Qt interface.
  264.    o working features: slide bar, open file, toolbar, popup menu
  265.    o added "qvlc" alias, equivalent to "vlc -I qt"
  266.    o known issues : no "open disc" or "open network" menus yet
  267.                     the IntfWindow class is never cleaned on destruction
  268.                     the popup menu always pop at the middle of the screen
  269.   * Misc fixes/updates.
  270.    o renamed netutils.h functions from input_* to network_*
  271.    o renamed *plst* files and functions to *playlist* (it was stupid
  272.      from me to name them "plst")
  273.    o made a few input error messages more meaningful
  274.    o added -I, -A and -V short flags, corresponding to --intf, --audio
  275.      and --video
  276.     I got a lot of conflicts on this commit, lart me if I forgot a
  277.   file or made old bugs reappear.
  278. ------------------------------------------------------------------------
  279. r759 | stef | 2001-03-15 17:29:47 +0100 (Thu, 15 Mar 2001) | 2 lines
  280. Changed paths:
  281.    M /trunk/plugins/dvd/input_dvd.c
  282.    M /trunk/plugins/gnome/intf_gnome.c
  283. Maybe solved the jump-at-will bug after random seek.
  284. ------------------------------------------------------------------------
  285. r760 | massiot | 2001-03-16 23:37:06 +0100 (Fri, 16 Mar 2001) | 4 lines
  286. Changed paths:
  287.    M /trunk/Makefile.in
  288.    M /trunk/config.guess
  289.    M /trunk/config.sub
  290.    M /trunk/configure
  291.    M /trunk/configure.in
  292.    M /trunk/include/common.h
  293.    M /trunk/include/defs.h.in
  294.    M /trunk/include/modules_core.h
  295.    M /trunk/plugins/x11/vout_x11.c
  296.    M /trunk/src/interface/intf_urldecode.c
  297. * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
  298. * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
  299. * If SDL/GTK/DSP is not available, don't compile the associated module.
  300. ------------------------------------------------------------------------
  301. r761 | richards | 2001-03-17 20:33:22 +0100 (Sat, 17 Mar 2001) | 2 lines
  302. Changed paths:
  303.    M /trunk/plugins/beos/InterfaceWindow.h
  304.    M /trunk/plugins/beos/VideoWindow.h
  305.    M /trunk/plugins/beos/intf_beos.cpp
  306.    M /trunk/plugins/beos/vout_beos.cpp
  307. Some rather boring changes to keep the CVS tree up to date with my (working) build
  308. ------------------------------------------------------------------------
  309. r762 | stef | 2001-03-17 23:52:00 +0100 (Sat, 17 Mar 2001) | 2 lines
  310. Changed paths:
  311.    M /trunk/configure
  312.    M /trunk/configure.in
  313. -Added dsp plugin compilation (/dev/dsp is not a regular file :))
  314. ------------------------------------------------------------------------
  315. r763 | sam | 2001-03-18 01:01:13 +0100 (Sun, 18 Mar 2001) | 5 lines
  316. Changed paths:
  317.    M /trunk/Makefile.in
  318.    M /trunk/configure
  319.    M /trunk/configure.in
  320.    M /trunk/include/modules_inner.h
  321.    A /trunk/plugins/darwin
  322.    A /trunk/plugins/darwin/aout_darwin.c
  323.    A /trunk/plugins/darwin/darwin.c
  324.    M /trunk/plugins/gnome/gnome_interface.c
  325.    M /trunk/plugins/gnome/intf_gnome.glade
  326.    M /trunk/plugins/gtk/gtk_interface.c
  327.    M /trunk/plugins/gtk/intf_gtk.glade
  328.    A /trunk/plugins/macosx
  329.    A /trunk/plugins/macosx/intf_macosx.c
  330.    A /trunk/plugins/macosx/macosx.c
  331.    A /trunk/plugins/macosx/vout_macosx.c
  332.    M /trunk/plugins/qt/intf_qt.cpp
  333.   * Function prototypes for the forthcoming Darwin and MacOS X port.
  334.   * Gtk+ interface: fixed a precision issue in the scale.
  335.   * Qt interface: somebody pop up us the menu!!
  336. ------------------------------------------------------------------------
  337. r764 | sam | 2001-03-18 01:15:20 +0100 (Sun, 18 Mar 2001) | 3 lines
  338. Changed paths:
  339.    M /trunk/plugins/macosx/macosx.c
  340.   * Forgot to remove a prototype when creating skeleton plugin.
  341. ------------------------------------------------------------------------
  342. r765 | henri | 2001-03-18 19:48:27 +0100 (Sun, 18 Mar 2001) | 8 lines
  343. Changed paths:
  344.    M /trunk/plugins/mpeg/input_ts.c
  345.    M /trunk/plugins/mpeg/input_ts.h
  346. - Changed read method : we now use select, so we are now able to quit
  347. even if no packet has benn receivced.
  348. - Put more exmplicit error messages
  349. I noticed that now I have "Seeking to position ...." messages even with
  350. network input. If someone can do a quick fix, thanks about it.
  351. ------------------------------------------------------------------------
  352. r766 | henri | 2001-03-18 21:46:16 +0100 (Sun, 18 Mar 2001) | 3 lines
  353. Changed paths:
  354.    M /trunk/plugins/mpeg/input_ts.c
  355. Replaced ( a < b/c ) by ( a*c < b ).
  356. ------------------------------------------------------------------------
  357. r767 | sam | 2001-03-19 06:08:00 +0100 (Mon, 19 Mar 2001) | 3 lines
  358. Changed paths:
  359.    M /trunk/Makefile.in
  360.    M /trunk/debian/control
  361.    M /trunk/debian/rules
  362.    M /trunk/src/interface/main.c
  363.   * Fixed Debian sparc build for real (Closes: Debian bug #89285).
  364. ------------------------------------------------------------------------
  365. r768 | sam | 2001-03-19 14:26:59 +0100 (Mon, 19 Mar 2001) | 4 lines
  366. Changed paths:
  367.    M /trunk/Makefile.in
  368.    M /trunk/configure
  369.    M /trunk/configure.in
  370.    M /trunk/include/input.h
  371.    M /trunk/plugins/mpeg/input_ts.c
  372.    M /trunk/src/audio_output/audio_output.c
  373.    M /trunk/src/input/input.c
  374.    M /trunk/src/interface/main.c
  375.    M /trunk/src/misc/netutils.c
  376.   * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
  377.   it and writing output and interface plugins...
  378. ------------------------------------------------------------------------
  379. r769 | henri | 2001-03-19 23:16:31 +0100 (Mon, 19 Mar 2001) | 3 lines
  380. Changed paths:
  381.    M /trunk/plugins/mpeg/input_ts.c
  382. Added a #include that prevented when compiling on redhat.
  383. ------------------------------------------------------------------------
  384. r770 | sam | 2001-03-20 05:44:06 +0100 (Tue, 20 Mar 2001) | 4 lines
  385. Changed paths:
  386.    M /trunk/Makefile.in
  387.    M /trunk/include/audio_output.h
  388.    M /trunk/include/modules.h
  389.    A /trunk/src/audio_output/aout_common.h
  390.    A /trunk/src/audio_output/aout_fifo.c
  391.    A /trunk/src/audio_output/aout_s16.c
  392.    A /trunk/src/audio_output/aout_s8.c
  393.    A /trunk/src/audio_output/aout_u16.c
  394.    A /trunk/src/audio_output/aout_u8.c
  395.    M /trunk/src/audio_output/audio_output.c
  396.   * Split audio output into several separate files to make it easier
  397.   to debug. Removed a few redundancies as well.
  398. ------------------------------------------------------------------------
  399. r771 | massiot | 2001-03-20 18:36:04 +0100 (Tue, 20 Mar 2001) | 6 lines
  400. Changed paths:
  401.    M /trunk/Makefile.in
  402.    M /trunk/include/rsc_files.h
  403.    M /trunk/plugins/darwin/aout_darwin.c
  404.    M /trunk/plugins/darwin/darwin.c
  405.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  406.    M /trunk/src/misc/rsc_files.c
  407. * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
  408. * Added warnings for ac3 mantissa (we still have problems with AC3 on
  409. MacOS X) ;
  410. * Renamed WriteResource to avoid a namespace clash with Darwin's
  411. WriteResource.
  412. ------------------------------------------------------------------------
  413. r772 | massiot | 2001-03-20 20:36:59 +0100 (Tue, 20 Mar 2001) | 2 lines
  414. Changed paths:
  415.    M /trunk/configure
  416.    M /trunk/configure.in
  417. * Compile Darwin module by default on Darwin system. [MacOS X port]
  418. ------------------------------------------------------------------------
  419. r773 | massiot | 2001-03-20 21:09:37 +0100 (Tue, 20 Mar 2001) | 2 lines
  420. Changed paths:
  421.    M /trunk/Makefile.in
  422.    A /trunk/plugins/idct/idctaltivec.c
  423.    A /trunk/plugins/idct/idctaltivec.h
  424. * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
  425. ------------------------------------------------------------------------
  426. r774 | massiot | 2001-03-20 21:20:34 +0100 (Tue, 20 Mar 2001) | 2 lines
  427. Changed paths:
  428.    M /trunk/Makefile.in
  429. * Fixed Makefile for normal people :p
  430. ------------------------------------------------------------------------
  431. r775 | massiot | 2001-03-20 21:40:07 +0100 (Tue, 20 Mar 2001) | 2 lines
  432. Changed paths:
  433.    M /trunk/Makefile.in
  434. * Use $QTDIR for the qt module ;
  435. ------------------------------------------------------------------------
  436. r776 | massiot | 2001-03-20 21:54:44 +0100 (Tue, 20 Mar 2001) | 2 lines
  437. Changed paths:
  438.    M /trunk/configure
  439.    M /trunk/configure.in
  440.    M /trunk/include/tests.h
  441. * Compile Altivec modules on Darwin. [MacOS X port]
  442. ------------------------------------------------------------------------
  443. r777 | sam | 2001-03-20 22:42:41 +0100 (Tue, 20 Mar 2001) | 19 lines
  444. Changed paths:
  445.    M /trunk/AUTHORS
  446.    M /trunk/plugins/sdl/vout_sdl.c
  447.    * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
  448.    Shane, I removed the static variables from your code because static
  449.    is not thread-safe, and one can imagine having several video output
  450.    windows launched at the same time. Also, I made your feature work
  451.    in windowed mode as well, because people kept asking how to hide the
  452.    mouse pointer.
  453.    Also, if you want to work on the XVideo extension, you are welcome ;
  454.    most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
  455.    had offered to work on it, but he seems to be a bit lost, so you may
  456.    want to take over his job.
  457.    As for the "zoom" feature, I suggest you wait until version 4 of the
  458.    video output is done, it'll be easier to do then.
  459. Regards,
  460. ------------------------------------------------------------------------
  461. r778 | sam | 2001-03-21 00:18:38 +0100 (Wed, 21 Mar 2001) | 3 lines
  462. Changed paths:
  463.    M /trunk/include/tests.h
  464.    M /trunk/src/interface/main.c
  465.    * Altivec instructions autodetection.
  466. ------------------------------------------------------------------------
  467. r779 | sam | 2001-03-21 03:58:29 +0100 (Wed, 21 Mar 2001) | 4 lines
  468. Changed paths:
  469.    M /trunk/Makefile.in
  470.    M /trunk/plugins/idct/idctaltivec.c
  471.   * Fixed a typo in the Altivec iDCT module declaration.
  472.   * Made a few enhancements to the Makefile.
  473. ------------------------------------------------------------------------
  474. r780 | sam | 2001-03-21 14:42:35 +0100 (Wed, 21 Mar 2001) | 7 lines
  475. Changed paths:
  476.    M /trunk/AUTHORS
  477.    M /trunk/Makefile.in
  478.    M /trunk/configure
  479.    M /trunk/configure.in
  480.    M /trunk/include/audio_output.h
  481.    M /trunk/include/beos_specific.h
  482.    M /trunk/include/debug.h
  483.    M /trunk/include/int_types.h
  484.    M /trunk/include/interface.h
  485.    M /trunk/include/intf_msg.h
  486.    M /trunk/include/intf_playlist.h
  487.    M /trunk/include/main.h
  488.    M /trunk/include/modules.h
  489.    M /trunk/include/modules_core.h
  490.    M /trunk/include/modules_inner.h
  491.    M /trunk/include/mpeg_system.h
  492.    M /trunk/include/mtime.h
  493.    M /trunk/include/netutils.h
  494.    M /trunk/include/rsc_files.h
  495.    M /trunk/include/tests.h
  496.    M /trunk/include/threads.h
  497.    M /trunk/include/video.h
  498.    M /trunk/include/video_output.h
  499.    M /trunk/plugins/alsa/alsa.c
  500.    M /trunk/plugins/alsa/aout_alsa.c
  501.    M /trunk/plugins/beos/Bitmaps.h
  502.    M /trunk/plugins/beos/DrawingTidbits.cpp
  503.    M /trunk/plugins/beos/DrawingTidbits.h
  504.    M /trunk/plugins/beos/InterfaceWindow.h
  505.    M /trunk/plugins/beos/MsgVals.h
  506.    M /trunk/plugins/beos/TransportButton.cpp
  507.    M /trunk/plugins/beos/TransportButton.h
  508.    M /trunk/plugins/beos/VideoWindow.h
  509.    M /trunk/plugins/beos/beos.cpp
  510.    M /trunk/plugins/beos/vout_beos.cpp
  511.    M /trunk/plugins/darwin/aout_darwin.c
  512.    M /trunk/plugins/darwin/darwin.c
  513.    M /trunk/plugins/dsp/aout_dsp.c
  514.    M /trunk/plugins/dsp/dsp.c
  515.    M /trunk/plugins/dummy/aout_dummy.c
  516.    M /trunk/plugins/dummy/dummy.c
  517.    M /trunk/plugins/dummy/intf_dummy.c
  518.    M /trunk/plugins/dummy/vout_dummy.c
  519.    M /trunk/plugins/dvd/dvd.c
  520.    M /trunk/plugins/dvd/input_dvd.h
  521.    M /trunk/plugins/esd/aout_esd.c
  522.    M /trunk/plugins/esd/esd.c
  523.    M /trunk/plugins/fb/fb.c
  524.    M /trunk/plugins/fb/vout_fb.c
  525.    M /trunk/plugins/ggi/ggi.c
  526.    M /trunk/plugins/ggi/vout_ggi.c
  527.    M /trunk/plugins/glide/glide.c
  528.    M /trunk/plugins/glide/vout_glide.c
  529.    M /trunk/plugins/gnome/gnome.c
  530.    M /trunk/plugins/gnome/gnome_callbacks.c
  531.    M /trunk/plugins/gnome/gnome_callbacks.h
  532.    M /trunk/plugins/gtk/gtk.c
  533.    M /trunk/plugins/gtk/gtk_callbacks.c
  534.    M /trunk/plugins/gtk/gtk_playlist.c
  535.    M /trunk/plugins/macosx/intf_macosx.c
  536.    M /trunk/plugins/macosx/macosx.c
  537.    M /trunk/plugins/macosx/vout_macosx.c
  538.    M /trunk/plugins/mga/mga.c
  539.    M /trunk/plugins/mga/vout_mga.c
  540.    M /trunk/plugins/mga/vout_mga.h
  541.    M /trunk/plugins/motion/motion.c
  542.    M /trunk/plugins/motion/motionmmx.c
  543.    M /trunk/plugins/motion/motionmmxext.c
  544.    M /trunk/plugins/mpeg/input_ps.h
  545.    M /trunk/plugins/mpeg/input_ts.h
  546.    M /trunk/plugins/mpeg/ps.c
  547.    M /trunk/plugins/mpeg/ts.c
  548.    M /trunk/plugins/null/null.c
  549.    M /trunk/plugins/qt/qt.cpp
  550.    M /trunk/plugins/sdl/aout_sdl.c
  551.    M /trunk/plugins/sdl/sdl.c
  552.    M /trunk/plugins/sdl/vout_sdl.c
  553.    M /trunk/plugins/text/intf_ncurses.c
  554.    M /trunk/plugins/text/ncurses.c
  555.    M /trunk/plugins/x11/x11.c
  556.    M /trunk/plugins/yuv/transforms_common.h
  557.    M /trunk/plugins/yuv/transforms_yuv.c
  558.    M /trunk/plugins/yuv/transforms_yuv.h
  559.    M /trunk/plugins/yuv/transforms_yuvmmx.c
  560.    M /trunk/plugins/yuv/transforms_yuvmmx.h
  561.    M /trunk/plugins/yuv/video_common.h
  562.    M /trunk/plugins/yuv/video_yuv.c
  563.    M /trunk/plugins/yuv/video_yuvmmx.c
  564.    M /trunk/plugins/yuv/yuv.c
  565.    M /trunk/plugins/yuv/yuvmmx.c
  566.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  567.    M /trunk/src/ac3_decoder/ac3_bit_stream.h
  568.    M /trunk/src/ac3_decoder/ac3_decoder.c
  569.    M /trunk/src/ac3_decoder/ac3_decoder.h
  570.    M /trunk/src/ac3_decoder/ac3_decoder_thread.h
  571.    M /trunk/src/ac3_decoder/ac3_downmix.c
  572.    M /trunk/src/ac3_decoder/ac3_downmix.h
  573.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  574.    M /trunk/src/ac3_decoder/ac3_exponent.c
  575.    M /trunk/src/ac3_decoder/ac3_imdct.c
  576.    M /trunk/src/ac3_decoder/ac3_internal.h
  577.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  578.    M /trunk/src/ac3_decoder/ac3_parse.c
  579.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  580.    M /trunk/src/audio_decoder/adec_generic.c
  581.    M /trunk/src/audio_decoder/adec_generic.h
  582.    M /trunk/src/audio_decoder/adec_layer1.c
  583.    M /trunk/src/audio_decoder/adec_layer1.h
  584.    M /trunk/src/audio_decoder/adec_layer2.c
  585.    M /trunk/src/audio_decoder/adec_layer2.h
  586.    M /trunk/src/audio_decoder/adec_math.c
  587.    M /trunk/src/audio_decoder/adec_math.h
  588.    M /trunk/src/audio_decoder/adec_test.c
  589.    M /trunk/src/audio_decoder/audio_decoder.h
  590.    M /trunk/src/audio_output/aout_common.h
  591.    M /trunk/src/audio_output/aout_fifo.c
  592.    M /trunk/src/audio_output/aout_s16.c
  593.    M /trunk/src/audio_output/aout_s8.c
  594.    M /trunk/src/audio_output/aout_u16.c
  595.    M /trunk/src/audio_output/aout_u8.c
  596.    M /trunk/src/audio_output/audio_output.c
  597.    M /trunk/src/generic_decoder/generic_decoder.c
  598.    M /trunk/src/generic_decoder/generic_decoder.h
  599.    M /trunk/src/input/input_ext-dec.c
  600.    M /trunk/src/input/input_ext-intf.c
  601.    M /trunk/src/interface/interface.c
  602.    M /trunk/src/interface/intf_channels.c
  603.    M /trunk/src/interface/intf_channels.h
  604.    M /trunk/src/interface/intf_cmd.c
  605.    M /trunk/src/interface/intf_cmd.h
  606.    M /trunk/src/interface/intf_console.c
  607.    M /trunk/src/interface/intf_console.h
  608.    M /trunk/src/interface/intf_ctrl.c
  609.    M /trunk/src/interface/intf_ctrl.h
  610.    M /trunk/src/interface/intf_msg.c
  611.    M /trunk/src/interface/intf_playlist.c
  612.    M /trunk/src/interface/main.c
  613.    M /trunk/src/lpcm_decoder/lpcm_decoder.c
  614.    M /trunk/src/lpcm_decoder/lpcm_decoder.h
  615.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
  616.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
  617.    M /trunk/src/misc/beos_specific.cpp
  618.    M /trunk/src/misc/modules.c
  619.    M /trunk/src/misc/mtime.c
  620.    M /trunk/src/misc/netutils.c
  621.    M /trunk/src/misc/rsc_files.c
  622.    M /trunk/src/misc/tests.c
  623.    M /trunk/src/spu_decoder/spu_decoder.c
  624.    M /trunk/src/spu_decoder/spu_decoder.h
  625.    M /trunk/src/video_output/video_output.c
  626.    M /trunk/src/video_output/video_spu.c
  627.    M /trunk/src/video_output/video_spu.h
  628.    M /trunk/src/video_output/video_text.c
  629.    M /trunk/src/video_output/video_text.h
  630.    M /trunk/src/video_output/video_yuv.c
  631.    M /trunk/src/video_output/video_yuv.h
  632.   * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
  633.   * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
  634.   * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
  635.     by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
  636.   * Added Colin and Eugenio to the AUTHORS file.
  637. ------------------------------------------------------------------------
  638. r781 | stef | 2001-03-22 02:23:03 +0100 (Thu, 22 Mar 2001) | 14 lines
  639. Changed paths:
  640.    M /trunk/plugins/dvd/dvd_netlist.c
  641.    M /trunk/plugins/dvd/input_dvd.c
  642.    M /trunk/src/video_parser/video_parser.c
  643. -Added a SYNCHRO_START in DVDRead for each cell change to fix
  644. multi-angle streams
  645. -Changed seek function to prevent jump-at-will and to remove two bugs in
  646. sector computing.
  647. -Initialize some values in netlist (payload_discard wasn't which caused
  648. frame dropping)
  649. -Come back of multi-sector read which should make reading faster
  650. Now, theyre should be very few reading error, and we have got back the
  651. performance we had before my netlist polioting :p
  652. ------------------------------------------------------------------------
  653. r782 | richards | 2001-03-25 19:09:14 +0200 (Sun, 25 Mar 2001) | 2 lines
  654. Changed paths:
  655.    M /trunk/plugins/beos/InterfaceWindow.h
  656.    M /trunk/plugins/beos/MsgVals.h
  657.    M /trunk/plugins/beos/intf_beos.cpp
  658.    M /trunk/plugins/beos/vout_beos.cpp
  659.    M /trunk/src/misc/beos_specific.cpp
  660. Language & Inteface support for BeOS interface
  661. ------------------------------------------------------------------------
  662. r783 | sam | 2001-03-26 21:06:18 +0200 (Mon, 26 Mar 2001) | 4 lines
  663. Changed paths:
  664.    M /trunk/Makefile.in
  665.    M /trunk/plugins/idct/idctaltivec.c
  666.   - fixed SDL compilation, thanks to Colin.
  667.   - disabled Altivec iDCT until it works.
  668. ------------------------------------------------------------------------
  669. r784 | sam | 2001-04-01 08:21:44 +0200 (Sun, 01 Apr 2001) | 5 lines
  670. Changed paths:
  671.    M /trunk/AUTHORS
  672.    M /trunk/Makefile.in
  673.    M /trunk/configure
  674.    M /trunk/configure.in
  675.    M /trunk/plugins/x11/vout_x11.c
  676.    A /trunk/plugins/x11/vout_xvideo.c
  677.    A /trunk/plugins/x11/xvideo.c
  678.   * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
  679.   * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
  680.   * A few syntax fixes in the plain X11 plugin
  681. ------------------------------------------------------------------------
  682. r785 | sam | 2001-04-01 08:42:05 +0200 (Sun, 01 Apr 2001) | 3 lines
  683. Changed paths:
  684.    M /trunk/plugins/x11/vout_xvideo.c
  685.   * fixed a typo
  686. ------------------------------------------------------------------------
  687. r786 | stef | 2001-04-01 09:31:38 +0200 (Sun, 01 Apr 2001) | 8 lines
  688. Changed paths:
  689.    M /trunk/include/input_ext-intf.h
  690.    M /trunk/plugins/dvd/dvd_ifo.c
  691.    M /trunk/plugins/dvd/dvd_ifo.h
  692.    M /trunk/plugins/dvd/dvd_netlist.c
  693.    M /trunk/plugins/dvd/input_dvd.c
  694.    M /trunk/plugins/dvd/input_dvd.h
  695.    M /trunk/plugins/gnome/gnome_callbacks.c
  696.    M /trunk/plugins/gnome/intf_gnome.c
  697.    M /trunk/plugins/gnome/intf_gnome.h
  698.    M /trunk/src/input/input_ext-intf.c
  699.    M /trunk/src/input/input_programs.c
  700. -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
  701. -New function input_ToggleES for interaction with interface.
  702. -Changes in gnome interface : navigation menus are now splited, there
  703. are radio item in menus and the code should be better.
  704. -First step for dvd_ifo rewritting. Now allocation/disallocation is
  705. being done as it has to be.
  706. -Fixed a bug in title management that make dvd like Seven work.
  707. ------------------------------------------------------------------------
  708. r787 | richards | 2001-04-03 00:40:07 +0200 (Tue, 03 Apr 2001) | 3 lines
  709. Changed paths:
  710.    M /trunk/plugins/beos/vout_beos.cpp
  711. vout_beos now uses double buffering for YCbCr overlay.
  712. This (for some reason) improves audio/video sync
  713. ------------------------------------------------------------------------
  714. r788 | sam | 2001-04-03 01:30:41 +0200 (Tue, 03 Apr 2001) | 16 lines
  715. Changed paths:
  716.    M /trunk/INSTALL
  717.    M /trunk/Makefile.in
  718.    A /trunk/extras
  719.    A /trunk/extras/MacOSX_dvdioctl
  720.    A /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  721.    A /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
  722.    A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj
  723.    A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj/project.pbxproj
  724.    A /trunk/extras/MacOSX_dvdioctl/English.lproj
  725.    A /trunk/extras/MacOSX_dvdioctl/English.lproj/InfoPlist.strings
  726.    M /trunk/include/config.h.in
  727.    M /trunk/include/defs.h.in
  728.    M /trunk/plugins/dvd/dvd_css.c
  729.    M /trunk/plugins/dvd/dvd_css.h
  730.    M /trunk/plugins/dvd/dvd_ioctl.c
  731.    M /trunk/plugins/dvd/dvd_ioctl.h
  732.    M /trunk/plugins/dvd/input_dvd.c
  733.    M /trunk/plugins/dvd/input_dvd.h
  734.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
  735.  * fixes for the Qt plugin compilation under Debian
  736.  * heavy butchering in the CSS and DVD ioctl code to put all architecture-
  737.    dependent code in dvd_ioctl.c
  738.  * added almost fully-functional /dev/dvd driver for MacOS X in
  739.    extras/DVDioctl; to build it:
  740.     % cd extras/DVDioctl
  741.     % pbxbuild
  742.     % kextload build/DVDioctl.kext # note: kextload has to be run as root
  743.    be aware that the license for the DVDioctl kernel extension is
  744.    not GPL but APSL, because I borrowed some code from the Darwin kernel.
  745. ------------------------------------------------------------------------
  746. r789 | stef | 2001-04-03 05:39:41 +0200 (Tue, 03 Apr 2001) | 13 lines
  747. Changed paths:
  748.    M /trunk/plugins/dvd/input_dvd.c
  749.    M /trunk/plugins/gnome/gnome_callbacks.c
  750.    M /trunk/plugins/gnome/gnome_callbacks.h
  751.    M /trunk/plugins/gnome/gnome_interface.c
  752.    M /trunk/plugins/gnome/intf_gnome.c
  753.    M /trunk/plugins/gnome/intf_gnome.glade
  754.    M /trunk/plugins/gnome/intf_gnome.h
  755.    M /trunk/src/input/input_dec.c
  756.    M /trunk/src/input/input_programs.c
  757. -Fall back to one-packet-once reading in dvd input since multi-block
  758. seems to have a bug that make the vlc crash on title/audio/spu change. I
  759. hope that this bug will be fixed soon for the performance is poorer now
  760. -add-ons and changes in gnome interface:
  761.         *menu subdivision is done only if there are over 20 items,
  762.         *in DVD mode next/prev apply to title,
  763.         *in DVD mode, added a box with button to navigate through
  764.          chapters.
  765. This has not been finished yet (and it is not in gtk plugin then). And I
  766. think I will leave toolbar next/prev buttons for playlist and add
  767. button specifically for title change like for chapters.*
  768. ------------------------------------------------------------------------
  769. r790 | sam | 2001-04-04 04:49:18 +0200 (Wed, 04 Apr 2001) | 4 lines
  770. Changed paths:
  771.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  772.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
  773.    M /trunk/plugins/dvd/dvd_css.c
  774.    M /trunk/plugins/dvd/dvd_ifo.h
  775.    M /trunk/plugins/dvd/dvd_ioctl.c
  776.    M /trunk/plugins/dvd/dvd_ioctl.h
  777.   * additional enhancements to the OS X DVD ioctl module
  778.   * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
  779. ------------------------------------------------------------------------
  780. r791 | sam | 2001-04-04 18:33:07 +0200 (Wed, 04 Apr 2001) | 4 lines
  781. Changed paths:
  782.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  783.    M /trunk/plugins/dvd/dvd_ioctl.c
  784.    M /trunk/plugins/x11/vout_xvideo.c
  785.   * compilation fixes for the BeOS DVD ioctls
  786.   * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
  787. ------------------------------------------------------------------------
  788. r792 | sam | 2001-04-05 05:50:38 +0200 (Thu, 05 Apr 2001) | 9 lines
  789. Changed paths:
  790.    M /trunk/Makefile.in
  791.    M /trunk/configure
  792.    M /trunk/configure.in
  793.    M /trunk/doc/vlc.1
  794.    A /trunk/extras/GNUgetopt
  795.    A /trunk/extras/GNUgetopt/getopt.c
  796.    A /trunk/extras/GNUgetopt/getopt.h
  797.    A /trunk/extras/GNUgetopt/getopt1.c
  798.    A /trunk/extras/MacOSX_dvdioctl/.cvsignore
  799.    M /trunk/include/config.h.in
  800.    M /trunk/include/defs.h.in
  801.    M /trunk/plugins/darwin/aout_darwin.c
  802.    M /trunk/src/interface/main.c
  803.   * added the GNU getopt library, which gets compiled in when getopt_long
  804.     isn't available on the desired platform.
  805.   * replaced the `--warning' flag with the standard cumulative `-v' flag.
  806.     `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
  807.     (`--warning' is still valid for those used to it)
  808.   * cleaning in configure.in and Makefile.in, the Solaris port now
  809.     builds and runs properly.
  810. ------------------------------------------------------------------------
  811. r793 | asmax | 2001-04-05 16:00:28 +0200 (Thu, 05 Apr 2001) | 7 lines
  812. Changed paths:
  813.    M /trunk/include/input_ext-dec.h
  814.    M /trunk/plugins/mpeg/input_ps.c
  815.    M /trunk/plugins/mpeg/input_ps.h
  816.    M /trunk/src/input/mpeg_system.c
  817. Added a new packet allocation method that punish one's mother in PS input.
  818. I hope there won't be too many segfaults because of it ;)
  819. A few parameters must be adjusted to optimize this method; I'll do it later
  820. because Proba Stat sucks ;)
  821. ------------------------------------------------------------------------
  822. r794 | asmax | 2001-04-05 18:37:15 +0200 (Thu, 05 Apr 2001) | 5 lines
  823. Changed paths:
  824.    M /trunk/include/input_ext-dec.h
  825.    M /trunk/plugins/mpeg/input_ps.c
  826.    M /trunk/plugins/mpeg/input_ps.h
  827. switched back to the old packet allocation method for PS input, because
  828. Sam does not want the new one ;)
  829. ------------------------------------------------------------------------
  830. r795 | sam | 2001-04-06 11:15:48 +0200 (Fri, 06 Apr 2001) | 7 lines
  831. Changed paths:
  832.    A /trunk/extras/GNUgetopt/COPYING
  833.    A /trunk/extras/MacOSX_dvdioctl/COPYING
  834.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  835.    A /trunk/extras/MacOSX_dvdioctl/README
  836.    M /trunk/plugins/alsa/aout_alsa.c
  837.    M /trunk/plugins/dvd/dvd_css.c
  838.    M /trunk/plugins/dvd/dvd_ioctl.c
  839.    M /trunk/plugins/dvd/dvd_netlist.c
  840.    M /trunk/plugins/ggi/vout_ggi.c
  841.    M /trunk/plugins/idct/idct_common.c
  842.    M /trunk/plugins/sdl/vout_sdl.c
  843.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  844.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  845.    M /trunk/src/ac3_decoder/ac3_downmix.c
  846.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  847.    M /trunk/src/ac3_decoder/ac3_exponent.c
  848.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  849.    M /trunk/src/ac3_decoder/ac3_parse.c
  850.    M /trunk/src/audio_decoder/adec_generic.c
  851.    M /trunk/src/audio_decoder/adec_layer1.c
  852.    M /trunk/src/audio_decoder/adec_layer2.c
  853.    M /trunk/src/audio_decoder/audio_decoder.c
  854.    M /trunk/src/input/input_clock.c
  855.    M /trunk/src/input/input_dec.c
  856.    M /trunk/src/input/input_ext-dec.c
  857.    M /trunk/src/input/input_ext-intf.c
  858.    M /trunk/src/input/input_netlist.c
  859.    M /trunk/src/input/input_programs.c
  860.    M /trunk/src/input/mpeg_system.c
  861.    M /trunk/src/interface/intf_ctrl.c
  862.    M /trunk/src/interface/intf_urldecode.c
  863.    M /trunk/src/interface/main.c
  864.    M /trunk/src/lpcm_decoder/lpcm_decoder.c
  865.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
  866.    M /trunk/src/misc/tests.c
  867.    M /trunk/src/spu_decoder/spu_decoder.c
  868.    M /trunk/src/video_decoder/video_decoder.c
  869.    M /trunk/src/video_output/video_spu.c
  870.    M /trunk/src/video_parser/video_fifo.c
  871.    M /trunk/src/video_parser/vpar_headers.c
  872.    M /trunk/src/video_parser/vpar_synchro.c
  873.   * Code cleanup: removed a few tabulations.
  874.   * Fixed inline asm routines to remove all read/write operands.
  875.   * Added <string.h> to most files to prevent warnings under FreeBSD.
  876.   * Added "break;" after "default:" in case switches to prevent
  877.     warnings when compiling with GCC 3.0pre.
  878. ------------------------------------------------------------------------
  879. r796 | massiot | 2001-04-06 20:18:10 +0200 (Fri, 06 Apr 2001) | 4 lines
  880. Changed paths:
  881.    M /trunk/Makefile.in
  882.    M /trunk/configure
  883.    M /trunk/configure.in
  884.    A /trunk/extras/MacOSX_app
  885.    A /trunk/extras/MacOSX_app/Contents
  886.    A /trunk/extras/MacOSX_app/Contents/Info.plist
  887.    A /trunk/extras/MacOSX_app/Contents/PkgInfo
  888.    D /trunk/plugins/darwin/aout_darwin.c
  889.    M /trunk/plugins/darwin/darwin.c
  890.    A /trunk/plugins/macosx/aout_macosx.c
  891.    M /trunk/plugins/macosx/intf_macosx.c
  892.    M /trunk/plugins/macosx/macosx.c
  893.    M /trunk/plugins/macosx/vout_macosx.c
  894.    M /trunk/src/misc/modules.c
  895.    M /trunk/src/video_output/video_text.c
  896. * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
  897. interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
  898. * Bumped up version number to 0.2.70.
  899. ------------------------------------------------------------------------
  900. r797 | sam | 2001-04-07 06:17:49 +0200 (Sat, 07 Apr 2001) | 3 lines
  901. Changed paths:
  902.    M /trunk/debian/changelog
  903.    M /trunk/debian/changelog-css
  904.    M /trunk/vlc.spec
  905.    * Updated version information in RedHat and Debian package control files.
  906. ------------------------------------------------------------------------
  907. r798 | ej | 2001-04-07 06:59:52 +0200 (Sat, 07 Apr 2001) | 2 lines
  908. Changed paths:
  909.    M /trunk/plugins/macosx/intf_macosx.c
  910.    M /trunk/plugins/macosx/vout_macosx.c
  911. Cleaning code and a small fix to make quit work on OSX
  912. ------------------------------------------------------------------------
  913. r799 | massiot | 2001-04-07 18:21:13 +0200 (Sat, 07 Apr 2001) | 2 lines
  914. Changed paths:
  915.    M /trunk/Makefile.in
  916. Added a missing file for MacOS X port.
  917. ------------------------------------------------------------------------
  918. r800 | massiot | 2001-04-07 18:35:05 +0200 (Sat, 07 Apr 2001) | 2 lines
  919. Changed paths:
  920.    M /trunk/configure
  921.    M /trunk/configure.in
  922. Disable x11 plugin if X11 headers are not found.
  923. ------------------------------------------------------------------------
  924. r801 | massiot | 2001-04-08 01:23:50 +0200 (Sun, 08 Apr 2001) | 3 lines
  925. Changed paths:
  926.    M /trunk/vlc.spec
  927. Removed --enable-mmx (enabled by default under x86) and changed a few
  928. things.
  929. ------------------------------------------------------------------------
  930. r802 | sam | 2001-04-08 06:17:30 +0200 (Sun, 08 Apr 2001) | 5 lines
  931. Changed paths:
  932.    M /trunk/ChangeLog
  933.    M /trunk/Makefile.in
  934.    M /trunk/TODO
  935.    M /trunk/vlc.spec
  936.   * Updated ChangeLog and TODO list.
  937.   * Added TODO to the .spec file.
  938.   * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
  939. ------------------------------------------------------------------------
  940. r803 | stef | 2001-04-08 09:24:47 +0200 (Sun, 08 Apr 2001) | 4 lines
  941. Changed paths:
  942.    M /trunk/include/input_ext-intf.h
  943.    M /trunk/plugins/dvd/dvd_ifo.c
  944.    M /trunk/plugins/dvd/dvd_ifo.h
  945.    M /trunk/plugins/dvd/input_dvd.c
  946.    M /trunk/plugins/gnome/gnome_callbacks.c
  947.    M /trunk/plugins/gnome/gnome_callbacks.h
  948.    M /trunk/plugins/gnome/gnome_interface.c
  949.    M /trunk/plugins/gnome/intf_gnome.c
  950.    M /trunk/plugins/gnome/intf_gnome.glade
  951.    M /trunk/plugins/gnome/intf_gnome.h
  952.    M /trunk/plugins/gtk/intf_gtk.c
  953.    M /trunk/src/input/input_ext-intf.c
  954.    M /trunk/src/input/input_programs.c
  955.    M /trunk/src/input/mpeg_system.c
  956.    M /trunk/src/interface/intf_playlist.c
  957. -changes in gnome interface
  958. -bugfix in input dvd
  959. ------------------------------------------------------------------------
  960. r804 | stef | 2001-04-08 09:45:03 +0200 (Sun, 08 Apr 2001) | 2 lines
  961. Changed paths:
  962.    M /trunk/plugins/gnome/gnome_callbacks.c
  963. -fixed little poliotage
  964. ------------------------------------------------------------------------
  965. r805 | stef | 2001-04-08 11:04:33 +0200 (Sun, 08 Apr 2001) | 5 lines
  966. Changed paths:
  967.    M /trunk/plugins/dvd/dvd_ioctl.c
  968.    M /trunk/plugins/dvd/input_dvd.c
  969.    M /trunk/src/input/input.c
  970. -fixed css authentication under linux since it has been broken for a few
  971. days: we have to initialize agid of authinfo struct.
  972. -fixed a segfault on exit when DVDInit fails
  973. ------------------------------------------------------------------------
  974. r806 | octplane | 2001-04-08 15:09:32 +0200 (Sun, 08 Apr 2001) | 2 lines
  975. Changed paths:
  976.    M /trunk/plugins/gtk/gtk_callbacks.c
  977.    M /trunk/plugins/gtk/gtk_playlist.c
  978. Corrected playlist update on file opening.
  979. ------------------------------------------------------------------------
  980. r807 | octplane | 2001-04-08 15:11:45 +0200 (Sun, 08 Apr 2001) | 2 lines
  981. Changed paths:
  982.    A /trunk/plugins/gtk/gtk_playlist.h
  983. Forgot one small thing :P
  984. ------------------------------------------------------------------------
  985. r808 | sam | 2001-04-08 18:57:47 +0200 (Sun, 08 Apr 2001) | 4 lines
  986. Changed paths:
  987.    M /trunk/ChangeLog
  988.    M /trunk/README
  989.    M /trunk/plugins/dvd/dvd_css.c
  990.    M /trunk/plugins/dvd/input_dvd.c
  991.    M /trunk/plugins/dvd/input_dvd.h
  992.    M /trunk/plugins/x11/vout_xvideo.c
  993.    * XVideo window now has a black background, thanks to Shane Harper.
  994.    * Fixed a heap corruption in dvd_css.c.
  995. ------------------------------------------------------------------------
  996. r809 | stef | 2001-04-09 06:15:30 +0200 (Mon, 09 Apr 2001) | 2 lines
  997. Changed paths:
  998.    M /trunk/plugins/beos/intf_beos.cpp
  999. -Fixed a compilation issue due to a change in an interface structure
  1000. ------------------------------------------------------------------------
  1001. r810 | stef | 2001-04-10 19:47:05 +0200 (Tue, 10 Apr 2001) | 4 lines
  1002. Changed paths:
  1003.    M /trunk/include/input_ext-intf.h
  1004.    M /trunk/plugins/dvd/dvd_css.c
  1005.    M /trunk/plugins/dvd/dvd_ifo.c
  1006.    M /trunk/plugins/dvd/input_dvd.c
  1007.    M /trunk/plugins/dvd/input_dvd.h
  1008.    M /trunk/src/input/input.c
  1009.    M /trunk/src/input/input_programs.c
  1010. -Fixed the lock segfault bug with some compilers
  1011. -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
  1012. ------------------------------------------------------------------------
  1013. r811 | henri | 2001-04-11 04:01:24 +0200 (Wed, 11 Apr 2001) | 9 lines
  1014. Changed paths:
  1015.    M /trunk/include/common.h
  1016.    M /trunk/include/config.h.in
  1017.    M /trunk/include/main.h
  1018.    M /trunk/include/netutils.h
  1019.    M /trunk/plugins/sdl/vout_sdl.c
  1020.    M /trunk/plugins/x11/vout_x11.c
  1021.    M /trunk/plugins/x11/vout_xvideo.c
  1022.    M /trunk/src/interface/interface.c
  1023.    M /trunk/src/interface/intf_ctrl.c
  1024.    M /trunk/src/interface/main.c
  1025.    M /trunk/src/misc/netutils.c
  1026. - Ported the 0.2.0's channel changing functions
  1027. - Cosmetic changes : the word 'vlan' is disappearing
  1028. - network_ChannelJoin is still commented out as it's not in sync anymore
  1029.   with our channel server. Nitrox should fix this within a week.
  1030. - X and Xv output : added autohide cursor as in SDL
  1031. - X and Sv : keys 1 to 0 change channel
  1032. - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
  1033. ------------------------------------------------------------------------
  1034. r812 | sam | 2001-04-11 06:31:59 +0200 (Wed, 11 Apr 2001) | 9 lines
  1035. Changed paths:
  1036.    M /trunk/Makefile.in
  1037.    M /trunk/configure
  1038.    M /trunk/configure.in
  1039.    M /trunk/include/config.h.in
  1040.    M /trunk/plugins/dvd/dvd_css.c
  1041.    M /trunk/plugins/dvd/dvd_css.h
  1042.    M /trunk/plugins/dvd/dvd_ioctl.c
  1043.    M /trunk/plugins/dvd/dvd_ioctl.h
  1044.    M /trunk/plugins/dvd/input_dvd.c
  1045.    M /trunk/plugins/dvd/input_dvd.h
  1046.    M /trunk/plugins/gtk/gtk_callbacks.c
  1047.   * Fixed the whitespace/tab issues in the Makefile.
  1048.   * Corrected an awful typo in the version name, I hope Lieutenant Commander
  1049.     Arkady Grigorovich Ourumov will never set up us the bomb for that.
  1050.   * Removed deprecated stuff from config.h.
  1051.   * Disabled message queue by default.
  1052.   * A few other changes in the CSS code, the BeOS issues should be fixed.
  1053.   * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
  1054. ------------------------------------------------------------------------
  1055. r813 | sam | 2001-04-11 06:46:18 +0200 (Wed, 11 Apr 2001) | 3 lines
  1056. Changed paths:
  1057.    M /trunk/plugins/dvd/dvd_ioctl.c
  1058.   * Forgot a BeOS patch on previous commit.
  1059. ------------------------------------------------------------------------
  1060. r814 | sam | 2001-04-11 14:52:10 +0200 (Wed, 11 Apr 2001) | 3 lines
  1061. Changed paths:
  1062.    M /trunk/Makefile.in
  1063.    M /trunk/configure
  1064.    M /trunk/configure.in
  1065.    M /trunk/debian/control
  1066.    M /trunk/debian/control-css
  1067.    A /trunk/debian/gnome-vlc.desktop
  1068.    A /trunk/debian/gvlc.desktop
  1069.    M /trunk/debian/rules
  1070.    A /trunk/debian/vlc-gnome.menu
  1071.    M /trunk/debian/vlc-gtk.menu
  1072.    A /trunk/debian/vlc-qt.menu
  1073.    A /trunk/debian/vlc.desktop
  1074.    M /trunk/doc/vlc.1
  1075.    M /trunk/plugins/gnome/intf_gnome.c
  1076.    M /trunk/plugins/gtk/intf_gtk.c
  1077.    A /trunk/share/gnome-vlc.png
  1078.    A /trunk/share/gnome-vlc.xpm
  1079.    M /trunk/share/gvlc.png
  1080.    M /trunk/share/gvlc.xpm
  1081.    A /trunk/share/kvlc.png
  1082.    A /trunk/share/kvlc.xpm
  1083.    A /trunk/share/qvlc.png
  1084.    A /trunk/share/qvlc.xpm
  1085.    A /trunk/share/vlc-icons.xcf
  1086.    M /trunk/share/vlc.png
  1087.    M /trunk/share/vlc.xpm
  1088.   * Fixed icons location and Debian desktop menus.
  1089. ------------------------------------------------------------------------
  1090. r815 | ej | 2001-04-11 15:30:30 +0200 (Wed, 11 Apr 2001) | 16 lines
  1091. Changed paths:
  1092.    M /trunk/Makefile.in
  1093.    M /trunk/plugins/macosx/intf_macosx.c
  1094.    A /trunk/plugins/macosx/macosx_common.h
  1095.    M /trunk/plugins/macosx/vout_macosx.c
  1096.    M /trunk/src/misc/modules.c
  1097.    M /trunk/src/video_output/video_text.c
  1098. Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
  1099. function support and a no-frills About box
  1100. Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
  1101. (the way I see it, there is inherently a difficult separation of intf and
  1102. vout on Mac OS, if anyone has suggestions I'm open)
  1103. Cleaned up debug spew I left in modules.c and video_text.c
  1104. Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
  1105. app (ie., double clicked and not launched from command line)... read the
  1106. file for more details.  UGLY.
  1107. Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
  1108. clean code for it as well
  1109. ------------------------------------------------------------------------
  1110. r816 | ej | 2001-04-11 15:56:39 +0200 (Wed, 11 Apr 2001) | 2 lines
  1111. Changed paths:
  1112.    M /trunk/Makefile.in
  1113. Fixed a dumb mistake in Makefile.in
  1114. ------------------------------------------------------------------------
  1115. r817 | ej | 2001-04-11 16:10:49 +0200 (Wed, 11 Apr 2001) | 2 lines
  1116. Changed paths:
  1117.    M /trunk/src/interface/main.c
  1118. Forgot a little thing...main.  Done for now I hope;-)
  1119. ------------------------------------------------------------------------
  1120. r818 | sam | 2001-04-12 03:52:45 +0200 (Thu, 12 Apr 2001) | 8 lines
  1121. Changed paths:
  1122.    M /trunk/AUTHORS
  1123.    M /trunk/Makefile.in
  1124.    M /trunk/include/beos_specific.h
  1125.    A /trunk/include/darwin_specific.h
  1126.    M /trunk/share/gnome-vlc.png
  1127.    M /trunk/share/gnome-vlc.xpm
  1128.    M /trunk/share/gvlc.png
  1129.    M /trunk/share/gvlc.xpm
  1130.    M /trunk/share/kvlc.png
  1131.    M /trunk/share/kvlc.xpm
  1132.    M /trunk/share/qvlc.png
  1133.    M /trunk/share/qvlc.xpm
  1134.    M /trunk/share/vlc-icons.xcf
  1135.    M /trunk/share/vlc.png
  1136.    M /trunk/share/vlc.xpm
  1137.    A /trunk/share/vlc_beos.rsrc
  1138.    M /trunk/src/audio_decoder/adec_layer1.c
  1139.    M /trunk/src/audio_decoder/adec_layer2.c
  1140.    M /trunk/src/interface/main.c
  1141.    M /trunk/src/misc/beos_specific.cpp
  1142.    A /trunk/src/misc/darwin_specific.c
  1143.    M /trunk/src/misc/modules.c
  1144.    M /trunk/src/misc/netutils.c
  1145.    M /trunk/src/video_output/video_text.c
  1146.   * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
  1147.   * Updated icons.
  1148.   * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
  1149.   * Created darwin_specific.c to store the program path at boot time.
  1150.     (XXX: check that it didn't break the OS X port)
  1151.   * Fixed a warning in netutils.c.
  1152. ------------------------------------------------------------------------
  1153. r819 | stef | 2001-04-12 04:40:09 +0200 (Thu, 12 Apr 2001) | 7 lines
  1154. Changed paths:
  1155.    M /trunk/plugins/dvd/dvd_ifo.c
  1156.    M /trunk/plugins/dvd/dvd_ifo.h
  1157.    M /trunk/plugins/dvd/input_dvd.c
  1158.    M /trunk/plugins/dvd/input_dvd.h
  1159.    M /trunk/src/input/input.c
  1160.    M /trunk/src/input/input_programs.c
  1161. -Fixed a bug in area management added in my last commit
  1162. -Change the way ifo are read ; I hope this fixes problems with some
  1163. compilers
  1164. -Added error checks in dvd input
  1165. ------------------------------------------------------------------------
  1166. r820 | stef | 2001-04-12 05:26:53 +0200 (Thu, 12 Apr 2001) | 3 lines
  1167. Changed paths:
  1168.    M /trunk/include/input_ext-intf.h
  1169.    M /trunk/plugins/gnome/intf_gnome.c
  1170.    M /trunk/src/input/input_programs.c
  1171.    M /trunk/src/input/mpeg_system.c
  1172. -added a field to p_input->stream to inform the interface of a stream
  1173. change (useful in network mode)
  1174. ------------------------------------------------------------------------
  1175. r821 | sam | 2001-04-12 10:24:30 +0200 (Thu, 12 Apr 2001) | 3 lines
  1176. Changed paths:
  1177.    M /trunk/src/misc/beos_specific.cpp
  1178.   * Fixed a typo in yesterday's BeOS changes.
  1179. ------------------------------------------------------------------------
  1180. r822 | tcastley | 2001-04-12 13:10:16 +0200 (Thu, 12 Apr 2001) | 2 lines
  1181. Changed paths:
  1182.    M /trunk/plugins/beos/intf_beos.cpp
  1183. Fixed menu problem in 0.2.7.0
  1184. ------------------------------------------------------------------------
  1185. r823 | colin | 2001-04-12 19:57:12 +0200 (Thu, 12 Apr 2001) | 5 lines
  1186. Changed paths:
  1187.    M /trunk/Makefile.in
  1188.    A /trunk/share/vlc.icns
  1189. MacOS X
  1190. make vlc.app now correctly updates vlc.app
  1191. added an icon to the MacOS X vlc
  1192. removed the build of the vlc app from the install target
  1193. ------------------------------------------------------------------------
  1194. r824 | henri | 2001-04-13 03:49:22 +0200 (Fri, 13 Apr 2001) | 12 lines
  1195. Changed paths:
  1196.    M /trunk/TODO
  1197.    M /trunk/plugins/dvd/input_dvd.c
  1198.    M /trunk/plugins/gnome/intf_gnome.c
  1199.    M /trunk/plugins/gtk/intf_gtk.c
  1200.    M /trunk/src/input/mpeg_system.c
  1201. TS input : only one audio & spu ES selected at a time
  1202. Intf : ts streams in menu
  1203.        fixed a typo
  1204. There be certainly need for debug on the TS input as vls complains about
  1205. wrong sized PES packets, and that many streams do not seem to work.
  1206. btw, I forgot to mention in my last commit the function that nooone will
  1207. ever use : "right button" key of 105 keys keybords support under X11,
  1208. Xv, Sdl
  1209. ------------------------------------------------------------------------
  1210. r825 | stef | 2001-04-13 07:36:12 +0200 (Fri, 13 Apr 2001) | 7 lines
  1211. Changed paths:
  1212.    M /trunk/include/input_ext-intf.h
  1213.    M /trunk/plugins/dvd/dvd_ifo.c
  1214.    M /trunk/plugins/dvd/dvd_udf.c
  1215.    M /trunk/plugins/dvd/input_dvd.c
  1216.    M /trunk/plugins/gnome/gnome_interface.c
  1217.    M /trunk/plugins/gnome/intf_gnome.c
  1218.    M /trunk/plugins/gnome/intf_gnome.glade
  1219.    M /trunk/plugins/mpeg/input_ps.c
  1220.    M /trunk/plugins/mpeg/input_ts.c
  1221.    M /trunk/src/input/input_programs.c
  1222. *Added udf fix by Billy Biggs
  1223. *Added checks in dvd_ifo
  1224. *Cleanings in gnome interface : the interface should be dependant on the
  1225. input method.
  1226. ------------------------------------------------------------------------
  1227. r826 | sam | 2001-04-13 08:20:23 +0200 (Fri, 13 Apr 2001) | 10 lines
  1228. Changed paths:
  1229.    M /trunk/ChangeLog
  1230.    M /trunk/configure
  1231.    M /trunk/configure.in
  1232.    M /trunk/debian/changelog
  1233.    M /trunk/debian/changelog-css
  1234.    M /trunk/debian/rules
  1235.    M /trunk/plugins/x11/vout_xvideo.c
  1236.    M /trunk/vlc.spec
  1237.   * Updated version number to 0.2.71 (release today).
  1238.   * Merged 6 months of CVS logs to the ChangeLog file.
  1239.     The vlc changelog can now be viewed here:
  1240.        http://www.videolan.org/vlc/changelog.html
  1241.   * Fixed a lintian error in debian/rules.
  1242.   * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
  1243. ------------------------------------------------------------------------
  1244. r827 | sam | 2001-04-13 16:33:22 +0200 (Fri, 13 Apr 2001) | 4 lines
  1245. Changed paths:
  1246.    M /trunk/ChangeLog
  1247.    M /trunk/src/misc/darwin_specific.c
  1248.   * Fix for Darwin program path handling. I mistakenly assumed that the
  1249.     program path was always absolute.
  1250. ------------------------------------------------------------------------
  1251. r828 | sam | 2001-04-14 09:41:20 +0200 (Sat, 14 Apr 2001) | 4 lines
  1252. Changed paths:
  1253.    M /trunk/ChangeLog
  1254.    M /trunk/src/interface/main.c
  1255.    M /trunk/src/misc/beos_specific.cpp
  1256.    M /trunk/src/misc/darwin_specific.c
  1257.   * Got rid of the sleep() hack in beos_specific.cpp
  1258.   * Fixed a segfault when launched without argument under Darwin.
  1259. ------------------------------------------------------------------------
  1260. r829 | sam | 2001-04-15 06:19:58 +0200 (Sun, 15 Apr 2001) | 29 lines
  1261. Changed paths:
  1262.    M /trunk/AUTHORS
  1263.    M /trunk/ChangeLog
  1264.    A /trunk/Makefile
  1265.    M /trunk/Makefile.dep
  1266.    D /trunk/Makefile.in
  1267.    A /trunk/Makefile.modules.in
  1268.    A /trunk/Makefile.opts.in
  1269.    M /trunk/configure
  1270.    M /trunk/configure.in
  1271.    M /trunk/debian/rules
  1272.    M /trunk/include/modules.h
  1273.    A /trunk/include/modules_builtin.h.in
  1274.    A /trunk/plugins/alsa/Makefile
  1275.    A /trunk/plugins/beos/Makefile
  1276.    M /trunk/plugins/beos/intf_beos.cpp
  1277.    A /trunk/plugins/darwin/Makefile
  1278.    A /trunk/plugins/dsp/Makefile
  1279.    A /trunk/plugins/dummy/Makefile
  1280.    A /trunk/plugins/dvd/Makefile
  1281.    M /trunk/plugins/dvd/dvd.c
  1282.    M /trunk/plugins/dvd/dvd_udf.c
  1283.    M /trunk/plugins/dvd/input_dvd.c
  1284.    A /trunk/plugins/esd/Makefile
  1285.    A /trunk/plugins/fb/Makefile
  1286.    A /trunk/plugins/ggi/Makefile
  1287.    A /trunk/plugins/glide/Makefile
  1288.    A /trunk/plugins/gnome/Makefile
  1289.    M /trunk/plugins/gnome/gnome_interface.c
  1290.    M /trunk/plugins/gnome/intf_gnome.glade
  1291.    A /trunk/plugins/gtk/Makefile
  1292.    M /trunk/plugins/gtk/gtk_interface.c
  1293.    M /trunk/plugins/gtk/intf_gtk.glade
  1294.    A /trunk/plugins/idct/Makefile
  1295.    M /trunk/plugins/idct/idct.c
  1296.    M /trunk/plugins/idct/idct.h
  1297.    M /trunk/plugins/idct/idct_common.c
  1298.    M /trunk/plugins/idct/idctaltivec.c
  1299.    M /trunk/plugins/idct/idctclassic.c
  1300.    M /trunk/plugins/idct/idctmmx.c
  1301.    M /trunk/plugins/idct/idctmmxext.c
  1302.    A /trunk/plugins/macosx/Makefile
  1303.    A /trunk/plugins/mga/Makefile
  1304.    A /trunk/plugins/motion/Makefile
  1305.    M /trunk/plugins/motion/motion.c
  1306.    M /trunk/plugins/motion/motionmmx.c
  1307.    M /trunk/plugins/motion/motionmmxext.c
  1308.    M /trunk/plugins/motion/vdec_motion_common.c
  1309.    A /trunk/plugins/mpeg/Makefile
  1310.    A /trunk/plugins/null/Makefile
  1311.    A /trunk/plugins/qt/Makefile
  1312.    A /trunk/plugins/sdl/Makefile
  1313.    A /trunk/plugins/text/Makefile
  1314.    A /trunk/plugins/x11/Makefile
  1315.    A /trunk/plugins/yuv/Makefile
  1316.    M /trunk/plugins/yuv/transforms_yuv.c
  1317.    M /trunk/plugins/yuv/transforms_yuvmmx.c
  1318.    M /trunk/plugins/yuv/video_common.h
  1319.    M /trunk/plugins/yuv/video_yuv.c
  1320.    M /trunk/plugins/yuv/video_yuvmmx.c
  1321.    M /trunk/src/input/input.c
  1322.    M /trunk/src/misc/modules.c
  1323.   * Beginning of the built-in modules support.
  1324.    A few words about the changes:
  1325.   - heavy Makefile butchery has taken place, each plugin now has its own
  1326.     Makefile. I know recursive make blablah harmful, but it was just so
  1327.     much easier to do this way.
  1328.   - Makefile.in has disappeared, we now generate Makefile.opts with
  1329.     the overall configuration options, and Makefile.modules which is
  1330.     specific to module compilation.
  1331.   - After ./configure has been run you may want to modify Makefile.opts
  1332.     to check which modules will be compiled built-in or as plugins.
  1333.   - Some modules cannot be compiled built-in right now because proper
  1334.     linkage doesn't work yet. We don't really care since they're the
  1335.     interface or video output modules. The most important stuff works
  1336.     (iDCT, motion, YUV, input).
  1337.   - It's perfectly valid to compile a module both as built-in and as a
  1338.     plugin. vlc will only load the built-in one, but I'll add an option
  1339.     to ignore built-in modules for testing purposes.
  1340.   - We *should* see a performance increase here. I didn't have much time
  1341.     to test it, but if anyone can confirm and perhaps give a rough
  1342.     estimate of how much we gain...
  1343. ------------------------------------------------------------------------
  1344. r830 | sam | 2001-04-15 06:46:41 +0200 (Sun, 15 Apr 2001) | 4 lines
  1345. Changed paths:
  1346.    M /trunk/ChangeLog
  1347.    M /trunk/Makefile
  1348.    M /trunk/Makefile.modules.in
  1349.    M /trunk/plugins/alsa/Makefile
  1350.    M /trunk/plugins/beos/Makefile
  1351.    M /trunk/plugins/darwin/Makefile
  1352.    M /trunk/plugins/dsp/Makefile
  1353.    M /trunk/plugins/dummy/Makefile
  1354.    M /trunk/plugins/dvd/Makefile
  1355.    M /trunk/plugins/esd/Makefile
  1356.    M /trunk/plugins/fb/Makefile
  1357.    M /trunk/plugins/ggi/Makefile
  1358.    M /trunk/plugins/glide/Makefile
  1359.    M /trunk/plugins/gnome/Makefile
  1360.    M /trunk/plugins/gtk/Makefile
  1361.    M /trunk/plugins/idct/Makefile
  1362.    M /trunk/plugins/macosx/Makefile
  1363.    M /trunk/plugins/mga/Makefile
  1364.    M /trunk/plugins/motion/Makefile
  1365.    M /trunk/plugins/mpeg/Makefile
  1366.    M /trunk/plugins/null/Makefile
  1367.    M /trunk/plugins/qt/Makefile
  1368.    M /trunk/plugins/sdl/Makefile
  1369.    M /trunk/plugins/text/Makefile
  1370.    M /trunk/plugins/x11/Makefile
  1371.    M /trunk/plugins/x11/vout_xvideo.c
  1372.    M /trunk/plugins/yuv/Makefile
  1373.   * A few Makefile fixes for BeOS
  1374.   * XVideo patches by Shane Harper
  1375. ------------------------------------------------------------------------
  1376. r831 | sam | 2001-04-15 12:54:46 +0200 (Sun, 15 Apr 2001) | 15 lines
  1377. Changed paths:
  1378.    M /trunk/ChangeLog
  1379.    M /trunk/Makefile
  1380.    M /trunk/Makefile.modules.in
  1381.    M /trunk/Makefile.opts.in
  1382.    M /trunk/TODO
  1383.    M /trunk/configure
  1384.    M /trunk/configure.in
  1385.    M /trunk/plugins/alsa/Makefile
  1386.    M /trunk/plugins/beos/Makefile
  1387.    M /trunk/plugins/darwin/Makefile
  1388.    M /trunk/plugins/esd/Makefile
  1389.    M /trunk/plugins/gnome/Makefile
  1390.    M /trunk/plugins/gtk/Makefile
  1391.    M /trunk/plugins/idct/Makefile
  1392.    M /trunk/plugins/macosx/Makefile
  1393.    M /trunk/plugins/motion/Makefile
  1394.    M /trunk/plugins/mpeg/Makefile
  1395.    M /trunk/plugins/qt/Makefile
  1396.    M /trunk/plugins/qt/intf_qt.cpp
  1397.    M /trunk/plugins/sdl/Makefile
  1398.    M /trunk/plugins/text/Makefile
  1399.    M /trunk/plugins/x11/Makefile
  1400.    M /trunk/plugins/yuv/Makefile
  1401.    M /trunk/src/misc/modules.c
  1402.   * Updated TODO list with Henri's Apr 6th post.
  1403.   * Built-in modules support almost finished.
  1404.     Now you can compile any module within vlc, even the Gnome, Qt, SDL
  1405.   and GGI modules at the same time, resulting in an awful extra fat
  1406.   vlc binary with gazillons of library dependecies.
  1407.     The only exception is that the Gnome and Gtk+ modules can't be
  1408.   compiled together into vlc. But you can have one compiled built-in
  1409.   and the other as a plugin.
  1410.     Another consequence is that libdl should no longer be needed under
  1411.   MacOS X. I'll check this as soon as possible.
  1412. ------------------------------------------------------------------------
  1413. r832 | sam | 2001-04-15 17:11:44 +0200 (Sun, 15 Apr 2001) | 4 lines
  1414. Changed paths:
  1415.    M /trunk/ChangeLog
  1416.    M /trunk/configure
  1417.    M /trunk/configure.in
  1418.    M /trunk/debian/rules
  1419.   * All Debian packages are now lintian-clean.
  1420.   * Fixed XVideo plugin linking.
  1421. ------------------------------------------------------------------------
  1422. r833 | stef | 2001-04-15 17:32:48 +0200 (Sun, 15 Apr 2001) | 3 lines
  1423. Changed paths:
  1424.    M /trunk/plugins/dvd/dvd_ifo.c
  1425. -Maybe fixed the "cell not found" bug. I can't test it because I don't
  1426. have a dvd drive here, but it should work now.
  1427. ------------------------------------------------------------------------
  1428. r834 | stef | 2001-04-15 23:17:50 +0200 (Sun, 15 Apr 2001) | 2 lines
  1429. Changed paths:
  1430.    M /trunk/plugins/dvd/dvd_ifo.c
  1431.    M /trunk/plugins/dvd/input_dvd.c
  1432. -I hope I have fixed the ifo bug lastly !
  1433. ------------------------------------------------------------------------
  1434. r835 | sam | 2001-04-16 09:40:11 +0200 (Mon, 16 Apr 2001) | 5 lines
  1435. Changed paths:
  1436.    M /trunk/.cvsignore
  1437.    M /trunk/ChangeLog
  1438.    M /trunk/INSTALL
  1439.    M /trunk/Makefile
  1440.    A /trunk/Makefile.common
  1441.    M /trunk/Makefile.dep
  1442.    M /trunk/Makefile.opts.in
  1443.    M /trunk/include/.cvsignore
  1444.    A /trunk/plugins/alsa/.cvsignore
  1445.    M /trunk/plugins/alsa/Makefile
  1446.    A /trunk/plugins/beos/.cvsignore
  1447.    M /trunk/plugins/beos/Makefile
  1448.    A /trunk/plugins/darwin/.cvsignore
  1449.    M /trunk/plugins/darwin/Makefile
  1450.    A /trunk/plugins/dsp/.cvsignore
  1451.    M /trunk/plugins/dsp/Makefile
  1452.    A /trunk/plugins/dummy/.cvsignore
  1453.    M /trunk/plugins/dummy/Makefile
  1454.    A /trunk/plugins/dvd/.cvsignore
  1455.    M /trunk/plugins/dvd/Makefile
  1456.    A /trunk/plugins/esd/.cvsignore
  1457.    M /trunk/plugins/esd/Makefile
  1458.    A /trunk/plugins/fb/.cvsignore
  1459.    M /trunk/plugins/fb/Makefile
  1460.    A /trunk/plugins/ggi/.cvsignore
  1461.    M /trunk/plugins/ggi/Makefile
  1462.    A /trunk/plugins/glide/.cvsignore
  1463.    M /trunk/plugins/glide/Makefile
  1464.    M /trunk/plugins/gnome/.cvsignore
  1465.    M /trunk/plugins/gnome/Makefile
  1466.    M /trunk/plugins/gtk/.cvsignore
  1467.    M /trunk/plugins/gtk/Makefile
  1468.    A /trunk/plugins/idct/.cvsignore
  1469.    M /trunk/plugins/idct/Makefile
  1470.    A /trunk/plugins/macosx/.cvsignore
  1471.    M /trunk/plugins/macosx/Makefile
  1472.    A /trunk/plugins/mga/.cvsignore
  1473.    M /trunk/plugins/mga/Makefile
  1474.    A /trunk/plugins/motion/.cvsignore
  1475.    M /trunk/plugins/motion/Makefile
  1476.    A /trunk/plugins/mpeg/.cvsignore
  1477.    M /trunk/plugins/mpeg/Makefile
  1478.    A /trunk/plugins/null/.cvsignore
  1479.    M /trunk/plugins/null/Makefile
  1480.    M /trunk/plugins/qt/.cvsignore
  1481.    M /trunk/plugins/qt/Makefile
  1482.    M /trunk/plugins/qt/intf_qt.cpp
  1483.    A /trunk/plugins/sdl/.cvsignore
  1484.    M /trunk/plugins/sdl/Makefile
  1485.    A /trunk/plugins/text/.cvsignore
  1486.    M /trunk/plugins/text/Makefile
  1487.    A /trunk/plugins/x11/.cvsignore
  1488.    M /trunk/plugins/x11/Makefile
  1489.    A /trunk/plugins/yuv/.cvsignore
  1490.    M /trunk/plugins/yuv/Makefile
  1491.    M /trunk/src/misc/modules.c
  1492.   * Added .cvsignore files in the plugins directories.
  1493.   * Additional Makefile cleaning for built-in modules.
  1494.   * Fixed Makefile for Solaris target.
  1495. ------------------------------------------------------------------------
  1496. r836 | asmax | 2001-04-16 14:34:28 +0200 (Mon, 16 Apr 2001) | 10 lines
  1497. Changed paths:
  1498.    M /trunk/include/input_ext-dec.h
  1499.    M /trunk/plugins/mpeg/input_ps.c
  1500.    M /trunk/plugins/mpeg/input_ps.h
  1501. Re-added the new packet allocation method in PS input, using packet caches.
  1502. With warning level 1, you can see when a packet is allocated or freed; the
  1503. goal is to never call 'malloc' nor 'free', except at the beginning of the
  1504. stream.
  1505. The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
  1506. If 'free' is called too often, it means that a cache is too small, so try
  1507. to increase its size.
  1508. ------------------------------------------------------------------------
  1509. r837 | sam | 2001-04-16 15:00:55 +0200 (Mon, 16 Apr 2001) | 5 lines
  1510. Changed paths:
  1511.    M /trunk/ChangeLog
  1512.    M /trunk/Makefile
  1513.    D /trunk/Makefile.common
  1514.    A /trunk/Makefile.modules
  1515.    D /trunk/Makefile.modules.in
  1516.    M /trunk/configure
  1517.    M /trunk/configure.in
  1518.    M /trunk/debian/changelog
  1519.    M /trunk/debian/changelog-css
  1520.    M /trunk/plugins/alsa/Makefile
  1521.    M /trunk/plugins/beos/Makefile
  1522.    M /trunk/plugins/darwin/Makefile
  1523.    M /trunk/plugins/dsp/Makefile
  1524.    M /trunk/plugins/dummy/Makefile
  1525.    M /trunk/plugins/dvd/Makefile
  1526.    M /trunk/plugins/dvd/dvd.c
  1527.    M /trunk/plugins/esd/Makefile
  1528.    M /trunk/plugins/fb/Makefile
  1529.    M /trunk/plugins/ggi/Makefile
  1530.    M /trunk/plugins/glide/Makefile
  1531.    M /trunk/plugins/gnome/Makefile
  1532.    M /trunk/plugins/gtk/Makefile
  1533.    M /trunk/plugins/idct/Makefile
  1534.    M /trunk/plugins/macosx/Makefile
  1535.    M /trunk/plugins/mga/Makefile
  1536.    M /trunk/plugins/motion/Makefile
  1537.    M /trunk/plugins/mpeg/Makefile
  1538.    M /trunk/plugins/null/Makefile
  1539.    M /trunk/plugins/qt/Makefile
  1540.    M /trunk/plugins/sdl/Makefile
  1541.    M /trunk/plugins/text/Makefile
  1542.    M /trunk/plugins/x11/Makefile
  1543.    M /trunk/plugins/yuv/Makefile
  1544.    M /trunk/vlc.spec
  1545.   * Merged Makefile.common and Makefile.modules.in into Makefile.modules
  1546.   * Updated version number and ChangeLog to 0.2.72
  1547.   * Additional plugin Makefile cleaning, probably the last.
  1548. ------------------------------------------------------------------------
  1549. r838 | sam | 2001-04-16 15:32:55 +0200 (Mon, 16 Apr 2001) | 3 lines
  1550. Changed paths:
  1551.    M /trunk/configure
  1552.    M /trunk/configure.in
  1553.   * Fixed a typo in configure.in
  1554. ------------------------------------------------------------------------
  1555. r839 | sam | 2001-04-17 16:39:51 +0200 (Tue, 17 Apr 2001) | 5 lines
  1556. Changed paths:
  1557.    M /trunk/ChangeLog
  1558.    M /trunk/Makefile
  1559.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  1560.    OS X fixes:
  1561.   * Fixed a compilation issue in the DVDioctl driver.
  1562.   * Added a call to ranlib after a built-in module compilation.
  1563. ------------------------------------------------------------------------
  1564. r840 | massiot | 2001-04-17 16:54:54 +0200 (Tue, 17 Apr 2001) | 2 lines
  1565. Changed paths:
  1566.    M /trunk/src/input/mpeg_system.c
  1567. Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
  1568. ------------------------------------------------------------------------
  1569. r841 | colin | 2001-04-17 17:17:58 +0200 (Tue, 17 Apr 2001) | 2 lines
  1570. Changed paths:
  1571.    M /trunk/ChangeLog
  1572.    M /trunk/extras/MacOSX_app/Contents/Info.plist
  1573. fix MacOS X icon
  1574. ------------------------------------------------------------------------
  1575. r842 | massiot | 2001-04-17 20:22:51 +0200 (Tue, 17 Apr 2001) | 3 lines
  1576. Changed paths:
  1577.    M /trunk/plugins/x11/vout_xvideo.c
  1578. Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
  1579. <sbrown@cortland.com>)
  1580. ------------------------------------------------------------------------
  1581. r843 | marcari | 2001-04-17 22:43:41 +0200 (Tue, 17 Apr 2001) | 2 lines
  1582. Changed paths:
  1583.    M /trunk/src/misc/netutils.c
  1584. *** empty log message ***
  1585. ------------------------------------------------------------------------
  1586. r844 | stef | 2001-04-20 07:40:03 +0200 (Fri, 20 Apr 2001) | 12 lines
  1587. Changed paths:
  1588.    M /trunk/include/config.h.in
  1589.    M /trunk/include/input_ext-intf.h
  1590.    M /trunk/plugins/dvd/dvd_css.c
  1591.    M /trunk/plugins/dvd/dvd_ifo.c
  1592.    M /trunk/plugins/dvd/dvd_ifo.h
  1593.    M /trunk/plugins/dvd/input_dvd.c
  1594.    M /trunk/plugins/dvd/input_dvd.h
  1595.    M /trunk/plugins/gnome/gnome_callbacks.c
  1596.    M /trunk/plugins/gnome/gnome_interface.c
  1597.    M /trunk/plugins/gnome/intf_gnome.c
  1598.    M /trunk/plugins/gnome/intf_gnome.glade
  1599.    M /trunk/plugins/gnome/intf_gnome.h
  1600.    M /trunk/plugins/mpeg/input_ps.c
  1601.    M /trunk/src/interface/main.c
  1602. -corrected some bugs in gnome interface: language menu are now
  1603. synchronized ; and menus have less chances to be changed when they're opened.
  1604. -added basic angle support ; this is a first try. It works with my 2
  1605. test-DVDs, but I'd like that people having DVDs with repeated scenes to
  1606. test it. We can choose angle with command line option -u (don't ask me
  1607. why :)
  1608. -a cosmetic change in css decryption.
  1609. Since config.h.in has changed, you have to re-run ./configure.
  1610. ------------------------------------------------------------------------
  1611. r845 | sam | 2001-04-20 13:06:48 +0200 (Fri, 20 Apr 2001) | 6 lines
  1612. Changed paths:
  1613.    M /trunk/ChangeLog
  1614.    M /trunk/Makefile
  1615.    M /trunk/Makefile.opts.in
  1616.    M /trunk/TODO
  1617.    M /trunk/configure
  1618.    M /trunk/configure.in
  1619.    M /trunk/include/modules_builtin.h.in
  1620.    M /trunk/plugins/gtk/Makefile
  1621.    M /trunk/plugins/x11/Makefile
  1622.    M /trunk/src/misc/modules.c
  1623.   * Fixed build process when no plugins or no builtins were chosen.
  1624.   * Makefile changes to get around MacOS X's brain-damaged gcc.
  1625.   * FreeBSD configure and Makefile patches, courtesy of Espen
  1626.     Skoglund <esk@ira.uka.de>.
  1627. ------------------------------------------------------------------------
  1628. r846 | reno | 2001-04-20 14:14:34 +0200 (Fri, 20 Apr 2001) | 5 lines
  1629. Changed paths:
  1630.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  1631.    D /trunk/src/ac3_decoder/ac3_bit_stream.h
  1632.    M /trunk/src/ac3_decoder/ac3_decoder.c
  1633.    M /trunk/src/ac3_decoder/ac3_decoder.h
  1634.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  1635.    M /trunk/src/ac3_decoder/ac3_decoder_thread.h
  1636.    M /trunk/src/ac3_decoder/ac3_downmix.c
  1637.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  1638.    M /trunk/src/ac3_decoder/ac3_exponent.c
  1639.    M /trunk/src/ac3_decoder/ac3_imdct.c
  1640.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  1641.    M /trunk/src/ac3_decoder/ac3_parse.c
  1642.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  1643. * Begin of the new ac3_decoder ;)
  1644.   - New ac3_decoder_thread (we now use GetBits)
  1645. Please warn me if you encounter some problem
  1646. ------------------------------------------------------------------------
  1647. r847 | sam | 2001-04-20 17:02:48 +0200 (Fri, 20 Apr 2001) | 4 lines
  1648. Changed paths:
  1649.    M /trunk/Makefile
  1650.    M /trunk/configure
  1651.    M /trunk/configure.in
  1652.    M /trunk/plugins/mpeg/Makefile
  1653.    A /trunk/plugins/mpeg/es.c
  1654.    A /trunk/plugins/mpeg/input_es.c
  1655.    A /trunk/plugins/mpeg/input_es.h
  1656.   * Added prototypes for the Elementary Stream input module for Alexis.
  1657.      it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
  1658. ------------------------------------------------------------------------
  1659. r848 | sam | 2001-04-21 02:31:07 +0200 (Sat, 21 Apr 2001) | 3 lines
  1660. Changed paths:
  1661.    M /trunk/AUTHORS
  1662.    M /trunk/ChangeLog
  1663.    M /trunk/plugins/x11/vout_x11.c
  1664.   * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
  1665. ------------------------------------------------------------------------
  1666. r849 | sam | 2001-04-22 00:49:24 +0200 (Sun, 22 Apr 2001) | 3 lines
  1667. Changed paths:
  1668.    M /trunk/ChangeLog
  1669.    M /trunk/plugins/x11/vout_x11.c
  1670.    M /trunk/plugins/x11/vout_xvideo.c
  1671.   * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
  1672. ------------------------------------------------------------------------
  1673. r850 | stef | 2001-04-22 02:08:26 +0200 (Sun, 22 Apr 2001) | 6 lines
  1674. Changed paths:
  1675.    M /trunk/plugins/dvd/dvd_css.c
  1676.    M /trunk/plugins/dvd/dvd_ifo.c
  1677.    M /trunk/plugins/dvd/dvd_ifo.h
  1678.    M /trunk/plugins/dvd/input_dvd.c
  1679.    M /trunk/plugins/dvd/input_dvd.h
  1680.    M /trunk/plugins/gnome/gnome_callbacks.c
  1681.    M /trunk/plugins/gnome/gnome_callbacks.h
  1682.    M /trunk/plugins/gnome/gnome_interface.c
  1683.    M /trunk/plugins/gnome/intf_gnome.c
  1684.    M /trunk/plugins/gnome/intf_gnome.glade
  1685.    M /trunk/plugins/gnome/intf_gnome.h
  1686.    M /trunk/plugins/mpeg/input_ps.c
  1687.    M /trunk/src/input/input.c
  1688.    M /trunk/src/input/input_programs.c
  1689. -better handling of angles: you should be able to change on the fly now
  1690. -removed ?239?191?189 bug added at my last commit in css code; cleaned CSSGetKey
  1691. -various changes and bugfixes in the gnome interface.
  1692. ------------------------------------------------------------------------
  1693. r851 | benny | 2001-04-25 08:56:47 +0200 (Wed, 25 Apr 2001) | 3 lines
  1694. Changed paths:
  1695.    M /trunk/src/interface/intf_msg.c
  1696. Get rid of the asprintf that were slow and not available on Solaris. Didn't
  1697. check if the new code still compiles everywhere, but it should.
  1698. ------------------------------------------------------------------------
  1699. r852 | sam | 2001-04-25 11:31:14 +0200 (Wed, 25 Apr 2001) | 5 lines
  1700. Changed paths:
  1701.    M /trunk/TODO
  1702.    M /trunk/configure
  1703.    M /trunk/configure.in
  1704.    M /trunk/plugins/x11/vout_xvideo.c
  1705.    M /trunk/src/audio_output/aout_s16.c
  1706.    M /trunk/src/interface/intf_msg.c
  1707.    M /trunk/src/spu_decoder/spu_decoder.c
  1708.    M /trunk/src/video_output/video_output.c
  1709.    M /trunk/src/video_output/video_text.c
  1710.   * Updated the TODO list.
  1711.   * Fixed benny's latest C++ism.
  1712.   * Fonts not found are no longer fatal to the video output.
  1713. ------------------------------------------------------------------------
  1714. r853 | massiot | 2001-04-25 12:22:33 +0200 (Wed, 25 Apr 2001) | 5 lines
  1715. Changed paths:
  1716.    M /trunk/include/input.h
  1717.    M /trunk/include/input_ext-dec.h
  1718.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  1719.    M /trunk/src/audio_decoder/audio_decoder.c
  1720.    M /trunk/src/input/input_ext-dec.c
  1721.    M /trunk/src/spu_decoder/spu_decoder.c
  1722.    M /trunk/src/video_output/video_output.c
  1723.    M /trunk/src/video_parser/video_parser.c
  1724. * Fixed an alignment issue with the bit stream and the bit stream
  1725. callback on startup - InitBitstream prototype has changed ;
  1726. * Removed a buffer zeroing in video output - doesn't change anything
  1727. for me, does it for you ?
  1728. ------------------------------------------------------------------------
  1729. r854 | massiot | 2001-04-25 22:54:07 +0200 (Wed, 25 Apr 2001) | 2 lines
  1730. Changed paths:
  1731.    M /trunk/src/video_output/video_output.c
  1732. * Removed my optimization attempt.
  1733. ------------------------------------------------------------------------
  1734. r855 | reno | 2001-04-26 02:12:19 +0200 (Thu, 26 Apr 2001) | 5 lines
  1735. Changed paths:
  1736.    M /trunk/src/ac3_decoder/ac3_decoder.h
  1737.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  1738.    M /trunk/src/ac3_decoder/ac3_parse.c
  1739. * Follow of the new ac3_decoder ;)
  1740.   - New ac3_mantissa (use of dithflag, new unpack)
  1741.   - Correction of an introducing counting bug in ac3_parse
  1742.     (i forget 2 bits in total_bits_read)
  1743. ------------------------------------------------------------------------
  1744. r856 | sam | 2001-04-26 05:55:44 +0200 (Thu, 26 Apr 2001) | 5 lines
  1745. Changed paths:
  1746.    M /trunk/ChangeLog
  1747.    M /trunk/plugins/x11/vout_xvideo.c
  1748.    M /trunk/src/input/input_clock.c
  1749.   * Commited Shane's XVideo patches. It works here (tm).
  1750.   * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
  1751.     not square image).
  1752. ------------------------------------------------------------------------
  1753. r857 | sam | 2001-04-26 13:23:16 +0200 (Thu, 26 Apr 2001) | 4 lines
  1754. Changed paths:
  1755.    M /trunk/plugins/sdl/aout_sdl.c
  1756.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  1757.    M /trunk/src/ac3_decoder/ac3_imdct.c
  1758.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  1759.   * Fixed the ac3dec compilation under BeOS.
  1760.   * Removed a useless #include in aout_sdl.c.
  1761. ------------------------------------------------------------------------
  1762. r858 | sam | 2001-04-27 18:08:26 +0200 (Fri, 27 Apr 2001) | 11 lines
  1763. Changed paths:
  1764.    M /trunk/AUTHORS
  1765.    M /trunk/ChangeLog
  1766.    M /trunk/Makefile
  1767.    M /trunk/TODO
  1768.    M /trunk/configure
  1769.    M /trunk/configure.in
  1770.    M /trunk/doc/vlc.1
  1771.    M /trunk/include/defs.h.in
  1772.    M /trunk/plugins/alsa/alsa.c
  1773.    M /trunk/plugins/gtk/intf_gtk.c
  1774.    M /trunk/plugins/mpeg/input_ts.c
  1775.    M /trunk/plugins/qt/intf_qt.cpp
  1776.    M /trunk/plugins/text/Makefile
  1777.    A /trunk/plugins/text/intf_rc.c
  1778.    A /trunk/plugins/text/rc.c
  1779.    M /trunk/src/input/input.c
  1780.    M /trunk/src/input/input_ext-intf.c
  1781.    M /trunk/src/misc/netutils.c
  1782.   * Fixed the continuous 'seeking position' bug in network mode.
  1783.   * rc interface plugin for vlc control through /dev/stdin courtesy
  1784.     of Peter Surda <shurdeek@panorama.sth.ac.at>.
  1785.   * Support for `ts://foo:42' style input source:
  1786.      vlc ts://vls.via.ecp.fr:1234
  1787.      vlc ts://vls.via.ecp.fr
  1788.      vlc ts:vls
  1789.      vlc ts:vls:4321
  1790.     As a side effect, the Gnome and Gtk "network input" buttons work.
  1791. ------------------------------------------------------------------------
  1792. r859 | henri | 2001-04-27 20:07:57 +0200 (Fri, 27 Apr 2001) | 9 lines
  1793. Changed paths:
  1794.    M /trunk/include/netutils.h
  1795.    M /trunk/src/input/input.c
  1796.    M /trunk/src/interface/main.c
  1797.    M /trunk/src/misc/netutils.c
  1798. Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
  1799. You now have to specify the broadcast address as an argument.
  1800. Btw, thanks to sam, you can now use ts://server:port style, which gives
  1801. for broadcast :
  1802. vlc --broadcast broadcast_addr ts://server[:port]
  1803. ------------------------------------------------------------------------
  1804. r860 | massiot | 2001-04-27 21:29:11 +0200 (Fri, 27 Apr 2001) | 6 lines
  1805. Changed paths:
  1806.    M /trunk/Makefile.opts.in
  1807.    M /trunk/configure
  1808.    M /trunk/configure.in
  1809.    M /trunk/include/config.h.in
  1810.    M /trunk/include/intf_msg.h
  1811.    M /trunk/plugins/dvd/input_dvd.c
  1812.    M /trunk/plugins/mpeg/input_ps.c
  1813.    M /trunk/plugins/x11/vout_x11.c
  1814.    M /trunk/plugins/x11/vout_xvideo.c
  1815.    M /trunk/src/input/input_programs.c
  1816.    M /trunk/src/interface/intf_msg.c
  1817.    M /trunk/src/misc/rsc_files.c
  1818.    M /trunk/src/video_output/video_output.c
  1819.    M /trunk/src/video_output/video_text.c
  1820.    M /trunk/src/video_parser/vpar_synchro.c
  1821. Change --enable-debug into --enable-trace. Same with DEBUG_*.
  1822. --enable-debug still exists, but only activates -g and additional
  1823. safety checks.
  1824. I hope I didn't break anything :))
  1825. ------------------------------------------------------------------------
  1826. r861 | stef | 2001-04-28 01:29:14 +0200 (Sat, 28 Apr 2001) | 5 lines
  1827. Changed paths:
  1828.    M /trunk/plugins/mpeg/input_ps.c
  1829. -fixed a segfault added in last commit: initilisation of p_cache was
  1830. done inside a #ifdef DEBUG
  1831. It still segfaults for me on exit.
  1832. ------------------------------------------------------------------------
  1833. r862 | henri | 2001-04-28 02:28:52 +0200 (Sat, 28 Apr 2001) | 3 lines
  1834. Changed paths:
  1835.    M /trunk/ChangeLog
  1836.    A /trunk/doc/vlc-howto.sgml
  1837. Added a howto. Feel free to correct it. I'll put it on the website soon.
  1838. ------------------------------------------------------------------------
  1839. r863 | sam | 2001-04-28 05:36:26 +0200 (Sat, 28 Apr 2001) | 10 lines
  1840. Changed paths:
  1841.    M /trunk/AUTHORS
  1842.    M /trunk/ChangeLog
  1843.    M /trunk/Makefile
  1844.    M /trunk/Makefile.opts.in
  1845.    M /trunk/configure
  1846.    M /trunk/configure.in
  1847.    M /trunk/extras/GNUgetopt/getopt.c
  1848.    M /trunk/include/common.h
  1849.    M /trunk/include/config.h.in
  1850.    M /trunk/include/defs.h.in
  1851.    M /trunk/include/input_ext-dec.h
  1852.    M /trunk/include/modules.h
  1853.    M /trunk/include/threads.h
  1854.    M /trunk/plugins/dvd/dvd_udf.c
  1855.    M /trunk/plugins/dvd/input_dvd.c
  1856.    M /trunk/plugins/fb/fb.c
  1857.    M /trunk/plugins/ggi/ggi.c
  1858.    M /trunk/plugins/glide/glide.c
  1859.    M /trunk/plugins/gnome/gnome.c
  1860.    M /trunk/plugins/gtk/gtk.c
  1861.    M /trunk/plugins/gtk/gtk_callbacks.c
  1862.    M /trunk/plugins/gtk/gtk_playlist.c
  1863.    M /trunk/plugins/macosx/vout_macosx.c
  1864.    M /trunk/plugins/mga/mga.c
  1865.    M /trunk/plugins/mpeg/input_es.c
  1866.    M /trunk/plugins/mpeg/input_ps.c
  1867.    M /trunk/plugins/mpeg/input_ts.c
  1868.    M /trunk/plugins/sdl/aout_sdl.c
  1869.    M /trunk/plugins/sdl/sdl.c
  1870.    M /trunk/plugins/sdl/vout_sdl.c
  1871.    M /trunk/plugins/text/ncurses.c
  1872.    M /trunk/plugins/x11/vout_x11.c
  1873.    M /trunk/plugins/x11/x11.c
  1874.    M /trunk/plugins/x11/xvideo.c
  1875.    M /trunk/plugins/yuv/transforms_yuvmmx.h
  1876.    M /trunk/src/audio_output/audio_output.c
  1877.    M /trunk/src/input/input.c
  1878.    M /trunk/src/input/input_clock.c
  1879.    M /trunk/src/input/input_dec.c
  1880.    M /trunk/src/input/input_ext-dec.c
  1881.    M /trunk/src/input/input_ext-intf.c
  1882.    M /trunk/src/input/input_netlist.c
  1883.    M /trunk/src/input/input_programs.c
  1884.    M /trunk/src/input/mpeg_system.c
  1885.    M /trunk/src/interface/interface.c
  1886.    M /trunk/src/interface/intf_channels.c
  1887.    M /trunk/src/interface/intf_msg.c
  1888.    M /trunk/src/interface/main.c
  1889.    M /trunk/src/misc/modules.c
  1890.    M /trunk/src/misc/mtime.c
  1891.    M /trunk/src/misc/netutils.c
  1892.    M /trunk/src/spu_decoder/spu_decoder.c
  1893.    M /trunk/src/video_output/video_text.c
  1894.    M /trunk/src/video_parser/video_parser.c
  1895.    M /trunk/src/video_parser/vpar_blocks.c
  1896.    M /trunk/src/video_parser/vpar_headers.c
  1897.   * Coding style fixes here and there.
  1898.   * Miscellaneous QNX compile fixes.
  1899.   * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
  1900.   * Added Marcari and Gildas to the AUTHORS file.
  1901.   (I commited the mingw32 port because it doesn't add any new code outside
  1902.    the #ifdefs, but we won't tell a word about it for the moment. We don't
  1903.    really need windows users whining about bugs, do we ?)
  1904. ------------------------------------------------------------------------
  1905. r864 | sam | 2001-04-28 06:09:38 +0200 (Sat, 28 Apr 2001) | 3 lines
  1906. Changed paths:
  1907.    M /trunk/configure
  1908.    M /trunk/configure.in
  1909.   * Don't use the #@%&$! autoconf-suggested CFLAGS.
  1910. ------------------------------------------------------------------------
  1911. r865 | sam | 2001-04-28 06:47:20 +0200 (Sat, 28 Apr 2001) | 5 lines
  1912. Changed paths:
  1913.    M /trunk/ChangeLog
  1914.    M /trunk/configure
  1915.    M /trunk/configure.in
  1916.    M /trunk/src/audio_output/aout_s16.c
  1917.   * Fixed a nonsense in configure.in preventing to build sdl.so.
  1918.   * Removed a few stupid debug instructions in aout_s16.c that should
  1919.     have never been commited. Sorry about that.
  1920. ------------------------------------------------------------------------
  1921. r866 | henri | 2001-04-28 07:08:01 +0200 (Sat, 28 Apr 2001) | 3 lines
  1922. Changed paths:
  1923.    M /trunk/ChangeLog
  1924.    M /trunk/configure
  1925.    M /trunk/configure.in
  1926.    M /trunk/vlc.spec
  1927. Updated files for 0.2.73 release
  1928. ------------------------------------------------------------------------
  1929. r867 | sam | 2001-04-28 07:12:05 +0200 (Sat, 28 Apr 2001) | 3 lines
  1930. Changed paths:
  1931.    M /trunk/debian/changelog
  1932.    M /trunk/debian/changelog-css
  1933.    M /trunk/debian/control
  1934.    M /trunk/debian/rules
  1935.   * Updated debian control files and disabled ALSA for this version.
  1936. ------------------------------------------------------------------------
  1937. r868 | henri | 2001-04-29 01:19:19 +0200 (Sun, 29 Apr 2001) | 4 lines
  1938. Changed paths:
  1939.    M /trunk/src/input/input.c
  1940.    M /trunk/src/input/input_clock.c
  1941.    M /trunk/src/input/input_netlist.c
  1942. - Fixed a bug in TS input. It should be more smooth now
  1943. - Fixed the pace control. Meuuh, could you check ?
  1944. ------------------------------------------------------------------------
  1945. r869 | stef | 2001-04-29 04:48:51 +0200 (Sun, 29 Apr 2001) | 10 lines
  1946. Changed paths:
  1947.    M /trunk/Makefile
  1948.    M /trunk/include/audio_output.h
  1949.    M /trunk/include/main.h
  1950.    M /trunk/plugins/dvd/input_dvd.c
  1951.    M /trunk/plugins/gnome/intf_gnome.c
  1952.    A /trunk/src/ac3_spdif
  1953.    A /trunk/src/ac3_spdif/ac3_iec958.c
  1954.    A /trunk/src/ac3_spdif/ac3_iec958.h
  1955.    A /trunk/src/ac3_spdif/ac3_spdif.c
  1956.    A /trunk/src/ac3_spdif/ac3_spdif.h
  1957.    M /trunk/src/audio_output/aout_common.h
  1958.    M /trunk/src/audio_output/audio_output.c
  1959.    M /trunk/src/input/input_programs.c
  1960.    M /trunk/src/interface/main.c
  1961. -new audio output using direct ac3 pass-through with some sound
  1962. cards: it sends raw ac3 frames to an external ac3 decoder. It is very
  1963. experimental yet, hasn't any synchro ... but it works well with my
  1964. sblive and my dtt3500 speakers (note that you need a patched emu10k1
  1965. driver for this to work).
  1966. -bug fix in gnome intf thanks to Shane Harper.
  1967. -bug fix in input_dvd for chapter change.
  1968. ------------------------------------------------------------------------
  1969. r870 | stef | 2001-04-29 04:55:36 +0200 (Sun, 29 Apr 2001) | 2 lines
  1970. Changed paths:
  1971.    A /trunk/src/audio_output/aout_spdif.c
  1972. Forgot one file.
  1973. ------------------------------------------------------------------------
  1974. r871 | stef | 2001-04-29 16:52:42 +0200 (Sun, 29 Apr 2001) | 11 lines
  1975. Changed paths:
  1976.    M /trunk/plugins/dvd/input_dvd.c
  1977.    M /trunk/src/input/input_clock.c
  1978.    M /trunk/src/video_parser/video_parser.c
  1979. -slight modification in ClockManageRef: after a synchro reinit, we still
  1980. do the mwait and re-init last-cr so that there no date irregularity.
  1981. Such a thing is necessary for dvd playback at cell change ; however,
  1982. Meuuh, could you look at that since you might think we should do
  1983. otherwise.
  1984. -turned the "bitsream callback discontinuity" message to debug.
  1985. -removed modification of the title environnement variable in input dvd
  1986. at title change since we no longer restart the input at title change.
  1987. ------------------------------------------------------------------------
  1988. r872 | sam | 2001-04-29 19:03:20 +0200 (Sun, 29 Apr 2001) | 5 lines
  1989. Changed paths:
  1990.    M /trunk/ChangeLog
  1991.    M /trunk/plugins/beos/intf_beos.cpp
  1992.    M /trunk/plugins/beos/vout_beos.cpp
  1993.    M /trunk/src/misc/beos_specific.cpp
  1994.   * BeOS crash fix by Wade Majors <guru@startrek.com>.
  1995.     Please, try no to forget the ChangeLog when commiting!
  1996. ------------------------------------------------------------------------
  1997. r873 | stef | 2001-04-29 19:57:50 +0200 (Sun, 29 Apr 2001) | 4 lines
  1998. Changed paths:
  1999.    M /trunk/ChangeLog
  2000.    M /trunk/plugins/dvd/input_dvd.c
  2001. -Fixed the title-change-with-no-input-restart in dvd.
  2002. -I haven't forgotten the chagelog this time :)
  2003. ------------------------------------------------------------------------
  2004. r874 | massiot | 2001-04-30 11:44:26 +0200 (Mon, 30 Apr 2001) | 2 lines
  2005. Changed paths:
  2006.    M /trunk/Makefile.opts.in
  2007. Fixed a mistake with -g and --enable-debug.
  2008. ------------------------------------------------------------------------
  2009. r875 | massiot | 2001-04-30 17:01:00 +0200 (Mon, 30 Apr 2001) | 2 lines
  2010. Changed paths:
  2011.    M /trunk/Makefile
  2012.    D /trunk/doc/todo
  2013.    M /trunk/include/intf_msg.h
  2014.    D /trunk/include/rsc_files.h
  2015.    M /trunk/src/interface/interface.c
  2016.    D /trunk/src/interface/intf_cmd.c
  2017.    D /trunk/src/interface/intf_cmd.h
  2018.    D /trunk/src/interface/intf_console.c
  2019.    D /trunk/src/interface/intf_console.h
  2020.    D /trunk/src/interface/intf_ctrl.c
  2021.    D /trunk/src/interface/intf_ctrl.h
  2022.    M /trunk/src/interface/intf_msg.c
  2023.    D /trunk/src/misc/rsc_files.c
  2024. Removed unused files.
  2025. ------------------------------------------------------------------------
  2026. r876 | reno | 2001-04-30 23:04:20 +0200 (Mon, 30 Apr 2001) | 4 lines
  2027. Changed paths:
  2028.    M /trunk/Makefile
  2029.    M /trunk/src/ac3_decoder/ac3_decoder.c
  2030.    M /trunk/src/ac3_decoder/ac3_decoder.h
  2031.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  2032.    M /trunk/src/ac3_decoder/ac3_downmix.c
  2033.    M /trunk/src/ac3_decoder/ac3_downmix.h
  2034.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  2035.    M /trunk/src/ac3_decoder/ac3_imdct.c
  2036.    A /trunk/src/ac3_decoder/ac3_imdct_c.c
  2037.    A /trunk/src/ac3_decoder/ac3_imdct_c.h
  2038.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  2039.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  2040.    A /trunk/src/ac3_decoder/ac3_srfft.c
  2041.    A /trunk/src/ac3_decoder/ac3_srfft.h
  2042. * Follow of the new ac3_decoder ;)
  2043.   - New ac3_imdct
  2044.   - New ac3_downmix
  2045. ------------------------------------------------------------------------
  2046. r877 | reno | 2001-04-30 23:10:25 +0200 (Mon, 30 Apr 2001) | 2 lines
  2047. Changed paths:
  2048.    M /trunk/src/ac3_decoder/ac3_imdct_c.h
  2049.    M /trunk/src/ac3_decoder/ac3_srfft.c
  2050.    M /trunk/src/ac3_decoder/ac3_srfft.h
  2051. I forgot some headers
  2052. ------------------------------------------------------------------------
  2053. r878 | sam | 2001-05-01 06:18:18 +0200 (Tue, 01 May 2001) | 19 lines
  2054. Changed paths:
  2055.    M /trunk/AUTHORS
  2056.    M /trunk/ChangeLog
  2057.    M /trunk/INSTALL
  2058.    M /trunk/Makefile
  2059.    M /trunk/Makefile.opts.in
  2060.    M /trunk/configure
  2061.    M /trunk/configure.in
  2062.    M /trunk/doc/vlc.1
  2063.    M /trunk/include/audio_output.h
  2064.    M /trunk/include/config.h.in
  2065.    M /trunk/include/defs.h.in
  2066.    M /trunk/include/input_ext-dec.h
  2067.    M /trunk/include/input_ext-intf.h
  2068.    M /trunk/include/main.h
  2069.    M /trunk/include/modules.h
  2070.    M /trunk/include/modules_builtin.h.in
  2071.    M /trunk/include/video_output.h
  2072.    M /trunk/plugins/alsa/Makefile
  2073.    M /trunk/plugins/beos/Makefile
  2074.    M /trunk/plugins/beos/intf_beos.cpp
  2075.    M /trunk/plugins/darwin/Makefile
  2076.    M /trunk/plugins/dsp/Makefile
  2077.    M /trunk/plugins/dummy/Makefile
  2078.    M /trunk/plugins/dvd/Makefile
  2079.    M /trunk/plugins/esd/Makefile
  2080.    M /trunk/plugins/fb/Makefile
  2081.    M /trunk/plugins/ggi/Makefile
  2082.    M /trunk/plugins/glide/Makefile
  2083.    M /trunk/plugins/gnome/Makefile
  2084.    M /trunk/plugins/gnome/gnome_callbacks.c
  2085.    M /trunk/plugins/gnome/intf_gnome.c
  2086.    M /trunk/plugins/gtk/Makefile
  2087.    M /trunk/plugins/idct/Makefile
  2088.    M /trunk/plugins/macosx/Makefile
  2089.    M /trunk/plugins/macosx/intf_macosx.c
  2090.    M /trunk/plugins/mga/Makefile
  2091.    M /trunk/plugins/motion/Makefile
  2092.    M /trunk/plugins/mpeg/Makefile
  2093.    M /trunk/plugins/null/Makefile
  2094.    M /trunk/plugins/qt/Makefile
  2095.    M /trunk/plugins/sdl/Makefile
  2096.    M /trunk/plugins/text/Makefile
  2097.    M /trunk/plugins/text/intf_rc.c
  2098.    M /trunk/plugins/text/rc.c
  2099.    M /trunk/plugins/x11/Makefile
  2100.    M /trunk/plugins/x11/vout_xvideo.c
  2101.    M /trunk/plugins/yuv/Makefile
  2102.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  2103.    M /trunk/src/ac3_decoder/ac3_decoder_thread.h
  2104.    M /trunk/src/ac3_spdif/ac3_iec958.c
  2105.    M /trunk/src/ac3_spdif/ac3_iec958.h
  2106.    M /trunk/src/ac3_spdif/ac3_spdif.c
  2107.    M /trunk/src/ac3_spdif/ac3_spdif.h
  2108.    M /trunk/src/audio_decoder/audio_decoder.c
  2109.    M /trunk/src/audio_decoder/audio_decoder.h
  2110.    M /trunk/src/audio_output/aout_common.h
  2111.    A /trunk/src/audio_output/aout_ext-dec.c
  2112.    D /trunk/src/audio_output/aout_fifo.c
  2113.    M /trunk/src/audio_output/aout_s16.c
  2114.    M /trunk/src/audio_output/aout_u8.c
  2115.    M /trunk/src/audio_output/audio_output.c
  2116.    M /trunk/src/input/input.c
  2117.    M /trunk/src/input/input_programs.c
  2118.    M /trunk/src/interface/interface.c
  2119.    M /trunk/src/interface/main.c
  2120.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
  2121.    M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
  2122.    M /trunk/src/misc/modules.c
  2123.    M /trunk/src/video_output/video_output.c
  2124.    M /trunk/src/video_output/video_yuv.c
  2125.    M /trunk/src/video_parser/video_parser.c
  2126.    M /trunk/src/video_parser/vpar_headers.c
  2127.    M /trunk/vlc.spec
  2128.   * Mandatory step for video output IV and the audio output quality
  2129.     fix: the output threads are now spawned when a decoder needs one,
  2130.     so it can decide the audio frequency or the video window size. Still
  2131.     under heavy construction, so don't get too excited at finding bugs
  2132.     in it yet.
  2133.     Note: this change broke the XVideo module, so I made its score much
  2134.     lower than before. I suspect xvideo.so had a bug before which only
  2135.     appears now. Other video output plugins may be broken as well, but
  2136.     again this might be due to old existing bugs showing their ugly head.
  2137.   * Fixed a few buffer overflows in the Gnome interface.
  2138.   * The module bank is now a global variable. The video output bank and
  2139.     the audio output bank might follow (when they exist).
  2140.   * Coding style and organization fixes to the spdif decoder.
  2141.   * autoconf and Makefile changes by Arnaud Gomes-do-Vale
  2142.     <arnaud@carrosse.frmug.org>.
  2143. ------------------------------------------------------------------------
  2144. r879 | sam | 2001-05-01 14:22:18 +0200 (Tue, 01 May 2001) | 3 lines
  2145. Changed paths:
  2146.    M /trunk/ChangeLog
  2147.    M /trunk/INSTALL
  2148.    M /trunk/README
  2149.    M /trunk/include/input_ext-dec.h
  2150.    M /trunk/include/input_ext-intf.h
  2151.    M /trunk/plugins/text/intf_rc.c
  2152.    M /trunk/src/input/input.c
  2153.    M /trunk/src/input/input_programs.c
  2154.    M /trunk/src/spu_decoder/spu_decoder.c
  2155.    M /trunk/src/video_parser/video_parser.c
  2156.    M /trunk/src/video_parser/vpar_headers.c
  2157.   * Fixed a segfault in the SPU decoder initialization.
  2158. ------------------------------------------------------------------------
  2159. r880 | sam | 2001-05-01 17:12:22 +0200 (Tue, 01 May 2001) | 4 lines
  2160. Changed paths:
  2161.    M /trunk/ChangeLog
  2162.    M /trunk/plugins/gnome/intf_gnome.c
  2163.    M /trunk/plugins/gnome/intf_gnome.h
  2164.    M /trunk/plugins/gtk/intf_gtk.c
  2165.    M /trunk/plugins/gtk/intf_gtk.h
  2166.    M /trunk/src/video_parser/video_parser.c
  2167.    M /trunk/src/video_parser/vpar_headers.c
  2168.   * Fixed a remaining buffer overflow in the Gnome interface and applied
  2169.     the patches to the Gtk+ interface.
  2170. ------------------------------------------------------------------------
  2171. r881 | henri | 2001-05-02 15:30:30 +0200 (Wed, 02 May 2001) | 5 lines
  2172. Changed paths:
  2173.    M /trunk/ChangeLog
  2174.    M /trunk/doc/vlc-howto.sgml
  2175.    M /trunk/src/input/mpeg_system.c
  2176. * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
  2177. * Fixed a segfault in TS input. Some stream still do not work, or
  2178.   work very slowly with many error messages. I'll try to have a look.
  2179. ------------------------------------------------------------------------
  2180. r882 | sam | 2001-05-02 22:01:44 +0200 (Wed, 02 May 2001) | 3 lines
  2181. Changed paths:
  2182.    M /trunk/ChangeLog
  2183.    M /trunk/configure
  2184.    M /trunk/configure.in
  2185.    M /trunk/include/defs.h.in
  2186.    M /trunk/plugins/dvd/dvd_css.c
  2187.    M /trunk/plugins/dvd/dvd_ioctl.c
  2188.    M /trunk/plugins/dvd/dvd_ioctl.h
  2189.   * FreeBSD CSS decryption support.
  2190. ------------------------------------------------------------------------
  2191. r883 | dae | 2001-05-05 15:36:27 +0200 (Sat, 05 May 2001) | 3 lines
  2192. Changed paths:
  2193.    A /trunk/plugins/kde
  2194.    A /trunk/plugins/kde/Makefile
  2195.    A /trunk/plugins/kde/intf_plugin.h
  2196.    A /trunk/plugins/kde/kde.cpp
  2197.    A /trunk/plugins/kde/kdeinterface.cpp
  2198.    A /trunk/plugins/kde/kdeinterface.h
  2199.    A /trunk/plugins/kde/kdiskdialog.cpp
  2200.    A /trunk/plugins/kde/kdiskdialog.h
  2201.    A /trunk/plugins/kde/kinterfacemain.cpp
  2202.    A /trunk/plugins/kde/kinterfacemain.h
  2203.    A /trunk/plugins/kde/knetdialog.cpp
  2204.    A /trunk/plugins/kde/knetdialog.h
  2205.    A /trunk/plugins/kde/ktitlemenu.cpp
  2206.    A /trunk/plugins/kde/ktitlemenu.h
  2207.    A /trunk/plugins/kde/kvlcslider.cpp
  2208.    A /trunk/plugins/kde/kvlcslider.h
  2209.    A /trunk/plugins/kde/kvlcui.rc
  2210. initial import - still buggy, crashes on exit, etc.
  2211. the playlist and the popup are unimplemented.
  2212. ------------------------------------------------------------------------
  2213. r884 | sam | 2001-05-06 06:32:03 +0200 (Sun, 06 May 2001) | 10 lines
  2214. Changed paths:
  2215.    M /trunk/AUTHORS
  2216.    M /trunk/ChangeLog
  2217.    M /trunk/Makefile.opts.in
  2218.    M /trunk/configure
  2219.    M /trunk/configure.in
  2220.    M /trunk/debian/changelog
  2221.    M /trunk/include/audio_output.h
  2222.    M /trunk/include/beos_specific.h
  2223.    M /trunk/include/config.h.in
  2224.    M /trunk/include/darwin_specific.h
  2225.    M /trunk/include/main.h
  2226.    M /trunk/include/modules.h
  2227.    M /trunk/include/netutils.h
  2228.    M /trunk/include/video_decoder.h
  2229.    A /trunk/include/video_fifo.h
  2230.    M /trunk/include/video_output.h
  2231.    A /trunk/include/video_parser.h
  2232.    A /trunk/include/vpar_headers.h
  2233.    A /trunk/include/vpar_synchro.h
  2234.    M /trunk/plugins/alsa/aout_alsa.c
  2235.    M /trunk/plugins/fb/vout_fb.c
  2236.    M /trunk/plugins/idct/Makefile
  2237.    M /trunk/plugins/idct/idct.c
  2238.    D /trunk/plugins/idct/idct.h
  2239.    D /trunk/plugins/idct/idct_common.c
  2240.    M /trunk/plugins/idct/idctaltivec.c
  2241.    M /trunk/plugins/idct/idctclassic.c
  2242.    M /trunk/plugins/idct/idctmmx.c
  2243.    M /trunk/plugins/idct/idctmmxext.c
  2244.    A /trunk/plugins/idct/vdec_block.h
  2245.    A /trunk/plugins/idct/vdec_block_c.c
  2246.    A /trunk/plugins/idct/vdec_block_mmx.c
  2247.    A /trunk/plugins/idct/vdec_idct.c
  2248.    A /trunk/plugins/idct/vdec_idct.h
  2249.    M /trunk/plugins/qt/Makefile
  2250.    M /trunk/plugins/text/intf_rc.c
  2251.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  2252.    M /trunk/src/ac3_decoder/ac3_decoder.c
  2253.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  2254.    M /trunk/src/ac3_decoder/ac3_downmix.c
  2255.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  2256.    M /trunk/src/ac3_decoder/ac3_imdct.c
  2257.    M /trunk/src/ac3_decoder/ac3_imdct_c.c
  2258.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  2259.    M /trunk/src/ac3_decoder/ac3_parse.c
  2260.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  2261.    M /trunk/src/ac3_decoder/ac3_srfft.c
  2262.    M /trunk/src/ac3_spdif/ac3_iec958.c
  2263.    M /trunk/src/ac3_spdif/ac3_spdif.c
  2264.    M /trunk/src/audio_output/aout_ext-dec.c
  2265.    M /trunk/src/audio_output/aout_s16.c
  2266.    M /trunk/src/audio_output/aout_spdif.c
  2267.    M /trunk/src/audio_output/aout_u8.c
  2268.    M /trunk/src/audio_output/audio_output.c
  2269.    M /trunk/src/input/input_netlist.c
  2270.    M /trunk/src/interface/interface.c
  2271.    M /trunk/src/interface/main.c
  2272.    M /trunk/src/misc/beos_specific.cpp
  2273.    M /trunk/src/misc/darwin_specific.c
  2274.    M /trunk/src/misc/modules.c
  2275.    M /trunk/src/spu_decoder/spu_decoder.c
  2276.    D /trunk/src/video_decoder/vdec_idct.h
  2277.    M /trunk/src/video_decoder/video_decoder.c
  2278.    D /trunk/src/video_decoder/video_fifo.h
  2279.    D /trunk/src/video_decoder/video_parser.h
  2280.    D /trunk/src/video_decoder/vpar_headers.h
  2281.    D /trunk/src/video_decoder/vpar_synchro.h
  2282.    M /trunk/src/video_output/video_output.c
  2283.    M /trunk/src/video_parser/video_fifo.c
  2284.    M /trunk/src/video_parser/video_parser.c
  2285.    M /trunk/src/video_parser/vpar_blocks.c
  2286.    M /trunk/src/video_parser/vpar_headers.c
  2287.    M /trunk/src/video_parser/vpar_synchro.c
  2288.   * Fixed a few warnings with gcc 3.0.
  2289.   * aout and vout are now allocated in banks, making it possible to have
  2290.     several of them at the same time.
  2291.   * configure now checks for MMX and MMX EXT support in the assembler.
  2292.   * Removed all MMX code from the main program and moved it to the
  2293.     existing idct modules (Closes: Debian bug #96036).
  2294.     Don't forget to make distclean before building vlc again.
  2295. ------------------------------------------------------------------------
  2296. r885 | stef | 2001-05-06 20:32:30 +0200 (Sun, 06 May 2001) | 22 lines
  2297. Changed paths:
  2298.    M /trunk/include/audio_output.h
  2299.    M /trunk/include/config.h.in
  2300.    M /trunk/include/video_output.h
  2301.    M /trunk/plugins/dvd/input_dvd.c
  2302.    M /trunk/plugins/gnome/Makefile
  2303.    M /trunk/plugins/gnome/gnome_callbacks.c
  2304.    M /trunk/plugins/gnome/gnome_callbacks.h
  2305.    M /trunk/plugins/gnome/gnome_interface.c
  2306.    M /trunk/plugins/gnome/gnome_interface.h
  2307.    M /trunk/plugins/gnome/intf_gnome.c
  2308.    M /trunk/plugins/gnome/intf_gnome.glade
  2309.    M /trunk/plugins/gnome/intf_gnome.h
  2310.    M /trunk/plugins/gtk/gtk_callbacks.c
  2311.    M /trunk/plugins/gtk/gtk_callbacks.h
  2312.    M /trunk/plugins/gtk/gtk_interface.c
  2313.    M /trunk/plugins/gtk/intf_gtk.c
  2314.    M /trunk/plugins/gtk/intf_gtk.glade
  2315.    M /trunk/plugins/gtk/intf_gtk.h
  2316.    M /trunk/plugins/mpeg/input_ts.c
  2317.    M /trunk/plugins/sdl/vout_sdl.c
  2318.    M /trunk/plugins/x11/vout_x11.c
  2319.    M /trunk/plugins/x11/vout_xvideo.c
  2320.    M /trunk/src/ac3_spdif/ac3_iec958.c
  2321.    M /trunk/src/ac3_spdif/ac3_spdif.c
  2322.    M /trunk/src/ac3_spdif/ac3_spdif.h
  2323.    M /trunk/src/audio_output/aout_ext-dec.c
  2324.    M /trunk/src/audio_output/aout_spdif.c
  2325.    M /trunk/src/input/input.c
  2326.    M /trunk/src/video_output/video_output.c
  2327. *Much work on the gnome interface: added oct's playlist from gtk plugin,
  2328. tuned appearence, added preferences window (with no features yet), jump
  2329. window to go to specified time (not functionnal yet), and fixed some
  2330. bugs.
  2331. *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
  2332. toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
  2333. nges) so that an interface plugin can toogle fullscreen (implemented
  2334. in gnome)
  2335. *added p_input->stream.p_selected_area->i_tell in input TS so that the
  2336. slider work with ts files ( however, the time counter doesn't since we
  2337. have no mux_rate )
  2338. *improved ac3 spdif output ( and made it work again :)). It uses a true
  2339. blank frame now, and it allows to switch languages like a traditionnal
  2340. output. It doesn't support multiplexing though, neither can we switch
  2341. between spdif/analogical mode on-the-fly.
  2342. *beginning of the back port of gnome to gtk for those who do not have
  2343. gnome.
  2344. ------------------------------------------------------------------------
  2345. r886 | stef | 2001-05-06 20:41:52 +0200 (Sun, 06 May 2001) | 2 lines
  2346. Changed paths:
  2347.    A /trunk/plugins/gnome/gnome_playlist.c
  2348.    A /trunk/plugins/gnome/gnome_playlist.h
  2349. * Gnome playlist should work better with the files to create it :)
  2350. ------------------------------------------------------------------------
  2351. r887 | stef | 2001-05-07 05:14:10 +0200 (Mon, 07 May 2001) | 8 lines
  2352. Changed paths:
  2353.    M /trunk/include/config.h.in
  2354.    M /trunk/plugins/dvd/dvd_css.c
  2355.    M /trunk/plugins/dvd/dvd_ifo.c
  2356.    M /trunk/plugins/dvd/input_dvd.c
  2357.    M /trunk/plugins/fb/vout_fb.c
  2358.    M /trunk/plugins/gnome/gnome_callbacks.c
  2359.    M /trunk/plugins/gnome/gnome_interface.c
  2360.    M /trunk/plugins/gnome/gnome_playlist.c
  2361.    M /trunk/plugins/gnome/intf_gnome.c
  2362.    M /trunk/plugins/gnome/intf_gnome.glade
  2363.    M /trunk/plugins/gtk/gtk_playlist.c
  2364.    M /trunk/plugins/gtk/intf_gtk.c
  2365.    M /trunk/plugins/macosx/aout_macosx.c
  2366.    M /trunk/plugins/mpeg/input_ps.c
  2367.    M /trunk/plugins/qt/intf_qt.cpp
  2368.    M /trunk/plugins/sdl/vout_sdl.c
  2369.    M /trunk/plugins/x11/vout_x11.c
  2370.    M /trunk/plugins/x11/vout_xvideo.c
  2371.    M /trunk/src/ac3_decoder/ac3_decoder.c
  2372.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  2373.    M /trunk/src/ac3_spdif/ac3_spdif.c
  2374.    M /trunk/src/audio_output/aout_ext-dec.c
  2375.    M /trunk/src/audio_output/aout_spdif.c
  2376.    M /trunk/src/input/input.c
  2377.    M /trunk/src/input/input_clock.c
  2378.    M /trunk/src/input/input_ext-intf.c
  2379.    M /trunk/src/input/mpeg_system.c
  2380.    M /trunk/src/interface/interface.c
  2381.    M /trunk/src/interface/intf_msg.c
  2382.    M /trunk/src/interface/intf_playlist.c
  2383.    M /trunk/src/interface/main.c
  2384.    M /trunk/src/misc/modules.c
  2385.    M /trunk/src/spu_decoder/spu_decoder.c
  2386.    M /trunk/src/video_output/video_output.c
  2387.    M /trunk/src/video_parser/vpar_headers.c
  2388.    M /trunk/src/video_parser/vpar_synchro.c
  2389. *Changed the level arg in intf_WarnMsg so that it is more logical: the
  2390. level corresponds now to the nb of -v to display the message.
  2391. *added functionnal preference window in gnome: it changes the
  2392. envirronment variables
  2393. *added jump window in gnome to jump to a precise time.
  2394. ------------------------------------------------------------------------
  2395. r888 | henri | 2001-05-07 06:35:21 +0200 (Mon, 07 May 2001) | 2 lines
  2396. Changed paths:
  2397.    M /trunk/plugins/mpeg/input_ts.c
  2398. Added detection for ".ts" extension.
  2399. ------------------------------------------------------------------------
  2400. r889 | sam | 2001-05-07 06:42:42 +0200 (Mon, 07 May 2001) | 6 lines
  2401. Changed paths:
  2402.    M /trunk/include/video.h
  2403.    M /trunk/plugins/beos/intf_beos.cpp
  2404.    M /trunk/plugins/dvd/dvd_ifo.c
  2405.    M /trunk/plugins/dvd/input_dvd.c
  2406.    M /trunk/plugins/mpeg/input_ps.c
  2407.    M /trunk/plugins/sdl/vout_sdl.c
  2408.    M /trunk/plugins/x11/vout_xvideo.c
  2409.    M /trunk/src/ac3_decoder/ac3_parse.c
  2410.    M /trunk/src/misc/mtime.c
  2411.    M /trunk/src/misc/netutils.c
  2412.    M /trunk/src/spu_decoder/spu_decoder.c
  2413.    M /trunk/src/spu_decoder/spu_decoder.h
  2414.    M /trunk/src/video_output/video_output.c
  2415.   * Added support for some terribly braindead DVD subtitles in Kenshin
  2416.     which do not have a "stop display" command. Anime fans rejoice!
  2417.   * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
  2418.   * Coding-style butchery (mostly tabs).
  2419. ------------------------------------------------------------------------
  2420. r890 | bozo | 2001-05-07 15:52:39 +0200 (Mon, 07 May 2001) | 3 lines
  2421. Changed paths:
  2422.    M /trunk/src/input/input_ext-dec.c
  2423.   - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
  2424.     not wotk correctly (for instance VLS' generated TS streams)
  2425. ------------------------------------------------------------------------
  2426. r891 | sam | 2001-05-08 02:43:57 +0200 (Tue, 08 May 2001) | 5 lines
  2427. Changed paths:
  2428.    M /trunk/AUTHORS
  2429.    M /trunk/ChangeLog
  2430.    M /trunk/plugins/mpeg/input_ps.c
  2431.    M /trunk/plugins/mpeg/input_ps.h
  2432.    M /trunk/src/input/input_ext-dec.c
  2433.    M /trunk/src/video_output/video_output.c
  2434.   * Speed optimization in the handling of the unusual ephemer DVD subtitles.
  2435.   * Little optimization to bozo's UnalignedShowBits fix.
  2436.   * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
  2437. ------------------------------------------------------------------------
  2438. r892 | bozo | 2001-05-08 14:53:30 +0200 (Tue, 08 May 2001) | 5 lines
  2439. Changed paths:
  2440.    M /trunk/plugins/mpeg/input_ts.c
  2441.   - fix a bug in ts input.
  2442.     Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec
  2443.     but (time_t)0 sec and (time_t)500000 usec
  2444.     Now the input doesn't eat all the cpu any more :p
  2445. ------------------------------------------------------------------------
  2446. r893 | bozo | 2001-05-08 16:38:30 +0200 (Tue, 08 May 2001) | 2 lines
  2447. Changed paths:
  2448.    M /trunk/src/input/input_clock.c
  2449.   - fix a discontinuity bug in input_ClockManageRef()
  2450. ------------------------------------------------------------------------
  2451. r894 | bozo | 2001-05-08 16:53:31 +0200 (Tue, 08 May 2001) | 2 lines
  2452. Changed paths:
  2453.    M /trunk/src/input/input_clock.c
  2454. end of the last commit :-P
  2455. ------------------------------------------------------------------------
  2456. r895 | sam | 2001-05-08 22:38:25 +0200 (Tue, 08 May 2001) | 4 lines
  2457. Changed paths:
  2458.    M /trunk/ChangeLog
  2459.    M /trunk/src/spu_decoder/spu_decoder.c
  2460.    M /trunk/src/video_output/video_output.c
  2461.    M /trunk/src/video_output/video_spu.c
  2462.    M /trunk/src/video_output/video_spu.h
  2463.    M /trunk/src/video_parser/video_fifo.c
  2464.   * Fixed an aspect ratio issue in the SPU decoder, and optimized the
  2465.     SPU renderer.
  2466. ------------------------------------------------------------------------
  2467. r896 | sam | 2001-05-10 08:47:31 +0200 (Thu, 10 May 2001) | 9 lines
  2468. Changed paths:
  2469.    M /trunk/ChangeLog
  2470.    M /trunk/plugins/beos/intf_beos.cpp
  2471.    M /trunk/plugins/gnome/gnome_callbacks.c
  2472.    M /trunk/plugins/gnome/intf_gnome.c
  2473.    M /trunk/plugins/gnome/intf_gnome.h
  2474.    M /trunk/src/spu_decoder/spu_decoder.c
  2475.    M /trunk/src/spu_decoder/spu_decoder.h
  2476.   * Added SPU cropping.
  2477.   * Gnome interface segfault fix.
  2478.   * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
  2479.   Note: if you want to have a look at the currently buggy YUV subpictures,
  2480.         uncomment line 1999 of src/video_output/video_output.c. Don't report
  2481.         bugs about this, I _know_ it's a quick hack.
  2482. ------------------------------------------------------------------------
  2483. r897 | henri | 2001-05-11 03:03:14 +0200 (Fri, 11 May 2001) | 7 lines
  2484. Changed paths:
  2485.    M /trunk/plugins/alsa/aout_alsa.c
  2486. Alsa module now builds with alsa 0.9 thanks to Jeffrey Baker's patch
  2487. (jwbaker@acm.org)
  2488. Please notice that even if if builds with alsa 0.9beta, it's hardly
  2489. usable as it goes very often un Xrun mode. Though, it works fine with
  2490. current alsa CVS.
  2491. ------------------------------------------------------------------------
  2492. r898 | sam | 2001-05-11 17:10:01 +0200 (Fri, 11 May 2001) | 3 lines
  2493. Changed paths:
  2494.    M /trunk/ChangeLog
  2495.    M /trunk/src/spu_decoder/spu_decoder.c
  2496.    M /trunk/src/spu_decoder/spu_decoder.h
  2497.   * Fixed a deadlock in spudec.
  2498. ------------------------------------------------------------------------
  2499. r899 | henri | 2001-05-12 02:14:20 +0200 (Sat, 12 May 2001) | 3 lines
  2500. Changed paths:
  2501.    M /trunk/ChangeLog
  2502.    M /trunk/doc/vlc-howto.sgml
  2503. Put a little note in the doc about "dvd devices"
  2504. ------------------------------------------------------------------------
  2505. r900 | reno | 2001-05-14 17:58:04 +0200 (Mon, 14 May 2001) | 9 lines
  2506. Changed paths:
  2507.    M /trunk/Makefile
  2508.    M /trunk/include/tests.h
  2509.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  2510.    M /trunk/src/ac3_decoder/ac3_decoder.c
  2511.    M /trunk/src/ac3_decoder/ac3_decoder.h
  2512.    M /trunk/src/ac3_decoder/ac3_decoder_thread.h
  2513.    M /trunk/src/ac3_decoder/ac3_downmix.c
  2514.    M /trunk/src/ac3_decoder/ac3_downmix.h
  2515.    A /trunk/src/ac3_decoder/ac3_downmix_3dn.c
  2516.    M /trunk/src/ac3_decoder/ac3_downmix_c.c
  2517.    A /trunk/src/ac3_decoder/ac3_downmix_sse.c
  2518.    M /trunk/src/ac3_decoder/ac3_exponent.c
  2519.    M /trunk/src/ac3_decoder/ac3_imdct.c
  2520.    M /trunk/src/ac3_decoder/ac3_imdct_c.c
  2521.    A /trunk/src/ac3_decoder/ac3_imdct_sse.c
  2522.    A /trunk/src/ac3_decoder/ac3_imdct_sse.h
  2523.    M /trunk/src/ac3_decoder/ac3_internal.h
  2524.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  2525.    M /trunk/src/ac3_decoder/ac3_parse.c
  2526.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  2527.    M /trunk/src/ac3_decoder/ac3_srfft.c
  2528.    M /trunk/src/ac3_decoder/ac3_srfft.h
  2529.    A /trunk/src/ac3_decoder/ac3_srfft_sse.c
  2530.    M /trunk/src/interface/main.c
  2531.  * Begin of SSE/3DNow! support for imdct and downmix
  2532. If you have a PIII or a Athlon and you want to try this, just comment #if 0
  2533. in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
  2534. src/ac3_decoder/ac3_imdct_sse.o 
  2535. src/ac3_decoder/ac3_srfft_sse.o 
  2536. src/ac3_decoder/ac3_downmix_sse.o 
  2537. src/ac3_decoder/ac3_downmix_3dn.o 
  2538. ------------------------------------------------------------------------
  2539. r901 | stef | 2001-05-15 03:01:44 +0200 (Tue, 15 May 2001) | 14 lines
  2540. Changed paths:
  2541.    M /trunk/include/intf_playlist.h
  2542.    M /trunk/plugins/dvd/input_dvd.c
  2543.    M /trunk/plugins/gnome/gnome_callbacks.c
  2544.    M /trunk/plugins/gnome/gnome_callbacks.h
  2545.    M /trunk/plugins/gnome/gnome_interface.c
  2546.    M /trunk/plugins/gnome/gnome_playlist.c
  2547.    M /trunk/plugins/gnome/intf_gnome.c
  2548.    M /trunk/plugins/gnome/intf_gnome.glade
  2549.    M /trunk/plugins/gtk/Makefile
  2550.    M /trunk/plugins/gtk/gtk_callbacks.c
  2551.    M /trunk/plugins/gtk/gtk_callbacks.h
  2552.    A /trunk/plugins/gtk/gtk_control.c
  2553.    A /trunk/plugins/gtk/gtk_control.h
  2554.    M /trunk/plugins/gtk/gtk_interface.c
  2555.    M /trunk/plugins/gtk/gtk_interface.h
  2556.    A /trunk/plugins/gtk/gtk_menu.c
  2557.    A /trunk/plugins/gtk/gtk_menu.h
  2558.    A /trunk/plugins/gtk/gtk_modules.c
  2559.    A /trunk/plugins/gtk/gtk_modules.h
  2560.    A /trunk/plugins/gtk/gtk_open.c
  2561.    A /trunk/plugins/gtk/gtk_open.h
  2562.    M /trunk/plugins/gtk/gtk_playlist.c
  2563.    M /trunk/plugins/gtk/gtk_playlist.h
  2564.    A /trunk/plugins/gtk/gtk_preferences.c
  2565.    A /trunk/plugins/gtk/gtk_preferences.h
  2566.    M /trunk/plugins/gtk/intf_gtk.c
  2567.    M /trunk/plugins/gtk/intf_gtk.glade
  2568.    M /trunk/plugins/gtk/intf_gtk.h
  2569.    M /trunk/src/audio_output/aout_spdif.c
  2570.    M /trunk/src/interface/interface.c
  2571.    M /trunk/src/interface/intf_playlist.c
  2572. *initialization bugfixes in input_dvd
  2573. *added a b_stopped flag to interface playlist to have a stop function in
  2574. interface plugins. As a consequence, the playlist no longer loops on end
  2575. but wait for the user to press 'play' or to add another item (gtk/gnome
  2576. interface). I think that other plugins are broken but it shouldn't be
  2577. difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
  2578. play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
  2579. stop.
  2580. *Updated gtk interface so that it has the same features as gnome. I
  2581. think I will merge the code so that we don't have to copy and paste each
  2582. change. Only the .glade file would be different.
  2583. ------------------------------------------------------------------------
  2584. r902 | stef | 2001-05-15 16:49:48 +0200 (Tue, 15 May 2001) | 2 lines
  2585. Changed paths:
  2586.    M /trunk/plugins/dvd/input_dvd.c
  2587.    M /trunk/plugins/gtk/gtk_callbacks.c
  2588.    M /trunk/plugins/gtk/gtk_callbacks.h
  2589.    M /trunk/plugins/gtk/gtk_control.c
  2590.    M /trunk/plugins/gtk/gtk_interface.c
  2591.    M /trunk/plugins/gtk/gtk_menu.c
  2592.    M /trunk/plugins/gtk/gtk_menu.h
  2593.    M /trunk/plugins/gtk/gtk_modules.c
  2594.    M /trunk/plugins/gtk/gtk_modules.h
  2595.    M /trunk/plugins/gtk/gtk_open.c
  2596.    M /trunk/plugins/gtk/gtk_open.h
  2597.    M /trunk/plugins/gtk/gtk_playlist.c
  2598.    M /trunk/plugins/gtk/gtk_playlist.h
  2599.    M /trunk/plugins/gtk/gtk_preferences.c
  2600.    M /trunk/plugins/gtk/gtk_preferences.h
  2601.    M /trunk/plugins/gtk/intf_gtk.c
  2602.    M /trunk/plugins/gtk/intf_gtk.glade
  2603.    M /trunk/src/interface/interface.c
  2604.    M /trunk/src/interface/intf_playlist.c
  2605. *Bugfixes, cleanings in gtk.
  2606. ------------------------------------------------------------------------
  2607. r903 | sam | 2001-05-15 18:19:42 +0200 (Tue, 15 May 2001) | 4 lines
  2608. Changed paths:
  2609.    M /trunk/Makefile
  2610.    M /trunk/configure
  2611.    M /trunk/configure.in
  2612.    M /trunk/doc/vlc.1
  2613.    A /trunk/include/ac3_downmix.h
  2614.    A /trunk/include/ac3_imdct.h
  2615.    M /trunk/include/config.h.in
  2616.    M /trunk/include/modules.h
  2617.    A /trunk/plugins/downmix
  2618.    A /trunk/plugins/downmix/.cvsignore
  2619.    A /trunk/plugins/downmix/Makefile
  2620.    A /trunk/plugins/downmix/ac3_downmix_3dn.c
  2621.    A /trunk/plugins/downmix/ac3_downmix_c.c
  2622.    A /trunk/plugins/downmix/ac3_downmix_common.h
  2623.    A /trunk/plugins/downmix/ac3_downmix_sse.c
  2624.    A /trunk/plugins/downmix/downmix.c
  2625.    A /trunk/plugins/downmix/downmix3dn.c
  2626.    A /trunk/plugins/downmix/downmixsse.c
  2627.    M /trunk/plugins/idct/idctaltivec.c
  2628.    M /trunk/plugins/idct/idctmmx.c
  2629.    M /trunk/plugins/idct/idctmmxext.c
  2630.    A /trunk/plugins/imdct
  2631.    A /trunk/plugins/imdct/.cvsignore
  2632.    A /trunk/plugins/imdct/Makefile
  2633.    A /trunk/plugins/imdct/ac3_imdct_c.c
  2634.    A /trunk/plugins/imdct/ac3_imdct_common.c
  2635.    A /trunk/plugins/imdct/ac3_imdct_common.h
  2636.    A /trunk/plugins/imdct/ac3_imdct_sse.c
  2637.    A /trunk/plugins/imdct/ac3_srfft.h
  2638.    A /trunk/plugins/imdct/ac3_srfft_c.c
  2639.    A /trunk/plugins/imdct/ac3_srfft_sse.c
  2640.    A /trunk/plugins/imdct/imdct.c
  2641.    A /trunk/plugins/imdct/imdctsse.c
  2642.    M /trunk/plugins/motion/motionmmx.c
  2643.    M /trunk/plugins/motion/motionmmxext.c
  2644.    M /trunk/plugins/yuv/video_yuvmmx.c
  2645.    M /trunk/src/ac3_decoder/ac3_bit_allocate.c
  2646.    M /trunk/src/ac3_decoder/ac3_decoder.c
  2647.    M /trunk/src/ac3_decoder/ac3_decoder.h
  2648.    M /trunk/src/ac3_decoder/ac3_decoder_thread.c
  2649.    D /trunk/src/ac3_decoder/ac3_downmix.c
  2650.    D /trunk/src/ac3_decoder/ac3_downmix.h
  2651.    D /trunk/src/ac3_decoder/ac3_downmix_3dn.c
  2652.    D /trunk/src/ac3_decoder/ac3_downmix_c.c
  2653.    D /trunk/src/ac3_decoder/ac3_downmix_sse.c
  2654.    M /trunk/src/ac3_decoder/ac3_exponent.c
  2655.    A /trunk/src/ac3_decoder/ac3_exponent.h
  2656.    M /trunk/src/ac3_decoder/ac3_imdct.c
  2657.    D /trunk/src/ac3_decoder/ac3_imdct_c.c
  2658.    D /trunk/src/ac3_decoder/ac3_imdct_c.h
  2659.    D /trunk/src/ac3_decoder/ac3_imdct_sse.c
  2660.    D /trunk/src/ac3_decoder/ac3_imdct_sse.h
  2661.    M /trunk/src/ac3_decoder/ac3_internal.h
  2662.    M /trunk/src/ac3_decoder/ac3_mantissa.c
  2663.    A /trunk/src/ac3_decoder/ac3_mantissa.h
  2664.    M /trunk/src/ac3_decoder/ac3_parse.c
  2665.    M /trunk/src/ac3_decoder/ac3_rematrix.c
  2666.    D /trunk/src/ac3_decoder/ac3_srfft.c
  2667.    D /trunk/src/ac3_decoder/ac3_srfft.h
  2668.    D /trunk/src/ac3_decoder/ac3_srfft_sse.c
  2669.    M /trunk/src/audio_output/aout_u8.c
  2670.    M /trunk/src/interface/main.c
  2671.   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
  2672.     --downmix options added.
  2673. ------------------------------------------------------------------------
  2674. r904 | sam | 2001-05-15 21:36:27 +0200 (Tue, 15 May 2001) | 3 lines
  2675. Changed paths:
  2676.    M /trunk/ChangeLog
  2677.    M /trunk/configure
  2678.    M /trunk/configure.in
  2679.    M /trunk/plugins/imdct/ac3_imdct_common.c
  2680.    M /trunk/src/interface/main.c
  2681.   * FreeBSD pthread fixes.
  2682. ------------------------------------------------------------------------
  2683. r905 | sam | 2001-05-16 04:12:38 +0200 (Wed, 16 May 2001) | 4 lines
  2684. Changed paths:
  2685.    M /trunk/configure
  2686.    M /trunk/configure.in
  2687.   * We now do pthread detection for FreeBSD like the XMMS guys do. It
  2688.     works even better.
  2689. ------------------------------------------------------------------------
  2690. r906 | reno | 2001-05-16 16:51:29 +0200 (Wed, 16 May 2001) | 3 lines
  2691. Changed paths:
  2692.    M /trunk/Makefile
  2693.    M /trunk/configure
  2694.    M /trunk/configure.in
  2695.    M /trunk/plugins/imdct/Makefile
  2696.    A /trunk/plugins/imdct/ac3_imdct_3dn.c
  2697.    M /trunk/plugins/imdct/ac3_imdct_c.c
  2698.    M /trunk/plugins/imdct/ac3_imdct_common.c
  2699.    M /trunk/plugins/imdct/ac3_imdct_common.h
  2700.    M /trunk/plugins/imdct/ac3_imdct_sse.c
  2701.    A /trunk/plugins/imdct/ac3_retables.h
  2702.    A /trunk/plugins/imdct/ac3_srfft_3dn.c
  2703.    M /trunk/plugins/imdct/ac3_srfft_sse.c
  2704.    A /trunk/plugins/imdct/imdct3dn.c
  2705.    M /trunk/src/ac3_decoder/ac3_imdct.c
  2706. * Add 3D Now! imdct
  2707. * Remove kmudge for ac3 on MacOS X
  2708. ------------------------------------------------------------------------
  2709. r907 | xav | 2001-05-18 11:49:16 +0200 (Fri, 18 May 2001) | 2 lines
  2710. Changed paths:
  2711.    M /trunk/src/misc/netutils.c
  2712. *** empty log message ***
  2713. ------------------------------------------------------------------------
  2714. r908 | stef | 2001-05-19 02:39:30 +0200 (Sat, 19 May 2001) | 15 lines
  2715. Changed paths:
  2716.    M /trunk/include/input_ext-intf.h
  2717.    M /trunk/plugins/dvd/Makefile
  2718.    M /trunk/plugins/dvd/dvd_css.c
  2719.    M /trunk/plugins/dvd/dvd_css.h
  2720.    M /trunk/plugins/dvd/dvd_ifo.c
  2721.    M /trunk/plugins/dvd/dvd_ifo.h
  2722.    A /trunk/plugins/dvd/dvd_summary.c
  2723.    A /trunk/plugins/dvd/dvd_summary.h
  2724.    M /trunk/plugins/dvd/input_dvd.c
  2725.    M /trunk/plugins/dvd/input_dvd.h
  2726.    M /trunk/plugins/gtk/gtk_callbacks.c
  2727.    M /trunk/plugins/gtk/gtk_callbacks.h
  2728.    M /trunk/plugins/gtk/gtk_menu.c
  2729.    M /trunk/plugins/gtk/gtk_menu.h
  2730.    M /trunk/plugins/gtk/gtk_playlist.h
  2731.    M /trunk/plugins/gtk/intf_gtk.c
  2732.    M /trunk/plugins/gtk/intf_gtk.h
  2733.    M /trunk/src/audio_output/aout_spdif.c
  2734.    M /trunk/src/input/input.c
  2735.    M /trunk/src/input/input_ext-intf.c
  2736.    M /trunk/src/input/input_programs.c
  2737. *More cleanification in gtk interface: now to change the
  2738. title/chapter/audio/spu/angle, we tell the input to do intead of doing
  2739. it inside the interface. It results in fewer locks during the changes.
  2740. *The dvd plugin reads again blocks of 32 sectors to gain speed since
  2741. there are no more lock-ups during stream change. I've also created a new
  2742. file that contain function to described video and audio streams with ifo
  2743. datas.
  2744. The changes are made only for gtk. We should update the other interfaces
  2745. soon (beos at least).
  2746. There is a memory corruption somewhere that make the vlc crash. I've no
  2747. idea where to search.
  2748. ------------------------------------------------------------------------
  2749. r909 | tcastley | 2001-05-21 14:44:23 +0200 (Mon, 21 May 2001) | 2 lines
  2750. Changed paths:
  2751.    M /trunk/plugins/beos/intf_beos.cpp
  2752. Updated with new changes for playlist management
  2753. ------------------------------------------------------------------------
  2754. r910 | stef | 2001-05-23 19:47:34 +0200 (Wed, 23 May 2001) | 2 lines
  2755. Changed paths:
  2756.    M /trunk/plugins/mpeg/input_ps.c
  2757.    M /trunk/src/input/input_programs.c
  2758. -LPCM audio selection in ps mode, in prevision of henri's decoder.
  2759. ------------------------------------------------------------------------
  2760. r911 | stef | 2001-05-24 01:08:20 +0200 (Thu, 24 May 2001) | 6 lines
  2761. Changed paths:
  2762.    M /trunk/Makefile
  2763.    D /trunk/plugins/gnome
  2764.    M /trunk/plugins/gtk/Makefile
  2765.    A /trunk/plugins/gtk/gnome.c
  2766.    A /trunk/plugins/gtk/gnome_callbacks.c
  2767.    A /trunk/plugins/gtk/gnome_callbacks.h
  2768.    A /trunk/plugins/gtk/gnome_interface.c
  2769.    A /trunk/plugins/gtk/gnome_interface.h
  2770.    A /trunk/plugins/gtk/gnome_support.c
  2771.    A /trunk/plugins/gtk/gnome_support.h
  2772.    M /trunk/plugins/gtk/gtk_callbacks.c
  2773.    M /trunk/plugins/gtk/gtk_callbacks.h
  2774.    M /trunk/plugins/gtk/gtk_control.c
  2775.    A /trunk/plugins/gtk/gtk_display.c
  2776.    A /trunk/plugins/gtk/gtk_display.h
  2777.    M /trunk/plugins/gtk/gtk_interface.c
  2778.    M /trunk/plugins/gtk/gtk_menu.c
  2779.    M /trunk/plugins/gtk/gtk_modules.c
  2780.    M /trunk/plugins/gtk/gtk_open.c
  2781.    M /trunk/plugins/gtk/gtk_playlist.c
  2782.    M /trunk/plugins/gtk/gtk_preferences.c
  2783.    A /trunk/plugins/gtk/intf_gnome.c
  2784.    A /trunk/plugins/gtk/intf_gnome.glade
  2785.    M /trunk/plugins/gtk/intf_gtk.c
  2786.    M /trunk/plugins/gtk/intf_gtk.glade
  2787.    M /trunk/plugins/gtk/intf_gtk.h
  2788. -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
  2789. Specific files are glade generated files and intf_* files. All the
  2790. remainders are common to gtk and gnome and contain all the callbacks for
  2791. both interfaces.
  2792. ------------------------------------------------------------------------
  2793. r912 | stef | 2001-05-24 01:40:32 +0200 (Thu, 24 May 2001) | 2 lines
  2794. Changed paths:
  2795.    M /trunk/Makefile
  2796. -A little bug with lpcm in Makefile
  2797. ------------------------------------------------------------------------
  2798. r913 | stef | 2001-05-24 03:24:47 +0200 (Thu, 24 May 2001) | 2 lines
  2799. Changed paths:
  2800.    M /trunk/plugins/gtk/gnome_interface.c
  2801.    M /trunk/plugins/gtk/gtk_menu.c
  2802.    M /trunk/plugins/gtk/intf_gnome.glade
  2803. -Forgot a bug for audio/spu change in the interface
  2804. ------------------------------------------------------------------------
  2805. r914 | sam | 2001-05-25 06:23:37 +0200 (Fri, 25 May 2001) | 19 lines
  2806. Changed paths:
  2807.    M /trunk/Makefile
  2808.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
  2809.    M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
  2810.    M /trunk/plugins/dvd/dvd_ioctl.c
  2811.    M /trunk/plugins/esd/aout_esd.c
  2812.    M /trunk/src/audio_output/audio_output.c
  2813.   OS X fixes:
  2814.   * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
  2815.     it should not hang the kernel anymore.
  2816.   * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
  2817.     ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
  2818.     SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
  2819.     Devices" paper.
  2820.     Last remaining problem: ReadCopyright and ReadKey. The version of
  2821.  Darwin I have here only has reportKey() and sendKey() functions in
  2822.  the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
  2823.  paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
  2824.  find anywhere in the kernel headers. Either I missed it, or we'll have
  2825.  to wait for Apple to implement it (or maybe we can emulate this command
  2826.  with some other IOKit commands).
  2827. ------------------------------------------------------------------------
  2828. r915 | sam | 2001-05-25 06:44:49 +0200 (Fri, 25 May 2001) | 3 lines
  2829. Changed paths:
  2830.    M /trunk/plugins/dvd/dvd_ioctl.h
  2831.   * Forgot a file for BeOS.
  2832. ------------------------------------------------------------------------
  2833. r916 | sam | 2001-05-25 15:20:10 +0200 (Fri, 25 May 2001) | 6 lines
  2834. Changed paths:
  2835.    M /trunk/plugins/dvd/dvd_ioctl.c
  2836.    M /trunk/plugins/macosx/intf_macosx.c
  2837.    M /trunk/plugins/macosx/macosx_common.h
  2838.    M /trunk/plugins/macosx/vout_macosx.c
  2839.    M /trunk/plugins/sdl/vout_sdl.c
  2840.    M /trunk/plugins/x11/vout_x11.c
  2841.    M /trunk/plugins/x11/vout_xvideo.c
  2842.    M /trunk/src/input/input.c
  2843.   * Fixed a warning for *BSD compilation.
  2844.   * Fixed a typo in yesterday's Darwin ioctl fixes.
  2845.   * Patch by Eugenio so that the OS X interface and video output handle the
  2846.     aout and vout banks.
  2847. ------------------------------------------------------------------------
  2848. r917 | sam | 2001-05-27 17:16:58 +0200 (Sun, 27 May 2001) | 3 lines
  2849. Changed paths:
  2850.    M /trunk/plugins/dvd/dvd_ioctl.c
  2851.   * Fixed my latest BeOS support breakage.
  2852. ------------------------------------------------------------------------
  2853. r918 | sam | 2001-05-28 04:38:48 +0200 (Mon, 28 May 2001) | 3 lines
  2854. Changed paths:
  2855.    M /trunk/Makefile.opts.in
  2856.    M /trunk/configure
  2857.    M /trunk/configure.in