]> git.sesse.net Git - vlc/log
vlc
20 years agoexample.lircrc: Added missing commands
Sigmund Augdal Helberg [Thu, 17 Jun 2004 11:25:02 +0000 (11:25 +0000)]
example.lircrc: Added missing commands

20 years agoFormatting fixes
Olivier Aubert [Thu, 17 Jun 2004 08:29:56 +0000 (08:29 +0000)]
Formatting fixes

20 years ago * src/video_output/vout_subpictures.c : New OSD channels
Yoann Peronneau [Thu, 17 Jun 2004 03:37:03 +0000 (03:37 +0000)]
 * src/video_output/vout_subpictures.c : New OSD channels

When you want to use OSD, you have to register an OSD channel, by calling
vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
There is a particular channel, DEFAULT_CHANNEL that can be used for
general purpose.
See modules/control/hotkeys.c for an example.

20 years ago * all: fixed the way h264 streams are stored in .mp4
Laurent Aimar [Wed, 16 Jun 2004 19:35:33 +0000 (19:35 +0000)]
 * all: fixed the way h264 streams are stored in .mp4

20 years ago * avi: fixed the return value of Seek().
Laurent Aimar [Wed, 16 Jun 2004 17:28:19 +0000 (17:28 +0000)]
 * avi: fixed the return value of Seek().

20 years ago* fix the defines for strcasecmp strncasecmp and strcasestr
Derk-Jan Hartman [Tue, 15 Jun 2004 15:41:53 +0000 (15:41 +0000)]
* fix the defines for strcasecmp strncasecmp and strcasestr

20 years ago* strcasestr not strncasestr
Derk-Jan Hartman [Tue, 15 Jun 2004 15:17:25 +0000 (15:17 +0000)]
* strcasestr not strncasestr

