]> git.sesse.net Git - vlc/log
vlc
19 years ago * m4/vlc.m4 configure.ac:
Sam Hocevar [Fri, 25 Jun 2004 12:21:32 +0000 (12:21 +0000)]
  * m4/vlc.m4 configure.ac:
    + Moved the shared object suffix detection to vlc.m4.
    + Replaced AX_* macros with VLC_* macros.

19 years ago * modules/control/corba/Modules.am:
Sam Hocevar [Fri, 25 Jun 2004 12:20:20 +0000 (12:20 +0000)]
  * modules/control/corba/Modules.am:
    + Play nicely with recent automake versions.

19 years ago* src/input/input.c: win32 compilation fix.
Gildas Bazin [Fri, 25 Jun 2004 09:57:27 +0000 (09:57 +0000)]
* src/input/input.c: win32 compilation fix.

19 years agoconfigure.ac: forgot a reference to modules/access/dvdread
Gildas Bazin [Fri, 25 Jun 2004 00:18:47 +0000 (00:18 +0000)]
configure.ac: forgot a reference to modules/access/dvdread

19 years ago* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
Gildas Bazin [Fri, 25 Jun 2004 00:16:48 +0000 (00:16 +0000)]
* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.

19 years ago* modules/access/dvdread, modules/access/dvdread.c:
Gildas Bazin [Fri, 25 Jun 2004 00:09:41 +0000 (00:09 +0000)]
* modules/access/dvdread, modules/access/dvdread.c:
  + major rewrite of the dvdread module.
  + dvdread is now an access_demux module.

19 years ago* configure.ac, modules/access/dvd, modules/access/dvdplay:
Gildas Bazin [Thu, 24 Jun 2004 23:51:14 +0000 (23:51 +0000)]
* configure.ac, modules/access/dvd, modules/access/dvdplay:
  + removed dvdplay module which was deprecated in favor of the dvdnav one.
  + removed dvd module which is going to be replace with a new dvdread one.

19 years ago * input.c: fixed play/pause + cosmetics.
Laurent Aimar [Thu, 24 Jun 2004 22:21:36 +0000 (22:21 +0000)]
 * input.c: fixed play/pause + cosmetics.

19 years ago * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
Laurent Aimar [Thu, 24 Jun 2004 22:19:29 +0000 (22:19 +0000)]
 * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.

19 years ago * vlc_input: added missing fields for multi-input (nothing working yet).
Laurent Aimar [Thu, 24 Jun 2004 22:18:33 +0000 (22:18 +0000)]
 * vlc_input: added missing fields for multi-input (nothing working yet).

19 years ago macosx/macosx.m: fixed macosx-opengl-effect string list
Eric Petit [Wed, 23 Jun 2004 21:40:01 +0000 (21:40 +0000)]
 macosx/macosx.m: fixed macosx-opengl-effect string list

19 years ago * stream.c: fixed a problem with peek.
Laurent Aimar [Wed, 23 Jun 2004 20:42:07 +0000 (20:42 +0000)]
 * stream.c: fixed a problem with peek.

19 years ago* src/input: update ES object vars when an ES is removed + some coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 20:24:01 +0000 (20:24 +0000)]
* src/input: update ES object vars when an ES is removed + some coding style changes.

19 years ago* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
Gildas Bazin [Wed, 23 Jun 2004 20:20:39 +0000 (20:20 +0000)]
* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.

19 years ago* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 19:42:20 +0000 (19:42 +0000)]
* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.

19 years ago * es_out: fixed a bug preventing re-selecting an ES.
Laurent Aimar [Wed, 23 Jun 2004 18:52:06 +0000 (18:52 +0000)]
 * es_out: fixed a bug preventing re-selecting an ES.

19 years ago* all: - added a boolean "seekable" object variable to p_input.
Laurent Aimar [Wed, 23 Jun 2004 17:49:26 +0000 (17:49 +0000)]
* all: - added a boolean "seekable" object variable to p_input.
 (becarefull, it's just if you can seek or not, and not if you have to
 display the progress bar, for thet last you have to check if "position"
 value get != 0.0 )
       - added "audio-delay" and "spu-delay" object variables to delay
 audio/spu to the video. They can be changed on the fly (untested).
       - renamed INPUT__GET/SET_SUBDELAY into
 INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
 (wrapper to "audio-delay" and "spu-delay")
 - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.

