]> git.sesse.net Git - vlc/log
vlc
19 years agoMore segment playing improvements, be able to map seekpoints to
Rocky Bernstein [Wed, 22 Dec 2004 11:18:11 +0000 (11:18 +0000)]
More segment playing improvements, be able to map seekpoints to
segments and lids. Fill out vcdplayer a little more for use later.

19 years agoSome work towards get segments working again.
Rocky Bernstein [Wed, 22 Dec 2004 04:22:24 +0000 (04:22 +0000)]
Some work towards get segments working again.

19 years agoGet chapter next/prev working for entries.
Rocky Bernstein [Wed, 22 Dec 2004 02:17:30 +0000 (02:17 +0000)]
Get chapter next/prev working for entries.
Customization of the title shouldn't be advanced.
Allow user settable blocksize

19 years agoTypo making seekpoint_next to to seekpoint 0. Clearly chapter
Rocky Bernstein [Wed, 22 Dec 2004 02:11:35 +0000 (02:11 +0000)]
Typo making seekpoint_next to to seekpoint 0. Clearly chapter
navigation is neither used or the code tested much.

19 years ago* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of...
Derk-Jan Hartman [Wed, 22 Dec 2004 01:23:15 +0000 (01:23 +0000)]
* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of ffmpeg, then we just pray...?
 At least now it compiles again. Gildas, could you check if this is correct please?

19 years ago* src/libvlc.h: properly place the snapshot-path option.
Gildas Bazin [Tue, 21 Dec 2004 21:45:27 +0000 (21:45 +0000)]
* src/libvlc.h: properly place the snapshot-path option.

19 years ago* modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
Christophe Massiot [Tue, 21 Dec 2004 17:01:40 +0000 (17:01 +0000)]
* modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
  of a given system provider (this is apparently needed for SCM Cryptoworks
  CAM).
* modules/access/dvb/dvb.h: Allow up to 256 demux slots.
* modules/access/dvb/en50221.c: Do not send the CAPMT too often (apparently
  bad for some CAM).

19 years ago* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.
Gildas Bazin [Tue, 21 Dec 2004 16:10:00 +0000 (16:10 +0000)]
* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.

19 years ago* src/video_output/vout_intf.c: added a video-snapshot object variable.
Gildas Bazin [Tue, 21 Dec 2004 15:21:24 +0000 (15:21 +0000)]
* src/video_output/vout_intf.c: added a video-snapshot object variable.
* modules/gui/wxwindows/menus.cpp: added video-snapshot to the menus.

19 years ago* modules/control/hotkeys.c: snapshot hotkey.
Gildas Bazin [Tue, 21 Dec 2004 14:52:49 +0000 (14:52 +0000)]
* modules/control/hotkeys.c: snapshot hotkey.

19 years ago* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most...
Gildas Bazin [Tue, 21 Dec 2004 14:51:43 +0000 (14:51 +0000)]
* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever.

19 years ago* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.
Gildas Bazin [Tue, 21 Dec 2004 14:46:33 +0000 (14:46 +0000)]
* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.

19 years ago* src/misc/image.c: implemented ImageConvert().
Gildas Bazin [Tue, 21 Dec 2004 14:45:51 +0000 (14:45 +0000)]
* src/misc/image.c: implemented ImageConvert().

19 years agoWork on getting slider seeking working better.
Rocky Bernstein [Tue, 21 Dec 2004 03:42:04 +0000 (03:42 +0000)]
Work on getting slider seeking working better.

19 years ago* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().
Gildas Bazin [Mon, 20 Dec 2004 22:15:13 +0000 (22:15 +0000)]
* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().

19 years ago* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.
Gildas Bazin [Mon, 20 Dec 2004 22:12:36 +0000 (22:12 +0000)]
* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.

19 years agoNo need to GuessType on directory content
Clément Stenac [Mon, 20 Dec 2004 20:14:43 +0000 (20:14 +0000)]
No need to GuessType on directory content

19 years agoRemoved buggy legacy code
Clément Stenac [Mon, 20 Dec 2004 15:28:50 +0000 (15:28 +0000)]
Removed buggy legacy code

19 years agoForce RC interface in standard playlist mode
Clément Stenac [Mon, 20 Dec 2004 14:51:50 +0000 (14:51 +0000)]
Force RC interface in standard playlist mode