20 years ago* vlc_strcasestr defines (still missing something. still can't find it)
Derk-Jan Hartman [Tue, 15 Jun 2004 14:43:26 +0000 (14:43 +0000)]
* vlc_strcasestr defines (still missing something. still can't find it)

20 years ago* G.726 support trough ffmpeg
Derk-Jan Hartman [Tue, 15 Jun 2004 14:33:50 +0000 (14:33 +0000)]
* G.726 support trough ffmpeg

20 years ago* backport of local_stristr to vlc_strcasestr in libc.c
Derk-Jan Hartman [Tue, 15 Jun 2004 13:47:42 +0000 (13:47 +0000)]
* backport of local_stristr to vlc_strcasestr in libc.c
  fixes a problem with missing strcasestr on platforms in combination with ncurses intf.

20 years agoSVG rendering module. It uses the text rendering API, and converts
Olivier Aubert [Tue, 15 Jun 2004 09:15:09 +0000 (09:15 +0000)]
SVG rendering module. It uses the text rendering API, and converts
plain text to SVG. It can be used to have more control on the subtitle
rendering.

20 years ago* define INADDR_NONE for Solaris (fixes #1815)
Derk-Jan Hartman [Mon, 14 Jun 2004 23:11:14 +0000 (23:11 +0000)]
* define INADDR_NONE for Solaris (fixes #1815)

20 years agoUpdated build rules.
Jean-Paul Saman [Mon, 14 Jun 2004 19:19:57 +0000 (19:19 +0000)]
Updated build rules.

20 years agoFEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
Jean-Paul Saman [Mon, 14 Jun 2004 14:43:16 +0000 (14:43 +0000)]
FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)

20 years agoFix typos in DVB-T tuning code.
Jean-Paul Saman [Mon, 14 Jun 2004 14:35:57 +0000 (14:35 +0000)]
Fix typos in DVB-T tuning code.

20 years ago * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
Jon Lech Johansen [Sun, 13 Jun 2004 22:31:18 +0000 (22:31 +0000)]
  * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.

20 years ago* Added new functions to the Mozilla plugin
Clément Stenac [Sat, 12 Jun 2004 00:19:59 +0000 (00:19 +0000)]
* Added new functions to the Mozilla plugin
- set_volume
    - get_volume
- mute
- clear_playlist
- add_item
- next
- previous
- isplaying
- ge_length
- get_position
- get_time
- seek

* Fixed VLC_VolumeSet and a description

20 years ago * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
Olivier Teulière [Fri, 11 Jun 2004 17:14:28 +0000 (17:14 +0000)]
 * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
   This only works when the skins2 interface is active.
   Not very much tested yet...

20 years agoProper fix for corba building problem (use AM_CONDITIONAL)
Olivier Aubert [Fri, 11 Jun 2004 14:14:28 +0000 (14:14 +0000)]
Proper fix for corba building problem (use AM_CONDITIONAL)

20 years ago* Bug fix in unit conversion
Olivier Aubert [Fri, 11 Jun 2004 13:46:01 +0000 (13:46 +0000)]
* Bug fix in unit conversion
* Updated text display to new API (added i_channel)

20 years ago * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
Jon Lech Johansen [Fri, 11 Jun 2004 02:58:05 +0000 (02:58 +0000)]
  * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.

20 years ago* modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anythi...
Gildas Bazin [Wed, 9 Jun 2004 15:24:18 +0000 (15:24 +0000)]
* modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)

20 years ago* modules/video_output/directx/events.c: implemented VOUT_CLOSE.
Gildas Bazin [Wed, 9 Jun 2004 11:28:45 +0000 (11:28 +0000)]
* modules/video_output/directx/events.c: implemented VOUT_CLOSE.

20 years ago* src/misc/net.c: fix for the udp-auto-mtu on win32.
Gildas Bazin [Wed, 9 Jun 2004 11:13:42 +0000 (11:13 +0000)]
* src/misc/net.c: fix for the udp-auto-mtu on win32.

20 years ago* TODO: clarification to some of the vout redesign issues
Derk-Jan Hartman [Wed, 9 Jun 2004 10:52:28 +0000 (10:52 +0000)]
* TODO: clarification to some of the vout redesign issues

20 years agoUnclean but quick bugfix for the CORBA plugin building problem.
Olivier Aubert [Wed, 9 Jun 2004 10:30:58 +0000 (10:30 +0000)]
Unclean but quick bugfix for the CORBA plugin building problem.

20 years ago* modules/gui/wxwindows/bookmarks.cpp: compilation fix.
Gildas Bazin [Wed, 9 Jun 2004 09:57:35 +0000 (09:57 +0000)]
* modules/gui/wxwindows/bookmarks.cpp: compilation fix.

20 years ago * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable...
Yoann Peronneau [Tue, 8 Jun 2004 21:53:23 +0000 (21:53 +0000)]
 * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey.

20 years ago * playlist: oops, compilation fix.
Laurent Aimar [Tue, 8 Jun 2004 20:19:51 +0000 (20:19 +0000)]
 * playlist: oops, compilation fix.

20 years agoChoose -Os automatically on mipsel.
Jean-Paul Saman [Tue, 8 Jun 2004 18:17:15 +0000 (18:17 +0000)]
Choose -Os automatically on mipsel.

20 years agoPatch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
Clément Stenac [Tue, 8 Jun 2004 12:59:52 +0000 (12:59 +0000)]
Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>

20 years agoFix for requests without path when using proxy
Clément Stenac [Tue, 8 Jun 2004 09:16:04 +0000 (09:16 +0000)]
Fix for requests without path when using proxy

20 years agoFixes in the build system
Olivier Aubert [Mon, 7 Jun 2004 23:40:20 +0000 (23:40 +0000)]
Fixes in the build system

20 years ago* use screen.css too for the single html version, and reduce the toc size.
Anil Daoud [Mon, 7 Jun 2004 23:15:16 +0000 (23:15 +0000)]
* use screen.css too for the single html version, and reduce the toc size.

20 years ago * skin_main: compilation fix. (thx bigben for reporting them).
Laurent Aimar [Mon, 7 Jun 2004 22:41:08 +0000 (22:41 +0000)]
 * skin_main: compilation fix. (thx bigben for reporting them).

20 years ago * vlcproc.cpp: compilation fix.
Laurent Aimar [Mon, 7 Jun 2004 22:38:58 +0000 (22:38 +0000)]
 * vlcproc.cpp: compilation fix.

20 years ago * control: compilation fix.
Laurent Aimar [Mon, 7 Jun 2004 22:35:20 +0000 (22:35 +0000)]
 * control: compilation fix.

20 years ago* fix TODO file
Derk-Jan Hartman [Mon, 7 Jun 2004 22:27:16 +0000 (22:27 +0000)]
* fix TODO file

20 years ago * src/input/input_ext-intf.c: no more unused.
Laurent Aimar [Mon, 7 Jun 2004 22:21:33 +0000 (22:21 +0000)]
 * src/input/input_ext-intf.c: no more unused.

20 years ago * input_ext-intf.h: removed unused functions/defines.
Laurent Aimar [Mon, 7 Jun 2004 22:19:12 +0000 (22:19 +0000)]
 * input_ext-intf.h: removed unused functions/defines.

20 years ago* TODO: put todo's in TODO list instead of commit messages :)
Derk-Jan Hartman [Mon, 7 Jun 2004 22:14:51 +0000 (22:14 +0000)]
* TODO: put todo's in TODO list instead of commit messages :)

20 years ago * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
Laurent Aimar [Mon, 7 Jun 2004 22:14:21 +0000 (22:14 +0000)]
 * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
                     input_ToggleES is removed.

20 years ago * all: don't use input_ToggleES.
Laurent Aimar [Mon, 7 Jun 2004 22:11:57 +0000 (22:11 +0000)]
 * all: don't use input_ToggleES.

20 years ago * gtk: don't use input_ChangeArea.
Laurent Aimar [Mon, 7 Jun 2004 21:53:03 +0000 (21:53 +0000)]
 * gtk: don't use input_ChangeArea.

20 years ago * VlcWrapper: don't use input_ChangeArea.
Laurent Aimar [Mon, 7 Jun 2004 21:38:09 +0000 (21:38 +0000)]
 * VlcWrapper: don't use input_ChangeArea.

20 years ago * lirc: don't use input_ChangeArea.
Laurent Aimar [Mon, 7 Jun 2004 21:35:19 +0000 (21:35 +0000)]
 * lirc: don't use input_ChangeArea.

20 years ago * menu.c: don't use input_ChangeProgram.
Laurent Aimar [Mon, 7 Jun 2004 21:32:18 +0000 (21:32 +0000)]
 * menu.c: don't use input_ChangeProgram.

20 years ago * input: warning fix + no more input_OffsetToTime.
Laurent Aimar [Mon, 7 Jun 2004 21:27:18 +0000 (21:27 +0000)]
 * input: warning fix + no more input_OffsetToTime.

20 years ago * all: don't use input_OffsetToTime anymore.
Laurent Aimar [Mon, 7 Jun 2004 21:26:35 +0000 (21:26 +0000)]
 * all: don't use input_OffsetToTime anymore.

20 years ago* the txt rule now uses xsltproc. faster and nicer
Anil Daoud [Mon, 7 Jun 2004 20:35:12 +0000 (20:35 +0000)]
* the txt rule now uses xsltproc. faster and nicer

20 years ago* developer/html : sorry forgot this svn:ignore...
Anil Daoud [Mon, 7 Jun 2004 19:54:14 +0000 (19:54 +0000)]
* developer/html : sorry forgot this svn:ignore...

20 years ago* added proper svn:ignore properties
Anil Daoud [Mon, 7 Jun 2004 19:49:22 +0000 (19:49 +0000)]
* added proper svn:ignore properties

20 years agoForgot the CSS
Clément Stenac [Mon, 7 Jun 2004 19:48:35 +0000 (19:48 +0000)]
Forgot the CSS

20 years ago* All C files: coding style update
Olivier Aubert [Mon, 7 Jun 2004 19:40:26 +0000 (19:40 +0000)]
* All C files: coding style update
* mediacontrol-core.c: update to the new control API
* configure.ac, Modules.am: (unfinished) build changes

20 years agoConvert icons to png for pdf output
Clément Stenac [Mon, 7 Jun 2004 19:32:10 +0000 (19:32 +0000)]
Convert icons to png for pdf output

20 years ago* fixed a few rules (pdf, txt and clean)
Anil Daoud [Mon, 7 Jun 2004 19:27:55 +0000 (19:27 +0000)]
* fixed a few rules (pdf, txt and clean)

20 years agoUse xlstproc instead of jade for HTML output
Clément Stenac [Mon, 7 Jun 2004 19:13:05 +0000 (19:13 +0000)]
Use xlstproc instead of jade for HTML output
Output PDF instead of PS

You will need
 * xsltproc
 * the docbook XSL package

20 years ago * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:32:12 +0000 (18:32 +0000)]
 * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.

20 years ago all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
Laurent Aimar [Mon, 7 Jun 2004 18:30:46 +0000 (18:30 +0000)]
 all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
 follow the key-pressed scheme (I have removed thoses seeks).
 Someone to do the work ?

20 years ago * all: input_DumpStream isn't exported anymore.
Laurent Aimar [Mon, 7 Jun 2004 18:28:16 +0000 (18:28 +0000)]
 * all: input_DumpStream isn't exported anymore.

20 years ago * demux2, access2: prototype change.
Laurent Aimar [Mon, 7 Jun 2004 18:27:24 +0000 (18:27 +0000)]
 * demux2, access2: prototype change.

20 years ago * use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:26:27 +0000 (18:26 +0000)]
 * use var_Set/Get "state"/"position"/"rate" instead of old functions.
  I haven't tested thoses changes ...

