]> git.sesse.net Git - vlc/log
vlc
20 years ago * all: remove sout_format_t and use es_format_t instead.
Laurent Aimar [Fri, 21 Nov 2003 15:32:09 +0000 (15:32 +0000)]
 * all: remove sout_format_t and use es_format_t instead.

20 years ago* Reverse sort the playlist when clicking twice on the column header
Clément Stenac [Fri, 21 Nov 2003 13:20:41 +0000 (13:20 +0000)]
* Reverse sort the playlist when clicking twice on the column header

20 years ago* modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.
Gildas Bazin [Fri, 21 Nov 2003 13:01:05 +0000 (13:01 +0000)]
* modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.

20 years ago* modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
Gildas Bazin [Fri, 21 Nov 2003 12:18:54 +0000 (12:18 +0000)]
* modules/demux/flac.c, modules/codec/flac.c: couple of fixes.

20 years agoPDA Interface:
Jean-Paul Saman [Fri, 21 Nov 2003 09:23:49 +0000 (09:23 +0000)]
PDA Interface:
- Code cleanup and fixes for file view widget.

20 years ago * livedotcom: added return value for sdp:// Open.
Laurent Aimar [Fri, 21 Nov 2003 06:14:59 +0000 (06:14 +0000)]
 * livedotcom: added return value for sdp:// Open.

20 years ago* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
Gildas Bazin [Fri, 21 Nov 2003 01:45:48 +0000 (01:45 +0000)]
* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
* modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.

20 years ago* include/vlc_common.h: include stdlib.h
Gildas Bazin [Fri, 21 Nov 2003 00:38:01 +0000 (00:38 +0000)]
* include/vlc_common.h: include stdlib.h
* include/ninput.h, src/input/stream.c, src/input/input.c:
    new stream_Block() function to read a block_t from the input.
    es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
* modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Thu, 20 Nov 2003 23:13:28 +0000 (23:13 +0000)]
modules/misc/sap.c:
 * more verbose header parsing code
 * support for compressed announces if zlib is available (using some code
   from Mosu from the matroska project)
 * if the sdp packet contains more than one m= line, pass it to the
   livedotcom module
configure.ac:
 * link sap with zlib if available
modules/demux/livedotcom.c:
 * accept sdp from the sap module

20 years ago include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
Laurent Aimar [Thu, 20 Nov 2003 22:10:56 +0000 (22:10 +0000)]
 include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
 all: removed i_extra_type from es_format_t.

20 years ago * copy: ported to new API.
Laurent Aimar [Thu, 20 Nov 2003 18:27:44 +0000 (18:27 +0000)]
 * copy: ported to new API.

20 years ago * ts: fixed a stupid bug for MS codec.
Laurent Aimar [Thu, 20 Nov 2003 18:26:44 +0000 (18:26 +0000)]
 * ts: fixed a stupid bug for MS codec.

20 years ago* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32...
Gildas Bazin [Thu, 20 Nov 2003 17:48:44 +0000 (17:48 +0000)]
* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.

20 years ago* windows -> orderedWindows. Finally window commands like fullscreen, half size
Derk-Jan Hartman [Thu, 20 Nov 2003 14:39:31 +0000 (14:39 +0000)]
* windows -> orderedWindows. Finally window commands like fullscreen, half size
  double size and float on top are sent to the correct window.

20 years agotell cvs to ignore .pyc and .pyo files
Sigmund Augdal Helberg [Thu, 20 Nov 2003 10:56:44 +0000 (10:56 +0000)]
tell cvs to ignore .pyc and .pyo files

