]> git.sesse.net Git - vlc/log
vlc
20 years agoremoved unused variables
Jean-Paul Saman [Sat, 13 Mar 2004 19:05:17 +0000 (19:05 +0000)]
removed unused variables

20 years ago * mpeg4video: more cludges (it should be rewritten to calculate true
Laurent Aimar [Sat, 13 Mar 2004 18:52:55 +0000 (18:52 +0000)]
 * mpeg4video: more cludges (it should be rewritten to calculate true
dts/pts ...)

20 years ago* modules/control/telnet/telnet.c:
Derk-Jan Hartman [Sat, 13 Mar 2004 17:05:29 +0000 (17:05 +0000)]
* modules/control/telnet/telnet.c:
  - announce the port used by telnet in the messages

20 years ago * mmsh: more fixes.
Laurent Aimar [Sat, 13 Mar 2004 16:56:31 +0000 (16:56 +0000)]
 * mmsh: more fixes.

20 years agoRemoved some dead wood.
Jean-Paul Saman [Sat, 13 Mar 2004 15:37:48 +0000 (15:37 +0000)]
Removed some dead wood.

20 years ago * asf: fixed unintialised variable, cleaned up some stuffs.
Laurent Aimar [Sat, 13 Mar 2004 05:09:51 +0000 (05:09 +0000)]
 * asf: fixed unintialised variable, cleaned up some stuffs.
 * mmsh: big rework of the mmsh module.

20 years ago * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
Laurent Aimar [Sat, 13 Mar 2004 03:37:07 +0000 (03:37 +0000)]
 * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
 (The problem is that if pts is always 0, no time information
 will be written, making stream unplayable).

 * pes: cosmetics.

20 years ago * block.c: fixed block realloc.
Laurent Aimar [Sat, 13 Mar 2004 03:33:10 +0000 (03:33 +0000)]
 * block.c: fixed block realloc.

20 years ago* src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options...
Gildas Bazin [Fri, 12 Mar 2004 15:01:36 +0000 (15:01 +0000)]
* src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.

20 years ago* modules/video_output/directx/events.c:
Gildas Bazin [Fri, 12 Mar 2004 13:42:55 +0000 (13:42 +0000)]
* modules/video_output/directx/events.c:
   + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
   + modification to the patch to play well with the mozilla plugin.

20 years ago* modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the...
Gildas Bazin [Fri, 12 Mar 2004 11:13:57 +0000 (11:13 +0000)]
* modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.

20 years agoCleanup old scripts
Jean-Paul Saman [Fri, 12 Mar 2004 07:58:29 +0000 (07:58 +0000)]
Cleanup old scripts

20 years agoOne less change to make this work on Darwin.
Rocky Bernstein [Fri, 12 Mar 2004 02:52:27 +0000 (02:52 +0000)]
One less change to make this work on Darwin.

20 years agomore WIN32 changes.
Rocky Bernstein [Fri, 12 Mar 2004 02:51:20 +0000 (02:51 +0000)]
more WIN32 changes.

20 years ago * include/vlc_keys.h: mouse wheel events now considered as hotkeys
Olivier Teulière [Thu, 11 Mar 2004 19:41:51 +0000 (19:41 +0000)]
 * include/vlc_keys.h: mouse wheel events now considered as hotkeys
 * modules/video_output/directx/events.c: mouse wheel support
 * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
   treated as hotkeys, but only if they are not intercepted by a control
   (such as a slider)

20 years ago * block: a little pre header + padding.
Laurent Aimar [Thu, 11 Mar 2004 17:38:36 +0000 (17:38 +0000)]
 * block: a little pre header + padding.

20 years ago * mux: sout_buffer_t -> block_t.
Laurent Aimar [Thu, 11 Mar 2004 17:37:50 +0000 (17:37 +0000)]
 * mux: sout_buffer_t -> block_t.

20 years ago * stream_out: sout_buffer_t -> block_t.
Laurent Aimar [Thu, 11 Mar 2004 17:36:43 +0000 (17:36 +0000)]
 * stream_out: sout_buffer_t -> block_t.

20 years ago * access_output: sout_buffer_t -> block_t.
Laurent Aimar [Thu, 11 Mar 2004 17:35:28 +0000 (17:35 +0000)]
 * access_output: sout_buffer_t -> block_t.

20 years ago * stream_output: sout_buffer_t -> block_t.
Laurent Aimar [Thu, 11 Mar 2004 17:34:25 +0000 (17:34 +0000)]
 * stream_output: sout_buffer_t -> block_t.

20 years ago * input_dec: sout uses block_t.
Laurent Aimar [Thu, 11 Mar 2004 17:33:39 +0000 (17:33 +0000)]
 * input_dec: sout uses block_t.

20 years ago * stream_output.h: removed sout_buffer_t and use block_t instead.
Laurent Aimar [Thu, 11 Mar 2004 17:32:29 +0000 (17:32 +0000)]
 * stream_output.h: removed sout_buffer_t and use block_t instead.

20 years ago* input/input_ext-plugins.c:
Gildas Bazin [Thu, 11 Mar 2004 16:48:27 +0000 (16:48 +0000)]
* input/input_ext-plugins.c:
   + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
* input/stream.c:
   + optimized stream_Read().

20 years ago* src/libvlc.h, src/input/input.c:
Gildas Bazin [Thu, 11 Mar 2004 12:33:16 +0000 (12:33 +0000)]
* src/libvlc.h, src/input/input.c:
   + added --meta-title/author/artist/genre/copyright/description/date/url config options.
     This allows the user to specify/override metadata information for an input.

* include/vlc_meta.h:
   + vlc_meta_Merge( dest, src ) helper function.

* modules/demux/mp4/*:
   + Fixed a couple of mem-leaks.
   + Support for "description" metadata.

20 years ago-lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
Rocky Bernstein [Thu, 11 Mar 2004 09:16:18 +0000 (09:16 +0000)]
-lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
 the right way to add. Someone understanding configure.ac (and cygwin)
 should doublecheck.

20 years agolibcdio and libvcdinfo can use stdbool.h
Rocky Bernstein [Thu, 11 Mar 2004 08:28:21 +0000 (08:28 +0000)]
libcdio and libvcdinfo can use stdbool.h

20 years agoChange to facilitate compiling -mno-cygwin on cygwin and possibly other
Rocky Bernstein [Thu, 11 Mar 2004 08:22:25 +0000 (08:22 +0000)]
Change to facilitate compiling -mno-cygwin on cygwin and possibly other
OS builds.

20 years ago* modules/access/cdda: proper svn:ignore
Gildas Bazin [Thu, 11 Mar 2004 08:06:31 +0000 (08:06 +0000)]
* modules/access/cdda: proper svn:ignore

20 years agoUse memset, not bzero. Helps with -mno-cygwin (and possibly others).
Rocky Bernstein [Thu, 11 Mar 2004 08:02:55 +0000 (08:02 +0000)]
Use memset, not bzero. Helps with -mno-cygwin (and possibly others).

20 years agoUse memset, not bzero. Helps with -mno-cygwin (and possibly others).
Rocky Bernstein [Thu, 11 Mar 2004 08:00:34 +0000 (08:00 +0000)]
Use memset, not bzero. Helps with -mno-cygwin (and possibly others).

20 years ago* modules/mux/mp4.c: support for a few more user data atoms.
Gildas Bazin [Thu, 11 Mar 2004 07:59:05 +0000 (07:59 +0000)]
* modules/mux/mp4.c: support for a few more user data atoms.

20 years agomodules/control/telnet/Modules.am:
Sigmund Augdal Helberg [Thu, 11 Mar 2004 07:54:56 +0000 (07:54 +0000)]
modules/control/telnet/Modules.am:
 * added vlm.h to sources. Should put it in the daily snapshots.

20 years ago * mp4.c: more udta informations (title, author, artists).
Laurent Aimar [Wed, 10 Mar 2004 23:49:01 +0000 (23:49 +0000)]
 * mp4.c: more udta informations (title, author, artists).

20 years ago * stream_output.c: delete meta informations after the stream out chain.
Laurent Aimar [Wed, 10 Mar 2004 23:41:36 +0000 (23:41 +0000)]
 * stream_output.c: delete meta informations after the stream out chain.

20 years ago * mp4: added partial support for udta meta data.
Laurent Aimar [Wed, 10 Mar 2004 23:20:54 +0000 (23:20 +0000)]
 * mp4: added partial support for udta meta data.

20 years ago * input, stream_output: handle sout_instance_t->p_meta.
Laurent Aimar [Wed, 10 Mar 2004 21:55:25 +0000 (21:55 +0000)]
 * input, stream_output: handle sout_instance_t->p_meta.

20 years ago * stream_output.h: added a vlc_meta_t field to sout_instance_t,
Laurent Aimar [Wed, 10 Mar 2004 21:54:28 +0000 (21:54 +0000)]
 * stream_output.h: added a vlc_meta_t field to sout_instance_t,
 this way meta data will be available for stream_outs and muxers.
 The only 'problem' is that it will be available for sure only after
 that the first data packet is received by the stream output.

20 years ago * httpd: fixed a big mem leak for http streaming.
Laurent Aimar [Wed, 10 Mar 2004 17:23:16 +0000 (17:23 +0000)]
 * httpd: fixed a big mem leak for http streaming.

20 years ago* modules/access/file.c:
Gildas Bazin [Wed, 10 Mar 2004 17:10:40 +0000 (17:10 +0000)]
* modules/access/file.c:
   + implemented a --file-cat config option that accepts a coma separated list of file names.
     This option allows opening splitted files as a single (concatenated) input.

20 years ago* INSTALL.win32: added a section about the "make package-win32" rules.
Gildas Bazin [Wed, 10 Mar 2004 13:28:07 +0000 (13:28 +0000)]
* INSTALL.win32: added a section about the "make package-win32" rules.

20 years ago * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
Laurent Aimar [Wed, 10 Mar 2004 12:02:58 +0000 (12:02 +0000)]
 * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
 * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
 (fixed dead lock and no more duplicated stream in audio/video menu).

20 years ago* include/vlc_common.h: free tab if empty in TAB_REMOVE().
Gildas Bazin [Tue, 9 Mar 2004 20:46:43 +0000 (20:46 +0000)]
* include/vlc_common.h: free tab if empty in TAB_REMOVE().
* src/misc/httpd.c: fixed a few memory leaks and coding style changes.
* modules/access_output/http.c: a few coding style changes.

20 years agoRenaming rules to rules.gpe
Jean-Paul Saman [Tue, 9 Mar 2004 20:32:49 +0000 (20:32 +0000)]
Renaming rules to rules.gpe

20 years agoRemoving old cruft.
Jean-Paul Saman [Tue, 9 Mar 2004 20:32:17 +0000 (20:32 +0000)]
Removing old cruft.

20 years ago* configure.ac: the telnet module needs -lws2_32 on win32.
Gildas Bazin [Tue, 9 Mar 2004 15:26:17 +0000 (15:26 +0000)]
* configure.ac: the telnet module needs -lws2_32 on win32.
* modules/control/telnet/vlm.c: include <time.h>.

20 years ago* modules/video_output/directx/*: take care of hardware overlay alignment constraints.
Gildas Bazin [Tue, 9 Mar 2004 14:50:46 +0000 (14:50 +0000)]
* modules/video_output/directx/*: take care of hardware overlay alignment constraints.

20 years ago* src/misc/net.c: fixes a few corner cases.
Gildas Bazin [Mon, 8 Mar 2004 17:08:46 +0000 (17:08 +0000)]
* src/misc/net.c: fixes a few corner cases.

20 years ago* src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCal...
Gildas Bazin [Mon, 8 Mar 2004 15:55:49 +0000 (15:55 +0000)]
* src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().

20 years ago- *.nib, playlist.*
Benjamin Pracht [Mon, 8 Mar 2004 15:22:58 +0000 (15:22 +0000)]
- *.nib, playlist.*

begining of playlist item propieties box (only modification of uro, name and autt
hor at this time)

- vout.m : remove an unused variable

20 years ago* ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
Gildas Bazin [Mon, 8 Mar 2004 13:54:49 +0000 (13:54 +0000)]
* ffmpeg/video.c: got rid of the --ffmpeg-truncated option.

20 years ago* configure.ac: check for localtime_r().
Gildas Bazin [Mon, 8 Mar 2004 11:00:26 +0000 (11:00 +0000)]
* configure.ac: check for localtime_r().
* modules/control/telnet/vlm.c: portability fixes.

20 years ago * a little VLM documentation. It may be hard to understand, so I'm
Simon Latapie [Mon, 8 Mar 2004 10:22:13 +0000 (10:22 +0000)]
 * a little VLM documentation. It may be hard to understand, so I'm
   waiting for suggestions.

20 years ago * Added '*.a' to the svn:ignore properties.
Sam Hocevar [Mon, 8 Mar 2004 10:21:34 +0000 (10:21 +0000)]
  * Added '*.a' to the svn:ignore properties.

20 years agoYet another spelling correction
Rocky Bernstein [Mon, 8 Mar 2004 03:20:19 +0000 (03:20 +0000)]
Yet another spelling correction

20 years agoUpdate MinGW release number
Rocky Bernstein [Mon, 8 Mar 2004 02:39:04 +0000 (02:39 +0000)]
Update MinGW release number

20 years agoSome small spelling errors and clarification based on recent events.
Rocky Bernstein [Mon, 8 Mar 2004 02:08:41 +0000 (02:08 +0000)]
Some small spelling errors and clarification based on recent events.

20 years ago* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if...
Gildas Bazin [Sun, 7 Mar 2004 22:34:22 +0000 (22:34 +0000)]
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
* include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
* modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
* src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
* src/input/es_out.c: removed useless stuff.

20 years ago * mp4.c: added support for SVQ1.
Laurent Aimar [Sun, 7 Mar 2004 19:03:23 +0000 (19:03 +0000)]
 * mp4.c: added support for SVQ1.

20 years ago * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
Olivier Teulière [Sun, 7 Mar 2004 18:49:37 +0000 (18:49 +0000)]
 * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)

20 years ago * toolbox:
Sam Hocevar [Sun, 7 Mar 2004 17:26:50 +0000 (17:26 +0000)]
  * toolbox:
    + Removed --changelog from the help message.
    + Output a warning asking to use "svn log" when --changelog is called.
  * Regenerated SVN changelogs.

20 years ago * mp4.c: - accept adding ES at any time
Laurent Aimar [Sun, 7 Mar 2004 16:26:48 +0000 (16:26 +0000)]
 * mp4.c: - accept adding ES at any time
          - proper implementation of starting time (edts/elst).

20 years agoMore printf lint for cygwin (and possibly others)
Rocky Bernstein [Sun, 7 Mar 2004 16:03:25 +0000 (16:03 +0000)]
More printf lint for cygwin (and possibly others)

20 years ago * transcode: downmixing to 1 and 2 channels now really mixes the input
Laurent Aimar [Sun, 7 Mar 2004 15:58:21 +0000 (15:58 +0000)]
 * transcode: downmixing to 1 and 2 channels now really mixes the input
channels. (Badly done but it gives some results ;)

20 years ago* transcode: report the right number of channels (a52 -> mpga).
Laurent Aimar [Sun, 7 Mar 2004 15:12:45 +0000 (15:12 +0000)]
* transcode: report the right number of channels (a52 -> mpga).

20 years ago(no commit message)
Xavier Martin [Sun, 7 Mar 2004 15:04:26 +0000 (15:04 +0000)]

20 years agoprintf lint changes for cygwin.
Rocky Bernstein [Sun, 7 Mar 2004 14:46:55 +0000 (14:46 +0000)]
printf lint changes for cygwin.

20 years ago * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
Cyril Deguet [Sun, 7 Mar 2004 14:25:08 +0000 (14:25 +0000)]
  * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist

20 years ago * skins2/parser/builder.cpp: check Font::init()'s return value
Olivier Teulière [Sun, 7 Mar 2004 12:55:32 +0000 (12:55 +0000)]
 * skins2/parser/builder.cpp: check Font::init()'s return value
 * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables

20 years ago * all: the tooltip window is now managed by the window manager, not
Cyril Deguet [Sun, 7 Mar 2004 12:42:39 +0000 (12:42 +0000)]
  * all: the tooltip window is now managed by the window manager, not
  by the generic windows

20 years ago * src/ft2_font.cpp: initialize some members to avoid a segfault in the
Cyril Deguet [Sun, 7 Mar 2004 11:47:50 +0000 (11:47 +0000)]
  * src/ft2_font.cpp: initialize some members to avoid a segfault in the
    destructor when the font cannot be opened. drawString() now returns
    NULL if the initialization failed.
  * all: check if drawString() returns NULL

20 years ago * mp4.c: * follow guidelines for box order in stbl.
Laurent Aimar [Sun, 7 Mar 2004 01:52:52 +0000 (01:52 +0000)]
 * mp4.c: * follow guidelines for box order in stbl.
          * set language if present.

20 years ago * mp4: really fixed stts table (and no more drift), added stss table
Laurent Aimar [Sun, 7 Mar 2004 00:46:13 +0000 (00:46 +0000)]
 * mp4: really fixed stts table (and no more drift), added stss table
(key frames).

20 years ago * skins2/*: - show/hide do not bypass the window manager anymore
Olivier Teulière [Sun, 7 Mar 2004 00:21:48 +0000 (00:21 +0000)]
 * skins2/*: - show/hide do not bypass the window manager anymore
             - transformed some pointers into references

20 years ago * png_bitmap.cpp: fixed the transparency
Cyril Deguet [Sat, 6 Mar 2004 23:52:16 +0000 (23:52 +0000)]
  * png_bitmap.cpp: fixed the transparency

20 years ago * avi.c: set frame type.
Laurent Aimar [Sat, 6 Mar 2004 21:25:45 +0000 (21:25 +0000)]
 * avi.c: set frame type.

20 years ago * mpeg4video: set frame type (I,P,B).
Laurent Aimar [Sat, 6 Mar 2004 21:09:53 +0000 (21:09 +0000)]
 * mpeg4video: set frame type (I,P,B).

20 years ago * mp4.c: fixed audio/video synchro. Better length table calculation (I
Laurent Aimar [Sat, 6 Mar 2004 20:57:05 +0000 (20:57 +0000)]
 * mp4.c: fixed audio/video synchro. Better length table calculation (I
hope).

20 years ago* transcode.c: another fix to avoid 1st frame without pts.
Gildas Bazin [Sat, 6 Mar 2004 20:49:10 +0000 (20:49 +0000)]
* transcode.c: another fix to avoid 1st frame without pts.

20 years ago* transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
Gildas Bazin [Sat, 6 Mar 2004 20:16:04 +0000 (20:16 +0000)]
* transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.

20 years ago * skins2/src/os_window.hpp: added some 'const' keywords
Olivier Teulière [Sat, 6 Mar 2004 19:46:26 +0000 (19:46 +0000)]
 * skins2/src/os_window.hpp: added some 'const' keywords
 * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
        previous configuration...
 * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows

20 years ago* src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
Gildas Bazin [Sat, 6 Mar 2004 19:30:19 +0000 (19:30 +0000)]
* src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
* modules/packetizer/copy.c: better not send pts instead of invalid ones.
* modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).

20 years ago * src/png_bitmap.cpp: support for transparent PNGs
Cyril Deguet [Sat, 6 Mar 2004 19:22:47 +0000 (19:22 +0000)]
   * src/png_bitmap.cpp: support for transparent PNGs

20 years agoFix include path
Clément Stenac [Sat, 6 Mar 2004 16:58:11 +0000 (16:58 +0000)]
Fix include path

20 years ago * rtp, display: update p_sout->i_out_pace_nocontrol.
Laurent Aimar [Sat, 6 Mar 2004 16:38:29 +0000 (16:38 +0000)]
 * rtp, display: update p_sout->i_out_pace_nocontrol.

20 years ago * http, udp: update p_sout->i_out_pace_nocontrol.
Laurent Aimar [Sat, 6 Mar 2004 16:37:54 +0000 (16:37 +0000)]
 * http, udp: update p_sout->i_out_pace_nocontrol.

20 years ago * all: implemented sout asynch support. (ie sout will try to work at
Laurent Aimar [Sat, 6 Mar 2004 16:36:37 +0000 (16:36 +0000)]
 * all: implemented sout asynch support. (ie sout will try to work at
the maximum speed if the output can control the pace)

20 years ago * all: added two variables needed for asynch sout.
Laurent Aimar [Sat, 6 Mar 2004 16:35:03 +0000 (16:35 +0000)]
 * all: added two variables needed for asynch sout.

20 years ago * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
Olivier Teulière [Sat, 6 Mar 2004 16:25:46 +0000 (16:25 +0000)]
 * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
        is no dialog provider
 * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
        other controls

20 years ago* modules/codec/ffmpeg/encoder.c:
Gildas Bazin [Sat, 6 Mar 2004 15:44:46 +0000 (15:44 +0000)]
* modules/codec/ffmpeg/encoder.c:
   + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.

20 years ago* Remove directories with only one source file inside
Clément Stenac [Sat, 6 Mar 2004 15:24:37 +0000 (15:24 +0000)]
* Remove directories with only one source file inside
* Drop the old scope plugin (not ported to aout3)

20 years ago * mp4: fixed SVQ3 in .mov
Laurent Aimar [Sat, 6 Mar 2004 13:37:44 +0000 (13:37 +0000)]
 * mp4: fixed SVQ3 in .mov

20 years ago* modules/control/telnet: added missing svn:ignore property.
Gildas Bazin [Sat, 6 Mar 2004 12:22:56 +0000 (12:22 +0000)]
* modules/control/telnet: added missing svn:ignore property.

20 years ago * mp4.c: for mp3 in mp4a we need an ESDS.
Laurent Aimar [Sat, 6 Mar 2004 05:49:08 +0000 (05:49 +0000)]
 * mp4.c: for mp3 in mp4a we need an ESDS.

20 years ago * transcode.c: fixed SVQ3 transcoding.
Laurent Aimar [Sat, 6 Mar 2004 05:47:59 +0000 (05:47 +0000)]
 * transcode.c: fixed SVQ3 transcoding.

20 years ago * httpd: fixed handling of 'Connection: '.
Laurent Aimar [Sat, 6 Mar 2004 01:14:28 +0000 (01:14 +0000)]
 * httpd: fixed handling of 'Connection: '.

20 years ago * input/input.c, libvlc.h: implemented new way to break vlc preferences :
Laurent Aimar [Fri, 5 Mar 2004 23:26:36 +0000 (23:26 +0000)]
 * input/input.c, libvlc.h: implemented new way to break vlc preferences :
 start-time and stop-time (both given in second) ;)

 Becarefull that it won't work with all files because of missing/wrong
 media length (ex: ts, broken avi, ...) or the fact that the headers
 will not be read (ex: mpeg1 ps, perhaps ogg, ...)

20 years ago * skins2/*: Change mouse cursor above a Resize control (win32 only)
Olivier Teulière [Fri, 5 Mar 2004 20:56:39 +0000 (20:56 +0000)]
 * skins2/*: Change mouse cursor above a Resize control (win32 only)

20 years agoString review, as promised :)
Carlo Calabrò [Fri, 5 Mar 2004 19:24:14 +0000 (19:24 +0000)]
String review, as promised :)

Found and fixed:
- some untranslated macros
- some acronyms which were not in capital letters
- a couple of VLC Media Player (_m_edia _p_layer, now)
- typos here and there
- dots missing in some of the long texts
- spaces before ? and :, which is correct in french but not in english :)
- NT services are now called Windows Services

20 years ago * include/modules.h: increased numbers of shorcuts
Laurent Aimar [Fri, 5 Mar 2004 18:30:50 +0000 (18:30 +0000)]
 * include/modules.h: increased numbers of shorcuts
 * modules/demux/demux2.c: added all audio demuxer shortcuts.

20 years ago * Added "Id" svn:keywords property to all files containing "$Id:".
Sam Hocevar [Fri, 5 Mar 2004 17:34:23 +0000 (17:34 +0000)]
  * Added "Id" svn:keywords property to all files containing "$Id:".
  * Removed .cvsignore files and added proper svn:ignore properties.