]> git.sesse.net Git - vlc/log
vlc
20 years ago * httpd: added HEAD command support.
Laurent Aimar [Mon, 11 Aug 2003 20:18:02 +0000 (20:18 +0000)]
 * httpd: added HEAD command support.

20 years ago* ChangeLog, po/*: preparing for the 0.6.2 release
Gildas Bazin [Mon, 11 Aug 2003 19:30:36 +0000 (19:30 +0000)]
* ChangeLog, po/*: preparing for the 0.6.2 release

20 years ago* modules/packetizer/mpegvideo.c: oops, fixed typo.
Gildas Bazin [Mon, 11 Aug 2003 18:52:41 +0000 (18:52 +0000)]
* modules/packetizer/mpegvideo.c: oops, fixed typo.

20 years ago* modules/packetizer/mpegvideo.c: small clarification.
Gildas Bazin [Mon, 11 Aug 2003 17:31:15 +0000 (17:31 +0000)]
* modules/packetizer/mpegvideo.c: small clarification.
* modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.

20 years ago * mpegvideo.c: try to set a better value for length. (I am not sure it is
Laurent Aimar [Sun, 10 Aug 2003 22:13:05 +0000 (22:13 +0000)]
 * mpegvideo.c: try to set a better value for length. (I am not sure it is
 the good one but it give far better result). dts/pts/length computation
 should be verified.

20 years ago* ALL: preparing for a 0.6.2 release
Gildas Bazin [Sun, 10 Aug 2003 21:26:07 +0000 (21:26 +0000)]
* ALL: preparing for a 0.6.2 release

20 years ago* modules/mux/mpeg/ts.c: oops.
Gildas Bazin [Sun, 10 Aug 2003 14:23:15 +0000 (14:23 +0000)]
* modules/mux/mpeg/ts.c: oops.

20 years ago* modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer...
Gildas Bazin [Sun, 10 Aug 2003 14:21:16 +0000 (14:21 +0000)]
* modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.

20 years ago* modules/access/vcd/vcd.c: a few navigation fixes.
Gildas Bazin [Sun, 10 Aug 2003 13:35:03 +0000 (13:35 +0000)]
* modules/access/vcd/vcd.c: a few navigation fixes.

20 years ago* modules/LIST: Updated all modules
Clément Stenac [Sun, 10 Aug 2003 12:45:52 +0000 (12:45 +0000)]
* modules/LIST: Updated all modules

* modules/list.sh: piggy list consistency checker
 (should probably be added to toolbox or trashed)

* modules/access/slp.c : Fixed service detection
(findsrvtypes returns a comma-separated list of services)

20 years ago* modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center...
Gildas Bazin [Sun, 10 Aug 2003 10:22:52 +0000 (10:22 +0000)]
* modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
* include/osd.h, modules/misc/freetype.c: support for center alignment.
* modules/gui/wxwindows/subtitles.cpp: string change.

20 years ago* include/configuration.h: bug fix for add_string_from_list()
Gildas Bazin [Sun, 10 Aug 2003 09:22:07 +0000 (09:22 +0000)]
* include/configuration.h: bug fix for add_string_from_list()
* modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.

20 years ago* modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the...
Gildas Bazin [Sat, 9 Aug 2003 19:49:13 +0000 (19:49 +0000)]
* modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
* modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.

20 years ago* modules/access/vcd/vcd.c: sanity check on the track requested by the user. This...
Gildas Bazin [Sat, 9 Aug 2003 19:39:17 +0000 (19:39 +0000)]
* modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.

20 years ago* modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently...
Gildas Bazin [Sat, 9 Aug 2003 19:14:16 +0000 (19:14 +0000)]
* modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.

20 years ago* src/stream_output/stream_output.c, include/stream_output.h: added an i_padding...
Gildas Bazin [Sat, 9 Aug 2003 14:59:24 +0000 (14:59 +0000)]
* src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
* modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
   Added support for b frames (bframe=x option) + couple of bug fixes.

20 years ago* modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of...
Gildas Bazin [Fri, 8 Aug 2003 17:08:32 +0000 (17:08 +0000)]
* modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
   The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
* modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.

20 years ago* src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
Gildas Bazin [Fri, 8 Aug 2003 16:50:27 +0000 (16:50 +0000)]
* src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
* modules/packetizer/copy.c: fixed segfault
* modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs

20 years ago* modules/gui/macosx/prefs.m: Localized two strings.
Christophe Massiot [Fri, 8 Aug 2003 16:41:04 +0000 (16:41 +0000)]
* modules/gui/macosx/prefs.m: Localized two strings.

20 years agoUpdated my entry.
Jean-Paul Saman [Wed, 6 Aug 2003 12:01:06 +0000 (12:01 +0000)]
Updated my entry.

20 years agoThe familiar interface is now officially removed from VLC. The interface is superseed...
Jean-Paul Saman [Tue, 5 Aug 2003 11:54:11 +0000 (11:54 +0000)]
The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.

20 years agoAdded glade2 project file.
Jean-Paul Saman [Tue, 5 Aug 2003 11:52:42 +0000 (11:52 +0000)]
Added glade2 project file.

20 years agoRemoving file.
Jean-Paul Saman [Tue, 5 Aug 2003 11:51:20 +0000 (11:51 +0000)]
Removing file.

20 years agoRemoving files for Familiar interface (Gtk+1.2 and GPE).
Jean-Paul Saman [Tue, 5 Aug 2003 11:49:14 +0000 (11:49 +0000)]
Removing files for Familiar interface (Gtk+1.2 and GPE).

20 years agoFixed superflous tuning ;-)
Jean-Paul Saman [Tue, 5 Aug 2003 10:39:25 +0000 (10:39 +0000)]
Fixed superflous tuning ;-)

20 years ago- Enabled tuning for DVB-C and DVB-T cards.
Jean-Paul Saman [Tue, 5 Aug 2003 09:35:33 +0000 (09:35 +0000)]
- Enabled tuning for DVB-C and DVB-T cards.
- Syncing with old satellite plugin.
- Cleanup of code.

20 years ago* VLC_AddTarget had a new prototype
Cyril Deguet [Tue, 5 Aug 2003 08:02:28 +0000 (08:02 +0000)]
* VLC_AddTarget had a new prototype

20 years ago * sdp: near implemented basic RTP reading (MPA payload type may work when
Laurent Aimar [Tue, 5 Aug 2003 01:27:45 +0000 (01:27 +0000)]
 * sdp: near implemented basic RTP reading (MPA payload type may work when
used without RTSP).

20 years ago* src/video_output/video_text.c: removed legacy code that has been rotting for ages.
Gildas Bazin [Mon, 4 Aug 2003 23:35:25 +0000 (23:35 +0000)]
* src/video_output/video_text.c: removed legacy code that has been rotting for ages.

20 years ago* modules/misc/freetype.c: don't assume input string is in utf8 when calculating...
Gildas Bazin [Mon, 4 Aug 2003 23:31:53 +0000 (23:31 +0000)]
* modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary).
   + cleanup.

20 years ago * ts: fixed a segfault when removing PCR stream.
Laurent Aimar [Mon, 4 Aug 2003 22:49:02 +0000 (22:49 +0000)]
 * ts: fixed a segfault when removing PCR stream.

20 years ago * sdp: begun to implement RTP code. (Not yet usefull)
Laurent Aimar [Mon, 4 Aug 2003 18:50:36 +0000 (18:50 +0000)]
 * sdp: begun to implement RTP code. (Not yet usefull)

20 years agoAdded a error message that the default values are used.
Jean-Paul Saman [Mon, 4 Aug 2003 12:40:22 +0000 (12:40 +0000)]
Added a error message that the default values are used.

20 years agoTuning succeeds, but have no audio yet. Major cleanup of code.
Jean-Paul Saman [Mon, 4 Aug 2003 12:34:52 +0000 (12:34 +0000)]
Tuning succeeds, but have no audio yet. Major cleanup of code.

20 years agoFixed missing headerfile.
Jean-Paul Saman [Mon, 4 Aug 2003 12:34:20 +0000 (12:34 +0000)]
Fixed missing headerfile.

20 years ago * sdp: - fixed loading of file > 1024 bytes.
Laurent Aimar [Mon, 4 Aug 2003 00:48:11 +0000 (00:48 +0000)]
 * sdp: - fixed loading of file > 1024 bytes.
        - more processing -> now it should extract enough informations to
        build RTP/RTSP session.
        (Does not play anything yet)

20 years ago* src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include...
Gildas Bazin [Sun, 3 Aug 2003 23:11:21 +0000 (23:11 +0000)]
* src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
* modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
* modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)

20 years ago* src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
Gildas Bazin [Sun, 3 Aug 2003 20:25:04 +0000 (20:25 +0000)]
* src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;

20 years ago* modules/access_out/http.c :
Benjamin Pracht [Sun, 3 Aug 2003 16:36:20 +0000 (16:36 +0000)]
* modules/access_out/http.c :

using ability to give parametters to a specific sout module to set user and password fot http access out.

new syntax is '#dst{access=http{user=foo,pass=bar}}

--sout-http-user and --sout-http-pwd parametters have been deleted.

20 years ago * sdp: parse 'a=' field.
Laurent Aimar [Sun, 3 Aug 2003 16:22:48 +0000 (16:22 +0000)]
 * sdp: parse 'a=' field.

20 years ago * sdp: begining of a SDP parser. It won't let you play anything for
Laurent Aimar [Sun, 3 Aug 2003 15:25:33 +0000 (15:25 +0000)]
 * sdp: begining of a SDP parser. It won't let you play anything for
 now, it just does (incomplete) parsing.

20 years ago configure.ac : added needed linking flags for BeOS/Zeta
Eric Petit [Sun, 3 Aug 2003 13:49:37 +0000 (13:49 +0000)]
 configure.ac : added needed linking flags for BeOS/Zeta
 Makefile.am : cleaned make packages-beos

20 years ago * rtsp: mmmh, close the socket.
Laurent Aimar [Sun, 3 Aug 2003 12:04:28 +0000 (12:04 +0000)]
 * rtsp: mmmh, close the socket.

20 years ago rtsp: connect to an RTSP server, issue a DESCRIBE command and return
Laurent Aimar [Sun, 3 Aug 2003 02:00:00 +0000 (02:00 +0000)]
 rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
parser/demuxer, but it is on the way.

 The idea is to have a generic  SDP demuxer that will work with SDP from
file, http or rtsp.

20 years ago* modules/access/http.c
Benjamin Pracht [Sat, 2 Aug 2003 19:30:35 +0000 (19:30 +0000)]
* modules/access/http.c
      - Didn't  take into consideration  a little change of  behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.

20 years ago * ninput : a little developer documentation.
Laurent Aimar [Sat, 2 Aug 2003 19:16:04 +0000 (19:16 +0000)]
 * ninput : a little developer documentation.

20 years ago * all: some helpers functions for pf_demux_control.
Laurent Aimar [Sat, 2 Aug 2003 16:43:59 +0000 (16:43 +0000)]
 * all: some helpers functions for pf_demux_control.

20 years ago * all: added a pf_demux_control member to input_thread_t. It is currently
Laurent Aimar [Sat, 2 Aug 2003 15:22:07 +0000 (15:22 +0000)]
 * all: added a pf_demux_control member to input_thread_t. It is currently
 unused.

20 years ago* ALL: bumped version number to 0.6.2-cvs
Gildas Bazin [Sat, 2 Aug 2003 14:06:23 +0000 (14:06 +0000)]
* ALL: bumped version number to 0.6.2-cvs
* modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.

20 years ago * ps: clean up and dvd subtitles support.
Laurent Aimar [Sat, 2 Aug 2003 01:33:53 +0000 (01:33 +0000)]
 * ps: clean up and dvd subtitles support.

20 years ago* modules/mux/mp4.c: support for mov muxing + cleanup.
Gildas Bazin [Fri, 1 Aug 2003 20:06:43 +0000 (20:06 +0000)]
* modules/mux/mp4.c: support for mov muxing + cleanup.
* modules/codec/quicktime.c: small cleanup.

20 years ago * udp: clean up.
Laurent Aimar [Fri, 1 Aug 2003 19:38:48 +0000 (19:38 +0000)]
 * udp: clean up.

20 years ago ts: large rewrite of the TS muxer to produce better TS and support DVD
Laurent Aimar [Fri, 1 Aug 2003 19:38:25 +0000 (19:38 +0000)]
 ts: large rewrite of the TS muxer to produce better TS and support DVD
     subtitle.
     I have added some options:
        - bmin : minimum bitrate (bits/s) of the TS. Padding is added in
        case of insuffisant bitrate. (default: disabled).
        - bmax : maximum bitrate (bit/s) of the TS. It just drops packets
        to achieve the target. (default: disabled)
        - pcr : minimum delay between two pcr equal to dts of the video
        stream (default 100ms)
        - pcr-soft : minimum delay between two pcr interpolated from the
        pcr that are equal to dts. (default: none)
 Remarks:
  - bmin/bmax allow to create CBR stream.
  - Bitrate is calculated on a PCR time.
  - PCR delay cannot be less than length of a frame of the PCR stream.
  - PCR soft is used to help when using big PCR delay. It is usefull to
  produce stream with smoother bitrate variation.
  - Big PCR delay introduce more latency.

 TODO:
  Test stability, bugs ...

20 years ago * ts.c: arggg, bad copy/past.
Laurent Aimar [Fri, 1 Aug 2003 18:49:51 +0000 (18:49 +0000)]
 * ts.c: arggg, bad copy/past.

20 years ago * stream_output.c: fixed a segfault when muxer isn't specified.
Laurent Aimar [Fri, 1 Aug 2003 18:42:56 +0000 (18:42 +0000)]
 * stream_output.c: fixed a segfault when muxer isn't specified.

20 years ago * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
Laurent Aimar [Fri, 1 Aug 2003 18:02:06 +0000 (18:02 +0000)]
 * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
       converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t

20 years ago * index.html,style.css : remove built-in css file. added link to info.html.
Laurent Aimar [Fri, 1 Aug 2003 17:38:14 +0000 (17:38 +0000)]
 * index.html,style.css : remove built-in css file. added link to info.html.

20 years ago * http: added mime type for .css file.
Laurent Aimar [Fri, 1 Aug 2003 17:30:33 +0000 (17:30 +0000)]
 * http: added mime type for .css file.

20 years ago * info: commit the good file...
Laurent Aimar [Fri, 1 Aug 2003 17:21:34 +0000 (17:21 +0000)]
 * info: commit the good file...

20 years ago * modules/access/http.c:
Sam Hocevar [Fri, 1 Aug 2003 09:45:34 +0000 (09:45 +0000)]
  * modules/access/http.c:
    + Coding style fixes.
    + Removed a C99-ism.

20 years ago * debian/rules:
Sam Hocevar [Fri, 1 Aug 2003 08:24:53 +0000 (08:24 +0000)]
  * debian/rules:
    + Activated freetype support.
  * debian/control:
    + Added a build-dependency on freetype6-dev.
    + Added a build-dependency on libdvbpsi2-dev.
    + We now recommend gnome-vlc | wxvlc.
    + We now suggest fortune-mod.

20 years ago * wav: forgot this one.
Laurent Aimar [Fri, 1 Aug 2003 00:55:30 +0000 (00:55 +0000)]
 * wav: forgot this one.

20 years ago * configure.ac: audio -> mpga
Laurent Aimar [Fri, 1 Aug 2003 00:40:05 +0000 (00:40 +0000)]
 * configure.ac: audio -> mpga
 * demux/* : function name consistency.

20 years ago * mpga: mp3 demuxer written from scratch using ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:37:06 +0000 (00:37 +0000)]
 * mpga: mp3 demuxer written from scratch using ninput.h

20 years ago * configure.ac: remove old wav and aac directories.
Laurent Aimar [Fri, 1 Aug 2003 00:26:22 +0000 (00:26 +0000)]
 * configure.ac: remove old wav and aac directories.

20 years ago * wav: remove old wav demuxer.
Laurent Aimar [Fri, 1 Aug 2003 00:18:51 +0000 (00:18 +0000)]
 * wav: remove old wav demuxer.

20 years ago * aac/* remove old aac demuxer.
Laurent Aimar [Fri, 1 Aug 2003 00:18:11 +0000 (00:18 +0000)]
 * aac/* remove old aac demuxer.

20 years ago * Modules.am : added aac.c and wav.c
Laurent Aimar [Fri, 1 Aug 2003 00:16:37 +0000 (00:16 +0000)]
 * Modules.am : added aac.c and wav.c
 * asf/asf.c: better check for invalid header.

20 years ago * wav.c : big clean up and use ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:09:37 +0000 (00:09 +0000)]
 * wav.c : big clean up and use ninput.h

20 years ago * aac.c : big clean up and use ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:08:35 +0000 (00:08 +0000)]
 * aac.c : big clean up and use ninput.h

20 years ago au.c : cleaned up and use ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:05:57 +0000 (00:05 +0000)]
 au.c : cleaned up and use ninput.h

20 years ago* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually...
Gildas Bazin [Fri, 1 Aug 2003 00:05:07 +0000 (00:05 +0000)]
* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams.
* modules/access/dvb/qpsk.c: gettext reserves the use of _("").
* modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)

20 years ago a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
Laurent Aimar [Fri, 1 Aug 2003 00:04:28 +0000 (00:04 +0000)]
 a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
 to play such file.

20 years ago * modules.c : include ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:00:50 +0000 (00:00 +0000)]
 * modules.c : include ninput.h

20 years ago * vlc_common.h: include stdarg.h by default. Required by ninput.h
Laurent Aimar [Fri, 1 Aug 2003 00:00:12 +0000 (00:00 +0000)]
 * vlc_common.h: include stdarg.h by default. Required by ninput.h
 *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
 demuxers and do a nice (?) API.
 * stream.c: implement basic streams  manipulation. It is just a wrapper
 but it is useful.
 * all: added a i_ttl field in network_socket_t to allow per connection ttl
setting (in fact only used by access_out/udp.c.

20 years ago * all: added a i_ttl field in network_socket_t to allow per connection ttl
Laurent Aimar [Thu, 31 Jul 2003 23:44:49 +0000 (23:44 +0000)]
 * all: added a i_ttl field in network_socket_t to allow per connection ttl
setting (in fact only used by access_out/udp.c.

20 years agoFixed a memory leak (thanks Andy Lindsay !).
Christophe Massiot [Thu, 31 Jul 2003 23:14:32 +0000 (23:14 +0000)]
Fixed a memory leak (thanks Andy Lindsay !).

20 years ago* src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use...
Gildas Bazin [Thu, 31 Jul 2003 21:46:37 +0000 (21:46 +0000)]
* src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li).
* modules/control/http.c: allow directories of the form "x:\" on win32.

20 years ago* modules/access/http.c :
Benjamin Pracht [Thu, 31 Jul 2003 21:18:59 +0000 (21:18 +0000)]
* modules/access/http.c :
- using new var_Create/var_Get method to get parametters.

20 years ago* Make vlc compiling !
Renaud Dartus [Thu, 31 Jul 2003 20:47:09 +0000 (20:47 +0000)]
* Make vlc compiling !

20 years ago * stream_output: * some clean and fixed a little memory leak.
Laurent Aimar [Thu, 31 Jul 2003 19:24:10 +0000 (19:24 +0000)]
 * stream_output: * some clean and fixed a little memory leak.
                  * give to access and muxers options. Now you can use:
--sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
not used.

20 years ago * stream_output: * added some #define for private flags.
Laurent Aimar [Thu, 31 Jul 2003 19:14:59 +0000 (19:14 +0000)]
 * stream_output: * added some #define for private flags.
                  * now muxer and access_out also receive options like
                  stream_out.

20 years ago* modules/access_out/http.c
Benjamin Pracht [Thu, 31 Jul 2003 19:10:14 +0000 (19:10 +0000)]
* modules/access_out/http.c
       - httpd.c has support for Basic Authentification, so use it !
         --sout-http-user user --sout-http-pwd password

20 years ago * copy.c: Added DVD subtitle support. I still need to commit the TS
Laurent Aimar [Thu, 31 Jul 2003 19:02:23 +0000 (19:02 +0000)]
 * copy.c: Added DVD subtitle support. I still need to commit the TS
muxer.

20 years ago* Add support for basic authentification in http access.
Benjamin Pracht [Thu, 31 Jul 2003 18:25:12 +0000 (18:25 +0000)]
* Add support for basic authentification in http access.

use :

--http-user user --http-pwd password

or

http://user:password@server/path (2nd parameter overrides the first)

20 years agomodules/misc/freetype.c:
Sigmund Augdal Helberg [Thu, 31 Jul 2003 17:03:46 +0000 (17:03 +0000)]
modules/misc/freetype.c:
  - calculate and store size information for each line independently.
  - misc other fixes

20 years agoUpdated LIST of modules and configuration options for building.
Jean-Paul Saman [Thu, 31 Jul 2003 15:31:58 +0000 (15:31 +0000)]
Updated LIST of modules and configuration options for building.

20 years agoAdding DVB module to support satellite, cable and terestrial DVB streaming. The statu...
Jean-Paul Saman [Thu, 31 Jul 2003 15:30:51 +0000 (15:30 +0000)]
Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).

20 years ago * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
Sam Hocevar [Thu, 31 Jul 2003 13:06:07 +0000 (13:06 +0000)]
  * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
  * po/: Re-ran toolbox --update-po.

20 years ago * Added and fixed .cvsignore files.
Sam Hocevar [Thu, 31 Jul 2003 12:08:58 +0000 (12:08 +0000)]
  * Added and fixed .cvsignore files.

20 years ago * Makefile.am: Really put po before ., not . after everything else. Fixed the
Sam Hocevar [Thu, 31 Jul 2003 11:02:01 +0000 (11:02 +0000)]
  * Makefile.am: Really put po before ., not . after everything else. Fixed the
    Mozilla plugin build while preserving the fix for VLC.app.

20 years ago* modules/control/joystick.c
Clément Stenac [Thu, 31 Jul 2003 08:18:30 +0000 (08:18 +0000)]
* modules/control/joystick.c
* Allow the user to remap the actions.
* Improved the strings (please check)
* Prevent 0 seconds seeks

* share/http/*.html
* partial HTML validation fixes
* Improved the look

* src/stream_output/announce.c
* minor fixes (thanks sam)

20 years ago* modules/control/http.c: on win32 we store the html interface in "http" not "share...
Gildas Bazin [Wed, 30 Jul 2003 21:09:06 +0000 (21:09 +0000)]
* modules/control/http.c: on win32 we store the html interface in "http" not "share/http".
* src/input/input_programs.c: check for "" descriptions in AddES().

20 years agoUpdating design of PDA Gtk2 interface
Jean-Paul Saman [Wed, 30 Jul 2003 12:21:05 +0000 (12:21 +0000)]
Updating design of PDA Gtk2 interface

20 years agoUpdating design of PDA Gtk2 interface.
Jean-Paul Saman [Wed, 30 Jul 2003 12:20:49 +0000 (12:20 +0000)]
Updating design of PDA Gtk2 interface.

20 years ago * transcode:
Laurent Aimar [Wed, 30 Jul 2003 02:00:58 +0000 (02:00 +0000)]
 * transcode:
    - added new HQ mode (recent ffmpeg only). hq now accept "simple",
      "bits" and "rd" as paramters.
    - automaticaly try stereo mode encoding when failed with more
      than 2 channels. (eg a52 -> mpga)

20 years ago* ChangeLog: update.
Gildas Bazin [Tue, 29 Jul 2003 23:55:06 +0000 (23:55 +0000)]
* ChangeLog: update.

20 years ago* configure.ac: added the svlc shortcut for the skins.
Gildas Bazin [Tue, 29 Jul 2003 23:50:39 +0000 (23:50 +0000)]
* configure.ac: added the svlc shortcut for the skins.
* install-win32: removed the custom link in the start menu.

20 years ago* ChangeLog: updated the changelog for the release
Gildas Bazin [Tue, 29 Jul 2003 23:01:52 +0000 (23:01 +0000)]
* ChangeLog: updated the changelog for the release

20 years ago* modules/codec/spudec/parse.c: fixed typo found by Meuuh.
Gildas Bazin [Tue, 29 Jul 2003 22:25:40 +0000 (22:25 +0000)]
* modules/codec/spudec/parse.c: fixed typo found by Meuuh.