19 years ago* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.
Gildas Bazin [Mon, 20 Dec 2004 12:19:32 +0000 (12:19 +0000)]
* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.

19 years ago* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.
Gildas Bazin [Mon, 20 Dec 2004 11:42:29 +0000 (11:42 +0000)]
* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.

19 years ago* include/vlc_image.h,vlc_xml.h: make these c++ happy.
Gildas Bazin [Mon, 20 Dec 2004 11:18:53 +0000 (11:18 +0000)]
* include/vlc_image.h,vlc_xml.h: make these c++ happy.

19 years agoImprove entry navigation and title update.
Rocky Bernstein [Mon, 20 Dec 2004 07:44:39 +0000 (07:44 +0000)]
Improve entry navigation and title update.

Next/Prev chapter don't work yet, nor does entry detection when random
seeking.

19 years agoFix bad bug with was causing discontinuous video playback.
Rocky Bernstein [Mon, 20 Dec 2004 04:52:29 +0000 (04:52 +0000)]
Fix bad bug with was causing discontinuous video playback.
Some entry navigation improved.

19 years agoCleanups towards getting this to a usable state.
Rocky Bernstein [Sun, 19 Dec 2004 22:41:57 +0000 (22:41 +0000)]
Cleanups towards getting this to a usable state.
Much still remains to be done.

19 years ago* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.
Gildas Bazin [Sun, 19 Dec 2004 20:46:27 +0000 (20:46 +0000)]
* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.

19 years ago* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes...
Gildas Bazin [Sun, 19 Dec 2004 19:49:10 +0000 (19:49 +0000)]
* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).

19 years ago* modules/demux/util/id3tag.c: fixed a few bugs.
Gildas Bazin [Sun, 19 Dec 2004 18:41:45 +0000 (18:41 +0000)]
* modules/demux/util/id3tag.c: fixed a few bugs.

19 years ago * skins2: handle "item-deleted" variable
Olivier Teulière [Sun, 19 Dec 2004 14:30:37 +0000 (14:30 +0000)]
 * skins2: handle "item-deleted" variable

19 years agoFirst attempt to libcdio VCD working under new regime. It is still
Rocky Bernstein [Sun, 19 Dec 2004 13:58:38 +0000 (13:58 +0000)]
First attempt to libcdio VCD working under new regime. It is still
mostly disabled or broken.

19 years ago* modules/misc/rtsp.c: fixed support for pause with vlc as a client.
Gildas Bazin [Sun, 19 Dec 2004 13:11:22 +0000 (13:11 +0000)]
* modules/misc/rtsp.c: fixed support for pause with vlc as a client.

19 years ago* src/input/input.c: fixed potential deadlock.
Gildas Bazin [Sun, 19 Dec 2004 13:04:20 +0000 (13:04 +0000)]
* src/input/input.c: fixed potential deadlock.

19 years ago* small clean-up, so the about-class is not needed in the main-nib anymore
Felix Paul Kühne [Sun, 19 Dec 2004 12:54:21 +0000 (12:54 +0000)]
* small clean-up, so the about-class is not needed in the main-nib anymore

19 years ago* modules/demux/livedotcom.cpp: coding style fixes.
Gildas Bazin [Sun, 19 Dec 2004 12:48:04 +0000 (12:48 +0000)]
* modules/demux/livedotcom.cpp: coding style fixes.

19 years ago* modules/access/pvr/pvr.c: added missing pvr-caching option.
Gildas Bazin [Sun, 19 Dec 2004 12:36:59 +0000 (12:36 +0000)]
* modules/access/pvr/pvr.c: added missing pvr-caching option.

19 years agoFix bugs with psz_shortname
Clément Stenac [Sun, 19 Dec 2004 11:08:18 +0000 (11:08 +0000)]
Fix bugs with psz_shortname

19 years agoWhen I type "make clean" I really want a "make clean"
Rocky Bernstein [Sun, 19 Dec 2004 10:22:12 +0000 (10:22 +0000)]
When I type "make clean" I really want a "make clean"

19 years ago* modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architec...
Gildas Bazin [Sun, 19 Dec 2004 05:05:10 +0000 (05:05 +0000)]
* modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture.
* modules/codec/svcdsub.c: ported svcd subtitles decoder to the new subpicture architecture.