20 years ago * http.c: little keep and del functions fix ( don't remove currently
Simon Latapie [Thu, 20 Nov 2003 08:44:30 +0000 (08:44 +0000)]
 * http.c: little keep and del functions fix ( don't remove currently
     playing playlist item ).

20 years agoReorganize more analogous to dvdplay. Should give some growing room to
Rocky Bernstein [Thu, 20 Nov 2003 03:56:22 +0000 (03:56 +0000)]
Reorganize more analogous to dvdplay. Should give some growing room to
start the custom demuxer.

20 years ago* fixed the dockmenu. had gotten disconnected somehow.
Derk-Jan Hartman [Thu, 20 Nov 2003 02:39:09 +0000 (02:39 +0000)]
* fixed the dockmenu. had gotten disconnected somehow.
* cleaned up the playlist source.
* set the correct sizing properties on the playlist buttons.
  bigben: see the bottom of the size panel of your inspector. when adding items
  always take this into account to make resize work correctly.
  also. windows are opened at the position where you save them when the nib is open.
  Always make sure the controller and playlist are to the upper left side.

20 years agoIn some ways better, in some ways just different.
Rocky Bernstein [Thu, 20 Nov 2003 02:17:33 +0000 (02:17 +0000)]
In some ways better, in some ways just different.

20 years agoMiniscule changes. In some ways better, in some ways not, just
Rocky Bernstein [Thu, 20 Nov 2003 02:15:37 +0000 (02:15 +0000)]
Miniscule changes. In some ways better, in some ways not, just
different.

20 years ago* modules/video_output/directx/*: we now create a video sub-window which is a child...
Gildas Bazin [Wed, 19 Nov 2003 23:44:35 +0000 (23:44 +0000)]
* modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video.
  As a result the overlay color key is only painted in the video area and the rest of the window is pure black.

20 years ago- get rid of an unused variable
Benjamin Pracht [Wed, 19 Nov 2003 19:00:16 +0000 (19:00 +0000)]
- get rid of an unused variable
- use same name than in menus for random, repeat and loop options
- random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)

20 years agosmall clean-up
Benjamin Pracht [Wed, 19 Nov 2003 14:58:54 +0000 (14:58 +0000)]
small clean-up

20 years ago* modules/codec/subsdec.c: Add debug messages and fix a crasher
Derk-Jan Hartman [Wed, 19 Nov 2003 13:25:48 +0000 (13:25 +0000)]
* modules/codec/subsdec.c: Add debug messages and fix a crasher
* modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)

20 years ago* modules/codec/ffmpeg/: don't re-use the same pts twice.
Gildas Bazin [Wed, 19 Nov 2003 13:10:48 +0000 (13:10 +0000)]
* modules/codec/ffmpeg/: don't re-use the same pts twice.
* src/misc/modules.c: win32 fix for when module fails loading.

20 years ago* changed the relative fontsize option from a string_list to a int list with string...
Derk-Jan Hartman [Wed, 19 Nov 2003 12:13:00 +0000 (12:13 +0000)]
* changed the relative fontsize option from a string_list to a int list with string comments.
  not possible before, but is now and we can still change it without effecting the
  config files of 1000000 users.

20 years ago* src/misc/modules.c: don't forget to return an error when we fail to load a plugin.
Gildas Bazin [Wed, 19 Nov 2003 10:17:51 +0000 (10:17 +0000)]
* src/misc/modules.c: don't forget to return an error when we fail to load a plugin.

20 years ago * ninput: initialisate i_bitrate.
Laurent Aimar [Wed, 19 Nov 2003 00:14:39 +0000 (00:14 +0000)]
 * ninput: initialisate i_bitrate.

20 years agofixed some warnings
Sigmund Augdal Helberg [Wed, 19 Nov 2003 00:06:06 +0000 (00:06 +0000)]
fixed some warnings

20 years ago * fix a memory leak (p_block should be unallocated).
Laurent Aimar [Tue, 18 Nov 2003 23:58:10 +0000 (23:58 +0000)]
 * fix a memory leak (p_block should be unallocated).

20 years agomodules/codec/subsdec.c:
Sigmund Augdal Helberg [Tue, 18 Nov 2003 23:25:38 +0000 (23:25 +0000)]
modules/codec/subsdec.c:
 * fix a crash when --subsdec encoding is set to a wrong value

20 years ago * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
Laurent Aimar [Tue, 18 Nov 2003 22:48:46 +0000 (22:48 +0000)]
 * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
 should work again.

20 years ago* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
Gildas Bazin [Tue, 18 Nov 2003 22:08:07 +0000 (22:08 +0000)]
* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)

20 years agoPDA Interface:
Jean-Paul Saman [Tue, 18 Nov 2003 20:36:40 +0000 (20:36 +0000)]
PDA Interface:
- Cleanup code
- Cleanup interface
- Adding items to playlist widgets from File, Camera, Transcode tabs.

20 years ago * allow packetizer to return multiple blocks at once.
Laurent Aimar [Tue, 18 Nov 2003 20:34:23 +0000 (20:34 +0000)]
 * allow packetizer to return multiple blocks at once.

20 years ago * include/vlc_bits.h: bit stream reader/writer.
Laurent Aimar [Tue, 18 Nov 2003 20:15:38 +0000 (20:15 +0000)]
 * include/vlc_bits.h: bit stream reader/writer.
 * mpeg4video.c: rework of the mpeg4 video packetizer.
 (not well tested)

20 years ago* NEWS: updated with new features.
Gildas Bazin [Tue, 18 Nov 2003 18:45:33 +0000 (18:45 +0000)]
* NEWS: updated with new features.

20 years ago * display: set correct ES type (otherwise it segfaults in input_dec.c) but
Laurent Aimar [Tue, 18 Nov 2003 16:46:31 +0000 (16:46 +0000)]
 * display: set correct ES type (otherwise it segfaults in input_dec.c) but
 that implies that ES appear twice in the interface.

20 years ago* modules/control/http.c: fixed the "keep" command.
Gildas Bazin [Tue, 18 Nov 2003 12:32:04 +0000 (12:32 +0000)]
* modules/control/http.c: fixed the "keep" command.

20 years ago* modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious...
Gildas Bazin [Tue, 18 Nov 2003 00:57:04 +0000 (00:57 +0000)]
* modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs.
   Cosmetic changes to the file info data.
   Fixed Flac seeking.

20 years ago- Use NSTextField instead of NSSearchfield for the playlist search, since it is not...
Benjamin Pracht [Mon, 17 Nov 2003 23:36:12 +0000 (23:36 +0000)]
- Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.

- Search now restarts at the beginning of the playlist when reaching the end.

20 years ago* modules/demux/ogg.c: support for FLAC in Ogg.
Gildas Bazin [Mon, 17 Nov 2003 22:53:05 +0000 (22:53 +0000)]
* modules/demux/ogg.c: support for FLAC in Ogg.
   And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!

20 years ago* fix the search field and cleanup of the checkboxes init.
Derk-Jan Hartman [Mon, 17 Nov 2003 19:05:03 +0000 (19:05 +0000)]
* fix the search field and cleanup of the checkboxes init.
  - currently we don't seek in playlist position 0->currently selected
    wxwindows doesn't do this either.
  - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)

20 years ago* modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer...
Gildas Bazin [Mon, 17 Nov 2003 18:48:08 +0000 (18:48 +0000)]
* modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).

20 years ago * http.c: fixed bug with spaces in mrl
Simon Latapie [Mon, 17 Nov 2003 15:29:03 +0000 (15:29 +0000)]
 * http.c: fixed bug with spaces in mrl

20 years ago* fix previous commit
Derk-Jan Hartman [Mon, 17 Nov 2003 15:11:05 +0000 (15:11 +0000)]
* fix previous commit

20 years ago* modules/access_output/udp.c: more debug
Christophe Massiot [Mon, 17 Nov 2003 14:46:37 +0000 (14:46 +0000)]
* modules/access_output/udp.c: more debug
* modules/mux/mpeg/ts.c: new dts-delay option to add delay between the
  PCR and the DTS of the current frame.
  When deleting a video or audio stream (in case of PMT change), the
  new video and audio ES will take again the pid-video and pid-audio if
  they have been specified.

20 years agoCheckboxes stat at startup, in the playlist, now reflect the state set ine the prefs...
Benjamin Pracht [Mon, 17 Nov 2003 14:11:05 +0000 (14:11 +0000)]
Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).

20 years ago* use more recent libebml and libmatroska
Derk-Jan Hartman [Mon, 17 Nov 2003 13:14:25 +0000 (13:14 +0000)]
* use more recent libebml and libmatroska

20 years agoadded search function to the playlist
Benjamin Pracht [Mon, 17 Nov 2003 13:05:17 +0000 (13:05 +0000)]
added search function to the playlist

20 years ago * ts: improve PCR handling. pcr-soft doesn't exist anymore.
Laurent Aimar [Mon, 17 Nov 2003 11:25:54 +0000 (11:25 +0000)]
 * ts: improve PCR handling. pcr-soft doesn't exist anymore.
   Options:
        - caching: time on which bitrate smouthing is applied (default: 200ms)
        - pcr : delay between 2 PCR (Really more accurate). (default: 30ms)
        - bmin and bmax doesn't work anymore.

20 years ago * THANKS: hungarian translator and designer of OSX intf controller added
Derk-Jan Hartman [Mon, 17 Nov 2003 06:31:22 +0000 (06:31 +0000)]
 * THANKS: hungarian translator and designer of OSX intf controller added
 * modules/LIST: updated
 * Makefile.am: include new OS X art in the dist.
 * NEWS: updated
 * */.cvsignore: added and improved some of these.
 * modules/gui/macosx/prefs_widgets.?:
   - new config controls much like in the wxwindows module. not yet in use.
   - beware not tested irl. but it compiles :)