19 years ago* modules/demux/m3u.c: allocate buffer for stream_Read().
Gildas Bazin [Wed, 23 Jun 2004 13:58:02 +0000 (13:58 +0000)]
* modules/demux/m3u.c: allocate buffer for stream_Read().
* src/input/stream.c: fixed detection of EOF.

19 years ago* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
Gildas Bazin [Wed, 23 Jun 2004 11:32:59 +0000 (11:32 +0000)]
* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.

19 years ago* OSX compiles again (BEWARE it is still SEVERELY broken)
Derk-Jan Hartman [Wed, 23 Jun 2004 10:29:30 +0000 (10:29 +0000)]
* OSX compiles again (BEWARE it is still SEVERELY broken)

19 years ago* src/input/input.c: win32 fix.
Gildas Bazin [Wed, 23 Jun 2004 10:13:05 +0000 (10:13 +0000)]
* src/input/input.c: win32 fix.

19 years ago* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
Gildas Bazin [Wed, 23 Jun 2004 10:12:41 +0000 (10:12 +0000)]
* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.

19 years agoFix id3 and id3tag (using meta)
Clément Stenac [Wed, 23 Jun 2004 10:00:21 +0000 (10:00 +0000)]
Fix id3 and id3tag (using meta)

19 years ago * Fix for DTS over SPDIF stuttering. Someone please review.
Jon Lech Johansen [Wed, 23 Jun 2004 03:15:08 +0000 (03:15 +0000)]
  * Fix for DTS over SPDIF stuttering. Someone please review.

19 years ago * livedotcom: begin support of PAUSE. It doesn't work yet, resume
Laurent Aimar [Tue, 22 Jun 2004 23:17:02 +0000 (23:17 +0000)]
 * livedotcom: begin support of PAUSE. It doesn't work yet, resume
always restarts from the start :(

19 years ago* configure.ac: disabled stream_out_display for now.
Gildas Bazin [Tue, 22 Jun 2004 22:21:12 +0000 (22:21 +0000)]
* configure.ac: disabled stream_out_display for now.

19 years agoRe-enable dynamic plugins
Clément Stenac [Tue, 22 Jun 2004 21:55:57 +0000 (21:55 +0000)]
Re-enable dynamic plugins

19 years ago* modules/gui/skins / skins2: compilation fixes.
Gildas Bazin [Tue, 22 Jun 2004 21:55:50 +0000 (21:55 +0000)]
* modules/gui/skins / skins2: compilation fixes.

19 years ago ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
Gildas Bazin [Tue, 22 Jun 2004 21:22:13 +0000 (21:22 +0000)]
 ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.

19 years ago * speex: missing <vlc/input.h> include.
Laurent Aimar [Tue, 22 Jun 2004 20:32:10 +0000 (20:32 +0000)]
 * speex: missing <vlc/input.h> include.

19 years ago * Makefile.am: updated.
Laurent Aimar [Tue, 22 Jun 2004 20:19:31 +0000 (20:19 +0000)]
 * Makefile.am: updated.

19 years ago input_internal: lalala .
Laurent Aimar [Tue, 22 Jun 2004 20:10:17 +0000 (20:10 +0000)]
 input_internal: lalala .

19 years ago * vlc_stream.h : oops again.
Laurent Aimar [Tue, 22 Jun 2004 20:09:22 +0000 (20:09 +0000)]
 * vlc_stream.h : oops again.

19 years ago * vlc_es_out.h: oops ;)
Laurent Aimar [Tue, 22 Jun 2004 20:07:34 +0000 (20:07 +0000)]
 * vlc_es_out.h: oops ;)

19 years ago * vorbis: compilation fix.
Laurent Aimar [Tue, 22 Jun 2004 20:02:47 +0000 (20:02 +0000)]
 * vorbis: compilation fix.

19 years ago * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
Laurent Aimar [Tue, 22 Jun 2004 19:49:25 +0000 (19:49 +0000)]
 * configure.ac: removed access2, demux2, demuxdump, mpeg_system.

19 years ago * access2, demux2: not needed anymore.
Laurent Aimar [Tue, 22 Jun 2004 19:46:10 +0000 (19:46 +0000)]
 * access2, demux2: not needed anymore.

