ChangeLog-2001
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:478k
- ------------------------------------------------------------------------
- r741 | henri | 2001-03-07 01:18:46 +0100 (Wed, 07 Mar 2001) | 22 lines
- Changed paths:
- M /trunk/include/config.h.in
- M /trunk/include/input.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- M /trunk/src/input/mpeg_system.c
- - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
- - Added base of network support
- Things to be done :
- - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
- - Sam : find a way of specifing the type of media (file, net). For the
- moment, the "--input ts" always call input_NetworkOpen
- - Maybe sam : for the moment the working syntax is vlc --input ts
- servername, it should nbe turned into "vlc --server servername".
- Things that don't work (i'll work on this this week end) :
- - stopping and retaking a stream
- - a nice 'waiting for stream'
- - we select all incoming streams. we should be able to select.
- Things that haven't been tested :
- - broadcast
- - only tested with one stream.
- Kick me if something is broken by my fault.
- ------------------------------------------------------------------------
- r742 | sam | 2001-03-07 02:36:41 +0100 (Wed, 07 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- * Disabled network input under BeOS so that it compiles again. We'll
- have to wait for BONE anyway.
- ------------------------------------------------------------------------
- r743 | stef | 2001-03-07 03:16:03 +0100 (Wed, 07 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.in
- -Added `glib-config --libs glib` for interface compilation
- for debian/sid users
- ------------------------------------------------------------------------
- r744 | stef | 2001-03-07 11:31:10 +0100 (Wed, 07 Mar 2001) | 7 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/include/modules.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_sys.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- -Working menus for run-time audio/spu/title/chapter selection with gtk
- interface.
- It is a bit buggy yet, and some pieces of code need to change,
- especially to handle better menus change when title change but it
- eventually works.
- ------------------------------------------------------------------------
- r745 | stef | 2001-03-07 12:56:33 +0100 (Wed, 07 Mar 2001) | 8 lines
- Changed paths:
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/gnome_sys.h
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/intf_gtk.c
- Port of the interface menus to gnome plugin.
- Note that two sorts of navigation menus are implemented : in the
- menubar, one menu for title and one the chapter in current title ; and
- in the popup, a cascaded version with all chapters for all menus.
- The same issues as gtk plugin apply.
- ------------------------------------------------------------------------
- r746 | richards | 2001-03-07 17:32:59 +0100 (Wed, 07 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/intf_beos.cpp
- "File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
- ------------------------------------------------------------------------
- r747 | octplane | 2001-03-08 14:32:55 +0100 (Thu, 08 Mar 2001) | 17 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/include/intf_plst.h
- A /trunk/include/intf_urldecode.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- A /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_sys.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/src/interface/intf_plst.c
- A /trunk/src/interface/intf_urldecode.c
- Hurg !
- ###code is dirty###
- Please clean it for me :P
- (or at least, tell me how to clean it)
- . Slightly modified playlist base interface
- (Added a function to jump directly to an item, used for double clicking)
- . Added manymanycallbacks
- . Added the playlist dialog
- . Added Dnd support for intf_window and the clist1
- . support URI and plain file(s)/folder(s)
- . Added "show/hide main window" menuitem in intf_popup
- . Added bugs :P
- Enjoy and please bug report.
- ------------------------------------------------------------------------
- r748 | octplane | 2001-03-08 16:48:14 +0100 (Thu, 08 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- .Added crop and invert selection.
- .Fixed a potential segfault.
- ------------------------------------------------------------------------
- r749 | octplane | 2001-03-08 22:47:02 +0100 (Thu, 08 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- . cosmetic variable name changes
- . drop in the 'blank' part of the list in the playlist adds at the end of the list
- . drop on the main window adds at the end of the playlist
- ------------------------------------------------------------------------
- r750 | octplane | 2001-03-08 22:58:59 +0100 (Thu, 08 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gtk.glade
- . Hey! table header (Dnd still a little buggy :/)
- ------------------------------------------------------------------------
- r751 | octplane | 2001-03-09 20:38:47 +0100 (Fri, 09 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_sys.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/plugins/sdl/vout_sdl.c
- .nicer drop
- ------------------------------------------------------------------------
- r752 | henri | 2001-03-10 12:23:10 +0100 (Sat, 10 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/src/input/input_netlist.c
- Small optim.
- ------------------------------------------------------------------------
- r753 | henri | 2001-03-11 20:00:18 +0100 (Sun, 11 Mar 2001) | 6 lines
- Changed paths:
- M /trunk/include/netutils.h
- M /trunk/src/input/input.c
- M /trunk/src/misc/netutils.c
- - Moved 2 local network functions
- - Removed old code
- - Broadcast should work. I'm not detecting broadcast address, i'm
- binding 0.0.0.0
- ------------------------------------------------------------------------
- r754 | reno | 2001-03-13 22:22:41 +0100 (Tue, 13 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- * Fixing of PowerPC bug ( I hope :) )
- ------------------------------------------------------------------------
- r755 | massiot | 2001-03-14 01:40:24 +0100 (Wed, 14 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input_clock.c
- * Tried to fix the "stream jumps at will" bug.
- ------------------------------------------------------------------------
- r756 | octplane | 2001-03-14 20:55:51 +0100 (Wed, 14 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_playlist.c
- misc code clean-up
- ------------------------------------------------------------------------
- r757 | stef | 2001-03-15 01:37:04 +0100 (Thu, 15 Mar 2001) | 6 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/mpeg_system.c
- -Fixed most of the bugs in gnome interface menus
- -Added radio checks in menu items.
- There are still issues with default selected item but it works well.
- ------------------------------------------------------------------------
- r758 | sam | 2001-03-15 02:42:20 +0100 (Thu, 15 Mar 2001) | 37 lines
- Changed paths:
- M /trunk/INSTALL
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/debian/control
- M /trunk/debian/control-css
- M /trunk/debian/rules
- D /trunk/debian/vlc.1
- D /trunk/doc/bugs
- D /trunk/doc/headers
- D /trunk/doc/portage
- D /trunk/doc/vlan-server
- A /trunk/doc/vlc.1
- A /trunk/include/intf_playlist.h
- D /trunk/include/intf_plst.h
- M /trunk/include/netutils.h
- M /trunk/include/tests.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/gnome_interface.h
- D /trunk/plugins/gnome/gnome_sys.h
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- A /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_playlist.c
- D /trunk/plugins/gtk/gtk_sys.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- A /trunk/plugins/gtk/intf_gtk.h
- M /trunk/plugins/mpeg/input_ps.c
- A /trunk/plugins/qt
- A /trunk/plugins/qt/.cvsignore
- A /trunk/plugins/qt/intf_qt.cpp
- A /trunk/plugins/qt/qt.cpp
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- A /trunk/src/interface/intf_playlist.c
- D /trunk/src/interface/intf_plst.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/netutils.c
- * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
- o the slider should behave correctly and stop jumping here and
- there (this bug is _not_ related to Stef's similar bug)
- o added an "open network" menu (useless since the input doesn't
- handle it properly yet)
- o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
- o stream date is now displayed instead of percentage
- o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
- * Changed documentation and package creation files.
- o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
- o removed useless or outdated documentation from doc/*
- o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
- * Added basic Qt interface.
- o working features: slide bar, open file, toolbar, popup menu
- o added "qvlc" alias, equivalent to "vlc -I qt"
- o known issues : no "open disc" or "open network" menus yet
- the IntfWindow class is never cleaned on destruction
- the popup menu always pop at the middle of the screen
- * Misc fixes/updates.
- o renamed netutils.h functions from input_* to network_*
- o renamed *plst* files and functions to *playlist* (it was stupid
- from me to name them "plst")
- o made a few input error messages more meaningful
- o added -I, -A and -V short flags, corresponding to --intf, --audio
- and --video
- I got a lot of conflicts on this commit, lart me if I forgot a
- file or made old bugs reappear.
- ------------------------------------------------------------------------
- r759 | stef | 2001-03-15 17:29:47 +0100 (Thu, 15 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/intf_gnome.c
- Maybe solved the jump-at-will bug after random seek.
- ------------------------------------------------------------------------
- r760 | massiot | 2001-03-16 23:37:06 +0100 (Fri, 16 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/config.guess
- M /trunk/config.sub
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/modules_core.h
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/src/interface/intf_urldecode.c
- * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
- * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
- * If SDL/GTK/DSP is not available, don't compile the associated module.
- ------------------------------------------------------------------------
- r761 | richards | 2001-03-17 20:33:22 +0100 (Sat, 17 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- Some rather boring changes to keep the CVS tree up to date with my (working) build
- ------------------------------------------------------------------------
- r762 | stef | 2001-03-17 23:52:00 +0100 (Sat, 17 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- -Added dsp plugin compilation (/dev/dsp is not a regular file :))
- ------------------------------------------------------------------------
- r763 | sam | 2001-03-18 01:01:13 +0100 (Sun, 18 Mar 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules_inner.h
- A /trunk/plugins/darwin
- A /trunk/plugins/darwin/aout_darwin.c
- A /trunk/plugins/darwin/darwin.c
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/intf_gtk.glade
- A /trunk/plugins/macosx
- A /trunk/plugins/macosx/intf_macosx.c
- A /trunk/plugins/macosx/macosx.c
- A /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/qt/intf_qt.cpp
- * Function prototypes for the forthcoming Darwin and MacOS X port.
- * Gtk+ interface: fixed a precision issue in the scale.
- * Qt interface: somebody pop up us the menu!!
- ------------------------------------------------------------------------
- r764 | sam | 2001-03-18 01:15:20 +0100 (Sun, 18 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/macosx.c
- * Forgot to remove a prototype when creating skeleton plugin.
- ------------------------------------------------------------------------
- r765 | henri | 2001-03-18 19:48:27 +0100 (Sun, 18 Mar 2001) | 8 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- - Changed read method : we now use select, so we are now able to quit
- even if no packet has benn receivced.
- - Put more exmplicit error messages
- I noticed that now I have "Seeking to position ...." messages even with
- network input. If someone can do a quick fix, thanks about it.
- ------------------------------------------------------------------------
- r766 | henri | 2001-03-18 21:46:16 +0100 (Sun, 18 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- Replaced ( a < b/c ) by ( a*c < b ).
- ------------------------------------------------------------------------
- r767 | sam | 2001-03-19 06:08:00 +0100 (Mon, 19 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/src/interface/main.c
- * Fixed Debian sparc build for real (Closes: Debian bug #89285).
- ------------------------------------------------------------------------
- r768 | sam | 2001-03-19 14:26:59 +0100 (Mon, 19 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/netutils.c
- * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
- it and writing output and interface plugins...
- ------------------------------------------------------------------------
- r769 | henri | 2001-03-19 23:16:31 +0100 (Mon, 19 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- Added a #include that prevented when compiling on redhat.
- ------------------------------------------------------------------------
- r770 | sam | 2001-03-20 05:44:06 +0100 (Tue, 20 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/include/audio_output.h
- M /trunk/include/modules.h
- A /trunk/src/audio_output/aout_common.h
- A /trunk/src/audio_output/aout_fifo.c
- A /trunk/src/audio_output/aout_s16.c
- A /trunk/src/audio_output/aout_s8.c
- A /trunk/src/audio_output/aout_u16.c
- A /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- * Split audio output into several separate files to make it easier
- to debug. Removed a few redundancies as well.
- ------------------------------------------------------------------------
- r771 | massiot | 2001-03-20 18:36:04 +0100 (Tue, 20 Mar 2001) | 6 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/include/rsc_files.h
- M /trunk/plugins/darwin/aout_darwin.c
- M /trunk/plugins/darwin/darwin.c
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/misc/rsc_files.c
- * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
- * Added warnings for ac3 mantissa (we still have problems with AC3 on
- MacOS X) ;
- * Renamed WriteResource to avoid a namespace clash with Darwin's
- WriteResource.
- ------------------------------------------------------------------------
- r772 | massiot | 2001-03-20 20:36:59 +0100 (Tue, 20 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Compile Darwin module by default on Darwin system. [MacOS X port]
- ------------------------------------------------------------------------
- r773 | massiot | 2001-03-20 21:09:37 +0100 (Tue, 20 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.in
- A /trunk/plugins/idct/idctaltivec.c
- A /trunk/plugins/idct/idctaltivec.h
- * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
- ------------------------------------------------------------------------
- r774 | massiot | 2001-03-20 21:20:34 +0100 (Tue, 20 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.in
- * Fixed Makefile for normal people :p
- ------------------------------------------------------------------------
- r775 | massiot | 2001-03-20 21:40:07 +0100 (Tue, 20 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.in
- * Use $QTDIR for the qt module ;
- ------------------------------------------------------------------------
- r776 | massiot | 2001-03-20 21:54:44 +0100 (Tue, 20 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/tests.h
- * Compile Altivec modules on Darwin. [MacOS X port]
- ------------------------------------------------------------------------
- r777 | sam | 2001-03-20 22:42:41 +0100 (Tue, 20 Mar 2001) | 19 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/plugins/sdl/vout_sdl.c
- * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
- Shane, I removed the static variables from your code because static
- is not thread-safe, and one can imagine having several video output
- windows launched at the same time. Also, I made your feature work
- in windowed mode as well, because people kept asking how to hide the
- mouse pointer.
- Also, if you want to work on the XVideo extension, you are welcome ;
- most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
- had offered to work on it, but he seems to be a bit lost, so you may
- want to take over his job.
- As for the "zoom" feature, I suggest you wait until version 4 of the
- video output is done, it'll be easier to do then.
- Regards,
- ------------------------------------------------------------------------
- r778 | sam | 2001-03-21 00:18:38 +0100 (Wed, 21 Mar 2001) | 3 lines
- Changed paths:
- M /trunk/include/tests.h
- M /trunk/src/interface/main.c
- * Altivec instructions autodetection.
- ------------------------------------------------------------------------
- r779 | sam | 2001-03-21 03:58:29 +0100 (Wed, 21 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/plugins/idct/idctaltivec.c
- * Fixed a typo in the Altivec iDCT module declaration.
- * Made a few enhancements to the Makefile.
- ------------------------------------------------------------------------
- r780 | sam | 2001-03-21 14:42:35 +0100 (Wed, 21 Mar 2001) | 7 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/audio_output.h
- M /trunk/include/beos_specific.h
- M /trunk/include/debug.h
- M /trunk/include/int_types.h
- M /trunk/include/interface.h
- M /trunk/include/intf_msg.h
- M /trunk/include/intf_playlist.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_core.h
- M /trunk/include/modules_inner.h
- M /trunk/include/mpeg_system.h
- M /trunk/include/mtime.h
- M /trunk/include/netutils.h
- M /trunk/include/rsc_files.h
- M /trunk/include/tests.h
- M /trunk/include/threads.h
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/beos/Bitmaps.h
- M /trunk/plugins/beos/DrawingTidbits.cpp
- M /trunk/plugins/beos/DrawingTidbits.h
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/MsgVals.h
- M /trunk/plugins/beos/TransportButton.cpp
- M /trunk/plugins/beos/TransportButton.h
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/darwin/aout_darwin.c
- M /trunk/plugins/darwin/darwin.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dsp/dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/fb/vout_fb.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/ggi/vout_ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/glide/vout_glide.c
- M /trunk/plugins/gnome/gnome.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/vout_mga.c
- M /trunk/plugins/mga/vout_mga.h
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/plugins/mpeg/input_ts.h
- M /trunk/plugins/mpeg/ps.c
- M /trunk/plugins/mpeg/ts.c
- M /trunk/plugins/null/null.c
- M /trunk/plugins/qt/qt.cpp
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/intf_ncurses.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/yuv/transforms_common.h
- M /trunk/plugins/yuv/transforms_yuv.c
- M /trunk/plugins/yuv/transforms_yuv.h
- M /trunk/plugins/yuv/transforms_yuvmmx.c
- M /trunk/plugins/yuv/transforms_yuvmmx.h
- M /trunk/plugins/yuv/video_common.h
- M /trunk/plugins/yuv/video_yuv.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- M /trunk/plugins/yuv/yuv.c
- M /trunk/plugins/yuv/yuvmmx.c
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_bit_stream.h
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix.h
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- M /trunk/src/ac3_decoder/ac3_exponent.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- M /trunk/src/ac3_decoder/ac3_internal.h
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- M /trunk/src/audio_decoder/adec_generic.c
- M /trunk/src/audio_decoder/adec_generic.h
- M /trunk/src/audio_decoder/adec_layer1.c
- M /trunk/src/audio_decoder/adec_layer1.h
- M /trunk/src/audio_decoder/adec_layer2.c
- M /trunk/src/audio_decoder/adec_layer2.h
- M /trunk/src/audio_decoder/adec_math.c
- M /trunk/src/audio_decoder/adec_math.h
- M /trunk/src/audio_decoder/adec_test.c
- M /trunk/src/audio_decoder/audio_decoder.h
- M /trunk/src/audio_output/aout_common.h
- M /trunk/src/audio_output/aout_fifo.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/aout_s8.c
- M /trunk/src/audio_output/aout_u16.c
- M /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/generic_decoder/generic_decoder.c
- M /trunk/src/generic_decoder/generic_decoder.h
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_channels.c
- M /trunk/src/interface/intf_channels.h
- M /trunk/src/interface/intf_cmd.c
- M /trunk/src/interface/intf_cmd.h
- M /trunk/src/interface/intf_console.c
- M /trunk/src/interface/intf_console.h
- M /trunk/src/interface/intf_ctrl.c
- M /trunk/src/interface/intf_ctrl.h
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/intf_playlist.c
- M /trunk/src/interface/main.c
- M /trunk/src/lpcm_decoder/lpcm_decoder.c
- M /trunk/src/lpcm_decoder/lpcm_decoder.h
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/rsc_files.c
- M /trunk/src/misc/tests.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/spu_decoder/spu_decoder.h
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_spu.c
- M /trunk/src/video_output/video_spu.h
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_output/video_text.h
- M /trunk/src/video_output/video_yuv.c
- M /trunk/src/video_output/video_yuv.h
- * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
- * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
- * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
- by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
- * Added Colin and Eugenio to the AUTHORS file.
- ------------------------------------------------------------------------
- r781 | stef | 2001-03-22 02:23:03 +0100 (Thu, 22 Mar 2001) | 14 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/video_parser/video_parser.c
- -Added a SYNCHRO_START in DVDRead for each cell change to fix
- multi-angle streams
- -Changed seek function to prevent jump-at-will and to remove two bugs in
- sector computing.
- -Initialize some values in netlist (payload_discard wasn't which caused
- frame dropping)
- -Come back of multi-sector read which should make reading faster
- Now, theyre should be very few reading error, and we have got back the
- performance we had before my netlist polioting :p
- ------------------------------------------------------------------------
- r782 | richards | 2001-03-25 19:09:14 +0200 (Sun, 25 Mar 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/MsgVals.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/src/misc/beos_specific.cpp
- Language & Inteface support for BeOS interface
- ------------------------------------------------------------------------
- r783 | sam | 2001-03-26 21:06:18 +0200 (Mon, 26 Mar 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/plugins/idct/idctaltivec.c
- - fixed SDL compilation, thanks to Colin.
- - disabled Altivec iDCT until it works.
- ------------------------------------------------------------------------
- r784 | sam | 2001-04-01 08:21:44 +0200 (Sun, 01 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/x11/vout_x11.c
- A /trunk/plugins/x11/vout_xvideo.c
- A /trunk/plugins/x11/xvideo.c
- * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
- * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
- * A few syntax fixes in the plain X11 plugin
- ------------------------------------------------------------------------
- r785 | sam | 2001-04-01 08:42:05 +0200 (Sun, 01 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/x11/vout_xvideo.c
- * fixed a typo
- ------------------------------------------------------------------------
- r786 | stef | 2001-04-01 09:31:38 +0200 (Sun, 01 Apr 2001) | 8 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
- -New function input_ToggleES for interaction with interface.
- -Changes in gnome interface : navigation menus are now splited, there
- are radio item in menus and the code should be better.
- -First step for dvd_ifo rewritting. Now allocation/disallocation is
- being done as it has to be.
- -Fixed a bug in title management that make dvd like Seven work.
- ------------------------------------------------------------------------
- r787 | richards | 2001-04-03 00:40:07 +0200 (Tue, 03 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/vout_beos.cpp
- vout_beos now uses double buffering for YCbCr overlay.
- This (for some reason) improves audio/video sync
- ------------------------------------------------------------------------
- r788 | sam | 2001-04-03 01:30:41 +0200 (Tue, 03 Apr 2001) | 16 lines
- Changed paths:
- M /trunk/INSTALL
- M /trunk/Makefile.in
- A /trunk/extras
- A /trunk/extras/MacOSX_dvdioctl
- A /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- A /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
- A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj
- A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj/project.pbxproj
- A /trunk/extras/MacOSX_dvdioctl/English.lproj
- A /trunk/extras/MacOSX_dvdioctl/English.lproj/InfoPlist.strings
- M /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_css.h
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- * fixes for the Qt plugin compilation under Debian
- * heavy butchering in the CSS and DVD ioctl code to put all architecture-
- dependent code in dvd_ioctl.c
- * added almost fully-functional /dev/dvd driver for MacOS X in
- extras/DVDioctl; to build it:
- % cd extras/DVDioctl
- % pbxbuild
- % kextload build/DVDioctl.kext # note: kextload has to be run as root
- be aware that the license for the DVDioctl kernel extension is
- not GPL but APSL, because I borrowed some code from the Darwin kernel.
- ------------------------------------------------------------------------
- r789 | stef | 2001-04-03 05:39:41 +0200 (Tue, 03 Apr 2001) | 13 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_programs.c
- -Fall back to one-packet-once reading in dvd input since multi-block
- seems to have a bug that make the vlc crash on title/audio/spu change. I
- hope that this bug will be fixed soon for the performance is poorer now
- -add-ons and changes in gnome interface:
- *menu subdivision is done only if there are over 20 items,
- *in DVD mode next/prev apply to title,
- *in DVD mode, added a box with button to navigate through
- chapters.
- This has not been finished yet (and it is not in gtk plugin then). And I
- think I will leave toolbar next/prev buttons for playlist and add
- button specifically for title change like for chapters.*
- ------------------------------------------------------------------------
- r790 | sam | 2001-04-04 04:49:18 +0200 (Wed, 04 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- * additional enhancements to the OS X DVD ioctl module
- * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
- ------------------------------------------------------------------------
- r791 | sam | 2001-04-04 18:33:07 +0200 (Wed, 04 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/x11/vout_xvideo.c
- * compilation fixes for the BeOS DVD ioctls
- * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
- ------------------------------------------------------------------------
- r792 | sam | 2001-04-05 05:50:38 +0200 (Thu, 05 Apr 2001) | 9 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/vlc.1
- A /trunk/extras/GNUgetopt
- A /trunk/extras/GNUgetopt/getopt.c
- A /trunk/extras/GNUgetopt/getopt.h
- A /trunk/extras/GNUgetopt/getopt1.c
- A /trunk/extras/MacOSX_dvdioctl/.cvsignore
- M /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/darwin/aout_darwin.c
- M /trunk/src/interface/main.c
- * added the GNU getopt library, which gets compiled in when getopt_long
- isn't available on the desired platform.
- * replaced the `--warning' flag with the standard cumulative `-v' flag.
- `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
- (`--warning' is still valid for those used to it)
- * cleaning in configure.in and Makefile.in, the Solaris port now
- builds and runs properly.
- ------------------------------------------------------------------------
- r793 | asmax | 2001-04-05 16:00:28 +0200 (Thu, 05 Apr 2001) | 7 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/src/input/mpeg_system.c
- Added a new packet allocation method that punish one's mother in PS input.
- I hope there won't be too many segfaults because of it ;)
- A few parameters must be adjusted to optimize this method; I'll do it later
- because Proba Stat sucks ;)
- ------------------------------------------------------------------------
- r794 | asmax | 2001-04-05 18:37:15 +0200 (Thu, 05 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- switched back to the old packet allocation method for PS input, because
- Sam does not want the new one ;)
- ------------------------------------------------------------------------
- r795 | sam | 2001-04-06 11:15:48 +0200 (Fri, 06 Apr 2001) | 7 lines
- Changed paths:
- A /trunk/extras/GNUgetopt/COPYING
- A /trunk/extras/MacOSX_dvdioctl/COPYING
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- A /trunk/extras/MacOSX_dvdioctl/README
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/ggi/vout_ggi.c
- M /trunk/plugins/idct/idct_common.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- M /trunk/src/ac3_decoder/ac3_exponent.c
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/audio_decoder/adec_generic.c
- M /trunk/src/audio_decoder/adec_layer1.c
- M /trunk/src/audio_decoder/adec_layer2.c
- M /trunk/src/audio_decoder/audio_decoder.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/intf_ctrl.c
- M /trunk/src/interface/intf_urldecode.c
- M /trunk/src/interface/main.c
- M /trunk/src/lpcm_decoder/lpcm_decoder.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- M /trunk/src/misc/tests.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_output/video_spu.c
- M /trunk/src/video_parser/video_fifo.c
- M /trunk/src/video_parser/vpar_headers.c
- M /trunk/src/video_parser/vpar_synchro.c
- * Code cleanup: removed a few tabulations.
- * Fixed inline asm routines to remove all read/write operands.
- * Added <string.h> to most files to prevent warnings under FreeBSD.
- * Added "break;" after "default:" in case switches to prevent
- warnings when compiling with GCC 3.0pre.
- ------------------------------------------------------------------------
- r796 | massiot | 2001-04-06 20:18:10 +0200 (Fri, 06 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/extras/MacOSX_app
- A /trunk/extras/MacOSX_app/Contents
- A /trunk/extras/MacOSX_app/Contents/Info.plist
- A /trunk/extras/MacOSX_app/Contents/PkgInfo
- D /trunk/plugins/darwin/aout_darwin.c
- M /trunk/plugins/darwin/darwin.c
- A /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_text.c
- * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
- interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
- * Bumped up version number to 0.2.70.
- ------------------------------------------------------------------------
- r797 | sam | 2001-04-07 06:17:49 +0200 (Sat, 07 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/vlc.spec
- * Updated version information in RedHat and Debian package control files.
- ------------------------------------------------------------------------
- r798 | ej | 2001-04-07 06:59:52 +0200 (Sat, 07 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/vout_macosx.c
- Cleaning code and a small fix to make quit work on OSX
- ------------------------------------------------------------------------
- r799 | massiot | 2001-04-07 18:21:13 +0200 (Sat, 07 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.in
- Added a missing file for MacOS X port.
- ------------------------------------------------------------------------
- r800 | massiot | 2001-04-07 18:35:05 +0200 (Sat, 07 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Disable x11 plugin if X11 headers are not found.
- ------------------------------------------------------------------------
- r801 | massiot | 2001-04-08 01:23:50 +0200 (Sun, 08 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/vlc.spec
- Removed --enable-mmx (enabled by default under x86) and changed a few
- things.
- ------------------------------------------------------------------------
- r802 | sam | 2001-04-08 06:17:30 +0200 (Sun, 08 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.in
- M /trunk/TODO
- M /trunk/vlc.spec
- * Updated ChangeLog and TODO list.
- * Added TODO to the .spec file.
- * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
- ------------------------------------------------------------------------
- r803 | stef | 2001-04-08 09:24:47 +0200 (Sun, 08 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/intf_playlist.c
- -changes in gnome interface
- -bugfix in input dvd
- ------------------------------------------------------------------------
- r804 | stef | 2001-04-08 09:45:03 +0200 (Sun, 08 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gnome/gnome_callbacks.c
- -fixed little poliotage
- ------------------------------------------------------------------------
- r805 | stef | 2001-04-08 11:04:33 +0200 (Sun, 08 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input.c
- -fixed css authentication under linux since it has been broken for a few
- days: we have to initialize agid of authinfo struct.
- -fixed a segfault on exit when DVDInit fails
- ------------------------------------------------------------------------
- r806 | octplane | 2001-04-08 15:09:32 +0200 (Sun, 08 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_playlist.c
- Corrected playlist update on file opening.
- ------------------------------------------------------------------------
- r807 | octplane | 2001-04-08 15:11:45 +0200 (Sun, 08 Apr 2001) | 2 lines
- Changed paths:
- A /trunk/plugins/gtk/gtk_playlist.h
- Forgot one small thing :P
- ------------------------------------------------------------------------
- r808 | sam | 2001-04-08 18:57:47 +0200 (Sun, 08 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/README
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/x11/vout_xvideo.c
- * XVideo window now has a black background, thanks to Shane Harper.
- * Fixed a heap corruption in dvd_css.c.
- ------------------------------------------------------------------------
- r809 | stef | 2001-04-09 06:15:30 +0200 (Mon, 09 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/intf_beos.cpp
- -Fixed a compilation issue due to a change in an interface structure
- ------------------------------------------------------------------------
- r810 | stef | 2001-04-10 19:47:05 +0200 (Tue, 10 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- -Fixed the lock segfault bug with some compilers
- -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
- ------------------------------------------------------------------------
- r811 | henri | 2001-04-11 04:01:24 +0200 (Wed, 11 Apr 2001) | 9 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/config.h.in
- M /trunk/include/main.h
- M /trunk/include/netutils.h
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_ctrl.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/netutils.c
- - Ported the 0.2.0's channel changing functions
- - Cosmetic changes : the word 'vlan' is disappearing
- - network_ChannelJoin is still commented out as it's not in sync anymore
- with our channel server. Nitrox should fix this within a week.
- - X and Xv output : added autohide cursor as in SDL
- - X and Sv : keys 1 to 0 change channel
- - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
- ------------------------------------------------------------------------
- r812 | sam | 2001-04-11 06:31:59 +0200 (Wed, 11 Apr 2001) | 9 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h.in
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_css.h
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- * Fixed the whitespace/tab issues in the Makefile.
- * Corrected an awful typo in the version name, I hope Lieutenant Commander
- Arkady Grigorovich Ourumov will never set up us the bomb for that.
- * Removed deprecated stuff from config.h.
- * Disabled message queue by default.
- * A few other changes in the CSS code, the BeOS issues should be fixed.
- * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
- ------------------------------------------------------------------------
- r813 | sam | 2001-04-11 06:46:18 +0200 (Wed, 11 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ioctl.c
- * Forgot a BeOS patch on previous commit.
- ------------------------------------------------------------------------
- r814 | sam | 2001-04-11 14:52:10 +0200 (Wed, 11 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/debian/control-css
- A /trunk/debian/gnome-vlc.desktop
- A /trunk/debian/gvlc.desktop
- M /trunk/debian/rules
- A /trunk/debian/vlc-gnome.menu
- M /trunk/debian/vlc-gtk.menu
- A /trunk/debian/vlc-qt.menu
- A /trunk/debian/vlc.desktop
- M /trunk/doc/vlc.1
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gtk/intf_gtk.c
- A /trunk/share/gnome-vlc.png
- A /trunk/share/gnome-vlc.xpm
- M /trunk/share/gvlc.png
- M /trunk/share/gvlc.xpm
- A /trunk/share/kvlc.png
- A /trunk/share/kvlc.xpm
- A /trunk/share/qvlc.png
- A /trunk/share/qvlc.xpm
- A /trunk/share/vlc-icons.xcf
- M /trunk/share/vlc.png
- M /trunk/share/vlc.xpm
- * Fixed icons location and Debian desktop menus.
- ------------------------------------------------------------------------
- r815 | ej | 2001-04-11 15:30:30 +0200 (Wed, 11 Apr 2001) | 16 lines
- Changed paths:
- M /trunk/Makefile.in
- M /trunk/plugins/macosx/intf_macosx.c
- A /trunk/plugins/macosx/macosx_common.h
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_text.c
- Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
- function support and a no-frills About box
- Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
- (the way I see it, there is inherently a difficult separation of intf and
- vout on Mac OS, if anyone has suggestions I'm open)
- Cleaned up debug spew I left in modules.c and video_text.c
- Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
- app (ie., double clicked and not launched from command line)... read the
- file for more details. UGLY.
- Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
- clean code for it as well
- ------------------------------------------------------------------------
- r816 | ej | 2001-04-11 15:56:39 +0200 (Wed, 11 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.in
- Fixed a dumb mistake in Makefile.in
- ------------------------------------------------------------------------
- r817 | ej | 2001-04-11 16:10:49 +0200 (Wed, 11 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/src/interface/main.c
- Forgot a little thing...main. Done for now I hope;-)
- ------------------------------------------------------------------------
- r818 | sam | 2001-04-12 03:52:45 +0200 (Thu, 12 Apr 2001) | 8 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile.in
- M /trunk/include/beos_specific.h
- A /trunk/include/darwin_specific.h
- M /trunk/share/gnome-vlc.png
- M /trunk/share/gnome-vlc.xpm
- M /trunk/share/gvlc.png
- M /trunk/share/gvlc.xpm
- M /trunk/share/kvlc.png
- M /trunk/share/kvlc.xpm
- M /trunk/share/qvlc.png
- M /trunk/share/qvlc.xpm
- M /trunk/share/vlc-icons.xcf
- M /trunk/share/vlc.png
- M /trunk/share/vlc.xpm
- A /trunk/share/vlc_beos.rsrc
- M /trunk/src/audio_decoder/adec_layer1.c
- M /trunk/src/audio_decoder/adec_layer2.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/beos_specific.cpp
- A /trunk/src/misc/darwin_specific.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/video_output/video_text.c
- * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
- * Updated icons.
- * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
- * Created darwin_specific.c to store the program path at boot time.
- (XXX: check that it didn't break the OS X port)
- * Fixed a warning in netutils.c.
- ------------------------------------------------------------------------
- r819 | stef | 2001-04-12 04:40:09 +0200 (Thu, 12 Apr 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- -Fixed a bug in area management added in my last commit
- -Change the way ifo are read ; I hope this fixes problems with some
- compilers
- -Added error checks in dvd input
- ------------------------------------------------------------------------
- r820 | stef | 2001-04-12 05:26:53 +0200 (Thu, 12 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- -added a field to p_input->stream to inform the interface of a stream
- change (useful in network mode)
- ------------------------------------------------------------------------
- r821 | sam | 2001-04-12 10:24:30 +0200 (Thu, 12 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/src/misc/beos_specific.cpp
- * Fixed a typo in yesterday's BeOS changes.
- ------------------------------------------------------------------------
- r822 | tcastley | 2001-04-12 13:10:16 +0200 (Thu, 12 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/intf_beos.cpp
- Fixed menu problem in 0.2.7.0
- ------------------------------------------------------------------------
- r823 | colin | 2001-04-12 19:57:12 +0200 (Thu, 12 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile.in
- A /trunk/share/vlc.icns
- MacOS X
- make vlc.app now correctly updates vlc.app
- added an icon to the MacOS X vlc
- removed the build of the vlc app from the install target
- ------------------------------------------------------------------------
- r824 | henri | 2001-04-13 03:49:22 +0200 (Fri, 13 Apr 2001) | 12 lines
- Changed paths:
- M /trunk/TODO
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/src/input/mpeg_system.c
- TS input : only one audio & spu ES selected at a time
- Intf : ts streams in menu
- fixed a typo
- There be certainly need for debug on the TS input as vls complains about
- wrong sized PES packets, and that many streams do not seem to work.
- btw, I forgot to mention in my last commit the function that nooone will
- ever use : "right button" key of 105 keys keybords support under X11,
- Xv, Sdl
- ------------------------------------------------------------------------
- r825 | stef | 2001-04-13 07:36:12 +0200 (Fri, 13 Apr 2001) | 7 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input_programs.c
- *Added udf fix by Billy Biggs
- *Added checks in dvd_ifo
- *Cleanings in gnome interface : the interface should be dependant on the
- input method.
- ------------------------------------------------------------------------
- r826 | sam | 2001-04-13 08:20:23 +0200 (Fri, 13 Apr 2001) | 10 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/debian/rules
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/vlc.spec
- * Updated version number to 0.2.71 (release today).
- * Merged 6 months of CVS logs to the ChangeLog file.
- The vlc changelog can now be viewed here:
- http://www.videolan.org/vlc/changelog.html
- * Fixed a lintian error in debian/rules.
- * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
- ------------------------------------------------------------------------
- r827 | sam | 2001-04-13 16:33:22 +0200 (Fri, 13 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/misc/darwin_specific.c
- * Fix for Darwin program path handling. I mistakenly assumed that the
- program path was always absolute.
- ------------------------------------------------------------------------
- r828 | sam | 2001-04-14 09:41:20 +0200 (Sat, 14 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/interface/main.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/darwin_specific.c
- * Got rid of the sleep() hack in beos_specific.cpp
- * Fixed a segfault when launched without argument under Darwin.
- ------------------------------------------------------------------------
- r829 | sam | 2001-04-15 06:19:58 +0200 (Sun, 15 Apr 2001) | 29 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- A /trunk/Makefile
- M /trunk/Makefile.dep
- D /trunk/Makefile.in
- A /trunk/Makefile.modules.in
- A /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/include/modules.h
- A /trunk/include/modules_builtin.h.in
- A /trunk/plugins/alsa/Makefile
- A /trunk/plugins/beos/Makefile
- M /trunk/plugins/beos/intf_beos.cpp
- A /trunk/plugins/darwin/Makefile
- A /trunk/plugins/dsp/Makefile
- A /trunk/plugins/dummy/Makefile
- A /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- A /trunk/plugins/esd/Makefile
- A /trunk/plugins/fb/Makefile
- A /trunk/plugins/ggi/Makefile
- A /trunk/plugins/glide/Makefile
- A /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.glade
- A /trunk/plugins/gtk/Makefile
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/intf_gtk.glade
- A /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idct.h
- M /trunk/plugins/idct/idct_common.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- A /trunk/plugins/macosx/Makefile
- A /trunk/plugins/mga/Makefile
- A /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/motion/vdec_motion_common.c
- A /trunk/plugins/mpeg/Makefile
- A /trunk/plugins/null/Makefile
- A /trunk/plugins/qt/Makefile
- A /trunk/plugins/sdl/Makefile
- A /trunk/plugins/text/Makefile
- A /trunk/plugins/x11/Makefile
- A /trunk/plugins/yuv/Makefile
- M /trunk/plugins/yuv/transforms_yuv.c
- M /trunk/plugins/yuv/transforms_yuvmmx.c
- M /trunk/plugins/yuv/video_common.h
- M /trunk/plugins/yuv/video_yuv.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/modules.c
- * Beginning of the built-in modules support.
- A few words about the changes:
- - heavy Makefile butchery has taken place, each plugin now has its own
- Makefile. I know recursive make blablah harmful, but it was just so
- much easier to do this way.
- - Makefile.in has disappeared, we now generate Makefile.opts with
- the overall configuration options, and Makefile.modules which is
- specific to module compilation.
- - After ./configure has been run you may want to modify Makefile.opts
- to check which modules will be compiled built-in or as plugins.
- - Some modules cannot be compiled built-in right now because proper
- linkage doesn't work yet. We don't really care since they're the
- interface or video output modules. The most important stuff works
- (iDCT, motion, YUV, input).
- - It's perfectly valid to compile a module both as built-in and as a
- plugin. vlc will only load the built-in one, but I'll add an option
- to ignore built-in modules for testing purposes.
- - We *should* see a performance increase here. I didn't have much time
- to test it, but if anyone can confirm and perhaps give a rough
- estimate of how much we gain...
- ------------------------------------------------------------------------
- r830 | sam | 2001-04-15 06:46:41 +0200 (Sun, 15 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.modules.in
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/dsp/Makefile
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/null/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/plugins/yuv/Makefile
- * A few Makefile fixes for BeOS
- * XVideo patches by Shane Harper
- ------------------------------------------------------------------------
- r831 | sam | 2001-04-15 12:54:46 +0200 (Sun, 15 Apr 2001) | 15 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.modules.in
- M /trunk/Makefile.opts.in
- M /trunk/TODO
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/yuv/Makefile
- M /trunk/src/misc/modules.c
- * Updated TODO list with Henri's Apr 6th post.
- * Built-in modules support almost finished.
- Now you can compile any module within vlc, even the Gnome, Qt, SDL
- and GGI modules at the same time, resulting in an awful extra fat
- vlc binary with gazillons of library dependecies.
- The only exception is that the Gnome and Gtk+ modules can't be
- compiled together into vlc. But you can have one compiled built-in
- and the other as a plugin.
- Another consequence is that libdl should no longer be needed under
- MacOS X. I'll check this as soon as possible.
- ------------------------------------------------------------------------
- r832 | sam | 2001-04-15 17:11:44 +0200 (Sun, 15 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- * All Debian packages are now lintian-clean.
- * Fixed XVideo plugin linking.
- ------------------------------------------------------------------------
- r833 | stef | 2001-04-15 17:32:48 +0200 (Sun, 15 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ifo.c
- -Maybe fixed the "cell not found" bug. I can't test it because I don't
- have a dvd drive here, but it should work now.
- ------------------------------------------------------------------------
- r834 | stef | 2001-04-15 23:17:50 +0200 (Sun, 15 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/input_dvd.c
- -I hope I have fixed the ifo bug lastly !
- ------------------------------------------------------------------------
- r835 | sam | 2001-04-16 09:40:11 +0200 (Mon, 16 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/ChangeLog
- M /trunk/INSTALL
- M /trunk/Makefile
- A /trunk/Makefile.common
- M /trunk/Makefile.dep
- M /trunk/Makefile.opts.in
- M /trunk/include/.cvsignore
- A /trunk/plugins/alsa/.cvsignore
- M /trunk/plugins/alsa/Makefile
- A /trunk/plugins/beos/.cvsignore
- M /trunk/plugins/beos/Makefile
- A /trunk/plugins/darwin/.cvsignore
- M /trunk/plugins/darwin/Makefile
- A /trunk/plugins/dsp/.cvsignore
- M /trunk/plugins/dsp/Makefile
- A /trunk/plugins/dummy/.cvsignore
- M /trunk/plugins/dummy/Makefile
- A /trunk/plugins/dvd/.cvsignore
- M /trunk/plugins/dvd/Makefile
- A /trunk/plugins/esd/.cvsignore
- M /trunk/plugins/esd/Makefile
- A /trunk/plugins/fb/.cvsignore
- M /trunk/plugins/fb/Makefile
- A /trunk/plugins/ggi/.cvsignore
- M /trunk/plugins/ggi/Makefile
- A /trunk/plugins/glide/.cvsignore
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gnome/.cvsignore
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gtk/.cvsignore
- M /trunk/plugins/gtk/Makefile
- A /trunk/plugins/idct/.cvsignore
- M /trunk/plugins/idct/Makefile
- A /trunk/plugins/macosx/.cvsignore
- M /trunk/plugins/macosx/Makefile
- A /trunk/plugins/mga/.cvsignore
- M /trunk/plugins/mga/Makefile
- A /trunk/plugins/motion/.cvsignore
- M /trunk/plugins/motion/Makefile
- A /trunk/plugins/mpeg/.cvsignore
- M /trunk/plugins/mpeg/Makefile
- A /trunk/plugins/null/.cvsignore
- M /trunk/plugins/null/Makefile
- M /trunk/plugins/qt/.cvsignore
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/qt/intf_qt.cpp
- A /trunk/plugins/sdl/.cvsignore
- M /trunk/plugins/sdl/Makefile
- A /trunk/plugins/text/.cvsignore
- M /trunk/plugins/text/Makefile
- A /trunk/plugins/x11/.cvsignore
- M /trunk/plugins/x11/Makefile
- A /trunk/plugins/yuv/.cvsignore
- M /trunk/plugins/yuv/Makefile
- M /trunk/src/misc/modules.c
- * Added .cvsignore files in the plugins directories.
- * Additional Makefile cleaning for built-in modules.
- * Fixed Makefile for Solaris target.
- ------------------------------------------------------------------------
- r836 | asmax | 2001-04-16 14:34:28 +0200 (Mon, 16 Apr 2001) | 10 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- Re-added the new packet allocation method in PS input, using packet caches.
- With warning level 1, you can see when a packet is allocated or freed; the
- goal is to never call 'malloc' nor 'free', except at the beginning of the
- stream.
- The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
- If 'free' is called too often, it means that a cache is too small, so try
- to increase its size.
- ------------------------------------------------------------------------
- r837 | sam | 2001-04-16 15:00:55 +0200 (Mon, 16 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- D /trunk/Makefile.common
- A /trunk/Makefile.modules
- D /trunk/Makefile.modules.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/dsp/Makefile
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/null/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/yuv/Makefile
- M /trunk/vlc.spec
- * Merged Makefile.common and Makefile.modules.in into Makefile.modules
- * Updated version number and ChangeLog to 0.2.72
- * Additional plugin Makefile cleaning, probably the last.
- ------------------------------------------------------------------------
- r838 | sam | 2001-04-16 15:32:55 +0200 (Mon, 16 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Fixed a typo in configure.in
- ------------------------------------------------------------------------
- r839 | sam | 2001-04-17 16:39:51 +0200 (Tue, 17 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- OS X fixes:
- * Fixed a compilation issue in the DVDioctl driver.
- * Added a call to ranlib after a built-in module compilation.
- ------------------------------------------------------------------------
- r840 | massiot | 2001-04-17 16:54:54 +0200 (Tue, 17 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/mpeg_system.c
- Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
- ------------------------------------------------------------------------
- r841 | colin | 2001-04-17 17:17:58 +0200 (Tue, 17 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/extras/MacOSX_app/Contents/Info.plist
- fix MacOS X icon
- ------------------------------------------------------------------------
- r842 | massiot | 2001-04-17 20:22:51 +0200 (Tue, 17 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/x11/vout_xvideo.c
- Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
- <sbrown@cortland.com>)
- ------------------------------------------------------------------------
- r843 | marcari | 2001-04-17 22:43:41 +0200 (Tue, 17 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r844 | stef | 2001-04-20 07:40:03 +0200 (Fri, 20 Apr 2001) | 12 lines
- Changed paths:
- M /trunk/include/config.h.in
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/interface/main.c
- -corrected some bugs in gnome interface: language menu are now
- synchronized ; and menus have less chances to be changed when they're opened.
- -added basic angle support ; this is a first try. It works with my 2
- test-DVDs, but I'd like that people having DVDs with repeated scenes to
- test it. We can choose angle with command line option -u (don't ask me
- why :)
- -a cosmetic change in css decryption.
- Since config.h.in has changed, you have to re-run ./configure.
- ------------------------------------------------------------------------
- r845 | sam | 2001-04-20 13:06:48 +0200 (Fri, 20 Apr 2001) | 6 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/TODO
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules_builtin.h.in
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/src/misc/modules.c
- * Fixed build process when no plugins or no builtins were chosen.
- * Makefile changes to get around MacOS X's brain-damaged gcc.
- * FreeBSD configure and Makefile patches, courtesy of Espen
- Skoglund <esk@ira.uka.de>.
- ------------------------------------------------------------------------
- r846 | reno | 2001-04-20 14:14:34 +0200 (Fri, 20 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- D /trunk/src/ac3_decoder/ac3_bit_stream.h
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- M /trunk/src/ac3_decoder/ac3_exponent.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- * Begin of the new ac3_decoder ;)
- - New ac3_decoder_thread (we now use GetBits)
- Please warn me if you encounter some problem
- ------------------------------------------------------------------------
- r847 | sam | 2001-04-20 17:02:48 +0200 (Fri, 20 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/mpeg/Makefile
- A /trunk/plugins/mpeg/es.c
- A /trunk/plugins/mpeg/input_es.c
- A /trunk/plugins/mpeg/input_es.h
- * Added prototypes for the Elementary Stream input module for Alexis.
- it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
- ------------------------------------------------------------------------
- r848 | sam | 2001-04-21 02:31:07 +0200 (Sat, 21 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/plugins/x11/vout_x11.c
- * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
- ------------------------------------------------------------------------
- r849 | sam | 2001-04-22 00:49:24 +0200 (Sun, 22 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
- ------------------------------------------------------------------------
- r850 | stef | 2001-04-22 02:08:26 +0200 (Sun, 22 Apr 2001) | 6 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- -better handling of angles: you should be able to change on the fly now
- -removed ?239?191?189 bug added at my last commit in css code; cleaned CSSGetKey
- -various changes and bugfixes in the gnome interface.
- ------------------------------------------------------------------------
- r851 | benny | 2001-04-25 08:56:47 +0200 (Wed, 25 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/src/interface/intf_msg.c
- Get rid of the asprintf that were slow and not available on Solaris. Didn't
- check if the new code still compiles everywhere, but it should.
- ------------------------------------------------------------------------
- r852 | sam | 2001-04-25 11:31:14 +0200 (Wed, 25 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/TODO
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- * Updated the TODO list.
- * Fixed benny's latest C++ism.
- * Fonts not found are no longer fatal to the video output.
- ------------------------------------------------------------------------
- r853 | massiot | 2001-04-25 12:22:33 +0200 (Wed, 25 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/include/input.h
- M /trunk/include/input_ext-dec.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/audio_decoder/audio_decoder.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_parser/video_parser.c
- * Fixed an alignment issue with the bit stream and the bit stream
- callback on startup - InitBitstream prototype has changed ;
- * Removed a buffer zeroing in video output - doesn't change anything
- for me, does it for you ?
- ------------------------------------------------------------------------
- r854 | massiot | 2001-04-25 22:54:07 +0200 (Wed, 25 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * Removed my optimization attempt.
- ------------------------------------------------------------------------
- r855 | reno | 2001-04-26 02:12:19 +0200 (Thu, 26 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- * Follow of the new ac3_decoder ;)
- - New ac3_mantissa (use of dithflag, new unpack)
- - Correction of an introducing counting bug in ac3_parse
- (i forget 2 bits in total_bits_read)
- ------------------------------------------------------------------------
- r856 | sam | 2001-04-26 05:55:44 +0200 (Thu, 26 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/input/input_clock.c
- * Commited Shane's XVideo patches. It works here (tm).
- * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
- not square image).
- ------------------------------------------------------------------------
- r857 | sam | 2001-04-26 13:23:16 +0200 (Thu, 26 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- * Fixed the ac3dec compilation under BeOS.
- * Removed a useless #include in aout_sdl.c.
- ------------------------------------------------------------------------
- r858 | sam | 2001-04-27 18:08:26 +0200 (Fri, 27 Apr 2001) | 11 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/TODO
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/vlc.1
- M /trunk/include/defs.h.in
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/text/Makefile
- A /trunk/plugins/text/intf_rc.c
- A /trunk/plugins/text/rc.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/misc/netutils.c
- * Fixed the continuous 'seeking position' bug in network mode.
- * rc interface plugin for vlc control through /dev/stdin courtesy
- of Peter Surda <shurdeek@panorama.sth.ac.at>.
- * Support for `ts://foo:42' style input source:
- vlc ts://vls.via.ecp.fr:1234
- vlc ts://vls.via.ecp.fr
- vlc ts:vls
- vlc ts:vls:4321
- As a side effect, the Gnome and Gtk "network input" buttons work.
- ------------------------------------------------------------------------
- r859 | henri | 2001-04-27 20:07:57 +0200 (Fri, 27 Apr 2001) | 9 lines
- Changed paths:
- M /trunk/include/netutils.h
- M /trunk/src/input/input.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/netutils.c
- Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
- You now have to specify the broadcast address as an argument.
- Btw, thanks to sam, you can now use ts://server:port style, which gives
- for broadcast :
- vlc --broadcast broadcast_addr ts://server[:port]
- ------------------------------------------------------------------------
- r860 | massiot | 2001-04-27 21:29:11 +0200 (Fri, 27 Apr 2001) | 6 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h.in
- M /trunk/include/intf_msg.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/misc/rsc_files.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_parser/vpar_synchro.c
- Change --enable-debug into --enable-trace. Same with DEBUG_*.
- --enable-debug still exists, but only activates -g and additional
- safety checks.
- I hope I didn't break anything :))
- ------------------------------------------------------------------------
- r861 | stef | 2001-04-28 01:29:14 +0200 (Sat, 28 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ps.c
- -fixed a segfault added in last commit: initilisation of p_cache was
- done inside a #ifdef DEBUG
- It still segfaults for me on exit.
- ------------------------------------------------------------------------
- r862 | henri | 2001-04-28 02:28:52 +0200 (Sat, 28 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- A /trunk/doc/vlc-howto.sgml
- Added a howto. Feel free to correct it. I'll put it on the website soon.
- ------------------------------------------------------------------------
- r863 | sam | 2001-04-28 05:36:26 +0200 (Sat, 28 Apr 2001) | 10 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/GNUgetopt/getopt.c
- M /trunk/include/common.h
- M /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/modules.h
- M /trunk/include/threads.h
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/gnome/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xvideo.c
- M /trunk/plugins/yuv/transforms_yuvmmx.h
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_channels.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_parser/video_parser.c
- M /trunk/src/video_parser/vpar_blocks.c
- M /trunk/src/video_parser/vpar_headers.c
- * Coding style fixes here and there.
- * Miscellaneous QNX compile fixes.
- * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
- * Added Marcari and Gildas to the AUTHORS file.
- (I commited the mingw32 port because it doesn't add any new code outside
- the #ifdefs, but we won't tell a word about it for the moment. We don't
- really need windows users whining about bugs, do we ?)
- ------------------------------------------------------------------------
- r864 | sam | 2001-04-28 06:09:38 +0200 (Sat, 28 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Don't use the #@%&$! autoconf-suggested CFLAGS.
- ------------------------------------------------------------------------
- r865 | sam | 2001-04-28 06:47:20 +0200 (Sat, 28 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/src/audio_output/aout_s16.c
- * Fixed a nonsense in configure.in preventing to build sdl.so.
- * Removed a few stupid debug instructions in aout_s16.c that should
- have never been commited. Sorry about that.
- ------------------------------------------------------------------------
- r866 | henri | 2001-04-28 07:08:01 +0200 (Sat, 28 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/vlc.spec
- Updated files for 0.2.73 release
- ------------------------------------------------------------------------
- r867 | sam | 2001-04-28 07:12:05 +0200 (Sat, 28 Apr 2001) | 3 lines
- Changed paths:
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/debian/control
- M /trunk/debian/rules
- * Updated debian control files and disabled ALSA for this version.
- ------------------------------------------------------------------------
- r868 | henri | 2001-04-29 01:19:19 +0200 (Sun, 29 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_netlist.c
- - Fixed a bug in TS input. It should be more smooth now
- - Fixed the pace control. Meuuh, could you check ?
- ------------------------------------------------------------------------
- r869 | stef | 2001-04-29 04:48:51 +0200 (Sun, 29 Apr 2001) | 10 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/audio_output.h
- M /trunk/include/main.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/intf_gnome.c
- A /trunk/src/ac3_spdif
- A /trunk/src/ac3_spdif/ac3_iec958.c
- A /trunk/src/ac3_spdif/ac3_iec958.h
- A /trunk/src/ac3_spdif/ac3_spdif.c
- A /trunk/src/ac3_spdif/ac3_spdif.h
- M /trunk/src/audio_output/aout_common.h
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/main.c
- -new audio output using direct ac3 pass-through with some sound
- cards: it sends raw ac3 frames to an external ac3 decoder. It is very
- experimental yet, hasn't any synchro ... but it works well with my
- sblive and my dtt3500 speakers (note that you need a patched emu10k1
- driver for this to work).
- -bug fix in gnome intf thanks to Shane Harper.
- -bug fix in input_dvd for chapter change.
- ------------------------------------------------------------------------
- r870 | stef | 2001-04-29 04:55:36 +0200 (Sun, 29 Apr 2001) | 2 lines
- Changed paths:
- A /trunk/src/audio_output/aout_spdif.c
- Forgot one file.
- ------------------------------------------------------------------------
- r871 | stef | 2001-04-29 16:52:42 +0200 (Sun, 29 Apr 2001) | 11 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/video_parser/video_parser.c
- -slight modification in ClockManageRef: after a synchro reinit, we still
- do the mwait and re-init last-cr so that there no date irregularity.
- Such a thing is necessary for dvd playback at cell change ; however,
- Meuuh, could you look at that since you might think we should do
- otherwise.
- -turned the "bitsream callback discontinuity" message to debug.
- -removed modification of the title environnement variable in input dvd
- at title change since we no longer restart the input at title change.
- ------------------------------------------------------------------------
- r872 | sam | 2001-04-29 19:03:20 +0200 (Sun, 29 Apr 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/src/misc/beos_specific.cpp
- * BeOS crash fix by Wade Majors <guru@startrek.com>.
- Please, try no to forget the ChangeLog when commiting!
- ------------------------------------------------------------------------
- r873 | stef | 2001-04-29 19:57:50 +0200 (Sun, 29 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/dvd/input_dvd.c
- -Fixed the title-change-with-no-input-restart in dvd.
- -I haven't forgotten the chagelog this time :)
- ------------------------------------------------------------------------
- r874 | massiot | 2001-04-30 11:44:26 +0200 (Mon, 30 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- Fixed a mistake with -g and --enable-debug.
- ------------------------------------------------------------------------
- r875 | massiot | 2001-04-30 17:01:00 +0200 (Mon, 30 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile
- D /trunk/doc/todo
- M /trunk/include/intf_msg.h
- D /trunk/include/rsc_files.h
- M /trunk/src/interface/interface.c
- D /trunk/src/interface/intf_cmd.c
- D /trunk/src/interface/intf_cmd.h
- D /trunk/src/interface/intf_console.c
- D /trunk/src/interface/intf_console.h
- D /trunk/src/interface/intf_ctrl.c
- D /trunk/src/interface/intf_ctrl.h
- M /trunk/src/interface/intf_msg.c
- D /trunk/src/misc/rsc_files.c
- Removed unused files.
- ------------------------------------------------------------------------
- r876 | reno | 2001-04-30 23:04:20 +0200 (Mon, 30 Apr 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix.h
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- A /trunk/src/ac3_decoder/ac3_imdct_c.c
- A /trunk/src/ac3_decoder/ac3_imdct_c.h
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- A /trunk/src/ac3_decoder/ac3_srfft.c
- A /trunk/src/ac3_decoder/ac3_srfft.h
- * Follow of the new ac3_decoder ;)
- - New ac3_imdct
- - New ac3_downmix
- ------------------------------------------------------------------------
- r877 | reno | 2001-04-30 23:10:25 +0200 (Mon, 30 Apr 2001) | 2 lines
- Changed paths:
- M /trunk/src/ac3_decoder/ac3_imdct_c.h
- M /trunk/src/ac3_decoder/ac3_srfft.c
- M /trunk/src/ac3_decoder/ac3_srfft.h
- I forgot some headers
- ------------------------------------------------------------------------
- r878 | sam | 2001-05-01 06:18:18 +0200 (Tue, 01 May 2001) | 19 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/INSTALL
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/vlc.1
- M /trunk/include/audio_output.h
- M /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_builtin.h.in
- M /trunk/include/video_output.h
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/dsp/Makefile
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/null/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/text/intf_rc.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/plugins/yuv/Makefile
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- M /trunk/src/ac3_spdif/ac3_iec958.c
- M /trunk/src/ac3_spdif/ac3_iec958.h
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/ac3_spdif/ac3_spdif.h
- M /trunk/src/audio_decoder/audio_decoder.c
- M /trunk/src/audio_decoder/audio_decoder.h
- M /trunk/src/audio_output/aout_common.h
- A /trunk/src/audio_output/aout_ext-dec.c
- D /trunk/src/audio_output/aout_fifo.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_yuv.c
- M /trunk/src/video_parser/video_parser.c
- M /trunk/src/video_parser/vpar_headers.c
- M /trunk/vlc.spec
- * Mandatory step for video output IV and the audio output quality
- fix: the output threads are now spawned when a decoder needs one,
- so it can decide the audio frequency or the video window size. Still
- under heavy construction, so don't get too excited at finding bugs
- in it yet.
- Note: this change broke the XVideo module, so I made its score much
- lower than before. I suspect xvideo.so had a bug before which only
- appears now. Other video output plugins may be broken as well, but
- again this might be due to old existing bugs showing their ugly head.
- * Fixed a few buffer overflows in the Gnome interface.
- * The module bank is now a global variable. The video output bank and
- the audio output bank might follow (when they exist).
- * Coding style and organization fixes to the spdif decoder.
- * autoconf and Makefile changes by Arnaud Gomes-do-Vale
- <arnaud@carrosse.frmug.org>.
- ------------------------------------------------------------------------
- r879 | sam | 2001-05-01 14:22:18 +0200 (Tue, 01 May 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/INSTALL
- M /trunk/README
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/text/intf_rc.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_parser/video_parser.c
- M /trunk/src/video_parser/vpar_headers.c
- * Fixed a segfault in the SPU decoder initialization.
- ------------------------------------------------------------------------
- r880 | sam | 2001-05-01 17:12:22 +0200 (Tue, 01 May 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.h
- M /trunk/src/video_parser/video_parser.c
- M /trunk/src/video_parser/vpar_headers.c
- * Fixed a remaining buffer overflow in the Gnome interface and applied
- the patches to the Gtk+ interface.
- ------------------------------------------------------------------------
- r881 | henri | 2001-05-02 15:30:30 +0200 (Wed, 02 May 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/doc/vlc-howto.sgml
- M /trunk/src/input/mpeg_system.c
- * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
- * Fixed a segfault in TS input. Some stream still do not work, or
- work very slowly with many error messages. I'll try to have a look.
- ------------------------------------------------------------------------
- r882 | sam | 2001-05-02 22:01:44 +0200 (Wed, 02 May 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- * FreeBSD CSS decryption support.
- ------------------------------------------------------------------------
- r883 | dae | 2001-05-05 15:36:27 +0200 (Sat, 05 May 2001) | 3 lines
- Changed paths:
- A /trunk/plugins/kde
- A /trunk/plugins/kde/Makefile
- A /trunk/plugins/kde/intf_plugin.h
- A /trunk/plugins/kde/kde.cpp
- A /trunk/plugins/kde/kdeinterface.cpp
- A /trunk/plugins/kde/kdeinterface.h
- A /trunk/plugins/kde/kdiskdialog.cpp
- A /trunk/plugins/kde/kdiskdialog.h
- A /trunk/plugins/kde/kinterfacemain.cpp
- A /trunk/plugins/kde/kinterfacemain.h
- A /trunk/plugins/kde/knetdialog.cpp
- A /trunk/plugins/kde/knetdialog.h
- A /trunk/plugins/kde/ktitlemenu.cpp
- A /trunk/plugins/kde/ktitlemenu.h
- A /trunk/plugins/kde/kvlcslider.cpp
- A /trunk/plugins/kde/kvlcslider.h
- A /trunk/plugins/kde/kvlcui.rc
- initial import - still buggy, crashes on exit, etc.
- the playlist and the popup are unimplemented.
- ------------------------------------------------------------------------
- r884 | sam | 2001-05-06 06:32:03 +0200 (Sun, 06 May 2001) | 10 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/include/audio_output.h
- M /trunk/include/beos_specific.h
- M /trunk/include/config.h.in
- M /trunk/include/darwin_specific.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/netutils.h
- M /trunk/include/video_decoder.h
- A /trunk/include/video_fifo.h
- M /trunk/include/video_output.h
- A /trunk/include/video_parser.h
- A /trunk/include/vpar_headers.h
- A /trunk/include/vpar_synchro.h
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/fb/vout_fb.c
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idct.c
- D /trunk/plugins/idct/idct.h
- D /trunk/plugins/idct/idct_common.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- A /trunk/plugins/idct/vdec_block.h
- A /trunk/plugins/idct/vdec_block_c.c
- A /trunk/plugins/idct/vdec_block_mmx.c
- A /trunk/plugins/idct/vdec_idct.c
- A /trunk/plugins/idct/vdec_idct.h
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/text/intf_rc.c
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- M /trunk/src/ac3_decoder/ac3_imdct_c.c
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- M /trunk/src/ac3_decoder/ac3_srfft.c
- M /trunk/src/ac3_spdif/ac3_iec958.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/darwin_specific.c
- M /trunk/src/misc/modules.c
- M /trunk/src/spu_decoder/spu_decoder.c
- D /trunk/src/video_decoder/vdec_idct.h
- M /trunk/src/video_decoder/video_decoder.c
- D /trunk/src/video_decoder/video_fifo.h
- D /trunk/src/video_decoder/video_parser.h
- D /trunk/src/video_decoder/vpar_headers.h
- D /trunk/src/video_decoder/vpar_synchro.h
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_parser/video_fifo.c
- M /trunk/src/video_parser/video_parser.c
- M /trunk/src/video_parser/vpar_blocks.c
- M /trunk/src/video_parser/vpar_headers.c
- M /trunk/src/video_parser/vpar_synchro.c
- * Fixed a few warnings with gcc 3.0.
- * aout and vout are now allocated in banks, making it possible to have
- several of them at the same time.
- * configure now checks for MMX and MMX EXT support in the assembler.
- * Removed all MMX code from the main program and moved it to the
- existing idct modules (Closes: Debian bug #96036).
- Don't forget to make distclean before building vlc again.
- ------------------------------------------------------------------------
- r885 | stef | 2001-05-06 20:32:30 +0200 (Sun, 06 May 2001) | 22 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/include/config.h.in
- M /trunk/include/video_output.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/Makefile
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/gnome_interface.h
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/plugins/gtk/intf_gtk.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/ac3_spdif/ac3_iec958.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/ac3_spdif/ac3_spdif.h
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input.c
- M /trunk/src/video_output/video_output.c
- *Much work on the gnome interface: added oct's playlist from gtk plugin,
- tuned appearence, added preferences window (with no features yet), jump
- window to go to specified time (not functionnal yet), and fixed some
- bugs.
- *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
- toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
- nges) so that an interface plugin can toogle fullscreen (implemented
- in gnome)
- *added p_input->stream.p_selected_area->i_tell in input TS so that the
- slider work with ts files ( however, the time counter doesn't since we
- have no mux_rate )
- *improved ac3 spdif output ( and made it work again :)). It uses a true
- blank frame now, and it allows to switch languages like a traditionnal
- output. It doesn't support multiplexing though, neither can we switch
- between spdif/analogical mode on-the-fly.
- *beginning of the back port of gnome to gtk for those who do not have
- gnome.
- ------------------------------------------------------------------------
- r886 | stef | 2001-05-06 20:41:52 +0200 (Sun, 06 May 2001) | 2 lines
- Changed paths:
- A /trunk/plugins/gnome/gnome_playlist.c
- A /trunk/plugins/gnome/gnome_playlist.h
- * Gnome playlist should work better with the files to create it :)
- ------------------------------------------------------------------------
- r887 | stef | 2001-05-07 05:14:10 +0200 (Mon, 07 May 2001) | 8 lines
- Changed paths:
- M /trunk/include/config.h.in
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/fb/vout_fb.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/gnome_playlist.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/intf_playlist.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_parser/vpar_headers.c
- M /trunk/src/video_parser/vpar_synchro.c
- *Changed the level arg in intf_WarnMsg so that it is more logical: the
- level corresponds now to the nb of -v to display the message.
- *added functionnal preference window in gnome: it changes the
- envirronment variables
- *added jump window in gnome to jump to a precise time.
- ------------------------------------------------------------------------
- r888 | henri | 2001-05-07 06:35:21 +0200 (Mon, 07 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- Added detection for ".ts" extension.
- ------------------------------------------------------------------------
- r889 | sam | 2001-05-07 06:42:42 +0200 (Mon, 07 May 2001) | 6 lines
- Changed paths:
- M /trunk/include/video.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/spu_decoder/spu_decoder.h
- M /trunk/src/video_output/video_output.c
- * Added support for some terribly braindead DVD subtitles in Kenshin
- which do not have a "stop display" command. Anime fans rejoice!
- * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
- * Coding-style butchery (mostly tabs).
- ------------------------------------------------------------------------
- r890 | bozo | 2001-05-07 15:52:39 +0200 (Mon, 07 May 2001) | 3 lines
- Changed paths:
- M /trunk/src/input/input_ext-dec.c
- - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
- not wotk correctly (for instance VLS' generated TS streams)
- ------------------------------------------------------------------------
- r891 | sam | 2001-05-08 02:43:57 +0200 (Tue, 08 May 2001) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/video_output/video_output.c
- * Speed optimization in the handling of the unusual ephemer DVD subtitles.
- * Little optimization to bozo's UnalignedShowBits fix.
- * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
- ------------------------------------------------------------------------
- r892 | bozo | 2001-05-08 14:53:30 +0200 (Tue, 08 May 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- - fix a bug in ts input.
- Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec
- but (time_t)0 sec and (time_t)500000 usec
- Now the input doesn't eat all the cpu any more :p
- ------------------------------------------------------------------------
- r893 | bozo | 2001-05-08 16:38:30 +0200 (Tue, 08 May 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input_clock.c
- - fix a discontinuity bug in input_ClockManageRef()
- ------------------------------------------------------------------------
- r894 | bozo | 2001-05-08 16:53:31 +0200 (Tue, 08 May 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input_clock.c
- end of the last commit :-P
- ------------------------------------------------------------------------
- r895 | sam | 2001-05-08 22:38:25 +0200 (Tue, 08 May 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_spu.c
- M /trunk/src/video_output/video_spu.h
- M /trunk/src/video_parser/video_fifo.c
- * Fixed an aspect ratio issue in the SPU decoder, and optimized the
- SPU renderer.
- ------------------------------------------------------------------------
- r896 | sam | 2001-05-10 08:47:31 +0200 (Thu, 10 May 2001) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.h
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/spu_decoder/spu_decoder.h
- * Added SPU cropping.
- * Gnome interface segfault fix.
- * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
- Note: if you want to have a look at the currently buggy YUV subpictures,
- uncomment line 1999 of src/video_output/video_output.c. Don't report
- bugs about this, I _know_ it's a quick hack.
- ------------------------------------------------------------------------
- r897 | henri | 2001-05-11 03:03:14 +0200 (Fri, 11 May 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/alsa/aout_alsa.c
- Alsa module now builds with alsa 0.9 thanks to Jeffrey Baker's patch
- (jwbaker@acm.org)
- Please notice that even if if builds with alsa 0.9beta, it's hardly
- usable as it goes very often un Xrun mode. Though, it works fine with
- current alsa CVS.
- ------------------------------------------------------------------------
- r898 | sam | 2001-05-11 17:10:01 +0200 (Fri, 11 May 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/spu_decoder/spu_decoder.h
- * Fixed a deadlock in spudec.
- ------------------------------------------------------------------------
- r899 | henri | 2001-05-12 02:14:20 +0200 (Sat, 12 May 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/doc/vlc-howto.sgml
- Put a little note in the doc about "dvd devices"
- ------------------------------------------------------------------------
- r900 | reno | 2001-05-14 17:58:04 +0200 (Mon, 14 May 2001) | 9 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/tests.h
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- M /trunk/src/ac3_decoder/ac3_downmix.c
- M /trunk/src/ac3_decoder/ac3_downmix.h
- A /trunk/src/ac3_decoder/ac3_downmix_3dn.c
- M /trunk/src/ac3_decoder/ac3_downmix_c.c
- A /trunk/src/ac3_decoder/ac3_downmix_sse.c
- M /trunk/src/ac3_decoder/ac3_exponent.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- M /trunk/src/ac3_decoder/ac3_imdct_c.c
- A /trunk/src/ac3_decoder/ac3_imdct_sse.c
- A /trunk/src/ac3_decoder/ac3_imdct_sse.h
- M /trunk/src/ac3_decoder/ac3_internal.h
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- M /trunk/src/ac3_decoder/ac3_srfft.c
- M /trunk/src/ac3_decoder/ac3_srfft.h
- A /trunk/src/ac3_decoder/ac3_srfft_sse.c
- M /trunk/src/interface/main.c
- * Begin of SSE/3DNow! support for imdct and downmix
- If you have a PIII or a Athlon and you want to try this, just comment #if 0
- in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
- src/ac3_decoder/ac3_imdct_sse.o
- src/ac3_decoder/ac3_srfft_sse.o
- src/ac3_decoder/ac3_downmix_sse.o
- src/ac3_decoder/ac3_downmix_3dn.o
- ------------------------------------------------------------------------
- r901 | stef | 2001-05-15 03:01:44 +0200 (Tue, 15 May 2001) | 14 lines
- Changed paths:
- M /trunk/include/intf_playlist.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gnome/gnome_callbacks.c
- M /trunk/plugins/gnome/gnome_callbacks.h
- M /trunk/plugins/gnome/gnome_interface.c
- M /trunk/plugins/gnome/gnome_playlist.c
- M /trunk/plugins/gnome/intf_gnome.c
- M /trunk/plugins/gnome/intf_gnome.glade
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- A /trunk/plugins/gtk/gtk_control.c
- A /trunk/plugins/gtk/gtk_control.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- A /trunk/plugins/gtk/gtk_menu.c
- A /trunk/plugins/gtk/gtk_menu.h
- A /trunk/plugins/gtk/gtk_modules.c
- A /trunk/plugins/gtk/gtk_modules.h
- A /trunk/plugins/gtk/gtk_open.c
- A /trunk/plugins/gtk/gtk_open.h
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_playlist.h
- A /trunk/plugins/gtk/gtk_preferences.c
- A /trunk/plugins/gtk/gtk_preferences.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/plugins/gtk/intf_gtk.h
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_playlist.c
- *initialization bugfixes in input_dvd
- *added a b_stopped flag to interface playlist to have a stop function in
- interface plugins. As a consequence, the playlist no longer loops on end
- but wait for the user to press 'play' or to add another item (gtk/gnome
- interface). I think that other plugins are broken but it shouldn't be
- difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
- play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
- stop.
- *Updated gtk interface so that it has the same features as gnome. I
- think I will merge the code so that we don't have to copy and paste each
- change. Only the .glade file would be different.
- ------------------------------------------------------------------------
- r902 | stef | 2001-05-15 16:49:48 +0200 (Tue, 15 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_menu.h
- M /trunk/plugins/gtk/gtk_modules.c
- M /trunk/plugins/gtk/gtk_modules.h
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_open.h
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_playlist.h
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/gtk/gtk_preferences.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_playlist.c
- *Bugfixes, cleanings in gtk.
- ------------------------------------------------------------------------
- r903 | sam | 2001-05-15 18:19:42 +0200 (Tue, 15 May 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/vlc.1
- A /trunk/include/ac3_downmix.h
- A /trunk/include/ac3_imdct.h
- M /trunk/include/config.h.in
- M /trunk/include/modules.h
- A /trunk/plugins/downmix
- A /trunk/plugins/downmix/.cvsignore
- A /trunk/plugins/downmix/Makefile
- A /trunk/plugins/downmix/ac3_downmix_3dn.c
- A /trunk/plugins/downmix/ac3_downmix_c.c
- A /trunk/plugins/downmix/ac3_downmix_common.h
- A /trunk/plugins/downmix/ac3_downmix_sse.c
- A /trunk/plugins/downmix/downmix.c
- A /trunk/plugins/downmix/downmix3dn.c
- A /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- A /trunk/plugins/imdct
- A /trunk/plugins/imdct/.cvsignore
- A /trunk/plugins/imdct/Makefile
- A /trunk/plugins/imdct/ac3_imdct_c.c
- A /trunk/plugins/imdct/ac3_imdct_common.c
- A /trunk/plugins/imdct/ac3_imdct_common.h
- A /trunk/plugins/imdct/ac3_imdct_sse.c
- A /trunk/plugins/imdct/ac3_srfft.h
- A /trunk/plugins/imdct/ac3_srfft_c.c
- A /trunk/plugins/imdct/ac3_srfft_sse.c
- A /trunk/plugins/imdct/imdct.c
- A /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- M /trunk/src/ac3_decoder/ac3_bit_allocate.c
- M /trunk/src/ac3_decoder/ac3_decoder.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- D /trunk/src/ac3_decoder/ac3_downmix.c
- D /trunk/src/ac3_decoder/ac3_downmix.h
- D /trunk/src/ac3_decoder/ac3_downmix_3dn.c
- D /trunk/src/ac3_decoder/ac3_downmix_c.c
- D /trunk/src/ac3_decoder/ac3_downmix_sse.c
- M /trunk/src/ac3_decoder/ac3_exponent.c
- A /trunk/src/ac3_decoder/ac3_exponent.h
- M /trunk/src/ac3_decoder/ac3_imdct.c
- D /trunk/src/ac3_decoder/ac3_imdct_c.c
- D /trunk/src/ac3_decoder/ac3_imdct_c.h
- D /trunk/src/ac3_decoder/ac3_imdct_sse.c
- D /trunk/src/ac3_decoder/ac3_imdct_sse.h
- M /trunk/src/ac3_decoder/ac3_internal.h
- M /trunk/src/ac3_decoder/ac3_mantissa.c
- A /trunk/src/ac3_decoder/ac3_mantissa.h
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/ac3_decoder/ac3_rematrix.c
- D /trunk/src/ac3_decoder/ac3_srfft.c
- D /trunk/src/ac3_decoder/ac3_srfft.h
- D /trunk/src/ac3_decoder/ac3_srfft_sse.c
- M /trunk/src/audio_output/aout_u8.c
- M /trunk/src/interface/main.c
- * AC3 IMDCT and downmix functions are now in plugins, --imdct and
- --downmix options added.
- ------------------------------------------------------------------------
- r904 | sam | 2001-05-15 21:36:27 +0200 (Tue, 15 May 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/imdct/ac3_imdct_common.c
- M /trunk/src/interface/main.c
- * FreeBSD pthread fixes.
- ------------------------------------------------------------------------
- r905 | sam | 2001-05-16 04:12:38 +0200 (Wed, 16 May 2001) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * We now do pthread detection for FreeBSD like the XMMS guys do. It
- works even better.
- ------------------------------------------------------------------------
- r906 | reno | 2001-05-16 16:51:29 +0200 (Wed, 16 May 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/imdct/Makefile
- A /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_c.c
- M /trunk/plugins/imdct/ac3_imdct_common.c
- M /trunk/plugins/imdct/ac3_imdct_common.h
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- A /trunk/plugins/imdct/ac3_retables.h
- A /trunk/plugins/imdct/ac3_srfft_3dn.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- A /trunk/plugins/imdct/imdct3dn.c
- M /trunk/src/ac3_decoder/ac3_imdct.c
- * Add 3D Now! imdct
- * Remove kmudge for ac3 on MacOS X
- ------------------------------------------------------------------------
- r907 | xav | 2001-05-18 11:49:16 +0200 (Fri, 18 May 2001) | 2 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r908 | stef | 2001-05-19 02:39:30 +0200 (Sat, 19 May 2001) | 15 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_css.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- A /trunk/plugins/dvd/dvd_summary.c
- A /trunk/plugins/dvd/dvd_summary.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_menu.h
- M /trunk/plugins/gtk/gtk_playlist.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.h
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- *More cleanification in gtk interface: now to change the
- title/chapter/audio/spu/angle, we tell the input to do intead of doing
- it inside the interface. It results in fewer locks during the changes.
- *The dvd plugin reads again blocks of 32 sectors to gain speed since
- there are no more lock-ups during stream change. I've also created a new
- file that contain function to described video and audio streams with ifo
- datas.
- The changes are made only for gtk. We should update the other interfaces
- soon (beos at least).
- There is a memory corruption somewhere that make the vlc crash. I've no
- idea where to search.
- ------------------------------------------------------------------------
- r909 | tcastley | 2001-05-21 14:44:23 +0200 (Mon, 21 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/intf_beos.cpp
- Updated with new changes for playlist management
- ------------------------------------------------------------------------
- r910 | stef | 2001-05-23 19:47:34 +0200 (Wed, 23 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/input/input_programs.c
- -LPCM audio selection in ps mode, in prevision of henri's decoder.
- ------------------------------------------------------------------------
- r911 | stef | 2001-05-24 01:08:20 +0200 (Thu, 24 May 2001) | 6 lines
- Changed paths:
- M /trunk/Makefile
- D /trunk/plugins/gnome
- M /trunk/plugins/gtk/Makefile
- A /trunk/plugins/gtk/gnome.c
- A /trunk/plugins/gtk/gnome_callbacks.c
- A /trunk/plugins/gtk/gnome_callbacks.h
- A /trunk/plugins/gtk/gnome_interface.c
- A /trunk/plugins/gtk/gnome_interface.h
- A /trunk/plugins/gtk/gnome_support.c
- A /trunk/plugins/gtk/gnome_support.h
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_control.c
- A /trunk/plugins/gtk/gtk_display.c
- A /trunk/plugins/gtk/gtk_display.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_modules.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_preferences.c
- A /trunk/plugins/gtk/intf_gnome.c
- A /trunk/plugins/gtk/intf_gnome.glade
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/plugins/gtk/intf_gtk.h
- -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
- Specific files are glade generated files and intf_* files. All the
- remainders are common to gtk and gnome and contain all the callbacks for
- both interfaces.
- ------------------------------------------------------------------------
- r912 | stef | 2001-05-24 01:40:32 +0200 (Thu, 24 May 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile
- -A little bug with lpcm in Makefile
- ------------------------------------------------------------------------
- r913 | stef | 2001-05-24 03:24:47 +0200 (Thu, 24 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/intf_gnome.glade
- -Forgot a bug for audio/spu change in the interface
- ------------------------------------------------------------------------
- r914 | sam | 2001-05-25 06:23:37 +0200 (Fri, 25 May 2001) | 19 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/src/audio_output/audio_output.c
- OS X fixes:
- * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
- it should not hang the kernel anymore.
- * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
- ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
- SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
- Devices" paper.
- Last remaining problem: ReadCopyright and ReadKey. The version of
- Darwin I have here only has reportKey() and sendKey() functions in
- the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
- paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
- find anywhere in the kernel headers. Either I missed it, or we'll have
- to wait for Apple to implement it (or maybe we can emulate this command
- with some other IOKit commands).
- ------------------------------------------------------------------------
- r915 | sam | 2001-05-25 06:44:49 +0200 (Fri, 25 May 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ioctl.h
- * Forgot a file for BeOS.
- ------------------------------------------------------------------------
- r916 | sam | 2001-05-25 15:20:10 +0200 (Fri, 25 May 2001) | 6 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/macosx_common.h
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/input/input.c
- * Fixed a warning for *BSD compilation.
- * Fixed a typo in yesterday's Darwin ioctl fixes.
- * Patch by Eugenio so that the OS X interface and video output handle the
- aout and vout banks.
- ------------------------------------------------------------------------
- r917 | sam | 2001-05-27 17:16:58 +0200 (Sun, 27 May 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ioctl.c
- * Fixed my latest BeOS support breakage.
- ------------------------------------------------------------------------
- r918 | sam | 2001-05-28 04:38:48 +0200 (Mon, 28 May 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in