20 years ago * transcode: hmmm, the compil fix was for this file ...
Laurent Aimar [Mon, 17 Nov 2003 02:55:22 +0000 (02:55 +0000)]
 * transcode: hmmm, the compil fix was for this file ...

20 years ago * all: a little compil fix and more sanity checks (needed for wma).
Laurent Aimar [Mon, 17 Nov 2003 02:52:39 +0000 (02:52 +0000)]
 * all: a little compil fix and more sanity checks (needed for wma).

20 years agomodules/gui/wxwindows/*:
Sigmund Augdal Helberg [Mon, 17 Nov 2003 00:06:19 +0000 (00:06 +0000)]
modules/gui/wxwindows/*:
 * implemented sorting by a column by clicking on it

20 years ago* ALL: moved i_bitrate out of audio_format_t into es_format_t
Gildas Bazin [Sun, 16 Nov 2003 22:54:12 +0000 (22:54 +0000)]
* ALL: moved i_bitrate out of audio_format_t into es_format_t

20 years ago * modules/video_output/caca.c: color ASCII art video output using libcaca.
Sam Hocevar [Sun, 16 Nov 2003 22:29:33 +0000 (22:29 +0000)]
  * modules/video_output/caca.c: color ASCII art video output using libcaca.

20 years ago* modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks...
Gildas Bazin [Sun, 16 Nov 2003 22:23:47 +0000 (22:23 +0000)]
* modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :)

20 years ago * include/vlc_keys.h: Fixed a warning in StringToKey().
Sam Hocevar [Sun, 16 Nov 2003 22:10:16 +0000 (22:10 +0000)]
  * include/vlc_keys.h: Fixed a warning in StringToKey().

20 years ago* modules/misc/dummy/encoder.c: forgot a file
Gildas Bazin [Sun, 16 Nov 2003 21:28:26 +0000 (21:28 +0000)]
* modules/misc/dummy/encoder.c: forgot a file

20 years ago* ALL: final improvements to the decoders/packetizers api.
Gildas Bazin [Sun, 16 Nov 2003 21:07:31 +0000 (21:07 +0000)]
* ALL: final improvements to the decoders/packetizers api.
   (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
* ALL: small improvements to the encoders api.

20 years ago * http.c: little fix
Simon Latapie [Sun, 16 Nov 2003 20:41:36 +0000 (20:41 +0000)]
 * http.c: little fix

20 years ago avi.c: compile fix
Eric Petit [Sun, 16 Nov 2003 15:51:59 +0000 (15:51 +0000)]
 avi.c: compile fix

20 years agoAdded random, repeat one and repeat all checkboxes to the playlist
Benjamin Pracht [Sun, 16 Nov 2003 11:21:48 +0000 (11:21 +0000)]
Added random, repeat one and repeat all checkboxes to the playlist

20 years ago * fixed a segfault with avi without index.
Laurent Aimar [Sun, 16 Nov 2003 00:08:02 +0000 (00:08 +0000)]
 * fixed a segfault with avi without index.

20 years ago* v4l: hack from xine from GStreamer to compile v4l on debian unstable.
Laurent Aimar [Sat, 15 Nov 2003 23:21:35 +0000 (23:21 +0000)]
* v4l: hack from xine from GStreamer to compile v4l on debian unstable.

 (message from xine: fix build on Debian unstable, those dummies seem to
  have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)

20 years ago* New OSX controller (iTunes style)
Derk-Jan Hartman [Sat, 15 Nov 2003 22:42:16 +0000 (22:42 +0000)]
* New OSX controller (iTunes style)
  - Drag and drop implemented
  - still need new sliders and remove the titlebar.
* revert the mozilla plugin changes. i will build a seperate module for that
* simplified previous/next (only playlist, people with chapters and titles
   will have to use the menu
* Moved the disable screensaver from interface to vout.

20 years ago* added ffmpeg cvsroot (not in use atm)
Derk-Jan Hartman [Sat, 15 Nov 2003 22:02:15 +0000 (22:02 +0000)]
* added ffmpeg cvsroot (not in use atm)
* forced some config options on ffmpeg

20 years ago * set dts/length of all pes packet.
Laurent Aimar [Sat, 15 Nov 2003 18:57:12 +0000 (18:57 +0000)]
 * set dts/length of all pes packet.

20 years ago* extra data has changed and was crashing.
Derk-Jan Hartman [Sat, 15 Nov 2003 15:40:19 +0000 (15:40 +0000)]
* extra data has changed and was crashing.

20 years ago* Fixed typos.
Christophe Massiot [Sat, 15 Nov 2003 13:09:02 +0000 (13:09 +0000)]
* Fixed typos.

20 years agoSmall fix in a preference description string
Olivier Teulière [Sat, 15 Nov 2003 10:38:01 +0000 (10:38 +0000)]
Small fix in a preference description string

20 years ago* broken URL
Derk-Jan Hartman [Sat, 15 Nov 2003 02:38:25 +0000 (02:38 +0000)]
* broken URL

20 years ago* New build system for the contrib packages of VLC. It supports to
Christophe Massiot [Sat, 15 Nov 2003 01:21:48 +0000 (01:21 +0000)]
* New build system for the contrib packages of VLC. It supports to
  download a precompiled binary package, or to build all the packages
  from the sources, at the user's option. It is currently written for
  Mac OS X, but could easily be ported to other platforms.

20 years ago* spelling fix
Derk-Jan Hartman [Sat, 15 Nov 2003 00:26:15 +0000 (00:26 +0000)]
* spelling fix

20 years ago* Fix the label in the prefs of the play/pause hotkey.
Derk-Jan Hartman [Fri, 14 Nov 2003 20:17:29 +0000 (20:17 +0000)]
* Fix the label in the prefs of the play/pause hotkey.

20 years ago* fixed playlist_Pause
Derk-Jan Hartman [Fri, 14 Nov 2003 03:51:39 +0000 (03:51 +0000)]
* fixed playlist_Pause

20 years ago* modules/video_filter/transform.c: fix for ./toolbox --update-po
Gildas Bazin [Thu, 13 Nov 2003 21:15:43 +0000 (21:15 +0000)]
* modules/video_filter/transform.c: fix for ./toolbox --update-po

20 years ago* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
Gildas Bazin [Thu, 13 Nov 2003 17:59:34 +0000 (17:59 +0000)]
* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.

20 years ago * INSTALL.win32: slightly changed the list of required packages
Loïc Minier [Thu, 13 Nov 2003 14:23:30 +0000 (14:23 +0000)]
  * INSTALL.win32: slightly changed the list of required packages

20 years ago * input: handle also SPU in es_out_Add (and fix a bad lock).
Laurent Aimar [Thu, 13 Nov 2003 13:31:12 +0000 (13:31 +0000)]
 * input: handle also SPU in es_out_Add (and fix a bad lock).
 * sub: use es_out_Add (and that give a proper solution for multiple tracks)
        fixed seeking with sub. (pf_demux was called in Seek instead of
        pf_seek ...)

20 years ago * src/input/input.c: es_out_Add automatically add informations
Laurent Aimar [Thu, 13 Nov 2003 12:28:34 +0000 (12:28 +0000)]
 * src/input/input.c: es_out_Add automatically add informations
 (input_AddInfo) on the ES.
 * all: removed duplicated input_AddInfo.

20 years ago * avi: little clean up, and ported to es_format_t.
Laurent Aimar [Thu, 13 Nov 2003 11:49:27 +0000 (11:49 +0000)]
 * avi: little clean up, and ported to es_format_t.

20 years ago* modules/misc/sap.c: fixed misplaced variable declaration.
Gildas Bazin [Wed, 12 Nov 2003 20:01:01 +0000 (20:01 +0000)]
* modules/misc/sap.c: fixed misplaced variable declaration.

20 years ago * all: big clean up (no more global variables).
Laurent Aimar [Wed, 12 Nov 2003 18:13:31 +0000 (18:13 +0000)]
 * all: big clean up (no more global variables).

20 years agoSupport for announcement of playlist group in SAP announces
Clément Stenac [Wed, 12 Nov 2003 08:10:21 +0000 (08:10 +0000)]
Support for announcement of playlist group in SAP announces
Needs the latest miniSAPserver CVS

20 years ago * little fix due to my last commit
Simon Latapie [Wed, 12 Nov 2003 03:02:56 +0000 (03:02 +0000)]
 * little fix due to my last commit

20 years ago * http.c: little fix in RPN evaluator (now it is real RPN).
Simon Latapie [Wed, 12 Nov 2003 02:56:13 +0000 (02:56 +0000)]
 * http.c: little fix in RPN evaluator (now it is real RPN).

20 years ago* small fix to the playlist window
Derk-Jan Hartman [Wed, 12 Nov 2003 02:45:26 +0000 (02:45 +0000)]
* small fix to the playlist window

20 years ago * http.c : added parsing of options in Add MRL option. In http.c is a the
Simon Latapie [Wed, 12 Nov 2003 02:43:33 +0000 (02:43 +0000)]
 * http.c : added parsing of options in Add MRL option. In http.c is a the
            parse_MRL function which perhaps should be somewhere else
            (playlist ?).
 * Makefile.am : forgoten style.css
 * index.html : little fixes
 * intf-http.txt : updated doc

20 years ago* Away with that annoying playlist drawer. We now have a nice resizable
Derk-Jan Hartman [Wed, 12 Nov 2003 01:22:40 +0000 (01:22 +0000)]
* Away with that annoying playlist drawer. We now have a nice resizable
  window, with additional index and author columns.

20 years ago* include/vlc_keys.h: added StringToKey()
Derk-Jan Hartman [Tue, 11 Nov 2003 23:50:41 +0000 (23:50 +0000)]
* include/vlc_keys.h: added StringToKey()
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
* modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
* REST: implemented configurable hotkeys for OS X.

20 years ago* when config_ResetAll() a key config value becomes "Unset" (0) instead of
Derk-Jan Hartman [Tue, 11 Nov 2003 21:23:56 +0000 (21:23 +0000)]
* when config_ResetAll() a key config value becomes "Unset" (0) instead of
  it's original value. With this you at least won't break your config file,
  because it comments out the value during saving, when it's identical to the,
  original value. The question however remains, why does a resetAll result
  in a 0 in the 'current' config in use, and in original value at time of saving?

20 years ago * wav: es_format_t
Laurent Aimar [Tue, 11 Nov 2003 02:49:26 +0000 (02:49 +0000)]
 * wav: es_format_t

20 years ago * mkv: ues es_format_t.
Laurent Aimar [Tue, 11 Nov 2003 01:33:18 +0000 (01:33 +0000)]
 * mkv: ues es_format_t.

20 years ago * all: use es_format_t and es_out_*. (Not well tested yet...)
Laurent Aimar [Tue, 11 Nov 2003 00:37:59 +0000 (00:37 +0000)]
 * all: use es_format_t and es_out_*. (Not well tested yet...)

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
Gildas Bazin [Mon, 10 Nov 2003 18:21:35 +0000 (18:21 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.

20 years ago* configure.ac: link ws2_32 in the right order on win32 for livedotcom.
Gildas Bazin [Mon, 10 Nov 2003 17:47:42 +0000 (17:47 +0000)]
* configure.ac: link ws2_32 in the right order on win32 for livedotcom.

20 years ago* New Hungarian translation contributed by 'DirectX' (Name under investigation)
Derk-Jan Hartman [Mon, 10 Nov 2003 00:49:48 +0000 (00:49 +0000)]
* New Hungarian translation contributed by 'DirectX' (Name under investigation)

20 years ago* modules/gui/wxwindows/*: dshow open panel is fully functionnal.
Gildas Bazin [Mon, 10 Nov 2003 00:14:05 +0000 (00:14 +0000)]
* modules/gui/wxwindows/*: dshow open panel is fully functionnal.