19 years ago * configure.ac: disable plugins that can't compile anymore:
Laurent Aimar [Tue, 22 Jun 2004 19:43:37 +0000 (19:43 +0000)]
 * configure.ac: disable plugins that can't compile anymore:
    - dvd, dvdread, dvdplay, vcdx, cddax
    - gtk, gnome, qt, kde
   There are others in this case, specially interface that I can't test.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:35:15 +0000 (19:35 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:35:01 +0000 (19:35 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:44 +0000 (19:34 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:20 +0000 (19:34 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:01 +0000 (19:34 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:33:30 +0000 (19:33 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:33:06 +0000 (19:33 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:31:54 +0000 (19:31 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:31:14 +0000 (19:31 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:30:54 +0000 (19:30 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:30:31 +0000 (19:30 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:57 +0000 (19:29 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:37 +0000 (19:29 +0000)]
 * all: rework of the input.

19 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:19 +0000 (19:29 +0000)]
 * all: rework of the input.

19 years ago * mp4: fixed width in tkhd. (at least I hope).
Laurent Aimar [Tue, 22 Jun 2004 18:39:02 +0000 (18:39 +0000)]
 * mp4: fixed width in tkhd. (at least I hope).

19 years ago- added last resort built-in mediatype for capture filter if card does not returns...
Damien Fouilleul [Tue, 22 Jun 2004 09:13:51 +0000 (09:13 +0000)]
- added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
- miscelaneous clean ups

19 years ago* modules/demux/livedotcom.cpp: - ts2 -> ts
Derk-Jan Hartman [Tue, 22 Jun 2004 00:03:08 +0000 (00:03 +0000)]
* modules/demux/livedotcom.cpp: - ts2 -> ts
  - take into account !rtpSource (for UDP support)

19 years agoDVB NIT parsing
Clément Stenac [Sun, 20 Jun 2004 10:25:22 +0000 (10:25 +0000)]
DVB NIT parsing

19 years ago * mp4: avcC atom fixed. (Missing sps/pps).
Laurent Aimar [Sat, 19 Jun 2004 14:16:17 +0000 (14:16 +0000)]
 * mp4: avcC atom fixed. (Missing sps/pps).

19 years ago* Bug report howto is a online document.
Derk-Jan Hartman [Fri, 18 Jun 2004 19:20:34 +0000 (19:20 +0000)]
* Bug report howto is a online document.

19 years ago* Removed some deprecated docs. small fix to vlc man page.
Derk-Jan Hartman [Fri, 18 Jun 2004 18:56:39 +0000 (18:56 +0000)]
* Removed some deprecated docs. small fix to vlc man page.

19 years ago* ffmpeg resample.c patch is no longer necessary
Derk-Jan Hartman [Fri, 18 Jun 2004 14:00:51 +0000 (14:00 +0000)]
* ffmpeg resample.c patch is no longer necessary
* new liveMedia version
* liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).

19 years agoFixed a nasty memleak in ugly and linear resamplers when alloca is
Sigmund Augdal Helberg [Fri, 18 Jun 2004 12:38:28 +0000 (12:38 +0000)]
Fixed a nasty memleak in ugly and linear resamplers when alloca is
unavaliable. Also swaped the score of these modules.

19 years agovarious documentation fixes
Sigmund Augdal Helberg [Fri, 18 Jun 2004 11:35:45 +0000 (11:35 +0000)]
various documentation fixes

19 years ago * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
Laurent Aimar [Thu, 17 Jun 2004 20:31:45 +0000 (20:31 +0000)]
 * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
for the report.

19 years agosplitted the documentation for skins2 out of the main docs. Tweaked the
Sigmund Augdal Helberg [Thu, 17 Jun 2004 12:36:03 +0000 (12:36 +0000)]
splitted the documentation for skins2 out of the main docs. Tweaked the
doxyfile for the main docs a bit.

19 years agoinclude/vlc_video.h: minor doc fix
Sigmund Augdal Helberg [Thu, 17 Jun 2004 11:27:49 +0000 (11:27 +0000)]
include/vlc_video.h: minor doc fix

19 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

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

19 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.

19 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

19 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().

19 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

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

19 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)

19 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

19 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.

19 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.

19 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)

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

19 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)

19 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).