19 years ago* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)
Gildas Bazin [Sat, 18 Dec 2004 19:10:47 +0000 (19:10 +0000)]
* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)

19 years ago * skins: Reload the current skin correctly even when skins2-config is not set
Olivier Teulière [Sat, 18 Dec 2004 17:55:22 +0000 (17:55 +0000)]
 * skins: Reload the current skin correctly even when skins2-config is not set

19 years ago * skins: Reparent the embedded vout window when switching to the wx intf
Olivier Teulière [Sat, 18 Dec 2004 17:36:23 +0000 (17:36 +0000)]
 * skins: Reparent the embedded vout window when switching to the wx intf

19 years ago * src/libvlc.h: Use window decorations by default
Olivier Teulière [Sat, 18 Dec 2004 16:08:07 +0000 (16:08 +0000)]
 * src/libvlc.h: Use window decorations by default

19 years ago * skins2: Loading a new theme while an embedded vout is used works better
Olivier Teulière [Sat, 18 Dec 2004 13:19:53 +0000 (13:19 +0000)]
 * skins2: Loading a new theme while an embedded vout is used works better
   (the new vout is refreshed)

19 years agoSome small cleanups.
Rocky Bernstein [Fri, 17 Dec 2004 23:51:38 +0000 (23:51 +0000)]
Some small cleanups.

19 years ago * skins2: Do not paint on the embedded video output, when a video is
Olivier Teulière [Fri, 17 Dec 2004 23:39:34 +0000 (23:39 +0000)]
 * skins2: Do not paint on the embedded video output, when a video is
   being played in it

