ChangeLog
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1081k
- r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
- ------------------------------------------------------------------------
- r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
- Changed paths:
- M /trunk/include/osd.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc_video.h
- M /trunk/modules/codec/cmml/intf.c
- M /trunk/modules/codec/dvbsub.c
- M /trunk/modules/codec/ogt/cvd_parse.c
- M /trunk/modules/codec/ogt/ogt_parse.c
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/modules/codec/subsdec.c
- M /trunk/modules/control/hotkeys.c
- M /trunk/modules/control/lirc.c
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/playlist.m
- M /trunk/modules/misc/dummy/renderer.c
- M /trunk/modules/misc/freetype.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_output/video_widgets.c
- M /trunk/src/video_output/vout_subpictures.c
- Support for multiple OSD channels :
- * added i_channel and i_content properties to subpicture_t
- * p_last_osd_message is no more used
- An OSD channel can contain simultaneously an OSD text and an OSD widget.
- ------------------------------------------------------------------------
- r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/pvr/pvr.c
- * pvr: cosmetic.
- ------------------------------------------------------------------------
- r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/ftp.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/pvr/pvr.c
- M /trunk/modules/access/tcp.c
- * all: removed ACCESS_GET_SEEKPOINT_INFO.
- ------------------------------------------------------------------------
- r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/include/ninput.h
- * ninput: changed the way title and seekpoint work.
- ------------------------------------------------------------------------
- r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
- Changed paths:
- M /trunk/vlc.roku
- built rules for HD1000
- ------------------------------------------------------------------------
- r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
- Changed paths:
- M /trunk/modules/misc/freetype.c
- * modules/misc/freetype.c: optimized subtitles rendering a bit.
- ------------------------------------------------------------------------
- r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
- ------------------------------------------------------------------------
- r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
- ------------------------------------------------------------------------
- r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- * access2: lastest API change.
- ------------------------------------------------------------------------
- r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/es_out.c
- es_out: clean up.
- ------------------------------------------------------------------------
- r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/demux.c
- * demux: init info field. (Not used yet).
- ------------------------------------------------------------------------
- r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/access.c
- * access: init info field.
- ------------------------------------------------------------------------
- r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
- Changed paths:
- M /trunk/include/ninput.h
- M /trunk/modules/access/ftp.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/pvr/pvr.c
- M /trunk/modules/access/tcp.c
- * all: a few changes in access2 (added a info field to access_t, remove
- ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
- ------------------------------------------------------------------------
- r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/skins2/x11/x11_display.cpp
- * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
- when a mode is not supported (closes bug #1809). Move the "main window"
- outside the screen to avoid seeing it in the workspace selector applet.
- ------------------------------------------------------------------------
- r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/include/configuration.h
- M /trunk/include/modules.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
- ------------------------------------------------------------------------
- r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/wizard.cpp
- * compilation (unicode) fix
- ------------------------------------------------------------------------
- r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/Modules.am
- M /trunk/modules/gui/wxwindows/wizard.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * wizard.cpp : - TTL and SAP support
- - Sanity checks for transcode output file
- * Modules.am : Added new "icons" to dist
- ------------------------------------------------------------------------
- r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- Make the playlist window resizeable
- Use a smaller font
- ------------------------------------------------------------------------
- r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- M /trunk/modules/access/pvr/pvr.c
- pvr.c : Converted to access2 and added options for autobuilt panels
- ------------------------------------------------------------------------
- r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/configure.ac
- * configure.ac: added access2 ;)
- ------------------------------------------------------------------------
- r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/doc/skins/skins2-howto.xml
- skins2-howto.xml: Added two internal links
- ------------------------------------------------------------------------
- r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/skins2/src/theme_loader.cpp
- * skins2: same fix as in modules/access/directory.c
- ------------------------------------------------------------------------
- r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/preferences.cpp
- * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
- ------------------------------------------------------------------------
- r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/playlist/playlist.c
- Fix play-and-stop behaviour with playlist_Command
- ------------------------------------------------------------------------
- r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/ncurses.c
- * ncurses: fixed the error that was making the browser so slow.
- ------------------------------------------------------------------------
- r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/ncurses.c
- * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
- that's what you get when you are hacking something
- you don't understand 100%
- ------------------------------------------------------------------------
- r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- * access2: fix seek with access2 using pf_block.
- ------------------------------------------------------------------------
- r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- M /trunk/modules/access/tcp.c
- * tcp: convertd to access2.
- ------------------------------------------------------------------------
- r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/codec/x264.c
- * x264: I have commited debug stuff :(
- ------------------------------------------------------------------------
- r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- M /trunk/modules/access/ftp.c
- * access2: fixed seeking.
- * ftp: converted to access2.
- ------------------------------------------------------------------------
- r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/input.c
- * input.c: set access2->b_die.
- ------------------------------------------------------------------------
- r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/access/access2.c
- M /trunk/modules/access/http.c
- * access2: support for demuxer access provided.
- * http: converted to access2.
- ------------------------------------------------------------------------
- r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/ncurses.c
- * Added a filebrowser (B)
- * Messages now uses 'L' as hotkey
- ------------------------------------------------------------------------
- r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/directory.c
- * ahum. == on a mask instead of &
- ------------------------------------------------------------------------
- r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/access.c
- M /trunk/src/input/demux.c
- * access,demux: fixed parsing.
- ------------------------------------------------------------------------
- r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- * input: warning fix (int ->byte_t*).
- ------------------------------------------------------------------------
- r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/directory.c
- * modules/access/directory.c: minor fix.
- ------------------------------------------------------------------------
- r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/chroma.c
- modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
- format ffmpeg likes
- ------------------------------------------------------------------------
- r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/wizard.cpp
- * wizard.cpp: compilation fixes
- ------------------------------------------------------------------------
- r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- A /trunk/modules/gui/wxwindows/streamdata.h
- M /trunk/modules/gui/wxwindows/streamout.cpp
- M /trunk/modules/gui/wxwindows/wizard.cpp
- Move streaming data to a separate file (will have to be moved to /include)
- ------------------------------------------------------------------------
- r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/Modules.am
- A /trunk/modules/access/access2.c
- * access2: access2 <-> access1 wrapper (untested).
- ------------------------------------------------------------------------
- r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/ninput.h
- * ninput: typo.
- ------------------------------------------------------------------------
- r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/ninput.h
- * ninput: more access2 things.
- ------------------------------------------------------------------------
- r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
- M /trunk/modules/gui/wxwindows/playlist.cpp
- Missing icons
- ------------------------------------------------------------------------
- r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/access.c
- * access: implement access2_nEw (untested).
- ------------------------------------------------------------------------
- r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/open.cpp
- M /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wizard.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * New wizard is now about usable, yet unfinished
- Todo
- - Heavy testing
- - Missing sanity checks
- - Extra options
- - Fix layout bugs
- * playlist.cpp : Smaller layout, icons to do...
- * timer.cpp : show the name and not the URI in status bar
- * open.cpp : Bugfix for modal mode
- ------------------------------------------------------------------------
- r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
- have no functional impact.
- ------------------------------------------------------------------------
- r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
- Changed paths:
- M /trunk/src/misc/modules.c
- * src/misc/modules.c: avoid name collisions on win32.
- ------------------------------------------------------------------------
- r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
- Changed paths:
- M /trunk/share/http/index.html
- share/http/index.html: output valid xhtml, even with an empty playlist. Show
- a message in the playlist area if the playlist is empty.
- ------------------------------------------------------------------------
- r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/gtk/gnome.c
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/modules/gui/gtk/open.c
- * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
- ------------------------------------------------------------------------
- r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/ninput.h
- M /trunk/src/input/access.c
- * ninput, access: compilation fix.
- ------------------------------------------------------------------------
- r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- * Makefile.am: added acces.c (for people still using make ;)
- ------------------------------------------------------------------------
- r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/include/ninput.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- A /trunk/src/input/access.c
- M /trunk/src/input/es_out.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/objects.c
- * all: begin to introduce access_t (nothing working yet).
- ------------------------------------------------------------------------
- r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
- Changed paths:
- M /trunk/src/misc/modules.c
- * src/misc/modules.c: small cleanup.
- ------------------------------------------------------------------------
- r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
- Changed paths:
- M /trunk/include/modules.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_config.h
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- * include/*,src/*: New plugins cache feature for faster load times.
- This is still experimental so isn't enabled by default (use --plugins-cache).
- There are also a few issues that aren't dealt with yet:
- - translation of module strings.
- - config options callbacks and actions.
- - a few memory leaks.
- - and likely other things ;)
- You can easily reset the plugins cache with --reset-plugins-cache.
- ------------------------------------------------------------------------
- r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/ncurses.c
- * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
- ------------------------------------------------------------------------
- r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/osd.h
- M /trunk/modules/control/hotkeys.c
- M /trunk/src/video_output/video_widgets.c
- Added a Mute OSD icon.
- ------------------------------------------------------------------------
- r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/stream_out/rtp.c
- * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
- Finlayson)
- ------------------------------------------------------------------------
- r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/mux/mpeg/ts.c
- * ts: added 14496-17 (text sub) support. It assumes that input is utf8
- (wrong as long as we don't have a real subtitle packetizer).
- It doesn't work very well, the syncho is a broken (subs are late by more
- than 1s).
- ------------------------------------------------------------------------
- r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/packetizer/copy.c
- * copy: low latency for subt.
- TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
- ------------------------------------------------------------------------
- r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/ts.c
- ts: ooops, debug messages removed.
- ------------------------------------------------------------------------
- r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/demux/ts.c
- * ts.c: - send PES as soon as possible to decoder (and not waiting the
- next one).
- - added partial 14496-17 support, in other words mpeg4 text
- subtitles.
- ------------------------------------------------------------------------
- r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
- Changed paths:
- M /trunk/configure.ac
- * Let's enable folks to bootstrap
- ------------------------------------------------------------------------
- r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
- Changed paths:
- M /trunk/modules/gui/Modules.am
- D /trunk/modules/gui/ncurses
- A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
- * ncurses intf
- - Moved one dir higher
- - Fixed the Quit function
- - Added Volume Controls
- - Added Repeat/Loop/Random
- - Fixed the info box
- - Added Fullscreen remark to help box
- It is now the perfect remote controller if I use my 'bedside terminal'.
- ssh/screen/ncurses is like magic.
- ------------------------------------------------------------------------
- r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- * Fix some small potential crashes
- ------------------------------------------------------------------------
- r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- * src/input/input.c: As soon as we know the length of a file, set
- the playlist item duration. Now mpeg files will show their duration.
- ------------------------------------------------------------------------
- r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/stream_out/rtp.c
- * rtp: h263 support (untested).
- Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
-
- ------------------------------------------------------------------------
- r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/packetizer/copy.c
- * copy: don't break the length for subtitle packet.
- ------------------------------------------------------------------------
- r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/mux/mp4.c
- * mp4: first try to add text subtitle muxing support. They are added
- like it is done in .mov (and not like .mp4 as I failed to find any
- samples)
- VLC is able to play them. I don't think QT will like them for now.
- ------------------------------------------------------------------------
- r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: convert all r to n in subt.
- ------------------------------------------------------------------------
- r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/macosx/playlistinfo.h
- M /trunk/modules/gui/macosx/playlistinfo.m
- * fixed broken translation of 2 buttons of the info-window
- ------------------------------------------------------------------------
- r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/corba/Modules.am
- * bootstrap fix for corba module
- make dist might still be broken? This makefile could use some sam power.
- ------------------------------------------------------------------------
- r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
- Changed paths:
- M /trunk/configure.ac
- * configure.ac: netsync needs to be linked with ws2_32 on win32.
- ------------------------------------------------------------------------
- r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/mp4/libmp4.h
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: added text track support. (there is a problem with the encoding).
- ------------------------------------------------------------------------
- r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/video_chroma/i422_yuy2.c
- * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
- ------------------------------------------------------------------------
- r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/Makefile.am
- * Makefile.am: added include/snapshot.h.
- ------------------------------------------------------------------------
- r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/control/netsync.c
- * modules/control/netsync.c: test before you commit.
- ------------------------------------------------------------------------
- r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/netsync.c
- M /trunk/modules/video_output/snapshot.c
- * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
- * control/netsync.c: small fix.
- ------------------------------------------------------------------------
- r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mjpeg.c
- remove debug messages along the success path
- ------------------------------------------------------------------------
- r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mjpeg.c
- * modules/demux/mjpeg.c: fixed small memleak.
- ------------------------------------------------------------------------
- r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
- Changed paths:
- M /trunk/modules/control/corba/MediaControl.idl
- M /trunk/modules/control/corba/Modules.am
- M /trunk/modules/control/corba/README
- M /trunk/modules/control/corba/corba.c
- A /trunk/modules/control/corba/mediacontrol-core.c
- A /trunk/modules/control/corba/mediacontrol-core.h
- A /trunk/modules/control/corba/mediacontrol-init.c
- A /trunk/modules/control/corba/mediacontrol-plugin.c
- CORBA module update:
- - the VLC-specific code has been isolated in mediacontrol-core.c so that
- corba.c only has to glue CORBA calls to C calls.
- - the IDL has been modified:
- - snapshot support
- - text display support
- - access to stream information
- - access to volume information
- ------------------------------------------------------------------------
- r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
- Changed paths:
- A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
- D /trunk/modules/control/corba/client.py
- D /trunk/modules/control/corba/launch-vlc-corba
- D /trunk/modules/control/corba/mediacontrol.idl
- D /trunk/modules/control/corba/pyorbit-1.99.3.patch
- D /trunk/modules/control/corba/simpleplayer.glade
- D /trunk/modules/control/corba/simpleplayer.py
- Code cleanup to prepare CORBA module update
- ------------------------------------------------------------------------
- r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mjpeg.c
- * modules/demux/mjpeg.c: fixed --mjpeg-fps.
- ------------------------------------------------------------------------
- r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/Modules.am
- Snapshot module (dummy video output module keeping a configurable image cache).
- It is chiefly used by the corba module.
- ------------------------------------------------------------------------
- r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
- Changed paths:
- M /trunk/configure.ac
- A /trunk/include/snapshot.h
- A /trunk/modules/video_output/snapshot.c
- Snapshot module (dummy video output module keeping a configurable image cache).
- It is chiefly used by the corba module.
- ------------------------------------------------------------------------
- r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mjpeg.c
- * modules/demux/mjpeg.c: fixed pts calculation.
- ------------------------------------------------------------------------
- r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mjpeg.c
- * modules/demux/mjpeg.c: got rid of a couple of useless things.
- ------------------------------------------------------------------------
- r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
- Changed paths:
- M /trunk/configure.ac
- M /trunk/modules/control/Modules.am
- A /trunk/modules/control/netsync.c
- * modules/control/netsync.c: Experimental network synchronisation module.
- ------------------------------------------------------------------------
- r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/demux/demux2.c
- M /trunk/src/libvlc.h
- M /trunk/src/playlist/playlist.c
- * src/libvlc.h
- src/playlist/playlist.c: added a "--play-and-stop" feature.
- This stops the playlist after each played item. It does however increase
- the index. (also very useful for sap playlist when a lot of channels fail to open).
- ------------------------------------------------------------------------
- r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
- Changed paths:
- M /trunk/configure.ac
- M /trunk/modules/LIST
- * enable mjpeg module and add to LIST
- ------------------------------------------------------------------------
- r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/sgimb.c
- M /trunk/modules/misc/sap.c
- * misc/sap.c: check for packetsize attribute and increase mtu when it's large.
- - some code cleanup. Please watch coding style people.
- * demux/sgimb.c: fix an alloc
- ------------------------------------------------------------------------
- r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/Modules.am
- A /trunk/modules/demux/mjpeg.c
- mime multipart jpeg and jpeg series of images demuxer by
- Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
- mode.
- ------------------------------------------------------------------------
- r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/hd1000v.cpp
- Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
- ------------------------------------------------------------------------
- r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/osd.h
- M /trunk/modules/control/hotkeys.c
- M /trunk/src/video_output/video_widgets.c
- Added Play and Pause OSD Icons for hotkeys.
- ------------------------------------------------------------------------
- r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/pvr/pvr.c
- * modules/access/pvr: Added keyint= and bframes= options.
- ------------------------------------------------------------------------
- r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/codec/cmml/intf.c
- Compile fix
- ------------------------------------------------------------------------
- r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
- Changed paths:
- M /trunk/modules/codec/cmml/browser_open.c
- M /trunk/modules/codec/cmml/browser_open.h
- M /trunk/modules/codec/cmml/intf.c
- M /trunk/modules/codec/cmml/xstrcat.h
- * CMML codec:
- - added browse-follow-anchor, browse-go-back and browse-go-forward
- callbacks
- - will not display clip description as subtitles if
- intf-displays-cmml-description variable is set on main interface
- thread
- - bugfix for web browser launching on Mac OS X
- ------------------------------------------------------------------------
- r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/codec/cmml/xurl.c
- * cmml: fix for loading non-file:// URLs on win32
- ------------------------------------------------------------------------
- r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/livedotcom.cpp
- *livedotcom: added H263-2000 (untested).
- ------------------------------------------------------------------------
- r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
- the demuxer has to ask the parameters to the decoder, instead of just
- using the ones in the file.
- ------------------------------------------------------------------------
- r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/directx/events.c
- * modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
- ------------------------------------------------------------------------
- r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- M /trunk/modules/gui/ncurses/ncurses.c
- * modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
- * modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
- ------------------------------------------------------------------------
- r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/skins2/commands/cmd_input.cpp
- * skins2: Open the file requester dialog when clicking on "play" and the
- playlist is empty
- ------------------------------------------------------------------------
- r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- 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
- * Remove last remenants of info.h and info.m
- * Better align the iTunes styled slider with other UI elements
- * added .spx .ts and .ps fileextensions.
- ------------------------------------------------------------------------
- r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
- Changed paths:
- M /trunk/src/video_output/video_widgets.c
- * Fixed the YUY2 and RV Render() of the OSD widgets.
- * Set the Id prop on this 'new' file.
- ------------------------------------------------------------------------
- r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
- Changed paths:
- A /trunk/vlc.roku
- HD1000 video output
- ------------------------------------------------------------------------
- r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure.ac
- M /trunk/modules/LIST
- M /trunk/modules/video_output/Modules.am
- A /trunk/modules/video_output/hd1000v.cpp
- HD1000 video output
- ------------------------------------------------------------------------
- r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/packetizer/mpegvideo.c
- * modules/packetizer/mpegvideo.c: better fix.
- ------------------------------------------------------------------------
- r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/packetizer/mpegvideo.c
- * modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
- ------------------------------------------------------------------------
- r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: Fixed bug which caused the wrong ID to be used if there was
- another firewire device in the ioregistry before the iPod.
- ------------------------------------------------------------------------
- r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ts.c
- * ts: fixed pts, and readding default gathering to make
- libmpeg2 happy.
- ------------------------------------------------------------------------
- r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- Volume icons are buttons to change volume
- ------------------------------------------------------------------------
- r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: Preview endian fix.
- ------------------------------------------------------------------------
- r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
- Changed paths:
- D /trunk/modules/gui/macosx/info.h
- D /trunk/modules/gui/macosx/info.m
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/misc.m
- * Remove the old info window from SVN.
- * Cosmetic fix to misc.m
- ------------------------------------------------------------------------
- r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- OSD sliders are now used if the vout is not embedded or in fullscreen mode.
- ------------------------------------------------------------------------
- r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/include/osd.h
- M /trunk/modules/control/hotkeys.c
- A /trunk/src/video_output/video_widgets.c
- M /trunk/src/video_output/vout_subpictures.c
- * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
- Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
- ------------------------------------------------------------------------
- r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/gui/ncurses/ncurses.c
- * added a search function for the playlist with ncurses interface (feature request #1786).
- It doesn't support regexp for now.
- * fixed a bug when playlist was empty at start
- ------------------------------------------------------------------------
- r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/h264.c
- M /trunk/modules/demux/mpeg/m4v.c
- * raw demuxers: few fixes, add es only after first packet. (size known)
- ------------------------------------------------------------------------
- r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
- if we find them. (Avoid dropping the first frame).
- ------------------------------------------------------------------------
- r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/es_out.c
- * es_out: avoid null dts/pts after *9/100 (with non null input values).
- ------------------------------------------------------------------------
- r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
- 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/English.lproj/MainMenu.nib/objects.nib
- * Fixes to the services-menu
- ------------------------------------------------------------------------
- r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- * modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
- ------------------------------------------------------------------------
- r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- * modules/gui/wxwindows/playlist.cpp: small fix.
- ------------------------------------------------------------------------
- r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: Support for previews.
- ------------------------------------------------------------------------
- r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
- Changed paths:
- M /trunk/configure.ac
- M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- ALL: bumped version number to 0.7.3-svn.
- ------------------------------------------------------------------------
- r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/ipkg/control.gpe
- M /trunk/ipkg/control.h3600
- M /trunk/ipkg/control.opie
- M /trunk/ipkg/control.zaurus
- M /trunk/ipkg/rules.gpe
- M /trunk/ipkg/rules.h3600
- M /trunk/ipkg/rules.opie
- M /trunk/ipkg/rules.zaurus
- Updated version to v0.7.2
- ------------------------------------------------------------------------
- r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/ChangeLog
- * ChangeLog: updated for the 0.7.2 release.
- ------------------------------------------------------------------------
- r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
- Changed paths:
- M /trunk/configure.ac
- M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- * configure.ac: fixed libspeex > 1.1.0 detection.
- * ALL: bumped version number to 0.7.2.
- ------------------------------------------------------------------------
- r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/po/de.po
- M /trunk/po/es.po
- M /trunk/po/fr.po
- M /trunk/po/it.po
- M /trunk/po/nl.po
- M /trunk/po/pt_BR.po
- * Fixed the latest string changes
- ------------------------------------------------------------------------
- r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/es.po
- M /trunk/po/fr.po
- M /trunk/po/hu.po
- M /trunk/po/it.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/pt_BR.po
- M /trunk/po/ru.po
- M /trunk/po/sv.po
- M /trunk/po/vlc.pot
- * po/*: updated in preparation for release.
- ------------------------------------------------------------------------
- r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/es.po
- * po/es.po: minor translation fix.
- ------------------------------------------------------------------------
- r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/speex.c
- * modules/codec/speex.c: fixed stupid bug in encoder.
- ------------------------------------------------------------------------
- r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
- Changed paths:
- M /trunk/THANKS
- M /trunk/po/es.po
- * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
- ------------------------------------------------------------------------
- r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/menus.cpp
- * modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
- ------------------------------------------------------------------------
- r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/es.po
- * po/es.po: really removed all ^Ms.
- ------------------------------------------------------------------------
- r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/es.po
- * po/es.po: removed trailing ^Ms.
- ------------------------------------------------------------------------
- r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/es.po
- * updated spanish translation by Javier Varela Calvo.
- ------------------------------------------------------------------------
- r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/NEWS
- * small error in NEWS section concerning FLAC vs. FAAC
- ------------------------------------------------------------------------
- r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
- Changed paths:
- M /trunk/vlc.win32.nsi
- * vlc.win32.nsi: remove .dat from the list of registered extensions.
- ------------------------------------------------------------------------
- r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/skins2/src/skin_main.cpp
- * modules/gui/skins2/src/skin_main.cpp:
- + Use the svlc shortcut for skins 2, too.
- ------------------------------------------------------------------------
- r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/THANKS
- * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
- ------------------------------------------------------------------------
- r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- A /trunk/doc/skins/skins2-howto.xml
- Docbook documentation on how to create a skin for the skins2 module.
- ------------------------------------------------------------------------
- r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/open.cpp
- * modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
- ------------------------------------------------------------------------
- r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/Modules.am
- A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
- M /trunk/modules/gui/wxwindows/interface.cpp
- * changed the playlist icon in the wxwin interface (thanks to bigben)
- * added an open button
- ------------------------------------------------------------------------
- r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/misc/cpu.c
- misc/cpu.c: another BeOS compile fix
- ------------------------------------------------------------------------
- r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/video_filter/deinterlace.c
- deinterlace.c: BeOS compile fix
- ------------------------------------------------------------------------
- r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/codec/cmml/intf.c
- gcc < 3 fix
- ------------------------------------------------------------------------
- r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/misc.h
- M /trunk/modules/gui/macosx/misc.m
- * iTunes style slider
- ------------------------------------------------------------------------
- r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mkv.cpp
- * mkv.cpp: add missing S_TEXT/ASS indentifier
- ------------------------------------------------------------------------
- r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
- Changed paths:
- M /trunk/po/fr.po
- * po/fr.po: Updated French translation
- ------------------------------------------------------------------------
- r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
- Changed paths:
- M /trunk/po/it.po
- update of italian translation (made by murray)
- ------------------------------------------------------------------------
- r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- M /trunk/src/video_output/vout_pictures.c
- - added support for UYVY chroma for directx direct vout render
- ------------------------------------------------------------------------
- r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/access/dshow/filter.cpp
- M /trunk/modules/access/dshow/filter.h
- - capture filter supports more than one media types
- - capture filter is more compatible with ICaptureGraphBuilder2
- - some code cleanups especially when dealing with media types
- ------------------------------------------------------------------------
- r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/access/dshow/dshow.cpp
- - ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter
- - removed assumption where YUY2 chroma was considered identical to UYVY
- ------------------------------------------------------------------------
- r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/playlist/m3u.c
- M /trunk/src/input/stream.c
- Skip leading tabs, spaces and line feeds
- ------------------------------------------------------------------------
- r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/skins2/utils/var_text.cpp
- * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
- a help string
- ------------------------------------------------------------------------
- r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/iteminfo.cpp
- * modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
- ------------------------------------------------------------------------
- r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/skins2/src/vlcproc.cpp
- M /trunk/modules/gui/wxwindows/bookmarks.cpp
- M /trunk/modules/gui/wxwindows/video.cpp
- * skins2/src/vlcproc.cpp: a few cleanup fixes.
- * wxwindows/*: a few cleanup fixes.
- ------------------------------------------------------------------------
- r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
- Changed paths:
- M /trunk/src/input/stream.c
- Hopefully fix bug with playlist parsing (line-feed problem)
- ------------------------------------------------------------------------
- r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/vcdx/vcdplayer.h
- Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
- ------------------------------------------------------------------------
- r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.h
- M /trunk/modules/gui/macosx/vout.m
- macosx/vout*: fixed a possible segfault on vout close
- ------------------------------------------------------------------------
- r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/macosx/macosx.m
- * rewritten a pref-string
- ------------------------------------------------------------------------
- r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/pda/pda.glade
- M /trunk/po/de.po
- * modules/gui/macosx/intf.*: made the Services-menu translatable
- * modules/gui/macosx/macosx.m: rewritten a pref-string
- * modules/gui/pda/pda.glade: Fixed "VLC media player"
- * po/de.po: Updated translation
- ------------------------------------------------------------------------
- r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/skins2/commands/cmd_input.cpp
- M /trunk/modules/gui/skins2/commands/cmd_input.hpp
- M /trunk/modules/gui/skins2/parser/interpreter.cpp
- M /trunk/modules/gui/skins2/src/vlcproc.cpp
- * skins2:
- - new possible action vlc.mute() to mute/un-mute
- - vlc.isMute is now working well (in a boolean expression)
- ------------------------------------------------------------------------
- r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/vlc.win32.nsi
- * vlc.win32.nsi: start menu shortcut for skins2.
- ------------------------------------------------------------------------
- r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
- Changed paths:
- M /trunk/share/skins2/default/theme.xml
- * theme.xml: please, no useless vout window in the default skin
- ------------------------------------------------------------------------
- r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure.ac
- M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/es.po
- M /trunk/po/fr.po
- M /trunk/po/hu.po
- M /trunk/po/it.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/pt_BR.po
- M /trunk/po/ru.po
- M /trunk/po/sv.po
- M /trunk/po/vlc.pot
- * ALL: preparing for the 0.7.2-test3 release.
- ------------------------------------------------------------------------
- r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_chroma/i420_rgb_mmx.h
- * modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
- ------------------------------------------------------------------------
- r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/dvbsub.c
- * modules/codec/dvbsub.c: coding style changes.
- ------------------------------------------------------------------------
- r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/src/input/input_programs.c
- * src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
- ------------------------------------------------------------------------
- r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * fixed race condition with b_seekable.
- ------------------------------------------------------------------------
- r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
- sometimes not display, although it was known.
- ------------------------------------------------------------------------
- r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/POTFILES.in
- * po/POTFILES.in: updated
- ------------------------------------------------------------------------
- r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/timer.cpp
- * modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
- ------------------------------------------------------------------------
- r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
- Changed paths:
- M /trunk/configure.ac
- * add old goom module if libgoom.a is detected
- (When you fix stuff you should commit them as well)
- ------------------------------------------------------------------------
- r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
- Changed paths:
- M /trunk/src/interface/interface.c
- M /trunk/src/video_output/vout_intf.c
- * interface/interface.c: fixed a bug with embedded vouts and interface switching.
- * video_output/vout_intf.c: small fix.
- ------------------------------------------------------------------------
- r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
- Changed paths:
- M /trunk/include/video_output.h
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/video_output/directx/events.c
- M /trunk/modules/video_output/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_intf.c
- * src/video_output/vout_intf.c, include/video_output.h:
- + vout_RequestWindow() will now cycle through all the available interfaces until
- it finds one with embedded vout support.
- This fixes the issue where embedded vout would stop working when additional
- interfaces are spawned after the main interface is started.
- + vout_RequestWindow() now stores the parent interface pointer into the vout
- object for later use by vout_ControlWindow() and vout_ReleaseWindow().
- + added a vout_vaControlDefault() called by the vouts pf_control() when they
- don't handle something.
- * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
- + call vout_vaControlDefault().
- * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is
- about to be destroyed.
- ------------------------------------------------------------------------
- r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/output.m
- * modules/gui/macosx/output.m: added mp4a.
- * modules/gui/macosx/controls.m: fix the autogenerated menu.
- ------------------------------------------------------------------------
- r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/include/vlc_help.h
- M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
- * modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
- ------------------------------------------------------------------------
- r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/open.cpp
- * modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
- ------------------------------------------------------------------------
- r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
- Changed paths:
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/modules/access/dshow/dshow.cpp
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/access/pvr/pvr.c
- M /trunk/modules/access/v4l/v4l.c
- * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
- * modules/access/*: added a shortname to a few modules.
- ------------------------------------------------------------------------
- r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/misc/sap.c
- msleep() a bit before filling the playlist.
- ------------------------------------------------------------------------
- r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- * modules/gui/wxwindows/interface.cpp: forgot a debug message.
- ------------------------------------------------------------------------
- r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/misc/network/ipv4.c
- * modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
- ------------------------------------------------------------------------
- r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
- ------------------------------------------------------------------------
- r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
- Changed paths:
- M /trunk/NEWS
- Details on DVB
- ------------------------------------------------------------------------
- r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
- Changed paths:
- M /trunk/NEWS
- * NEWS: Updated a bit more
- ------------------------------------------------------------------------
- r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/timer.cpp
- Update timer
- ------------------------------------------------------------------------
- r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/x11/xcommon.c
- * modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
- ------------------------------------------------------------------------
- r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/streamout.cpp
- Use the new SAP/SLP syntax (sap,slp,name=)
- ------------------------------------------------------------------------
- r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
- Changed paths:
- M /trunk/vlc.win32.nsi
- * vlc.win32.nsi: more autorun stuff.
- ------------------------------------------------------------------------
- r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
- Changed paths:
- M /trunk/po/nl.po
- * partially updated NL translation. You have to do _something_
- during the Eurovision Songfestival.
- ------------------------------------------------------------------------
- r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/include/vlc_block.h
- M /trunk/modules/demux/ts.c
- M /trunk/modules/packetizer/mpegvideo.c
- M /trunk/src/misc/block.c
- * all: improved perfs (using block_ChainLastAppend).
- ------------------------------------------------------------------------
- r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
- Changed paths:
- M /trunk/INSTALL.win32
- * INSTALL.win32: update
- ------------------------------------------------------------------------
- r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/mux/mp4.c
- * mp4: added support for h264. I have no idea if it's compliant but at
- least vlc is able to play it.
- ------------------------------------------------------------------------
- r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/access/dvdplay/tools.c
- M /trunk/modules/demux/dvdnav.c
- M /trunk/vlc.win32.nsi
- * modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '' if passed a drive letter.
- * vlc.win32.nsi: DVD and AudioCD handlers.
- ------------------------------------------------------------------------
- r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: mmh removed a fprintf.
- ------------------------------------------------------------------------
- r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/video.c
- * all: added avc1 support. Well there is a hack because we need to
- first go through the h264 packetizer that will convert avc1 into a
- proper annexe B stream (untested).
- ------------------------------------------------------------------------
- r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/codec/x264.c
- * x264: updated to latest PAI.
- ------------------------------------------------------------------------
- r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/packetizer/h264.c
- * h264: added avc1 -> h264 annexe B stream.
- ------------------------------------------------------------------------
- r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/mp4/libmp4.h
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: - add +1 to PCR/DTS/PTS.
- - preliminary support of avc (using a draft+google without
- samples to test, so don't expect it to work ;)
- * libmp4: parse the avcC atom.
- ------------------------------------------------------------------------
- r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- * modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
- ------------------------------------------------------------------------
- r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * avi: add +1 to PCR/DTS/PTS.
- ------------------------------------------------------------------------
- r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/es_out.c
- * es_out; round up PCR (avoid non null PCR -> null).
- ------------------------------------------------------------------------
- r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/real.c
- * real: use 1 as starting time (allow to have a valid date for the first frame).
- ------------------------------------------------------------------------
- r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/aac.c
- M /trunk/modules/demux/au.c
- M /trunk/modules/demux/mkv.cpp
- M /trunk/modules/demux/rawdv.c
- M /trunk/modules/demux/wav.c
- * all: use 1 as starting time (allow to have a valid date for the first frame).
- ------------------------------------------------------------------------
- r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/mpga.c
- * mpga: use 1 as starting time (allow to have a valid date for the first frame).
- ------------------------------------------------------------------------
- r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/extras/contrib/src/Makefile
- * no shared libs for faac when linking with ffmpeg
- ------------------------------------------------------------------------
- r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/extras/MacOSX/macosx-dmg
- * extras/MacOSX/macosx-dmg: rewrote the package script.
- - will now determine desired image size by itself
- - the hdid mount command mounted the image as root if no user is logged in via GUI.
- this is very undesirable for nightly builds.
- now uses the mount command and a local mountpoint.
- ------------------------------------------------------------------------
- r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
- Changed paths:
- M /trunk/vlc.win32.nsi
- * vlc.win32.nsi: compressor needs to be defined at the top.
- ------------------------------------------------------------------------
- r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/v4l/v4l.c
- * modules/access/v4l/v4l.c: removed useless warning messages.
- ------------------------------------------------------------------------
- r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/mms/mmstu.c
- * modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
- ------------------------------------------------------------------------
- r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
- Changed paths:
- M /trunk/extras/contrib/src/Makefile
- * small fix for faac build
- ------------------------------------------------------------------------
- r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
- Changed paths:
- M /trunk/extras/contrib/src/Makefile
- A /trunk/extras/contrib/src/Patches/faac.patch
- M /trunk/extras/contrib/src/packages.mak
- * added faac support to Mac OSX build
- * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
- ------------------------------------------------------------------------
- r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/mms/mmstu.c
- * mmstu: added a couple of uint64_t casts to avoid overflow.
- ------------------------------------------------------------------------
- r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- D /trunk/install-win32
- A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
- * vlc.win32.nsi: brand new NSIS auto-installer script.
- * Makefile.am: use vlc icon in the NSIS installer.
- ------------------------------------------------------------------------
- r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- Close DVR device
- ------------------------------------------------------------------------
- r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.m
- macosx/vout.m: don't forget to EndFullScreen() on GL mode too
- ------------------------------------------------------------------------
- r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
- Changed paths:
- M /trunk/configure.ac
- M /trunk/modules/visualization/goom.c
- * configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
- ------------------------------------------------------------------------
- r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.m
- macosx/vout.m : fixed --macosx-fillscreen
- ------------------------------------------------------------------------
- r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/stream_out/standard.c
- * modules/stream_out/standard.c: fixed a few small mem leaks.
- ------------------------------------------------------------------------
- r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.h
- M /trunk/modules/gui/macosx/vout.m
- macosx/vout* : in GL mode, create a fullscreen window just like with QT
- instead of switching to OpenGL fullscreen mode (fixes
- unreachable mouse events with DVD menus, fixes the issues
- with people using multiple desktops, etc).
- Fillscreen is temporarily broken, I'll clean this up later.
- ------------------------------------------------------------------------
- r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
- Changed paths:
- M /trunk/THANKS
- M /trunk/modules/audio_output/coreaudio.c
- * Fix for stream selection on HAL devices.
- by Jean Alexis Montignies <ja at sente.ch>
- ------------------------------------------------------------------------
- r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: Check that key store is at least 4 bytes (fixes segfault
- on empty key store).
- ------------------------------------------------------------------------
- r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/builder_data.def
- M /trunk/modules/gui/skins2/parser/builder_data.hpp
- M /trunk/modules/gui/skins2/parser/skin_parser.cpp
- M /trunk/share/skins2/default/theme.xml
- M /trunk/share/skins2/skin.dtd
- * skins2: Removed the Theme.fadetime attribute (unused)
- ------------------------------------------------------------------------
- r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/mux/mpeg/ts.c
- * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
- ------------------------------------------------------------------------
- r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/open.cpp
- * modules/gui/wxwindows/open.cpp: mrl parsing fix.
- ------------------------------------------------------------------------
- r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
- Changed paths:
- M /trunk/src/stream_output/stream_output.c
- * src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
- ------------------------------------------------------------------------
- r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/mux/mpeg/ts.c
- M /trunk/src/stream_output/stream_output.c
- * src/stream_output/stream_output.c: Use strtol for option parsing instead
- of atoi, because atoi assumes base 10.
- * modules/access/dvb/access.c: New --dvb-caching option.
- * modules/mux/mpeg/ts.c: Cosmetics.
- ------------------------------------------------------------------------
- r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/demux/ts.c
- * ts.c: this time it should work (create one dvbpsi handle per pmt).
- ------------------------------------------------------------------------
- r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
- Changed paths:
- M /trunk/modules/demux/demux2.c
- M /trunk/modules/demux/ts.c
- * ts: added support pf multiples PMT on the same PID (broken idea for
- broken people but it's used and it seems spec compliant)
- * demux2: append a :// to allow correct parsing of /volume/filename:.avi
- ------------------------------------------------------------------------
- r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/output.m
- oups
- ------------------------------------------------------------------------
- r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/open.cpp
- * modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
- ------------------------------------------------------------------------
- r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/access/dvb/linux_dvb.c
- dvb/access.c - properly cast memory returned by malloc()
- - fix small memory leak on closing of dvb plugin.
- dvb/linux-dvb.c - remove astray spaces
- - always empty the event queue before FE_SET_FRONTEND and FrontendCheck().
- dvbstream does the same for OFDM and QAM.
- Summary:
- DVB-C is working (did a few tests)
- DVB-T not tested.
- Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning.
- SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
- ------------------------------------------------------------------------
- r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/output.m
- use new syntax for sap/slp announces
- ------------------------------------------------------------------------
- r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- 1l
- ------------------------------------------------------------------------
- r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/demux/ts.c
- M /trunk/src/input/input_programs.c
- * src/input/input_programs.c: Fixed the --program option (thanks gibalou)
- * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
- * modules/demux/ts.c: New --ts-silent option to avoid complaints about
- encrypted packets (especially useful with --sout-all for streaming a part
- of a transponder).
- ------------------------------------------------------------------------
- r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
- Changed paths:
- M /trunk/modules/access/dvb/Modules.am
- M /trunk/modules/access/dvb/access.c
- D /trunk/modules/access/dvb/dvb.c
- M /trunk/modules/access/dvb/dvb.h
- A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
- D /trunk/modules/access/dvb/qpsk.c
- * modules/access/dvb: Major rewrite of the code.
- - new options (now prepended with --dvb) :
- --dvb-program : to work around the non-working --program
- --dvb-inversion : to (optionally) specify the inversion, which is not
- the same as polarization
- --dvb-budget-mode : if you have a budget card this will set a filter
- on 0x2000, meaning all PIDs will be returned by
- the driver. The budget-mode is compatible with demux2.
- --dvb-satno : to specify a sat number in the diseqc system
- --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
- value in special configurations)
- --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
- if frequency >= lnb-slof)
- - fixed a handful of QPSK tuning bugs, especially the diseqc was not
- working and frequencies above 11700 couldn't be tuned to.
- - the modules now uses the inherited object variables for its
- configuration.
- - symbol-rate= url option is now srate= for consistency with the
- configuration variable.
- - all linux-dvb specific code is now in linux_dvb.c. access.c contains
- only code which could be reused on other platforms.
- - better keep track of demux file descriptors (especially useful on
- limited boards).
- - do not block in read() when no data is available.
- - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
- I didn't test the QAM and OFDM variants, so please report.
- ------------------------------------------------------------------------
- r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
- Changed paths:
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- * src/audio_ouput/input.c: better on-the-fly switching of audio filters.
- ------------------------------------------------------------------------
- r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
- Changed paths:
- M /trunk/configure.ac
- M /trunk/modules/visualization/goom.c
- configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
- ------------------------------------------------------------------------
- r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
- Changed paths:
- M /trunk/Makefile.am
- Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
- ------------------------------------------------------------------------
- r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: DRMS v2 endian fix.
- ------------------------------------------------------------------------
- r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * modules/demux/mp4/drms.c:
- + Removed unreachable code here and there.
- + Refactored some shuffling functions and got rid of the ext structure.
- + More code cleanup.
- ------------------------------------------------------------------------
- r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
- code outside of VLC and don't set _fmode to _O_BINARY.
- ------------------------------------------------------------------------
- r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/builder.cpp
- M /trunk/modules/gui/skins2/src/skin_main.cpp
- M /trunk/share/skins2/default/theme.xml
- * skins2/src/skin_main.cpp: Transparency is default disabled
- * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
- because in the future resizing will be allowed in all directions
- * share/skins2/default/theme.xml: Updated the skin accordingly
- ------------------------------------------------------------------------
- r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/x11/xcommon.c
- * modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
- ------------------------------------------------------------------------
- r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/dvdnav.c
- * modules/demux/dvdnav.c: a few fixes.
- ------------------------------------------------------------------------
- r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * avi: hack to let few xvid files working.
- (set codec to xvid if the hanlder is xvid).
- ------------------------------------------------------------------------
- r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * video: set avtcx->codec_tag
- ------------------------------------------------------------------------
- r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/mp4/libmp4.c
- * modules/demux/asf/*: fixed mem leak.
- * modules/demux/mp4/*: fixed segfault on close with some files.
- ------------------------------------------------------------------------
- r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: move a few things out of wxwindows.h
- ------------------------------------------------------------------------
- r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- M /trunk/modules/video_output/directx/events.c
- * modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
- ------------------------------------------------------------------------
- r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
- ------------------------------------------------------------------------
- r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/access/dvb/dvb.c
- Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
- ------------------------------------------------------------------------
- r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dvb/dvb.c
- Gracefully interrupt the tuning process.
- ------------------------------------------------------------------------
- r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/access/dvb/dvb.c
- compilation fixes
- ------------------------------------------------------------------------
- r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dvb/access.c
- M /trunk/modules/access/dvb/dvb.c
- M /trunk/modules/access/dvb/dvb.h
- M /trunk/modules/access/dvb/qpsk.c
- Refactoring of dvb.c and access.c. Coding style and messages cleanup.
- ------------------------------------------------------------------------
- r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
- Changed paths:
- M /trunk/configure.ac
- M /trunk/modules/access/vcdx/vcdplayer.c
- Tolerate compilation with vcdimager 0.7.20. Sigh.
- ------------------------------------------------------------------------
- r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/controls.m
- * introduced a bug with my latest patch in the autogenerated menus.
- ------------------------------------------------------------------------
- r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/directory.c
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/playlist.m
- M /trunk/modules/gui/macosx/playlistinfo.m
- M /trunk/src/input/input.c
- * fixed a number of memleaks
- ------------------------------------------------------------------------
- r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/mux/mp4.c
- * modules/mux/mp4.c:fixed a minor mem leak.
- ------------------------------------------------------------------------
- r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
- Changed paths:
- M /trunk/extras/contrib/src/Makefile
- * set -O3 on faad
- ------------------------------------------------------------------------
- r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mp4/mp4.c
- * modules/demux/mp4/mp4.c: fixed memory leak.
- ------------------------------------------------------------------------
- r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- * don't autorelease the application
- * make sure the terminate of the super is called
- This might fix the CodeTek VirtualDesktop appl. (untested)
- ------------------------------------------------------------------------
- r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
- Changed paths:
- M /trunk/src/input/input_dec.c
- * src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
- ------------------------------------------------------------------------
- r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/mkv.cpp
- * modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
- ------------------------------------------------------------------------
- r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
- Changed paths:
- M /trunk/Makefile.am
- * Makefile.am: include the vlm html files in the win32 package.
- ------------------------------------------------------------------------
- r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
- ------------------------------------------------------------------------
- r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- * .access for http intf added to OSX build.
- ------------------------------------------------------------------------
- r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/ts.c
- * modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
- ------------------------------------------------------------------------
- r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
- Changed paths:
- M /trunk/src/input/es_out.c
- * src/input/es_out.c: remove deprecated hack.
- ------------------------------------------------------------------------
- r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/skin_parser.cpp
- * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
- ------------------------------------------------------------------------
- r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
- Changed paths:
- M /trunk/src/libvlc.h
- * src/libvlc.h: moved a few hotkeys to the advanced options.
- ------------------------------------------------------------------------
- r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
- * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
- ------------------------------------------------------------------------
- r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mp4/drms.c
- * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
- DoExtShuffle into smaller functions.
- ------------------------------------------------------------------------
- r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
- Changed paths:
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- * Added the WAVE-file-type
- ------------------------------------------------------------------------
- r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/skin_parser.cpp
- * skins2/parser/skin_parser.cpp: Fixed my last commit.
- I didn't remove all the code handling the removed attribute (Playlist.var),
- because it can still be useful if we decide to have other List controls.
- ------------------------------------------------------------------------
- r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
- Changed paths:
- M /trunk/vlc.ebuild
- * updates to ebuild for 0.7.2
- ------------------------------------------------------------------------
- r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
- Changed paths:
- M /trunk/share/skins2/skin.dtd
- * share/skins2/skin.dtd: removed a useless attribute
- ------------------------------------------------------------------------
- r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/ts.c
- * modules/demux/ts.c: coding style changes.
- ------------------------------------------------------------------------
- r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/video_chroma/i420_yuy2.h
- + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
- ------------------------------------------------------------------------
- r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/video_chroma/i420_yuy2.c
- + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
- widths (MMX untested)
- ------------------------------------------------------------------------
- r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.m
- + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
- in window mode. I'm not sure how we can catch
- mouseDown events in fullscreen GL mode)
- ------------------------------------------------------------------------
- r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/access/cdda/access.c
- Correct bitrate in the WAV header.
- ------------------------------------------------------------------------
- r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
- Changed paths:
- M /trunk/configure.ac
- * Updated '(c) 1996-2003' to '(c) 1996-2004'
- ------------------------------------------------------------------------
- r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
- ------------------------------------------------------------------------
- r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
- Changed paths:
- M /trunk/po/en_GB.po
- M /trunk/po/es.po
- * po/:
- + Updated the British translation.
- + Merged Javier Varela's Spanish translation. There's more to come.
- ------------------------------------------------------------------------
- r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/access/cdda.c
- modules/access/cdda.c: write proper bitrate in the wav header.
- ------------------------------------------------------------------------
- r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- M /trunk/modules/control/lirc.c
- * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
- coding style changes
- ------------------------------------------------------------------------
- r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/playlist.cpp
- * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
- style fixes
- ------------------------------------------------------------------------
- r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
- Changed paths:
- M /trunk/po/de.po
- M /trunk/po/it.po
- * po/de.po: corrected a misunderstanding
- * po/it.po: layout fixes to the rc-help-message
- ------------------------------------------------------------------------
- r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
- M /trunk/modules/gui/skins2/parser/interpreter.cpp
- * skins2/parser/interpreter.cpp: parse the "or" operator
- * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
- ------------------------------------------------------------------------
- r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
- Changed paths:
- M /trunk/po/de.po
- * Fixed some translations
- ------------------------------------------------------------------------
- r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/dvdnav.c
- * modules/demux/dvdnav.c: a few coding style changes.
- ------------------------------------------------------------------------
- r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/dvdnav.c
- * modules/demux/dvdnav.c: a bit less debug and fixed seeking.
- ------------------------------------------------------------------------
- r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
- Changed paths:
- M /trunk/po/de.po
- =* Updated German translation
- ------------------------------------------------------------------------
- r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
- Changed paths:
- M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
- M /trunk/modules/gui/skins2/src/vlcproc.cpp
- M /trunk/modules/gui/skins2/src/vlcproc.hpp
- M /trunk/modules/gui/skins2/vars/time.cpp
- M /trunk/modules/gui/skins2/vars/time.hpp
- M /trunk/modules/gui/skins2/win32/win32_factory.hpp
- M /trunk/modules/gui/skins2/win32/win32_window.cpp
- M /trunk/modules/gui/skins2/x11/x11_window.cpp
- * src/vlcproc.*: added the callbacks for vout requests. The vout window
- handle is now stored in VlcProc.
- * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in
- VlcProc instead of the old "drawable" trick
- * all: renamed "Time" into "StreamTime" because of a name conflict with
- X11 (did i hear "namespace" ? ;)
- ------------------------------------------------------------------------
- r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
- Changed paths:
- M /trunk/NEWS
- * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
- ------------------------------------------------------------------------
- r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure.ac
- M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/po/POTFILES.in
- * ALL: update for 0.7.2-test2.
- ------------------------------------------------------------------------
- r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/menus.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: hotkeys support.
- ------------------------------------------------------------------------
- r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
- Changed paths:
- M /trunk/po/fr.po
- * po/fr.po: updated French translation for vlc 0.7.2
- > #, fuzzy
- > msgid "Date metadata"
- > msgstr "Death metal"
- ------------------------------------------------------------------------
- r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.h
- M /trunk/modules/gui/macosx/vout.m
- + macosx/vout*: use two pictures and OpenGL textures so a texture
- cannot be affected by VLC loading the next picture
- (should fix the artifacts when moving or resizing
- the window)
- ------------------------------------------------------------------------
- r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 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/English.lproj/MainMenu.nib/objects.nib
- M /trunk/modules/gui/macosx/Modules.am
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/playlistinfo.h
- M /trunk/modules/gui/macosx/playlistinfo.m
- * Use the playlist info panel instead of the old one everywhere
- - old VLCInfo and InfoPanel have been removed from nib file
- - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
- - old info.c and info.h are still in repository, but not compiled, should I remove them ?
- ------------------------------------------------------------------------
- r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/skins2/commands/async_queue.cpp
- M /trunk/modules/gui/skins2/src/skin_main.cpp
- M /trunk/modules/gui/skins2/win32/win32_factory.cpp
- * modules/gui/skins2/*: a few bug fixes.
- ------------------------------------------------------------------------
- r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/modules/gui/skins2/parser/skin_parser.cpp
- M /trunk/share/Makefile.am
- A /trunk/share/skins2/skin.catalog
- * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
- * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
- ------------------------------------------------------------------------
- r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/src/input/control.c
- M /trunk/src/playlist/playlist.c
- Hopefully fix locking issues with wx
- ------------------------------------------------------------------------
- r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/extras/contrib/src/Makefile
- M /trunk/extras/contrib/src/packages.mak
- * Update faad even further
- ------------------------------------------------------------------------
- r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.m
- M /trunk/src/video_output/vout_intf.c
- * src/video_output/vout_intf.c: remember video-on-top via p_playlist
- * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
- ------------------------------------------------------------------------
- r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/gui/wxwindows/open.cpp
- M /trunk/modules/gui/wxwindows/wizard.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: small clean-up.
- ------------------------------------------------------------------------
- r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
- Changed paths:
- M /trunk/modules/gui/skins2/Modules.am
- A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
- A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
- M /trunk/modules/gui/skins2/parser/interpreter.cpp
- M /trunk/modules/gui/skins2/src/var_manager.cpp
- M /trunk/modules/gui/skins2/src/var_manager.hpp
- M /trunk/modules/gui/skins2/utils/var_bool.cpp
- M /trunk/modules/gui/skins2/utils/var_bool.hpp
- * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
- (a bit "C-style-coded" at the moment ;)
- * utils/var_bool.*: added true and false boolean variables, and the "OR"
- composite variable
- * src/var_manager.*: support for anonymous variables
- * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
- expressions in the XML. Any well-parenthesized expression using "not",
- "or", "and", "true", "false" and boolean variables should be understood
- (not much tested yet).
- ------------------------------------------------------------------------
- r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
- ------------------------------------------------------------------------
- r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/codec/ffmpeg/video.c
- * modules/codec/ffmpeg/*:
- + small fix for --ffmpeg-workaround-bugs.
- + new --ffmpeg-vismv option to visualize motion vectors.
- ------------------------------------------------------------------------
- r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
- Changed paths:
- M /trunk/modules/control/hotkeys.c
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
- * REST: remove code duplication in some places. there might be more locations.
- ------------------------------------------------------------------------
- r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- * Fix the fullscreen button.
- ------------------------------------------------------------------------
- r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- * Add missing playlistinfo files to OSX target
- ------------------------------------------------------------------------
- r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/dialogs.cpp
- M /trunk/modules/gui/wxwindows/open.cpp
- M /trunk/modules/gui/wxwindows/wizard.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
- ------------------------------------------------------------------------
- r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
- ------------------------------------------------------------------------
- r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/src/misc/messages.c
- Add missing objects descriptions
- ------------------------------------------------------------------------
- r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/vout.m
- * Updated the Vout behaviour. Still a bit coupled to p_vout.
- ------------------------------------------------------------------------
- r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/src/misc/vlm.c
- Fix segfault on "del"
- ------------------------------------------------------------------------
- r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- * remove "Ja Nu!" Didn't i do that before????
- ------------------------------------------------------------------------
- r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
- Changed paths:
- M /trunk/src/video_output/vout_intf.c
- * Set "fullscreen" var on p_playlist instead of p_input
- This way we remember the fullscreen setting when we go
- to the next file in the playlist.
- ------------------------------------------------------------------------
- r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/src/input/input_clock.c
- * src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
- ------------------------------------------------------------------------
- r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/NEWS
- M /trunk/modules/demux/avi/avi.c
- * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
- ------------------------------------------------------------------------
- r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
- Changed paths:
- M /trunk/include/vlc_objects.h
- M /trunk/src/input/demux.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/objects.c
- * src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
- * src/input/input.c: input_StopThread() sets b_die on demux2 as well.
- ------------------------------------------------------------------------
- r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_intf.c
- * src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
- ------------------------------------------------------------------------
- r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/access/dshow/filter.cpp
- * modules/access/dshow/filter.cpp: removed useless debug messages.
- ------------------------------------------------------------------------
- r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/theora.c
- M /trunk/modules/mux/ogg.c
- * modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
- ------------------------------------------------------------------------
- r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
- Changed paths:
- M /trunk/modules/visualization/xosd.c
- Improved the Xosd plugin
- ------------------------------------------------------------------------
- r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/codec/theora.c
- * modules/codec/theora.c: better sanity check for aspect ratio.
- ------------------------------------------------------------------------
- r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
- ------------------------------------------------------------------------
- r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
- Changed paths:
- M /trunk/po/it.po
- * po/it.po: Dude, this has nothing to do with the alphabet but with the
- charset. "Bokm錶" is spelt "Bokm錶" whatever the language. It's just that
- we cannot write "