20 years ago * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:24:24 +0000 (18:24 +0000)]
 * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.

20 years ago * include: removed a few deprecated functions.
Laurent Aimar [Mon, 7 Jun 2004 18:23:15 +0000 (18:23 +0000)]
 * include: removed a few deprecated functions.
 * demux, access: change the prototype of access2_New/demux2_New.
 * control: implemented all INPUT_GET/SET.
 * src/input/*.c: removed old functions, move some of them.

20 years ago * avi: support for track without key flag set in the index.
Laurent Aimar [Mon, 7 Jun 2004 18:19:10 +0000 (18:19 +0000)]
 * avi: support for track without key flag set in the index.

20 years ago * Modules.am: oops ts2 -> ts
Laurent Aimar [Mon, 7 Jun 2004 01:01:38 +0000 (01:01 +0000)]
 * Modules.am: oops ts2 -> ts

20 years ago* modules/demux/demux2.c: added v4l.
Gildas Bazin [Sun, 6 Jun 2004 22:12:23 +0000 (22:12 +0000)]
* modules/demux/demux2.c: added v4l.

20 years ago * access2: added shortcuts for vcd/svcd.
Laurent Aimar [Sun, 6 Jun 2004 21:18:59 +0000 (21:18 +0000)]
 * access2: added shortcuts for vcd/svcd.

20 years ago * v4l: converted to access2, but untested so ...
Laurent Aimar [Sun, 6 Jun 2004 21:18:07 +0000 (21:18 +0000)]
 * v4l: converted to access2, but untested so ...

20 years ago * all: added VSSH fourcc.
Laurent Aimar [Sun, 6 Jun 2004 19:02:02 +0000 (19:02 +0000)]
 * all: added VSSH fourcc.

20 years ago * standard: fixed a segfault.
Laurent Aimar [Sun, 6 Jun 2004 18:55:10 +0000 (18:55 +0000)]
 * standard: fixed a segfault.

20 years ago * http: little clean up.
Laurent Aimar [Sun, 6 Jun 2004 18:18:50 +0000 (18:18 +0000)]
 * http: little clean up.

20 years ago* modules/demux/mpeg/ts.c: compilation fix.
Gildas Bazin [Sun, 6 Jun 2004 18:13:29 +0000 (18:13 +0000)]
* modules/demux/mpeg/ts.c: compilation fix.

20 years ago * all: - renamed old ts demuxer as ts_old(_dvbpsi).
Laurent Aimar [Sun, 6 Jun 2004 17:24:06 +0000 (17:24 +0000)]
 * all: - renamed old ts demuxer as ts_old(_dvbpsi).
        - renamed ts2 into ts at the build system level.
        - removed muxer without dvbpsi.

20 years ago * vcd/vcd.c: ported to access2.
Laurent Aimar [Sun, 6 Jun 2004 17:02:55 +0000 (17:02 +0000)]
 * vcd/vcd.c: ported to access2.
 * access2: added chapter support.

20 years agoRemoved call to input_Tell (which is deprecated)
Olivier Aubert [Sun, 6 Jun 2004 16:15:23 +0000 (16:15 +0000)]
Removed call to input_Tell (which is deprecated)

20 years ago * ts.c: module name is now ts. (thx thedj).
Laurent Aimar [Sun, 6 Jun 2004 13:55:40 +0000 (13:55 +0000)]
 * ts.c: module name is now ts. (thx thedj).

20 years ago* bookmarks.cpp: compilation fix
Anil Daoud [Sun, 6 Jun 2004 13:54:12 +0000 (13:54 +0000)]
* bookmarks.cpp: compilation fix

20 years ago * udp: increase the mtu by *2 instead of 10%.
Laurent Aimar [Sun, 6 Jun 2004 13:53:53 +0000 (13:53 +0000)]
 * udp: increase the mtu by *2  instead of 10%.

20 years ago* bugfix to libvlc header
Derk-Jan Hartman [Sun, 6 Jun 2004 13:28:02 +0000 (13:28 +0000)]
* bugfix to libvlc header

20 years ago* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
Derk-Jan Hartman [Sun, 6 Jun 2004 13:13:06 +0000 (13:13 +0000)]
* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.

20 years ago* WARNING: Libvlc API change
Derk-Jan Hartman [Sun, 6 Jun 2004 13:02:26 +0000 (13:02 +0000)]
* WARNING: Libvlc API change
 - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
 - VLC_ClearPlaylist was changed to VLC_PlaylistClear
 - Added a lot of new calls:
   VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
   VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
   VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev,
   VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
 - everything doxygenized.
 - There are NO mozilla functions of these additions yet. (someone else please?)

20 years ago * modules/control/hotkeys.c : clean up
Yoann Peronneau [Sun, 6 Jun 2004 13:00:23 +0000 (13:00 +0000)]
 * modules/control/hotkeys.c : clean up

20 years ago * access/*: use var_* helpers.
Laurent Aimar [Sun, 6 Jun 2004 12:51:06 +0000 (12:51 +0000)]
 * access/*: use var_* helpers.
 * access/vcd/ clean up.

20 years agoPatch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction...
Clément Stenac [Sun, 6 Jun 2004 12:45:32 +0000 (12:45 +0000)]
Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer

20 years ago* Interaction between bookmarks and streaming wizard
Clément Stenac [Sun, 6 Jun 2004 12:44:35 +0000 (12:44 +0000)]
* Interaction between bookmarks and streaming wizard
* Edit bookmarks if possible

20 years ago * variables: added var_Get/Set/CreateGetBool.
Laurent Aimar [Sun, 6 Jun 2004 12:17:15 +0000 (12:17 +0000)]
 * variables: added var_Get/Set/CreateGetBool.

20 years ago * variables: helpers: var_Get* .
Laurent Aimar [Sun, 6 Jun 2004 11:56:22 +0000 (11:56 +0000)]
 * variables: helpers: var_Get* .

20 years ago * variables: added more helpers: var_CreateGet*
Laurent Aimar [Sun, 6 Jun 2004 11:44:01 +0000 (11:44 +0000)]
 * variables: added more helpers: var_CreateGet*

20 years ago * input: compute right value for position/time on position-offset and
Laurent Aimar [Sat, 5 Jun 2004 22:36:13 +0000 (22:36 +0000)]
 * input: compute right value for position/time on position-offset and
time-offset change.

20 years ago * mms/* : converted to access2. It should be reworked to use pf_block, but
Laurent Aimar [Sat, 5 Jun 2004 21:53:24 +0000 (21:53 +0000)]
 * mms/* : converted to access2. It should be reworked to use pf_block, but
that can wait ...
 * access2: little fix + added mms* shortcuts.

20 years ago * snapshot: small warning fix + coding rules.
Laurent Aimar [Sat, 5 Jun 2004 20:13:08 +0000 (20:13 +0000)]
 * snapshot: small warning fix + coding rules.
 Btw, the module uses input_Tell that is deprecated, Is it really needed ?
 If so, when ?

20 years ago * livedotcom: small warning fix for old version.
Laurent Aimar [Sat, 5 Jun 2004 20:11:05 +0000 (20:11 +0000)]
 * livedotcom: small warning fix for old version.

20 years agoFixed warning
Clément Stenac [Sat, 5 Jun 2004 19:48:09 +0000 (19:48 +0000)]
Fixed warning

20 years ago * mp4: fixed a small bug with subtitle.
Laurent Aimar [Sat, 5 Jun 2004 19:45:56 +0000 (19:45 +0000)]
 * mp4: fixed a small bug with subtitle.

20 years ago * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
Laurent Aimar [Sat, 5 Jun 2004 19:36:51 +0000 (19:36 +0000)]
 * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
STREAM_CONTROL_ACCESS.
 * all: added previous new commands support.

20 years agoHD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the...
Jean-Paul Saman [Sat, 5 Jun 2004 19:27:48 +0000 (19:27 +0000)]
HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS

20 years ago * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
Olivier Teulière [Sat, 5 Jun 2004 19:23:03 +0000 (19:23 +0000)]
 * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
   loading of .vlt files on Win32

20 years ago * cdda: converted to access2. It seems stable.
Laurent Aimar [Sat, 5 Jun 2004 18:58:58 +0000 (18:58 +0000)]
 * cdda: converted to access2. It seems stable.
 * access2: added/fixed title support.

20 years ago * demux2: added wav.
Laurent Aimar [Sat, 5 Jun 2004 18:54:18 +0000 (18:54 +0000)]
 * demux2: added wav.