19 years ago * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
Olivier Teulière [Fri, 17 Dec 2004 20:07:54 +0000 (20:07 +0000)]
 * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
   Bezier curve
 * skins2/*: Fixed "lazy redrawing" for the slider control

19 years ago* Hotkey to set audio delay on the fly
Benjamin Pracht [Fri, 17 Dec 2004 19:18:07 +0000 (19:18 +0000)]
* Hotkey to set audio delay on the fly
* This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.

19 years ago* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.
Gildas Bazin [Fri, 17 Dec 2004 16:27:49 +0000 (16:27 +0000)]
* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.

19 years ago * skins2: When a control changes, refresh only the needed part of the layout
Olivier Teulière [Thu, 16 Dec 2004 21:26:36 +0000 (21:26 +0000)]
 * skins2: When a control changes, refresh only the needed part of the layout
   instead of refreshing everything

19 years ago* modules/video_filter/logo.c: --logo-transparency works again.
Gildas Bazin [Thu, 16 Dec 2004 20:28:27 +0000 (20:28 +0000)]
* modules/video_filter/logo.c: --logo-transparency works again.

19 years ago* include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member...
Gildas Bazin [Thu, 16 Dec 2004 20:27:12 +0000 (20:27 +0000)]
* include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member to subpicture_t to specify the transpareny of the subpicture.

19 years agocompilation fixes.
Gildas Bazin [Thu, 16 Dec 2004 19:52:05 +0000 (19:52 +0000)]
compilation fixes.

19 years agoWhat do you find funny ?
Clément Stenac [Thu, 16 Dec 2004 19:02:09 +0000 (19:02 +0000)]
What do you find funny ?

19 years agoReally fix all the set_name.
Clément Stenac [Thu, 16 Dec 2004 18:58:12 +0000 (18:58 +0000)]
Really fix all the set_name.

Sorry for the trouble

19 years agoLast one ?
Clément Stenac [Thu, 16 Dec 2004 18:34:34 +0000 (18:34 +0000)]
Last one ?

19 years ago$#*%§& SVN !
Clément Stenac [Thu, 16 Dec 2004 18:24:03 +0000 (18:24 +0000)]
$#*%§& SVN !

19 years agoFor some unknown reason, the previous commit was not fully done
Clément Stenac [Thu, 16 Dec 2004 18:14:29 +0000 (18:14 +0000)]
For some unknown reason, the previous commit was not fully done

19 years agomodules/video_filter/logo.c: use image handler.
Gildas Bazin [Thu, 16 Dec 2004 17:55:50 +0000 (17:55 +0000)]
modules/video_filter/logo.c: use image handler.

19 years ago* modules/gui/skins2/*: use image handler to load graphic files.
Gildas Bazin [Thu, 16 Dec 2004 17:47:40 +0000 (17:47 +0000)]
* modules/gui/skins2/*: use image handler to load graphic files.

19 years ago* modules/codec/png.c: PNG decoder using libpng.
Gildas Bazin [Thu, 16 Dec 2004 17:44:38 +0000 (17:44 +0000)]
* modules/codec/png.c: PNG decoder using libpng.

19 years ago* src/misc/image.c: no need to restart a filter when only the image size changes.
Gildas Bazin [Thu, 16 Dec 2004 17:41:09 +0000 (17:41 +0000)]
* src/misc/image.c: no need to restart a filter when only the image size changes.

19 years ago* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.
Gildas Bazin [Thu, 16 Dec 2004 16:58:17 +0000 (16:58 +0000)]
* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.

19 years agoFix a bug with preferences
Clément Stenac [Thu, 16 Dec 2004 16:35:12 +0000 (16:35 +0000)]
Fix a bug with preferences
Added some more names
Use shortname to store the name

19 years ago* modules/gui/skins2/*: fixed a whole bunch of memory leaks.
Gildas Bazin [Thu, 16 Dec 2004 13:59:51 +0000 (13:59 +0000)]
* modules/gui/skins2/*: fixed a whole bunch of memory leaks.

19 years agoMerge general with the category when possible
Clément Stenac [Thu, 16 Dec 2004 13:05:35 +0000 (13:05 +0000)]
Merge general with the category when possible

19 years agoLittle TODO update
Clément Stenac [Wed, 15 Dec 2004 22:27:53 +0000 (22:27 +0000)]
Little TODO update

19 years agoMake SAP node read-only
Clément Stenac [Wed, 15 Dec 2004 22:17:52 +0000 (22:17 +0000)]
Make SAP node read-only

19 years ago* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects...
Gildas Bazin [Wed, 15 Dec 2004 17:11:41 +0000 (17:11 +0000)]
* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working).

19 years ago* Implements playlist toggle button
Benjamin Pracht [Wed, 15 Dec 2004 12:28:39 +0000 (12:28 +0000)]
* Implements playlist toggle button
* Resizing is currently animated. I don't know if we should keep it like that
* I don't know if this is implemented the proper way, but at least it's working...

19 years ago* src/misc/image.c: format guessing from file extension.
Gildas Bazin [Tue, 14 Dec 2004 19:47:21 +0000 (19:47 +0000)]
* src/misc/image.c: format guessing from file extension.

19 years agoRestore loop
Clément Stenac [Tue, 14 Dec 2004 19:29:50 +0000 (19:29 +0000)]
Restore loop
Fix command line parsing

19 years agoImplement add_module_cat to add a module by category + use this for intf
Clément Stenac [Tue, 14 Dec 2004 18:44:04 +0000 (18:44 +0000)]
Implement add_module_cat to add a module by category + use this for intf

19 years ago* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.
Gildas Bazin [Tue, 14 Dec 2004 18:20:45 +0000 (18:20 +0000)]
* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.

19 years agoRemove debug messages
Clément Stenac [Tue, 14 Dec 2004 18:07:00 +0000 (18:07 +0000)]
Remove debug messages

19 years ago* Implements sorting by licking on table column headers in the playlist
Benjamin Pracht [Tue, 14 Dec 2004 18:00:51 +0000 (18:00 +0000)]
* Implements sorting by licking on table column headers in the playlist
* Update TODO

19 years agoBetter fix for wx deadlock with preparse
Clément Stenac [Tue, 14 Dec 2004 17:42:42 +0000 (17:42 +0000)]
Better fix for wx deadlock with preparse
A few fixes

19 years ago* modules/codec/ffmpeg/encoder.c: typo for strict-rc option.
Gildas Bazin [Tue, 14 Dec 2004 14:14:54 +0000 (14:14 +0000)]
* modules/codec/ffmpeg/encoder.c: typo for strict-rc option.

19 years ago* Provide playlist_LockFoo functions for some functions
Clément Stenac [Tue, 14 Dec 2004 11:40:09 +0000 (11:40 +0000)]
* Provide playlist_LockFoo functions for some functions
* Fix deadlock with preparse

19 years agoImplements sorting of the current node from context menu
Benjamin Pracht [Mon, 13 Dec 2004 21:48:06 +0000 (21:48 +0000)]
Implements sorting of the current node from context menu

19 years ago* changed 2 strings to lower-case, which prevented compilation using UFS as FS under...
Felix Paul Kühne [Mon, 13 Dec 2004 20:53:50 +0000 (20:53 +0000)]
* changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.

19 years ago* enable delete in the playlist context menu
Benjamin Pracht [Mon, 13 Dec 2004 20:26:07 +0000 (20:26 +0000)]
* enable delete in the playlist context menu

19 years ago * skins2: use black as the "flickering color", when resizing on windows :)
Olivier Teulière [Mon, 13 Dec 2004 20:25:05 +0000 (20:25 +0000)]
 * skins2: use black as the "flickering color", when resizing on windows :)

19 years ago macosx/vout*.m: factorized some more code, fixed GL video device selection
Eric Petit [Mon, 13 Dec 2004 19:18:31 +0000 (19:18 +0000)]
 macosx/vout*.m: factorized some more code, fixed GL video device selection

19 years agoCompile fix
Clément Stenac [Mon, 13 Dec 2004 17:56:21 +0000 (17:56 +0000)]
Compile fix

19 years ago* modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats.
Gildas Bazin [Mon, 13 Dec 2004 16:48:18 +0000 (16:48 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats.

19 years ago* src/misc/image.c, include/vlc_image.h: new image handler facility making use of...
Gildas Bazin [Mon, 13 Dec 2004 16:47:18 +0000 (16:47 +0000)]
* src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.

19 years ago* modules/access/directory.c: scandir isn't available on win32.
Gildas Bazin [Mon, 13 Dec 2004 10:03:39 +0000 (10:03 +0000)]
* modules/access/directory.c: scandir isn't available on win32.

19 years ago*** empty log message ***
Rocky Bernstein [Mon, 13 Dec 2004 04:41:44 +0000 (04:41 +0000)]
*** empty log message ***

19 years agoAdd mrl info to playlist item.
Rocky Bernstein [Mon, 13 Dec 2004 04:28:04 +0000 (04:28 +0000)]
Add mrl info to playlist item.

19 years agoDocument %S.
Rocky Bernstein [Mon, 13 Dec 2004 04:26:24 +0000 (04:26 +0000)]
Document %S.

19 years ago* deleteItem: method
Benjamin Pracht [Sun, 12 Dec 2004 20:12:11 +0000 (20:12 +0000)]
* deleteItem: method

19 years agoGo over information that gets set, yet again. Disc things are no longer
Rocky Bernstein [Sun, 12 Dec 2004 17:43:27 +0000 (17:43 +0000)]
Go over information that gets set, yet again. Disc things are no longer
playlist-item information.

19 years ago* modules/mux/ogg.c: added support for dirac.
Gildas Bazin [Sun, 12 Dec 2004 17:39:09 +0000 (17:39 +0000)]
* modules/mux/ogg.c: added support for dirac.

19 years ago* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www...
Gildas Bazin [Sun, 12 Dec 2004 17:30:20 +0000 (17:30 +0000)]
* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).

19 years ago* Item Info panel works again from playlist context menu
Benjamin Pracht [Sun, 12 Dec 2004 16:57:22 +0000 (16:57 +0000)]
* Item Info panel works again from playlist context menu

19 years ago access/directory.c: BeOS doesn't have scandir(), added a quick emulation
Eric Petit [Sun, 12 Dec 2004 15:16:48 +0000 (15:16 +0000)]
 access/directory.c: BeOS doesn't have scandir(), added a quick emulation

19 years agoFix warnings
Clément Stenac [Sun, 12 Dec 2004 14:22:06 +0000 (14:22 +0000)]
Fix warnings

19 years ago opengl.c, voutgl.m: restored smooth resizing on OS X
Eric Petit [Sun, 12 Dec 2004 04:15:51 +0000 (04:15 +0000)]
 opengl.c, voutgl.m: restored smooth resizing on OS X
                     re-enabled OS X GL provider (QT output still default)

19 years ago macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
Eric Petit [Sun, 12 Dec 2004 03:24:05 +0000 (03:24 +0000)]
 macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
               not working in GL mode

19 years agompga.c: check/hack to make duration available after preparse
Sigmund Augdal Helberg [Sun, 12 Dec 2004 00:04:04 +0000 (00:04 +0000)]
mpga.c: check/hack to make duration available after preparse