]> git.sesse.net Git - vlc/log
vlc
20 years agoAdd intf-vcd.txt to distribution and installed documentation.
Rocky Bernstein [Mon, 24 Nov 2003 00:23:55 +0000 (00:23 +0000)]
Add intf-vcd.txt to distribution and installed documentation.

20 years ago* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
Gildas Bazin [Mon, 24 Nov 2003 00:01:42 +0000 (00:01 +0000)]
* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
* modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).

20 years agoUse snprintf instead of sprintf
Olivier Teulière [Sun, 23 Nov 2003 22:29:27 +0000 (22:29 +0000)]
Use snprintf instead of sprintf

20 years ago* Compile before you commit was our slogan right?
Derk-Jan Hartman [Sun, 23 Nov 2003 22:18:08 +0000 (22:18 +0000)]
* Compile before you commit was our slogan right?

20 years ago* modules/gui/wxwindows/*: added new codecs for stream output.
Gildas Bazin [Sun, 23 Nov 2003 20:37:04 +0000 (20:37 +0000)]
* modules/gui/wxwindows/*: added new codecs for stream output.
   Added ffmpeg postproc to menus.
* modules/codec/ffmpeg/*: allow switching postproc filters on the fly.

20 years ago * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
Laurent Aimar [Sun, 23 Nov 2003 18:40:09 +0000 (18:40 +0000)]
 * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).

20 years ago- Updated French translation (still a lot of work to do...)
Alexis de Lattre [Sun, 23 Nov 2003 18:31:55 +0000 (18:31 +0000)]
- Updated French translation (still a lot of work to do...)
- Modified some strings in VLC source code
- ran ./toolbox --update-po

20 years agoNext/previous/return navigation bugs - not setting item type.
Rocky Bernstein [Sun, 23 Nov 2003 18:24:38 +0000 (18:24 +0000)]
Next/previous/return navigation bugs - not setting item type.

20 years ago* src/input/input_dec.c: set p_dec->b_error when we can't create the output.
Gildas Bazin [Sun, 23 Nov 2003 18:21:48 +0000 (18:21 +0000)]
* src/input/input_dec.c: set p_dec->b_error when we can't create the output.

20 years ago* modules/control/http.c: cough cough
Gildas Bazin [Sun, 23 Nov 2003 18:16:45 +0000 (18:16 +0000)]
* modules/control/http.c: cough cough

20 years ago* modules/gui/wxwindows/*: small cleanup.
Gildas Bazin [Sun, 23 Nov 2003 17:51:54 +0000 (17:51 +0000)]
* modules/gui/wxwindows/*: small cleanup.

20 years ago* modules/control/http.c: fixed segfault when deleting items and prevent adding empty...
Gildas Bazin [Sun, 23 Nov 2003 17:46:06 +0000 (17:46 +0000)]
* modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.

20 years agoUpdate/correct debug flag documentation.
Rocky Bernstein [Sun, 23 Nov 2003 17:18:00 +0000 (17:18 +0000)]
Update/correct debug flag documentation.

20 years agoSome basic help for the VCD plugin.
Rocky Bernstein [Sun, 23 Nov 2003 17:06:43 +0000 (17:06 +0000)]
Some basic help for the VCD plugin.

20 years ago * index.html: oops (forgot refresh cludge)
Simon Latapie [Sun, 23 Nov 2003 16:27:54 +0000 (16:27 +0000)]
 * index.html: oops (forgot refresh cludge)

20 years ago * src/playlist/item.c : stops the playlist if we delete the currently
Simon Latapie [Sun, 23 Nov 2003 16:24:20 +0000 (16:24 +0000)]
 * src/playlist/item.c : stops the playlist if we delete the currently
   played item
 * doc/intf-http.txt : adding "pl.group"
 * share/http/index.html : little cosmetic change (better according to
   gibalou).

20 years ago* NEWS : added a few missing things
Clément Stenac [Sun, 23 Nov 2003 16:02:56 +0000 (16:02 +0000)]
* NEWS : added a few missing things
* AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records

20 years ago* modules/codec/speex.c: support for speex encoding.
Gildas Bazin [Sun, 23 Nov 2003 15:50:07 +0000 (15:50 +0000)]
* modules/codec/speex.c: support for speex encoding.
* modules/codec/vorbis.c: removed unused code.

20 years agogrmbl again
Christophe Massiot [Sun, 23 Nov 2003 14:49:51 +0000 (14:49 +0000)]
grmbl again

20 years agoAdd configuration options to set default device. For VCD's add
Rocky Bernstein [Sun, 23 Nov 2003 14:34:19 +0000 (14:34 +0000)]
Add configuration options to set default device. For VCD's add
configuration option to specify whether or not to use PBC.

20 years ago* NEWS: updated with new stuff.
Gildas Bazin [Sun, 23 Nov 2003 14:28:15 +0000 (14:28 +0000)]
* NEWS: updated with new stuff.

20 years agoBug fix for *.a libraries.
Christophe Massiot [Sun, 23 Nov 2003 14:00:25 +0000 (14:00 +0000)]
Bug fix for *.a libraries.

20 years ago* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise...
Gildas Bazin [Sun, 23 Nov 2003 13:25:32 +0000 (13:25 +0000)]
* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.

20 years agoFixed bugs.
Christophe Massiot [Sun, 23 Nov 2003 13:23:20 +0000 (13:23 +0000)]
Fixed bugs.

20 years ago* modules/demux/*: some containers don't carry any PTS information, just a DTS. In...
Gildas Bazin [Sun, 23 Nov 2003 13:15:27 +0000 (13:15 +0000)]
* modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0.
* modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.

20 years ago* Fixed bugs in the contrib build system. In particular 'make bin' should
Christophe Massiot [Sun, 23 Nov 2003 13:06:43 +0000 (13:06 +0000)]
* Fixed bugs in the contrib build system. In particular 'make bin' should
  work now.

20 years agoImproved the list (all ports at the end, reworked order)
Clément Stenac [Sun, 23 Nov 2003 11:02:39 +0000 (11:02 +0000)]
Improved the list (all ports at the end, reworked order)

20 years ago * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
Laurent Aimar [Sun, 23 Nov 2003 05:30:56 +0000 (05:30 +0000)]
 * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
 is buggy).

20 years ago * adpcm: bug fixes.
Laurent Aimar [Sun, 23 Nov 2003 04:58:00 +0000 (04:58 +0000)]
 * adpcm: bug fixes.

20 years agoBug in processing numeric entry - passed wrong value.
Rocky Bernstein [Sun, 23 Nov 2003 04:56:08 +0000 (04:56 +0000)]
Bug in processing numeric entry - passed wrong value.

20 years agointf.c, vcdplayer.c: Add code for multi-default selection lists. But
Rocky Bernstein [Sun, 23 Nov 2003 03:58:33 +0000 (03:58 +0000)]
intf.c, vcdplayer.c: Add code for multi-default selection lists. But
this required new libvcdinfo API - so change to configure.ac for
pending new libcdio/vcdimager releases.

Additional libvcdinfo routines also means less VCD twidling inside vlc
code, thus simplifying what is already a bit complicated and likely to
get more so.

20 years ago * all: do not use p_fifo.
Laurent Aimar [Sun, 23 Nov 2003 03:55:01 +0000 (03:55 +0000)]
 * all: do not use p_fifo.

20 years ago * quicktime: removed a define.
Laurent Aimar [Sun, 23 Nov 2003 03:45:11 +0000 (03:45 +0000)]
 * quicktime: removed a define.

20 years ago * quicktime: ported to the new API, fix compilation with w32dll loader.
Laurent Aimar [Sun, 23 Nov 2003 03:41:58 +0000 (03:41 +0000)]
 * quicktime: ported to the new API, fix compilation with w32dll loader.
    -> but untested under OS X and win32.

20 years ago * input_dec.c:
Laurent Aimar [Sun, 23 Nov 2003 03:17:39 +0000 (03:17 +0000)]
 * input_dec.c:
    - also check for p_dec->b_die and b_error.
    - unload module before joining thread (in DecoderThread) otherwise qt
    win32 dll loader will segfault. (but perhaps I'm the only one using it)
        -> find a better solution.

20 years ago * all: only include header that are needed (and no more stdlib.h, string.h
Laurent Aimar [Sat, 22 Nov 2003 23:39:14 +0000 (23:39 +0000)]
 * all: only include header that are needed (and no more stdlib.h, string.h
 as vlc/vlc.h include them).

20 years ago * input_dec: set also p_dec->b_die.
Laurent Aimar [Sat, 22 Nov 2003 20:26:39 +0000 (20:26 +0000)]
 * input_dec: set also p_dec->b_die.

20 years ago * ts: added lpcm and dts stream. (untested)
Laurent Aimar [Sat, 22 Nov 2003 20:25:01 +0000 (20:25 +0000)]
 * ts: added lpcm and dts stream. (untested)

20 years ago * copy: removed the old spu packetizer.
Laurent Aimar [Sat, 22 Nov 2003 20:17:14 +0000 (20:17 +0000)]
 * copy: removed the old spu packetizer.

20 years ago * spudec: it also does the packetizer.
Laurent Aimar [Sat, 22 Nov 2003 20:15:34 +0000 (20:15 +0000)]
 * spudec: it also does the packetizer.

20 years ago * all: ported to new API.
Laurent Aimar [Sat, 22 Nov 2003 19:55:47 +0000 (19:55 +0000)]
 * all: ported to new API.
  -> i_rate isn't used for now : it will need to be fixed.

20 years ago* configure.ac: get rid of the oggpackB_read check in libogg because we don't use...
Gildas Bazin [Sat, 22 Nov 2003 18:11:22 +0000 (18:11 +0000)]
* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.

20 years ago* include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
Gildas Bazin [Sat, 22 Nov 2003 18:04:10 +0000 (18:04 +0000)]
* include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
* modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.

20 years ago * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
Laurent Aimar [Sat, 22 Nov 2003 17:03:57 +0000 (17:03 +0000)]
 * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
 (may be readded later).

 * mpgv.c: new demuxer using the packetizer (allow to stream ES).

20 years ago * mpegvideo: ported to new API (need more clean up).
Laurent Aimar [Sat, 22 Nov 2003 16:53:02 +0000 (16:53 +0000)]
 * mpegvideo: ported to new API (need more clean up).

20 years ago * ts: fixes.
Laurent Aimar [Sat, 22 Nov 2003 16:48:49 +0000 (16:48 +0000)]
 * ts: fixes.

20 years ago * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).
Sam Hocevar [Sat, 22 Nov 2003 16:18:05 +0000 (16:18 +0000)]
  * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).

20 years ago * configure.ac:
Sam Hocevar [Sat, 22 Nov 2003 15:53:18 +0000 (15:53 +0000)]
  * configure.ac:
    + Fixed internal symbols for version numbers containing "+".
    + Added a --enable-caca flag.
  * modules/video_output/caca.c:
    + Updated libcaca video output to the released version.
    + Added --caca-dithering flag (none, dither, random).

20 years ago * avi: more check on b_die (when building index).
Laurent Aimar [Sat, 22 Nov 2003 15:10:38 +0000 (15:10 +0000)]
 * avi: more check on b_die (when building index).

20 years ago* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste...
Gildas Bazin [Sat, 22 Nov 2003 15:06:50 +0000 (15:06 +0000)]
* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).

20 years ago * block: initialise all fields.
Laurent Aimar [Sat, 22 Nov 2003 14:42:47 +0000 (14:42 +0000)]
 * block: initialise all fields.

20 years agovlc_common: Avoid a redefinition of PATH_MAX on cygwin
Olivier Teulière [Sat, 22 Nov 2003 13:56:21 +0000 (13:56 +0000)]
vlc_common: Avoid a redefinition of PATH_MAX on cygwin

20 years ago* modules/stream_out/transcode.c: put back the dumb downmixing routine.
Gildas Bazin [Sat, 22 Nov 2003 13:49:12 +0000 (13:49 +0000)]
* modules/stream_out/transcode.c: put back the dumb downmixing routine.

20 years ago* src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
Gildas Bazin [Sat, 22 Nov 2003 13:19:30 +0000 (13:19 +0000)]
* src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).

20 years ago* src/input/input.c: don't free the ES twice.
Gildas Bazin [Sat, 22 Nov 2003 12:41:32 +0000 (12:41 +0000)]
* src/input/input.c: don't free the ES twice.
* modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support.
* modules/codec/flac.c: couple of fixes.

20 years agosrc/playlist/item.c:
Sigmund Augdal Helberg [Sat, 22 Nov 2003 12:35:17 +0000 (12:35 +0000)]
src/playlist/item.c:
 * fixed a minor memory leak

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Sat, 22 Nov 2003 12:33:04 +0000 (12:33 +0000)]
modules/misc/sap.c:
 * fixed a possible buffer overflow

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Sat, 22 Nov 2003 12:17:08 +0000 (12:17 +0000)]
modules/misc/sap.c:
 * fixed a couple of nasty memleaks

20 years ago modules/gui/macosx/intf.m: don't destroy the playlist when closing the
Eric Petit [Sat, 22 Nov 2003 06:26:16 +0000 (06:26 +0000)]
 modules/gui/macosx/intf.m: don't destroy the playlist when closing the
   interface because this makes crash others interfaces which might be
   still using it (e.g. sap)

20 years ago src/misc/block.c: added a missing vlc_mutex_destroy()
Eric Petit [Sat, 22 Nov 2003 04:02:10 +0000 (04:02 +0000)]
 src/misc/block.c: added a missing vlc_mutex_destroy()

20 years ago + modules/misc/freetype.c: fixed a couple of typos
Eric Petit [Sat, 22 Nov 2003 00:41:07 +0000 (00:41 +0000)]
 + modules/misc/freetype.c: fixed a couple of typos
 + *threads*, src/libvlc.h:
   test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
   for now because Zeta now has a pthread implementation but it's doesn't
   seem to be (enough) POSIX compliant atm.

20 years ago* modules/codec/flac.c: added a FLAC encoder.
Gildas Bazin [Fri, 21 Nov 2003 20:49:14 +0000 (20:49 +0000)]
* modules/codec/flac.c: added a FLAC encoder.
* modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.

20 years ago* modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
Gildas Bazin [Fri, 21 Nov 2003 18:55:40 +0000 (18:55 +0000)]
* modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
   Small cosmetic change to the playlist.

20 years ago * mpga: fixed. (using es_out_Send with PES)
Laurent Aimar [Fri, 21 Nov 2003 16:07:20 +0000 (16:07 +0000)]
 * mpga: fixed. (using es_out_Send with PES)

20 years ago * asf: pes -> block
Laurent Aimar [Fri, 21 Nov 2003 16:02:36 +0000 (16:02 +0000)]
 * asf: pes -> block

20 years ago * avi: use block instead of PES every where.
Laurent Aimar [Fri, 21 Nov 2003 15:51:32 +0000 (15:51 +0000)]
 * avi: use block instead of PES every where.

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.