ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mpeg_system/Makefile
- A /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/src/misc/modules_plugin.h
- * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
- * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
- * Makefile configure.in : to compile it
- ------------------------------------------------------------------------
- r1781 | fenrir | 2002-05-10 06:06:10 +0200 (Fri, 10 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- * All: use input_ClockManageRef to do synchro.
- ------------------------------------------------------------------------
- r1782 | massiot | 2002-05-12 03:39:36 +0200 (Sun, 12 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/intf_vlc_wrapper.c
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/macosx.h
- M /trunk/src/input/input_dec.c
- * Mac OS X port : menus for Program/Title/Chapter/Languages.
- ------------------------------------------------------------------------
- r1783 | fenrir | 2002-05-12 08:51:08 +0200 (Sun, 12 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- * All: simplifications.
- ------------------------------------------------------------------------
- r1784 | massiot | 2002-05-12 22:56:34 +0200 (Sun, 12 May 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.dep
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/plugins/macosx/Makefile
- D /trunk/plugins/macosx/aout_macosx.c
- A /trunk/plugins/macosx/aout_macosx.m
- D /trunk/plugins/macosx/intf_controller.c
- A /trunk/plugins/macosx/intf_controller.m
- D /trunk/plugins/macosx/intf_macosx.c
- A /trunk/plugins/macosx/intf_macosx.m
- D /trunk/plugins/macosx/intf_open.c
- A /trunk/plugins/macosx/intf_open.m
- D /trunk/plugins/macosx/intf_vlc_wrapper.c
- A /trunk/plugins/macosx/intf_vlc_wrapper.m
- D /trunk/plugins/macosx/macosx.c
- A /trunk/plugins/macosx/macosx.m
- D /trunk/plugins/macosx/vout_macosx.c
- A /trunk/plugins/macosx/vout_macosx.m
- D /trunk/plugins/macosx/vout_qdview.c
- A /trunk/plugins/macosx/vout_qdview.m
- D /trunk/plugins/macosx/vout_vlc_wrapper.c
- M /trunk/plugins/macosx/vout_vlc_wrapper.h
- A /trunk/plugins/macosx/vout_vlc_wrapper.m
- D /trunk/plugins/macosx/vout_window.c
- A /trunk/plugins/macosx/vout_window.m
- M /trunk/plugins/spudec/spu_decoder.c
- * Fixed menus [Mac OS X port]
- * Objective-C files are now .m
- * Fixed a major bug in the spu decoder
- * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
- menus ; instead, click in the video window
- ------------------------------------------------------------------------
- r1785 | fenrir | 2002-05-13 18:28:44 +0200 (Mon, 13 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
- ------------------------------------------------------------------------
- r1786 | sam | 2002-05-13 19:57:46 +0200 (Mon, 13 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/text/ncurses.c
- * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
- ------------------------------------------------------------------------
- r1787 | sam | 2002-05-13 19:58:08 +0200 (Mon, 13 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xvideo.c
- * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
- force the XVimage format used.
- ------------------------------------------------------------------------
- r1788 | sam | 2002-05-13 21:30:40 +0200 (Mon, 13 May 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/filter/Makefile
- A /trunk/plugins/filter/clone.c
- * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
- display. To duplicate 12 times, use `--filter clone:12'.
- ------------------------------------------------------------------------
- r1789 | fenrir | 2002-05-13 23:55:30 +0200 (Mon, 13 May 2002) | 5 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/include/video.h
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/avi.h
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/src/input/input_programs.c
- * include/video.h : added new fourcc code for avi
- * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
- so i have added support for this. But you can always use old ffmpeg
- library without any problem ( i hope ;)
- ------------------------------------------------------------------------
- r1790 | fenrir | 2002-05-14 01:12:10 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- * plugins/mpeg_system/mpeg_audio.c : you should again be able to
- play PS stream (I hope it will be enougth). Sorry .
- ------------------------------------------------------------------------
- r1791 | massiot | 2002-05-14 01:15:43 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/vlc.icns
- M /trunk/plugins/mpeg_vdec/video_decoder.c
- * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
- * Mac OS X fix.
- ------------------------------------------------------------------------
- r1792 | jobi | 2002-05-14 03:14:39 +0200 (Tue, 14 May 2002) | 4 lines
- Changed paths:
- M /trunk/doc/vlc-howto.sgml
- M /trunk/plugins/satellite/input_satellite.c
- M /trunk/plugins/satellite/satellite.c
- * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
- with other documentations (thank you Alexis)
- * plugins/satellite/*: some fixes in options parsing (thank you Sam)
- ------------------------------------------------------------------------
- r1793 | fenrir | 2002-05-14 16:10:17 +0200 (Tue, 14 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
- only the first 4 bytes for mpeg header so some broken files, and all
- web radio will not work. You can change this by changing value
- of MPEGAUDIO_MAXTESTPOS.
- ------------------------------------------------------------------------
- r1794 | fenrir | 2002-05-14 16:13:00 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- Sorry, fix a mistake.
- ------------------------------------------------------------------------
- r1795 | jobi | 2002-05-14 18:45:33 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/mpeg_system.c
- * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
- Meuuh.
- ------------------------------------------------------------------------
- r1796 | sam | 2002-05-14 19:31:40 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/sdl/vout_sdl.c
- * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
- ------------------------------------------------------------------------
- r1797 | sam | 2002-05-14 20:11:15 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/mmx.h
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
- of Yves Duret and other Mandrakesoft guys I don't know.
- ------------------------------------------------------------------------
- r1798 | bozo | 2002-05-14 21:33:54 +0200 (Tue, 14 May 2002) | 5 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/iso_lang.h
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- A /trunk/src/misc/iso-639.def
- M /trunk/src/misc/iso_lang.c
- M /trunk/src/misc/modules_plugin.h
- * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
- * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
- * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
- * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
- ------------------------------------------------------------------------
- r1799 | sam | 2002-05-14 21:47:25 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/satellite/satellite.c
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
- try to use it, unless it was explicitely requested (--vout for example).
- ------------------------------------------------------------------------
- r1800 | massiot | 2002-05-14 22:13:04 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- Do not eject when we're reading from the disc...
- ------------------------------------------------------------------------
- r1801 | massiot | 2002-05-14 22:27:25 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/mpeg_system.c
- It should now be possible to quit when reading a bogus file.
- ------------------------------------------------------------------------
- r1802 | gbazin | 2002-05-14 22:39:23 +0200 (Tue, 14 May 2002) | 5 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/configure
- M /trunk/configure.in
- * new --with-mad-tree configure option.
- * updated BUGS file.
- ------------------------------------------------------------------------
- r1803 | jobi | 2002-05-14 22:54:52 +0200 (Tue, 14 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/mpeg_system.c
- * src/input/mpeg_system.c : We handle PCR even if they are not attached
- to a PMT.
- ------------------------------------------------------------------------
- r1804 | massiot | 2002-05-14 23:23:44 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/include/input_ext-plugins.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- Fixed a bug (glitch/segfault) when seeking.
- ------------------------------------------------------------------------
- r1805 | bozo | 2002-05-14 23:57:31 +0200 (Tue, 14 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r1806 | sam | 2002-05-15 02:02:27 +0200 (Wed, 15 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- * ./include/modules_inner.h: fixed a bug in module reinitialization,
- which should fix crashes after a long pause.
- ------------------------------------------------------------------------
- r1807 | sam | 2002-05-15 02:04:52 +0200 (Wed, 15 May 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: added libdvbpsi version check.
- ------------------------------------------------------------------------
- r1808 | sam | 2002-05-15 02:39:46 +0200 (Wed, 15 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/satellite/input_satellite.c
- * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
- ------------------------------------------------------------------------
- r1809 | sam | 2002-05-15 02:40:26 +0200 (Wed, 15 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/spudec/spu_decoder.c
- * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
- should be OK now.
- ------------------------------------------------------------------------
- r1810 | sam | 2002-05-15 03:29:07 +0200 (Wed, 15 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/configuration.c
- * ./src/misc/configuration.c: fixed an issue with long options from
- modules where option arguments and playlist entries were mixed.
- ------------------------------------------------------------------------
- r1811 | marcari | 2002-05-15 13:06:17 +0200 (Wed, 15 May 2002) | 6 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- * netutils.c: use closesocket() instead of close() at the end
- of the network_ChannelJoin() for WIN32.
- It closes the following bug : when changing channel we sometimes got
- a 'no answer from vlcs' even if the answer is sent back.
- ------------------------------------------------------------------------
- r1812 | marcari | 2002-05-15 15:07:18 +0200 (Wed, 15 May 2002) | 10 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/misc/modules_plugin.h
- On sam's advice I added the input_FDNetworkClose() function to be called
- when closing a networking stream instead of input_FDClose(). It is due
- to WIN32 because we have to call closesocket() instead of close() to
- close the socket. The problem was : windows did not leave the multicast
- group when closing the socket.
- * input_ext-plugins.c : where is located the function
- * *.h : function declaration
- * udp.c, http.c : these modules now call input_FDNetworkClose()
- ------------------------------------------------------------------------
- r1813 | marcari | 2002-05-15 15:36:40 +0200 (Wed, 15 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input_ext-plugins.c
- * removed a debug message that I forgot in my previous commit
- ------------------------------------------------------------------------
- r1814 | ipkiss | 2002-05-15 16:43:20 +0200 (Wed, 15 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/win32/network.cpp
- M /trunk/plugins/win32/network.dfm
- M /trunk/plugins/win32/network.h
- * plugins/win32/network.*: new Network dialog box
- ------------------------------------------------------------------------
- r1815 | asmax | 2002-05-15 17:46:34 +0200 (Wed, 15 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_programs.c
- - check size to avoid realloc(0)
- ------------------------------------------------------------------------
- r1816 | sam | 2002-05-15 21:36:04 +0200 (Wed, 15 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/ac3_adec/ac3_adec.c
- * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
- audio track" problems by zeroing the p_ac3dec structure.
- * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
- crash.
- ------------------------------------------------------------------------
- r1817 | massiot | 2002-05-15 23:14:18 +0200 (Wed, 15 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_qdview.m
- Attempt to fix the video output with QuickTime 6.
- ------------------------------------------------------------------------
- r1818 | jobi | 2002-05-16 00:53:10 +0200 (Thu, 16 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/vcd.c
- * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
- of its own one.
- ------------------------------------------------------------------------
- r1819 | sam | 2002-05-16 01:53:45 +0200 (Thu, 16 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_summary.c
- * ./plugins/dvd/dvd_summary.c: added a sanity check.
- ------------------------------------------------------------------------
- r1820 | tcastley | 2002-05-16 13:38:42 +0200 (Thu, 16 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Improved overlay and bitmap support, not tested on nVidia cards.
- Lower CPU usage and no thread created per frame.
- ------------------------------------------------------------------------
- r1821 | tcastley | 2002-05-16 14:47:59 +0200 (Thu, 16 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/vout_beos.cpp
- Fixed segfault in last checkin.
- ------------------------------------------------------------------------
- r1822 | gbazin | 2002-05-16 15:20:22 +0200 (Thu, 16 May 2002) | 8 lines
- Changed paths:
- M /trunk/src/input/input_programs.c
- * src/input/input_programs.c: fixed memory corruption by setting a few
- pointers to NULL after they have been free()ed.
- * src/input/input_programs.c: removed now useless ASSERTs.
- This patch comes from sam, so if you want to blame someone blame him ;-)
- ------------------------------------------------------------------------
- r1823 | gbazin | 2002-05-16 18:51:50 +0200 (Thu, 16 May 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_seek.c
- Another fix from Sam:
- * fix random segfaults on title change.
- (cell.i_cell_nb should be tested _before_ we access the structures)
- ------------------------------------------------------------------------
- r1824 | sam | 2002-05-17 02:58:14 +0200 (Fri, 17 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/intf_playlist.c
- * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
- calls to realloc(_,0) in a similar way to input_programs.c.
- ------------------------------------------------------------------------
- r1825 | lool | 2002-05-17 16:17:05 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/src/video_output/video_output.c
- * video output patch to improve handling of late pictures (by Meuuh)
- ------------------------------------------------------------------------
- r1826 | lool | 2002-05-17 17:14:47 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/mtime.c
- * removed usage of usleep (not thread safe) (by Meuuh)
- ------------------------------------------------------------------------
- r1827 | fenrir | 2002-05-17 17:47:01 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
- ------------------------------------------------------------------------
- r1828 | sam | 2002-05-17 18:38:41 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/src/misc/mtime.c
- * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
- ------------------------------------------------------------------------
- r1829 | stef | 2002-05-17 20:01:25 +0200 (Fri, 17 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/src/audio_output/aout_spdif.c
- *check for b_die and b_error in all loops so that we don't remain stuck
- waiting for data whereas the vlc has tried to quit.
- ------------------------------------------------------------------------
- r1830 | stef | 2002-05-17 20:06:34 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input_clock.c
- *Don't keep the control lock during the pause
- ------------------------------------------------------------------------
- r1831 | stef | 2002-05-17 20:12:59 +0200 (Fri, 17 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- *Update reference in case of sequence end code.
- ------------------------------------------------------------------------
- r1832 | fenrir | 2002-05-18 01:01:02 +0200 (Sat, 18 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
- ------------------------------------------------------------------------
- r1833 | ipkiss | 2002-05-18 04:12:20 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_callbacks.h
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_support.c
- M /trunk/plugins/gtk/gtk_support.h
- * New Network dialog box for Gtk and Gnome interfaces
- ------------------------------------------------------------------------
- r1834 | ipkiss | 2002-05-18 04:32:00 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_support.c
- M /trunk/plugins/gtk/gtk_support.h
- * Fixed my previous commit
- ------------------------------------------------------------------------
- r1835 | sam | 2002-05-18 09:30:03 +0200 (Sat, 18 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/text/rc.c
- * ./plugins/text/rc.c: added a safety lock.
- ------------------------------------------------------------------------
- r1836 | stef | 2002-05-18 10:50:54 +0200 (Sat, 18 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/aout_spdif.c
- *A lock was not released;
- ------------------------------------------------------------------------
- r1837 | sam | 2002-05-18 13:59:00 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/debian/control
- * ./debian/control: made the Build-Depends: entry a one-liner (Closes
- Debian bug #147103).
- ------------------------------------------------------------------------
- r1838 | gbazin | 2002-05-18 15:30:28 +0200 (Sat, 18 May 2002) | 21 lines
- Changed paths:
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/src/misc/configuration.c
- * modified the directx video plugin to try to create an YUV surface before
- falling back to an RGB surface when it's not possible to use overlays.
- Some graphic cards can do the YUV->RGB conversion in hardware during the
- blitting stage.
- * in the directx video plugin, we now request that the RGB surface be created
- in video memory. The reasoning behind this is that usually surfaces in
- video memory benefit from more hardware acceleration (like for instance
- hw rescaling, hw blitting, etc...)
- * added two options to the directx video plugin to disable the above features.
- (mainly because my video driver is buggy and doesn't handle them well).
- * small cosmetic changes to the generation of the config file.
- * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
- shfolder.dll not shell32.dll.
- * fix for the gtk preferences dialog box. To be sure that an int or float value
- is actually changed we call gtk_spin_button_update() in the
- GtkInt/FloatChanged() event handler.
- ------------------------------------------------------------------------
- r1839 | massiot | 2002-05-18 15:33:44 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/include/defs.h.in
- M /trunk/plugins/macosx/intf_controller.h
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/src/misc/mtime.c
- * Menu item to maximize the volume in Mac OS X ;
- * Dropped dependancy on autoconf 2.52.
- ------------------------------------------------------------------------
- r1840 | gbazin | 2002-05-18 16:03:13 +0200 (Sat, 18 May 2002) | 5 lines
- Changed paths:
- M /trunk/extras/Win32_msvc/defs.h
- A /trunk/extras/Win32_msvc/dirent.c
- A /trunk/extras/Win32_msvc/dirent.h
- M /trunk/extras/Win32_msvc/vlc.dsp
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/src/misc/modules.c
- * updated the MSVC++ project files and added support for dirent (vlc compiled
- with msvc can now load plugins - even compiled with mingw).
- * small portability fixes.
- ------------------------------------------------------------------------
- r1841 | gbazin | 2002-05-18 17:34:04 +0200 (Sat, 18 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_events.c
- * fixed a bug in the directx window creation function. We register a window
- class once per process so we must be careful not to free the associated
- resources.
- ------------------------------------------------------------------------
- r1842 | gbazin | 2002-05-18 17:51:37 +0200 (Sat, 18 May 2002) | 4 lines
- Changed paths:
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_pcm.c
- * fixed deadlock in NextFrame() in aout_pcm.c
- ------------------------------------------------------------------------
- r1843 | sam | 2002-05-18 19:47:47 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/input_iovec.h
- M /trunk/include/modules.h
- M /trunk/include/threads_funcs.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
- M /trunk/plugins/ac3_adec/ac3_exponent.h
- M /trunk/plugins/ac3_adec/ac3_mantissa.h
- M /trunk/plugins/ac3_adec/ac3_rematrix.c
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/idct/block_c.h
- M /trunk/plugins/idct/block_mmx.h
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idct_sparse.h
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/motion/motion3dnow.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/plugins/mpeg_vdec/video_decoder.c
- M /trunk/plugins/mpeg_vdec/video_parser.h
- M /trunk/plugins/mpeg_vdec/vpar_blocks.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.h
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.h
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/audio_output/aout_pcm.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/input/mpeg_system.c
- * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
- and mipspro doesn't know about __inline__).
- ------------------------------------------------------------------------
- r1844 | massiot | 2002-05-18 19:53:11 +0200 (Sat, 18 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/configuration.c
- * Warning levels are no longer additive, patch courtesy of Arnaud de
- Bossoreille de Ribou <bozo@via.ecp.fr>
- ------------------------------------------------------------------------
- r1845 | massiot | 2002-05-18 20:48:24 +0200 (Sat, 18 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/macosx/vout_qdview.m
- M /trunk/plugins/macosx/vout_vlc_wrapper.h
- M /trunk/plugins/macosx/vout_vlc_wrapper.m
- * Fixed Mac OS X resizing.
- ------------------------------------------------------------------------
- r1846 | gbazin | 2002-05-19 00:41:43 +0200 (Sun, 19 May 2002) | 5 lines
- Changed paths:
- M /trunk/INSTALL.win32
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_events.c
- * updated INSTALL.win32
- * a little bit of clean-up in the directx video output plugin
- ------------------------------------------------------------------------
- r1847 | massiot | 2002-05-19 02:34:54 +0200 (Sun, 19 May 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile
- D /trunk/README - Mac OS X.rtf
- A /trunk/README.MacOSX.rtf
- M /trunk/doc/vlc-howto.sgml
- M /trunk/doc/vlc.1
- M /trunk/include/config.h
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/src/audio_output/aout_pcm.c
- * Desperate attempt to improve audio output ;
- * Updated documentation.
- ------------------------------------------------------------------------
- r1848 | massiot | 2002-05-19 02:43:42 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/README.MacOSX.rtf
- * Another addition.
- ------------------------------------------------------------------------
- r1849 | stef | 2002-05-19 03:07:13 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/spudec/spu_decoder.c
- *Mark subpictures destroyed when we end spudec thread.
- ------------------------------------------------------------------------
- r1850 | gbazin | 2002-05-19 11:37:02 +0200 (Sun, 19 May 2002) | 13 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/src/interface/main.c
- * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
- * added a few *_LONGTEXT descriptions to main.c
- * on win32 DVD/VCD_DEVICE defaults to to D:
- Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
- that many left right now, just the ones I didn't really know what to do
- with.
- If someone also wants to review and change the already existing
- *_LONGTEXT descriptions, he is welcome as well because there are not
- really high quality descriptions :(
- ------------------------------------------------------------------------
- r1851 | gbazin | 2002-05-19 12:06:37 +0200 (Sun, 19 May 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/dummy/intf_dummy.c
- * on win32 the dummy interface plugin will open a dos command box. With
- this fix, vlc should never fail silently and leave a ghost process
- running in the background when there isn't any working GUI plugin.
- ------------------------------------------------------------------------
- r1852 | massiot | 2002-05-19 13:02:46 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/interface/main.c
- Updated long descriptions.
- ------------------------------------------------------------------------
- r1853 | massiot | 2002-05-19 13:29:51 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * New --with-ffmpeg option for standard installations.
- ------------------------------------------------------------------------
- r1854 | massiot | 2002-05-19 14:09:38 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/vlc.spec
- * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
- ------------------------------------------------------------------------
- r1855 | massiot | 2002-05-19 14:12:06 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- * A few updates.
- ------------------------------------------------------------------------
- r1856 | gbazin | 2002-05-19 14:57:32 +0200 (Sun, 19 May 2002) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/extras/Win32_msvc/defs.h
- M /trunk/extras/Win32_msvc/modules_builtin_msvc.h
- M /trunk/extras/Win32_msvc/vlc.dsp
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/src/interface/main.c
- * filters were using memalign but freeing p_data instead of p_data_orig.
- * updated MSVC++ project.
- * small corrections to the LONGTEXT descriptions in main.c.
- ------------------------------------------------------------------------
- r1857 | gbazin | 2002-05-19 17:23:35 +0200 (Sun, 19 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/text/rc.c
- * on win32 the rc plugin opens a new console.
- ------------------------------------------------------------------------
- r1858 | stef | 2002-05-19 17:50:02 +0200 (Sun, 19 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/spudec/spu_decoder.c
- *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
- not complete.
- ------------------------------------------------------------------------
- r1859 | massiot | 2002-05-19 18:01:26 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/BUGS
- Removed fixed entries.
- ------------------------------------------------------------------------
- r1860 | jobi | 2002-05-19 18:45:17 +0200 (Sun, 19 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/gtk/fixfiles.sh
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_support.c
- M /trunk/plugins/satellite/input_satellite.c
- * plugins/satellite/input_satellite.c: cosmetic changes in error messages
- * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
- symbol rates default values
- ------------------------------------------------------------------------
- r1861 | massiot | 2002-05-19 19:27:39 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- * Fixed a segfault in the Mac OS X interface.
- ------------------------------------------------------------------------
- r1862 | jlj | 2002-05-19 21:16:40 +0200 (Sun, 19 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
- a disc to eject.
- ------------------------------------------------------------------------
- r1863 | gbazin | 2002-05-19 22:26:11 +0200 (Sun, 19 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_preferences.c
- * fixed a segfault I introduced lately in gtk_preferences.
- ------------------------------------------------------------------------
- r1864 | massiot | 2002-05-19 22:55:00 +0200 (Sun, 19 May 2002) | 2 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- * OS X intf is now more consistent with Apple guidelines.
- ------------------------------------------------------------------------
- r1865 | massiot | 2002-05-20 00:46:53 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Fixes for ffmpeg and mad.
- ------------------------------------------------------------------------
- r1866 | massiot | 2002-05-20 01:51:37 +0200 (Mon, 20 May 2002) | 7 lines
- Changed paths:
- M /trunk/include/threads_funcs.h
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/src/misc/darwin_specific.c
- M /trunk/src/video_output/video_output.c
- Mac OS X-specific :
- * We now use real-time threads ;
- * Worked around a bug when seeking ;
- All :
- * Removed my patch to the video output since it causes problems for some
- people.
- ------------------------------------------------------------------------
- r1867 | jlj | 2002-05-20 07:20:12 +0200 (Mon, 20 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_controller.h
- M /trunk/plugins/macosx/intf_controller.m
- * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
- the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
- any effect, so you'll have to hold down command-option when dropping until
- this is resolved.
- ------------------------------------------------------------------------
- r1868 | massiot | 2002-05-20 12:44:18 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- Removed unused headers.
- ------------------------------------------------------------------------
- r1869 | tcastley | 2002-05-20 13:21:01 +0200 (Mon, 20 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Improved Overlay and Bitmap output modes.
- Due to existing bug in some Chroma's the Overlay does not work for nVidia
- cards. Sorry.
- ------------------------------------------------------------------------
- r1870 | sam | 2002-05-20 16:12:15 +0200 (Mon, 20 May 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- A /trunk/Makefile.config.in
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- * ./Makefile.opts.in: removed configuration stuff which does not need to
- rebuild anything to Makefile.config, so that editing it will not cause
- a complete rebuild.
- ------------------------------------------------------------------------
- r1871 | sam | 2002-05-20 16:22:52 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- * ./ChangeLog: updated changelog.
- ------------------------------------------------------------------------
- r1872 | gbazin | 2002-05-20 17:03:33 +0200 (Mon, 20 May 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/a52/a52.h
- * Added an option to disable the dynamic range compression.
- ------------------------------------------------------------------------
- r1873 | sam | 2002-05-20 20:43:02 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: forgot to remove Makefile.config in the distclean rule.
- ------------------------------------------------------------------------
- r1874 | massiot | 2002-05-20 20:51:57 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/.cvsignore
- Added Makefile.config.
- ------------------------------------------------------------------------
- r1875 | sam | 2002-05-20 21:02:22 +0200 (Mon, 20 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/src/video_output/vout_pictures.c
- * ./plugins/dummy/dummy.c: added --dummy-chroma option.
- * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
- vout_AllocatePicture instead of its own.
- * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
- ------------------------------------------------------------------------
- r1876 | sam | 2002-05-20 21:12:16 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: we check for Makefile.config before including it.
- ------------------------------------------------------------------------
- r1877 | sam | 2002-05-20 21:34:58 +0200 (Mon, 20 May 2002) | 2 lines
- Changed paths:
- M /trunk/src/video_output/vout_pictures.c
- * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
- ------------------------------------------------------------------------
- r1878 | gbazin | 2002-05-20 21:49:18 +0200 (Mon, 20 May 2002) | 12 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/network/ipv6.c
- * First try for IPv6 support on Win32. This hasn't been tested so it
- might not work! To compile this stuff you need a mingw compiler with
- w32api-1.3.
- The win32 code uses the getaddrinfo function because inet_pton is
- supposed to be deprecated and not supported by Microsoft. gethostbyname2
- isn't supported as well. Maybe we could try to unify the ipv6 plugin and
- have all the ports use getaddrinfo ? (I didn't dare to do it because I
- don't want to break anything before a release ;-)
- ------------------------------------------------------------------------
- r1879 | massiot | 2002-05-20 22:58:58 +0200 (Mon, 20 May 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/ipkg/control
- M /trunk/vlc.spec
- * Bumped up version number to 0.4.0 ;
- * Updated changelog.
- ------------------------------------------------------------------------
- r1880 | sam | 2002-05-21 00:26:01 +0200 (Tue, 21 May 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: tried to fix the -lavcodec detection.
- ------------------------------------------------------------------------
- r1881 | sam | 2002-05-21 00:30:19 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/ChangeLog
- M /trunk/plugins/x11/xcommon.c
- * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
- on t'aiiiiiiiiimeuh).
- ------------------------------------------------------------------------
- r1882 | sam | 2002-05-21 00:34:56 +0200 (Tue, 21 May 2002) | 2 lines
- Changed paths:
- M /trunk/po/POTFILES.in
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * ./po/*: updated language files.
- ------------------------------------------------------------------------
- r1883 | sam | 2002-05-21 00:36:42 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/iso_lang.h
- M /trunk/src/misc/iso_lang.c
- * ./src/misc/iso_lang.c: code simplifications.
- * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
- ------------------------------------------------------------------------
- r1884 | sam | 2002-05-21 00:39:36 +0200 (Tue, 21 May 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_demux.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/interface/main.c
- * ./src/interface/main.c: fixed a little memleak.
- * ./src/input/input_dec.c: removed useless code.
- * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
- variables.
- * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
- ------------------------------------------------------------------------
- r1885 | sam | 2002-05-21 00:45:03 +0200 (Tue, 21 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.h
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/dvd_seek.c
- M /trunk/plugins/dvd/dvd_seek.h
- * ./plugins/dvd/*: fixed a few inconsistences.
- * ./plugins/dvd/*: renamed i_start/i_end couples when they actually
- meant i_first/i_last.
- ------------------------------------------------------------------------
- r1886 | sam | 2002-05-21 02:23:37 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_ext-plugins.c
- * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
- on seek.
- ------------------------------------------------------------------------
- r1887 | sam | 2002-05-21 02:34:41 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_seek.c
- * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
- fixes.
- ------------------------------------------------------------------------
- r1888 | sam | 2002-05-21 03:27:26 +0200 (Tue, 21 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
- ------------------------------------------------------------------------
- r1889 | ipkiss | 2002-05-21 03:29:38 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/win32/network.cpp
- M /trunk/plugins/win32/network.dfm
- M /trunk/plugins/win32/network.h
- * Fixed a stupid bug in the Network dialog.
- ------------------------------------------------------------------------
- r1890 | sam | 2002-05-21 03:40:17 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- * ./src/input/input.c: fixed a bug with the input remaining stuck when no
- network data was present.
- ------------------------------------------------------------------------
- r1891 | sam | 2002-05-21 04:46:39 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/chroma/i420_yuy2.h
- * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
- done yet, though.
- ------------------------------------------------------------------------
- r1892 | sam | 2002-05-21 05:37:17 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/chroma/i420_yuy2.c
- * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
- packed chroma transformations.
- ------------------------------------------------------------------------
- r1893 | gbazin | 2002-05-21 08:55:48 +0200 (Tue, 21 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/network/ipv6.c
- * ./plugins/network/ipv6.c: fixed a stupid bug.
- ------------------------------------------------------------------------
- r1894 | gbazin | 2002-05-21 09:48:50 +0200 (Tue, 21 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/directx/aout_directx.c
- * ./plugins/directx/aout_directx.c: fixed compile warnings.
- ------------------------------------------------------------------------
- r1895 | lool | 2002-05-21 15:27:32 +0200 (Tue, 21 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_access.c
- * fixed a side-effect bug causing crashes on DVD title change
- ------------------------------------------------------------------------
- r1896 | gbazin | 2002-05-21 15:34:31 +0200 (Tue, 21 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_access.c
- * On Win32 the DVD access plugin has to be explicitly requested. This
- avoids crashes when the input thread tries to open files as dvds.
- ------------------------------------------------------------------------
- r1897 | massiot | 2002-05-22 00:09:45 +0200 (Wed, 22 May 2002) | 2 lines
- Changed paths:
- M /trunk/vlc.spec
- * Updated spec for ffmpeg.
- ------------------------------------------------------------------------
- r1898 | lool | 2002-05-22 13:23:56 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/modules_inner.h
- * ./include/modules_inner.h: fixed a crash when reopening a hidden
- module (by sam)
- ------------------------------------------------------------------------
- r1899 | tcastley | 2002-05-22 14:23:41 +0200 (Wed, 22 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/vout_beos.cpp
- Changes to reduce segfaults on exit, and also allow only one Playlist window.
- ------------------------------------------------------------------------
- r1900 | jobi | 2002-05-22 14:50:21 +0200 (Wed, 22 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/vcd/vcd.c
- * plugins/vcd/vcd.c: added svcd shortcut to the vcd input
- ------------------------------------------------------------------------
- r1901 | gbazin | 2002-05-22 16:20:41 +0200 (Wed, 22 May 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/text/logger.c
- * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
- command box.
- * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam)
- * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
- ------------------------------------------------------------------------
- r1902 | ipkiss | 2002-05-22 19:12:45 +0200 (Wed, 22 May 2002) | 8 lines
- Changed paths:
- M /trunk/plugins/win32/disc.cpp
- M /trunk/plugins/win32/disc.dfm
- M /trunk/plugins/win32/disc.h
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/mainframe.dfm
- M /trunk/plugins/win32/mainframe.h
- M /trunk/plugins/win32/network.cpp
- M /trunk/plugins/win32/network.dfm
- M /trunk/plugins/win32/network.h
- M /trunk/plugins/win32/preferences.cpp
- M /trunk/plugins/win32/preferences.h
- * ALL: replaced TUpDown components by TCSpinEdit ones, which allow
- values greater than 32767. It fixes the audio bug ocurring when a
- configuration file is saved under the win32 interface
- * ./plugins/win32/mainframe.cpp: Added some extra space between
- statusbar and toolbar when nothing is displayed. I find it nicer :)
- ------------------------------------------------------------------------
- r1903 | sam | 2002-05-22 19:17:45 +0200 (Wed, 22 May 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/modules_inner.h
- M /trunk/plugins/access/file.c
- M /trunk/plugins/dvd/dvd_seek.c
- * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
- * ./Makefile: the vlc rule depends on modules_builtin.h.
- * ./include/modules_inner.h: removed useless code.
- ------------------------------------------------------------------------
- r1904 | sam | 2002-05-22 19:19:46 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: disabled module autohide until we find out why a
- reloaded module sometimes does not work properly.
- ------------------------------------------------------------------------
- r1905 | gbazin | 2002-05-22 21:31:33 +0200 (Wed, 22 May 2002) | 9 lines
- Changed paths:
- M /trunk/plugins/directx/directx.c
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
- * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
- we don't do this, trying to use the class when the plugin is reloaded will
- cause a segfault.
- PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
- an internal state which isn't updated when we reload the plugin.
- ------------------------------------------------------------------------
- r1906 | sam | 2002-05-22 23:05:18 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/chroma/i420_yuy2.h
- * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
- transformations, with the help of Pascal Levesque.
- ------------------------------------------------------------------------
- r1907 | sam | 2002-05-22 23:08:42 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_open.m
- M /trunk/plugins/win32/network.dfm
- * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
- server default hostname.
- ------------------------------------------------------------------------
- r1908 | sam | 2002-05-22 23:15:04 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_libmad.c
- * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
- debug messages instead of intf_ErrMsg.
- ------------------------------------------------------------------------
- r1909 | sam | 2002-05-22 23:30:08 +0200 (Wed, 22 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_interface.c
- * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
- ------------------------------------------------------------------------
- r1910 | sam | 2002-05-22 23:42:47 +0200 (Wed, 22 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_seek.c
- * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
- caused input to get stuck in interleaved cells.
- ------------------------------------------------------------------------
- r1911 | massiot | 2002-05-23 01:11:00 +0200 (Thu, 23 May 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/access/http.c
- Fixed HTTP input under Win32 (thanks ipkiss).
- ------------------------------------------------------------------------
- r1912 | massiot | 2002-05-23 01:40:50 +0200 (Thu, 23 May 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/debian/changelog
- M /trunk/vlc.spec
- * Updated ChangeLog
- * Updated release date
- ------------------------------------------------------------------------
- r1913 | massiot | 2002-05-23 23:42:43 +0200 (Thu, 23 May 2002) | 2 lines
- Changed paths:
- M /trunk/README.MacOSX.rtf
- Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
- ------------------------------------------------------------------------
- r1914 | jlj | 2002-05-24 00:18:55 +0200 (Fri, 24 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_open.m
- * ./plugins/macosx/intf_open.m: Remember last open file panel location,
- thanks to <ssudre2@wanadoo.fr>
- ------------------------------------------------------------------------
- r1915 | sam | 2002-05-24 00:21:14 +0200 (Fri, 24 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * ./src/video_output/video_output.c: the video output thread was never
- joined! A pretty old bug...
- ------------------------------------------------------------------------
- r1916 | massiot | 2002-05-24 00:33:44 +0200 (Fri, 24 May 2002) | 2 lines
- Changed paths:
- M /trunk/doc/release-howto.txt
- update release-howto
- ------------------------------------------------------------------------
- r1917 | gbazin | 2002-05-24 14:42:14 +0200 (Fri, 24 May 2002) | 8 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/spudec/spu_decoder.c
- * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
- to BitstreamNextDataPacket() in GetChunk().
- Code using GetChunk() also needs to check fifo->b_die before using the
- obtained data.
- This fixes frequent crashes you get on win32 with the a52 plugin when you
- close a stream.
- ------------------------------------------------------------------------
- r1918 | fenrir | 2002-05-25 18:23:07 +0200 (Sat, 25 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/libioRIFF.c
- * all: avi file is a piece of sh*t, make more test.
- ------------------------------------------------------------------------
- r1919 | marcari | 2002-05-25 21:15:50 +0200 (Sat, 25 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
- instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
- ------------------------------------------------------------------------
- r1920 | massiot | 2002-05-25 23:42:36 +0200 (Sat, 25 May 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- Changed download URL.
- ------------------------------------------------------------------------
- r1921 | alexis | 2002-05-27 03:49:41 +0200 (Mon, 27 May 2002) | 5 lines
- Changed paths:
- M /trunk/doc/vlc-howto.sgml
- Link to the GPL licence
- GFDL licence know used for the licence
- ------------------------------------------------------------------------
- r1922 | fenrir | 2002-05-27 18:01:42 +0200 (Mon, 27 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/src/input/mpeg_system.c
- ALL : In order to make ac3 working in avi file, I've deplaced some code
- from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
- mpeg_system.c and no longer in ac3 audio decoder ).
- ------------------------------------------------------------------------
- r1923 | sam | 2002-05-27 20:26:31 +0200 (Mon, 27 May 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/aa/aa.c
- * ./plugins/aa/aa.c: removed all palette code as it was unused.
- * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
- vout_Render.
- * ./plugins/aa/aa.c: added support for resizing and right-click menu.
- (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)
- ------------------------------------------------------------------------
- r1924 | sam | 2002-05-27 20:33:35 +0200 (Mon, 27 May 2002) | 2 lines
- Changed paths:
- M /trunk/debian/control
- * ./debian/control: updated Debian package descriptions.
- ------------------------------------------------------------------------
- r1925 | sam | 2002-05-27 20:34:33 +0200 (Mon, 27 May 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * ./po/vlc.pot: updated potfile.
- * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
- <A.Lipiec@elka.pw.edu.pl>.
- ------------------------------------------------------------------------
- r1926 | sam | 2002-05-27 20:35:53 +0200 (Mon, 27 May 2002) | 2 lines
- Changed paths:
- A /trunk/po/pl.po
- * ./po/pl.po: uh uh uh, forgot to cvs add this file...
- ------------------------------------------------------------------------
- r1927 | sam | 2002-05-27 21:35:41 +0200 (Mon, 27 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- * ./plugins/filter/*: filters are now configurable through the configuration
- system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
- ------------------------------------------------------------------------
- r1928 | stef | 2002-05-28 20:34:42 +0200 (Tue, 28 May 2002) | 3 lines
- Changed paths:
- M /trunk/include/video.h
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- *Added a b_force flag to picture_t so that we can force the display
- of an image even if it is late.
- ------------------------------------------------------------------------
- r1929 | ipkiss | 2002-05-28 23:44:46 +0200 (Tue, 28 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/win32/about.dfm
- M /trunk/plugins/win32/about.h
- M /trunk/plugins/win32/disc.cpp
- M /trunk/plugins/win32/intfwin.bpr
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/mainframe.dfm
- M /trunk/plugins/win32/mainframe.h
- M /trunk/plugins/win32/network.cpp
- * New icons for the toolbar buttons
- * URL can now start with "http://" in the Network dialog box
- * Updated the About dialog box
- ------------------------------------------------------------------------
- r1930 | sam | 2002-05-29 00:49:25 +0200 (Wed, 29 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- * ./plugins/filters/*: fixed inconsistencies.
- ------------------------------------------------------------------------
- r1931 | gbazin | 2002-05-29 12:08:03 +0200 (Wed, 29 May 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/x11/xcommon.c
- * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
- * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
- to avoid a flickering during the switch.
- ------------------------------------------------------------------------
- r1932 | sam | 2002-05-29 20:39:14 +0200 (Wed, 29 May 2002) | 5 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * ./src/video_output/video_output.c: when the video output hasn't received
- a new picture for a while, it redisplays the last displayed one. This will
- be useful for DVD menus, but also solves the "picture becomes black when
- vlc is paused" issue.
- ------------------------------------------------------------------------
- r1933 | gbazin | 2002-05-30 10:17:04 +0200 (Thu, 30 May 2002) | 8 lines
- Changed paths:
- M /trunk/include/configuration.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/satellite/satellite.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xvideo.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/configuration.c
- * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
- default value as an argument.
- * modified the command line parsing to accept --foo and --no-foo when a
- "foo" boolean config option is defined.
- * modified the help menu to indicate if the option is enabled or
- disabled by default.
- ------------------------------------------------------------------------
- r1934 | xav | 2002-05-30 10:59:42 +0200 (Thu, 30 May 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/mainframe.dfm
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/misc/netutils.c
- * intf_eject.c : added ejection code for Win32. Please test it under
- Win95/98/Me, I just can't install a winme
- in my work office :).
- * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
- * src/misc/netutils.c : just changed my mail :P
- ------------------------------------------------------------------------
- r1935 | asmax | 2002-05-30 15:22:43 +0200 (Thu, 30 May 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- - removed the obsolete artificial delay when switching channels.
- Now it is ultra-fast !
- ------------------------------------------------------------------------
- r1936 | asmax | 2002-05-30 15:39:43 +0200 (Thu, 30 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- - gnome.c didn't compile
- (Gildas you forgot the default value for gnome-toolbartext, I assume
- it was 1 ;)
- ------------------------------------------------------------------------
- r1937 | gbazin | 2002-05-30 15:58:17 +0200 (Thu, 30 May 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
- pointer (fix from sam).
- ------------------------------------------------------------------------
- r1938 | ipkiss | 2002-05-31 03:09:51 +0200 (Fri, 31 May 2002) | 8 lines
- Changed paths:
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/mainframe.dfm
- M /trunk/plugins/win32/messages.cpp
- M /trunk/plugins/win32/messages.dfm
- M /trunk/plugins/win32/messages.h
- M /trunk/plugins/win32/win32.cpp
- Win32 interface:
- * The "Eject" button is enabled only after we played a dvd or vcd.
- * The toolbar is now flat and less cubist.
- * Got rid of the ugly slider with some winXP skins.
- * Added a config option to limit the number of messages in the log
- window (default is set to 500).
- ------------------------------------------------------------------------
- r1940 | massiot | 2002-05-31 23:37:42 +0200 (Fri, 31 May 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/sdl/aout_sdl.c
- * plugins/sdl/aout_sdl.c : Fixed an endianness issue created by a
- brain-dead developer :p
- ------------------------------------------------------------------------
- r1941 | massiot | 2002-05-31 23:56:01 +0200 (Fri, 31 May 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/satellite/satellite_tools.c
- * Compilation fixes for Solaris ;
- ------------------------------------------------------------------------
- r1943 | tcastley | 2002-06-01 10:54:08 +0200 (Sat, 01 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/PlayListWindow.cpp
- M /trunk/plugins/beos/VideoWindow.h
- * Fixes for Playlist window. Now only creates one and destroys correctly.
- * Fixed the height of the output video, was one to big.
- ------------------------------------------------------------------------
- r1944 | tcastley | 2002-06-01 10:54:48 +0200 (Sat, 01 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/PlayListWindow.h
- Fixes for Playlist window
- ------------------------------------------------------------------------
- r1945 | tcastley | 2002-06-01 11:20:16 +0200 (Sat, 01 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.h
- Fix to prevent multiple Playlist windows
- ------------------------------------------------------------------------
- r1946 | tcastley | 2002-06-01 11:21:59 +0200 (Sat, 01 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- Fixes for preventing multiple playlist windows
- and improvements and corrections in videoout.
- ------------------------------------------------------------------------
- r1950 | sam | 2002-06-01 12:47:07 +0200 (Sat, 01 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/chroma/i420_rgb16.c
- * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
- mode, courtesy of Pascal Levesque.
- ------------------------------------------------------------------------
- r1951 | sam | 2002-06-01 13:08:24 +0200 (Sat, 01 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/chroma/i420_yuy2.h
- * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
- Rudolf Cornelissen.
- ------------------------------------------------------------------------
- r1952 | sam | 2002-06-01 13:11:51 +0200 (Sat, 01 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
- MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
- ------------------------------------------------------------------------
- r1954 | sam | 2002-06-01 14:32:02 +0200 (Sat, 01 Jun 2002) | 32 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/BUGS
- M /trunk/Makefile
- M /trunk/Makefile.dep
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- A /trunk/bootstrap.sh
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/debian/vlc-aa.dirs
- M /trunk/debian/vlc-alsa.dirs
- M /trunk/debian/vlc-arts.dirs
- M /trunk/debian/vlc-esd.dirs
- M /trunk/debian/vlc-ggi.dirs
- M /trunk/debian/vlc-glide.dirs
- M /trunk/debian/vlc-gnome.dirs
- M /trunk/debian/vlc-gnome.menu
- M /trunk/debian/vlc-gtk.dirs
- M /trunk/debian/vlc-gtk.menu
- M /trunk/debian/vlc-kde.dirs
- M /trunk/debian/vlc-kde.menu
- M /trunk/debian/vlc-lirc.dirs
- M /trunk/debian/vlc-mad.dirs
- M /trunk/debian/vlc-qt.dirs
- M /trunk/debian/vlc-qt.menu
- M /trunk/debian/vlc-sdl.dirs
- M /trunk/debian/vlc.dirs
- M /trunk/debian/vlc.menu
- M /trunk/include/ac3_downmix.h
- M /trunk/include/ac3_imdct.h
- M /trunk/include/audio_output.h
- D /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/configuration.h
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/interface.h
- M /trunk/include/intf_eject.h
- D /trunk/include/intf_msg.h
- D /trunk/include/intf_playlist.h
- M /trunk/include/iso_lang.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/include/mtime.h
- M /trunk/include/netutils.h
- M /trunk/include/network.h
- M /trunk/include/os_specific.h
- A /trunk/include/playlist.h
- M /trunk/include/stream_control.h
- D /trunk/include/threads.h
- M /trunk/include/threads_funcs.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- D /trunk/include/videolan
- A /trunk/include/vlc
- A /trunk/include/vlc/aout.h
- A /trunk/include/vlc/decoder.h
- A /trunk/include/vlc/input.h
- A /trunk/include/vlc/intf.h
- A /trunk/include/vlc/vlc.h
- A /trunk/include/vlc/vout.h
- A /trunk/include/vlc_common.h
- A /trunk/include/vlc_cpu.h
- A /trunk/include/vlc_messages.h
- A /trunk/include/vlc_objects.h
- A /trunk/include/vlc_symbols.h
- A /trunk/include/vlc_threads.h
- M /trunk/include/win32_specific.h
- M /trunk/ipkg/rules
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/a52/a52.h
- M /trunk/plugins/aa/aa.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_adec/ac3_adec.h
- M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
- M /trunk/plugins/ac3_adec/ac3_decoder.c
- M /trunk/plugins/ac3_adec/ac3_exponent.c
- M /trunk/plugins/ac3_adec/ac3_exponent.h
- M /trunk/plugins/ac3_adec/ac3_imdct.c
- M /trunk/plugins/ac3_adec/ac3_mantissa.c
- M /trunk/plugins/ac3_adec/ac3_mantissa.h
- M /trunk/plugins/ac3_adec/ac3_parse.c
- M /trunk/plugins/ac3_adec/ac3_rematrix.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.h
- M /trunk/plugins/access/file.c
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/arts/Makefile
- D /trunk/plugins/arts/aout_arts.c
- M /trunk/plugins/arts/arts.c
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/avi/libioRIFF.c
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/MediaControlView.cpp
- M /trunk/plugins/beos/PlayListWindow.cpp
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_rgb8.c
- M /trunk/plugins/chroma/i420_rgb_mmx.h
- M /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i420_yuy2.h
- M /trunk/plugins/chroma/i422_yuy2.c
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/downmix/ac3_downmix_3dn.c
- M /trunk/plugins/downmix/ac3_downmix_c.c
- M /trunk/plugins/downmix/ac3_downmix_sse.c
- M /trunk/plugins/downmix/downmix.c
- M /trunk/plugins/downmix/downmix3dn.c
- M /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/dsp/Makefile
- D /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/input_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/null.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd.h
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_demux.c
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/dvd_seek.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.h
- M /trunk/plugins/esd/Makefile
- D /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/ffmpeg/ffmpeg.h
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/filter_common.h
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- D /trunk/plugins/gtk/fixfiles.sh
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_display.c
- M /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_menu.h
- 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_playlist.h
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/gtk/gtk_support.h
- M /trunk/plugins/idct/idct.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
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_c.c
- M /trunk/plugins/imdct/ac3_imdct_common.c
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/ac3_srfft_3dn.c
- M /trunk/plugins/imdct/ac3_srfft_c.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- M /trunk/plugins/imdct/imdct.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/kde/QConfigItem.cpp
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/kde/kde_common.h
- M /trunk/plugins/kde/kde_interface.cpp
- M /trunk/plugins/kde/kde_interface.h
- M /trunk/plugins/kde/kde_menu.cpp
- M /trunk/plugins/kde/kde_pluginsbox.cpp
- M /trunk/plugins/kde/kde_pluginsbox.h
- M /trunk/plugins/kde/kde_preferences.cpp
- M /trunk/plugins/kde/kde_preferences.h
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.h
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/macosx.h
- M /trunk/plugins/macosx/macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/macosx/vout_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_window.m
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_adec.h
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/memcpy/memcpy.c
- M /trunk/plugins/memcpy/memcpyaltivec.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motion3dnow.c
- M /trunk/plugins/motion/motionaltivec.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg_adec/adec_layer1.c
- M /trunk/plugins/mpeg_adec/adec_layer2.c
- M /trunk/plugins/mpeg_adec/adec_math.c
- M /trunk/plugins/mpeg_adec/adec_test.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.h
- M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
- M /trunk/plugins/mpeg_system/mpeg_audio.c
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- M /trunk/plugins/mpeg_vdec/video_decoder.c
- M /trunk/plugins/mpeg_vdec/video_decoder.h
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/video_parser.h
- M /trunk/plugins/mpeg_vdec/vpar_blocks.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.h
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/plugins/network/ipv4.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/qt/qt.cpp
- M /trunk/plugins/satellite/input_satellite.c
- M /trunk/plugins/satellite/satellite.c
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/spudec/spu_decoder.h
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/vcd/cdrom_tools.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/input_vcd.h
- M /trunk/plugins/vcd/vcd.c
- M /trunk/plugins/win32/about.cpp
- M /trunk/plugins/win32/control.cpp
- M /trunk/plugins/win32/disc.cpp
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/menu.cpp
- M /trunk/plugins/win32/menu.h
- M /trunk/plugins/win32/messages.cpp
- M /trunk/plugins/win32/network.cpp
- M /trunk/plugins/win32/playlist.cpp
- M /trunk/plugins/win32/playlist.h
- M /trunk/plugins/win32/preferences.cpp
- M /trunk/plugins/win32/waveout.c
- M /trunk/plugins/win32/win32.cpp
- M /trunk/plugins/win32/win32_common.h
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xvideo.c
- M /trunk/po/POTFILES.in
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_pcm.c
- M /trunk/src/audio_output/aout_spdif.c
- 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_ext-plugins.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_eject.c
- D /trunk/src/interface/intf_msg.c
- D /trunk/src/interface/intf_playlist.c
- D /trunk/src/interface/main.c
- A /trunk/src/libvlc.c
- A /trunk/src/libvlc.h
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/configuration.c
- A /trunk/src/misc/cpu.c
- M /trunk/src/misc/darwin_specific.c
- M /trunk/src/misc/iso_lang.c
- A /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_builtin.h.in
- M /trunk/src/misc/modules_plugin.h
- A /trunk/src/misc/modules_plugin.h.in
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- A /trunk/src/misc/objects.c
- M /trunk/src/misc/symbols.c
- A /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- A /trunk/src/playlist
- A /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_output/video_text.h
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- A /trunk/src/vlc.c
- M /trunk/vlc.spec
- * ALL: the first libvlc commit.
- As for video output 4, this breaks almost everything, but I'll slowly
- do what remains to be fixed during the weekend.
- Changes in vlc:
- ===============
- * vlc is now a very small program (20 lines) which uses the libvlc API;
- it is quite simple for the moment but can be extended in the future.
- * interfaces, decoders, video outputs, etc. are now almost the same
- objects (yes, I know, this is C++ redone in C) and are structured in
- a tree. More about this later, but basically it allows the following
- nice features:
- - several interfaces
- - several playlists with several outputs
- - input plugins spawning helper interfaces (will be used for DVD menus)
- - anything spawning anything; I swear there are useful uses for this!
- * libvlc can be used in other programs; I'm currently writing a Mozilla
- plugin for my employer.
- Things currently broken:
- ========================
- * most interfaces, most ports
- * the playlist handling (almost finished rewriting this though). This means
- no file can be played from the GUI, you need to use the commandline. This
- also means it segfaults at EOF, when exiting the program, and it sometimes
- refuses to open a file when asked to.
- ------------------------------------------------------------------------
- r1956 | sam | 2002-06-01 15:52:24 +0200 (Sat, 01 Jun 2002) | 8 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/plugins/chroma/i420_yuy2.h
- M /trunk/plugins/mpeg_vdec/video_decoder.h
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_blocks.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.h
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/po/en_GB.po
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/objects.c
- * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
- vlc_thread_create / vlc_thread_ready scheme to signal readiness.
- * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
- * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
- belongs to plugins/mpeg_vdec.
- * ./ChangeLog: imported the 0_4_1_branch changelog.
- * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
- ------------------------------------------------------------------------
- r1957 | sam | 2002-06-01 16:31:32 +0200 (Sat, 01 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/include/vlc_common.h
- M /trunk/include/win32_specific.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
- * ./include/main.h: replaced p_sys with explicit variables because it's
- really much simpler this way. Gildas, will you ever forgive me ? :-)
- ------------------------------------------------------------------------
- r1958 | sam | 2002-06-01 18:45:35 +0200 (Sat, 01 Jun 2002) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i420_yuy2.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/motion/motionaltivec.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/satellite/satellite_tools.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
- src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
- * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
- ./plugins/directx/vout_events.c: the DirectX notification and event threads
- now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
- * ./configure.in: added a check for inttypes.h and sys/int_types.h.
- * ./configure.in: fixed the HTTP plugin compilation under BeOS.
- * ./plugins/network/ipv6.c: reactivated IPv6 module.
- ------------------------------------------------------------------------
- r1959 | sam | 2002-06-01 19:09:25 +0200 (Sat, 01 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/bootstrap.sh
- M /trunk/include/main.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules_plugin.h
- * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
- * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
- not include CVS Id lines in automatically created files.
- ------------------------------------------------------------------------
- r1960 | sam | 2002-06-01 19:11:41 +0200 (Sat, 01 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap.sh
- * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
- ------------------------------------------------------------------------
- r1961 | sam | 2002-06-01 20:04:49 +0200 (Sat, 01 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/include/configuration.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/interface.h
- M /trunk/include/intf_eject.h
- M /trunk/include/modules.h
- M /trunk/include/netutils.h
- M /trunk/include/playlist.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_cpu.h
- M /trunk/include/vlc_messages.h
- M /trunk/include/vlc_symbols.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/filter/clone.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/kde/kde_preferences.cpp
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/preferences.cpp
- M /trunk/plugins/x11/xcommon.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/cpu.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- * ALL: got rid of p_object->p_this which is now useless.
- ------------------------------------------------------------------------
- r1963 | massiot | 2002-06-02 01:42:04 +0200 (Sun, 02 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_vlc_wrapper.m
- Mac OS X interface :
- * fixed a bug in the chapter handling ;
- * more keystrokes ;
- ------------------------------------------------------------------------
- r1966 | massiot | 2002-06-02 03:20:52 +0200 (Sun, 02 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/vlc.icns
- M /trunk/plugins/macosx/intf_controller.h
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/macosx.h
- M /trunk/src/misc/darwin_specific.c
- * Channel change support on Mac OS X ;
- * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
- ------------------------------------------------------------------------
- r1970 | sam | 2002-06-02 11:03:54 +0200 (Sun, 02 Jun 2002) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/plugins/aa/aa.c
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/filter/Makefile
- A /trunk/plugins/filter/crop.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_pool.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- M /trunk/vlc.spec
- * ./src/video_output/video_output.c: fixed the "picture has invalid status"
- bug which might have been the cause of crashes.
- * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
- using "--filter crop --autocrop".
- * ./vlc.spec: added missing filters to the RPM generation.
- * ./src/misc/objects.c: commented all functions.
- * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
- * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
- ------------------------------------------------------------------------
- r1972 | gbazin | 2002-06-02 12:28:48 +0200 (Sun, 02 Jun 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
- <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
- it isn't found.
- ------------------------------------------------------------------------
- r1975 | sam | 2002-06-02 13:59:46 +0200 (Sun, 02 Jun 2002) | 8 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/src/input/input.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/playlist/playlist.c
- (new in MAIN)
- * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
- prevent crashes on next file.
- (ported from 0_4_1_branch)
- * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
- popup menus when no stream is being played, even in network mode.
- * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
- ------------------------------------------------------------------------
- r1976 | massiot | 2002-06-02 14:16:31 +0200 (Sun, 02 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/plugins/macosx/intf_controller.h
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/macosx.h
- * New Loop menu item in OS X interface.
- ------------------------------------------------------------------------
- r1978 | gbazin | 2002-06-02 15:38:03 +0200 (Sun, 02 Jun 2002) | 3 lines
- Changed paths:
- D /trunk/include/threads_funcs.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_threads.h
- * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
- ------------------------------------------------------------------------
- r1980 | sam | 2002-06-02 15:49:35 +0200 (Sun, 02 Jun 2002) | 7 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/satellite/input_satellite.c
- M /trunk/plugins/spudec/spu_decoder.c
- (new in MAIN)
- * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
- ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
- (ported from 0_4_1_branch)
- * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
- which caused subtitles to appear slanted in odd width windows.
- ------------------------------------------------------------------------
- r1981 | gbazin | 2002-06-02 16:26:16 +0200 (Sun, 02 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/include/os_specific.h
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/darwin_specific.c
- M /trunk/src/misc/win32_specific.c
- * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
- instead of vlc_object_t.
- ------------------------------------------------------------------------
- r1982 | gbazin | 2002-06-02 17:51:30 +0200 (Sun, 02 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
- ------------------------------------------------------------------------
- r1984 | massiot | 2002-06-03 00:32:46 +0200 (Mon, 03 Jun 2002) | 2 lines
- Changed paths:
- M /branches/v0_4_1_branch/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/ChangeLog
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_open.h
- M /trunk/plugins/macosx/intf_open.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- * ./plugins/macosx: rewrote the net panel for OS X
- ------------------------------------------------------------------------
- r1987 | massiot | 2002-06-03 00:45:31 +0200 (Mon, 03 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/ipkg/control
- M /trunk/vlc.spec
- Bumped up version number to 0.5.0-cvs.
- ------------------------------------------------------------------------
- r1988 | massiot | 2002-06-03 01:03:22 +0200 (Mon, 03 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/README.MacOSX.rtf
- * Updated README.
- ------------------------------------------------------------------------
- r1991 | sam | 2002-06-03 01:11:48 +0200 (Mon, 03 Jun 2002) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- (new in MAIN)
- * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
- (ported from v0_4_1_branch)
- * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
- currently sucks.
- * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
- and --no-foo as negations for --foo. Also, the --help output is nicer.
- * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
- ------------------------------------------------------------------------
- r1993 | sam | 2002-06-03 01:29:29 +0200 (Mon, 03 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/motion/motionmmx.c
- (ported from v0_4_1_branch)
- * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
- Vladimir Chernyshov <greengrass@writeme.com>.
- ------------------------------------------------------------------------
- r1994 | bozo | 2002-06-03 01:43:38 +0200 (Mon, 03 Jun 2002) | 10 lines
- Changed paths:
- M /trunk/MODULES
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/plugins/a52_system
- A /trunk/plugins/a52_system/Makefile
- A /trunk/plugins/a52_system/a52_system.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- * Makefile, configure.in, configure, MODULES: added a52_system input module.
- * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
- module.
- * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
- the a52 input module.
- Note: the new module aims at reading ac3 streams but it works only with the
- ac3_spdif "decoder" since it is the only one which dates each frame contrary
- to the others which can't avoid a flood from the input module.
- ------------------------------------------------------------------------
- r1997 | gbazin | 2002-06-03 09:22:36 +0200 (Mon, 03 Jun 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/win32/waveout.c
- * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
- called. This should fix the memory leak some people reported when using
- the waveout plugin.
- ------------------------------------------------------------------------
- r2001 | ipkiss | 2002-06-03 23:43:41 +0200 (Mon, 03 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * added the --with-dvbpsi-tree option
- ------------------------------------------------------------------------
- r2005 | sam | 2002-06-04 02:11:12 +0200 (Tue, 04 Jun 2002) | 11 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/TODO
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/include/defs.h.in
- M /trunk/include/modules.h
- M /trunk/include/playlist.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/x11/xcommon.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/interface/interface.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/cpu.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- M /trunk/src/playlist/playlist.c
- (new in MAIN)
- * ./src/interface/interface.c: interfaces are no longer attached only to
- p_vlc.
- * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
- ./src/input/input.c: improvements in the playlist handling (not quite that
- yet though).
- (ported from v0_4_1_branch)
- * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
- * ./src/misc/configuration.c: fixed the --nofoo option handling.
- * ./src/interface/main.c: fixed two compilation warnings under Solaris.
- ------------------------------------------------------------------------
- r2010 | sam | 2002-06-04 22:33:25 +0200 (Tue, 04 Jun 2002) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- (new in MAIN)
- * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
- fullscreen from the popup menu.
- (from v0_4_1_branch)
- * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
- from the popup menu.
- * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
- a segfault in the Gnome popup menu when toggling the interface.
- ------------------------------------------------------------------------
- r2011 | stef | 2002-06-05 20:01:31 +0200 (Wed, 05 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/video_parser.c
- *Check if p_vpar->p_vout is available before detaching it.
- ------------------------------------------------------------------------
- r2012 | stef | 2002-06-05 20:07:03 +0200 (Wed, 05 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/include/video_output.h
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- * Added mouse coordinates to vout struct. They are only update from x11 for now,
- and they are used nowhere.
- ------------------------------------------------------------------------
- r2013 | stef | 2002-06-05 20:15:46 +0200 (Wed, 05 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- *Only report initiliazation error when it is really an error.
- ------------------------------------------------------------------------
- r2014 | stef | 2002-06-05 20:18:49 +0200 (Wed, 05 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/spudec/spu_decoder.c
- * Release vout when we close spudec.
- ------------------------------------------------------------------------
- r2015 | stef | 2002-06-05 20:29:24 +0200 (Wed, 05 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/objects.c
- * Set object pointer to NULL after destroy.
- ------------------------------------------------------------------------
- r2016 | titer | 2002-06-05 22:58:54 +0200 (Wed, 05 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- Minor fix for the BeOS' make-package (icon loss).
- ------------------------------------------------------------------------
- r2017 | sam | 2002-06-07 16:30:41 +0200 (Fri, 07 Jun 2002) | 10 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/bootstrap.sh
- M /trunk/include/playlist.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/plugins/avi/avi.c
- M /trunk/plugins/ffmpeg/ffmpeg.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_callbacks.h
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_control.h
- M /trunk/plugins/gtk/gtk_interface.c
- 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/mpeg_system/mpeg_audio.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/text/rc.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- M /trunk/src/input/input.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/cpu.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/objects.c
- M /trunk/src/playlist/playlist.c
- * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
- * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
- a non-zero reference count, but we still complain.
- * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
- as play, pause, stop, next, fast etc. work again.
- * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
- workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
- * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
- appropriate properties, we use it.
- ------------------------------------------------------------------------
- r2018 | sam | 2002-06-07 16:59:40 +0200 (Fri, 07 Jun 2002) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/include/vlc_objects.h
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * ./include/vlc_objects.h: pointers are set to NULL after a call to
- vlc_object_destroy (idea from stef).
- * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
- <alipiec@adrenalina.pl>.
- ------------------------------------------------------------------------
- r2019 | sam | 2002-06-07 18:06:09 +0200 (Fri, 07 Jun 2002) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/src/misc/objects.c
- M /trunk/src/playlist/playlist.c
- * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
- and vlc:quit work again.
- * ./src/playlist/playlist.c: when a new target is added, for instance through the "File" menu, it is automatically played.
- ------------------------------------------------------------------------
- r2020 | bozo | 2002-06-07 20:03:40 +0200 (Fri, 07 Jun 2002) | 2 lines
- Changed paths:
- A /trunk/plugins/a52_system/.cvsignore
- * plugins/a52_system/.cvsignore: What about a little .cvsignore ?
- ------------------------------------------------------------------------
- r2021 | sam | 2002-06-07 21:54:37 +0200 (Fri, 07 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/include/playlist.h
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_playlist.h
- M /trunk/src/playlist/playlist.c
- * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
- * ./src/playlist/playlist.c: fixed an off-by-one loop error.
- ------------------------------------------------------------------------
- r2022 | sam | 2002-06-07 23:45:30 +0200 (Fri, 07 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- * ./src/misc/netutils.c: network mode works again.
- ------------------------------------------------------------------------
- r2023 | lool | 2002-06-08 00:24:04 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- * basic On Screen Display intf-plugin based on libxosd
- ------------------------------------------------------------------------
- r2024 | lool | 2002-06-08 00:32:18 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * fixed my typos in configure.in
- ------------------------------------------------------------------------
- r2025 | lool | 2002-06-08 00:41:50 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- A /trunk/plugins/xosd
- A /trunk/plugins/xosd/.cvsignore
- A /trunk/plugins/xosd/Makefile
- A /trunk/plugins/xosd/xosd.c
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/vlc.pot
- * forgot to cvs add the _files_ -- sorry
- ------------------------------------------------------------------------
- r2026 | sam | 2002-06-08 01:05:03 +0200 (Sat, 08 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/text/rc.c
- * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
- * ./plugins/text/rc.c: fixed the "a" command.
- ------------------------------------------------------------------------
- r2027 | sam | 2002-06-08 01:53:44 +0200 (Sat, 08 Jun 2002) | 3 lines
- Changed paths:
- D /trunk/include/playlist.h
- M /trunk/include/vlc/intf.h
- M /trunk/include/vlc_common.h
- A /trunk/include/vlc_playlist.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/win32/control.cpp
- M /trunk/plugins/win32/disc.cpp
- M /trunk/plugins/win32/intf_win32.cpp
- M /trunk/plugins/win32/mainframe.cpp
- M /trunk/plugins/win32/menu.cpp
- M /trunk/plugins/win32/messages.cpp
- M /trunk/plugins/win32/network.cpp
- M /trunk/plugins/win32/playlist.cpp
- M /trunk/plugins/win32/preferences.cpp
- M /trunk/plugins/win32/win32_common.h
- M /trunk/src/input/input.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/objects.c
- M /trunk/src/playlist/playlist.c
- * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
- to be still crashing.
- ------------------------------------------------------------------------
- r2028 | lool | 2002-06-08 03:41:22 +0200 (Sat, 08 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/xosd/xosd.c
- * ./configure.in: checking for the header should be enough in most cases
- * ./plugins/xosd/xosd.c: configuration options
- ------------------------------------------------------------------------
- r2029 | lool | 2002-06-08 04:50:26 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/xosd/xosd.c
- * ./plugins/xosd/xosd.c: a couple more options, better defaults
- ------------------------------------------------------------------------
- r2030 | sam | 2002-06-08 16:08:46 +0200 (Sat, 08 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap.sh
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/mpeg_vdec/vpar_pool.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
- implementation to avoid races, by using SetEvent instead of PulseEvent.
- ------------------------------------------------------------------------
- r2031 | sam | 2002-06-08 20:52:34 +0200 (Sat, 08 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/macosx/aout_macosx.m
- M /trunk/plugins/macosx/intf_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_macosx.m
- * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
- ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
- ------------------------------------------------------------------------
- r2032 | sam | 2002-06-08 21:32:19 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/macosx/intf_controller.m
- M /trunk/plugins/macosx/intf_macosx.m
- M /trunk/plugins/macosx/intf_open.m
- M /trunk/plugins/macosx/macosx.h
- M /trunk/plugins/macosx/macosx.m
- M /trunk/plugins/macosx/vout_macosx.m
- M /trunk/plugins/macosx/vout_qdview.m
- M /trunk/plugins/macosx/vout_vlc_wrapper.m
- M /trunk/plugins/macosx/vout_window.m
- * ./plugins/macosx/*: additional minor fixes.
- ------------------------------------------------------------------------
- r2033 | sam | 2002-06-08 22:25:13 +0200 (Sat, 08 Jun 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_libmad.c
- * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
- ------------------------------------------------------------------------
- r2034 | sam | 2002-06-09 18:52:58 +0200 (Sun, 09 Jun 2002) | 8 lines
- Changed paths:
- M /trunk/plugins/filter/deinterlace.c
- * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
- "discard" which is very CPU efficient, and "blend" (yes there used to be
- a "blend" method but it's now called "linear". Don't ask) which loses some
- vertical resolution but discards the mice teeth effect. Information was
- found on http://www.100fps.com/index.htm.
- We now have "discard", "blend", "bob" and "linear".
- ------------------------------------------------------------------------
- r2042 | massiot | 2002-06-10 00:57:00 +0200 (Mon, 10 Jun 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib