]> git.sesse.net Git - vlc/log
vlc
20 years ago * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
Laurent Aimar [Sun, 7 Sep 2003 22:48:29 +0000 (22:48 +0000)]
 * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
 is a generic handler)
 * avi, mp4 : begin to implement a specific pf_demux_control.

20 years ago * ninput.h : change control parameters.
Laurent Aimar [Sun, 7 Sep 2003 22:45:16 +0000 (22:45 +0000)]
 * ninput.h : change control parameters.
 * variables : changed time variables to signed long long type (I hope
 it is always more than 64 bits)
 * input.h : include ninput.h

20 years ago * libvlc: removed some unused options.
Laurent Aimar [Sun, 7 Sep 2003 22:43:17 +0000 (22:43 +0000)]
 * libvlc: removed some unused options.
           added sout-keep option to keep sout instance across playlist
           items (usefull with 'gather' stream_out)
 * stream_output : implement the sout-keep mode.
 * playlist, video_output, stream_output: vout and sout are now reattached
 to playlist instead of being destroyed. There are automatically destroy
 if unused byt the new input (200 ms after access and demuxer have finished
 their inittialisation step.)

20 years ago * gather: try to gather stream with similar properties (eg mp3), wait for
Laurent Aimar [Sun, 7 Sep 2003 20:12:44 +0000 (20:12 +0000)]
 * gather: try to  gather stream with similar properties (eg mp3), wait for
 next commits to be usable.

20 years ago * file: added an append option. (The default is to overwrite the file)
Laurent Aimar [Sun, 7 Sep 2003 20:08:31 +0000 (20:08 +0000)]
 * file: added an append option. (The default is to overwrite the file)

20 years ago* new event VLC_NET to open the network dialog ( "net" keyword in the
Cyril Deguet [Fri, 5 Sep 2003 15:55:30 +0000 (15:55 +0000)]
* new event VLC_NET to open the network dialog ( "net" keyword in the
 xml file)

20 years ago * debian/control:
Sam Hocevar [Fri, 5 Sep 2003 00:36:10 +0000 (00:36 +0000)]
  * debian/control:
    + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
      versions were broken on platforms where PIC/non-PIC cannot be mixed in
      objects (Closes Debian bug #208383).
    + Set policy to 3.6.1.0.

20 years ago * qdsk.c : fix a typo
Benjamin Pracht [Wed, 3 Sep 2003 11:28:32 +0000 (11:28 +0000)]
* qdsk.c : fix a typo
* access.c :
- new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
- "program" is still untested (anybody with a DVB card to try it ?)
- old syntax should still work, with a warning.

20 years ago* modules/codec/libmpeg2.c: fixed segfault on exit.
Gildas Bazin [Wed, 3 Sep 2003 10:23:17 +0000 (10:23 +0000)]
* modules/codec/libmpeg2.c: fixed segfault on exit.

20 years agoAdded descriptions
Clément Stenac [Wed, 3 Sep 2003 10:00:23 +0000 (10:00 +0000)]
Added descriptions
Fixed multiple effects enabling

20 years ago* modules/codec/theora.c: oops, introduced a bug in pts calculation.
Gildas Bazin [Tue, 2 Sep 2003 22:36:55 +0000 (22:36 +0000)]
* modules/codec/theora.c: oops, introduced a bug in pts calculation.

20 years agouse the configuration system, that is what it is there for
Sigmund Augdal Helberg [Tue, 2 Sep 2003 22:06:51 +0000 (22:06 +0000)]
use the configuration system, that is what it is there for

20 years ago* ALL: Introduction of a new api for decoders.
Gildas Bazin [Tue, 2 Sep 2003 20:19:26 +0000 (20:19 +0000)]
* ALL: Introduction of a new api for decoders.
   The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
   Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.

   Don't hold your breath, there is still much work to do before we reach this goal.

* modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
   Converted to the new api.
   Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
   New dts and theora packetizers (merged in their respective decoders).

20 years ago* src/audio_output/input.c: don't try to play sound if the input pipeline couldn...
Gildas Bazin [Tue, 2 Sep 2003 18:06:45 +0000 (18:06 +0000)]
* src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.

20 years ago* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only...
Gildas Bazin [Tue, 2 Sep 2003 16:00:24 +0000 (16:00 +0000)]
* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.

20 years ago * debian/rules:
Sam Hocevar [Tue, 2 Sep 2003 13:44:23 +0000 (13:44 +0000)]
  * debian/rules:
    + Disabled familiar plugin.
  * debian/changelog:
    + Updated for 0.6.2 packages.

20 years ago * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
Sam Hocevar [Tue, 2 Sep 2003 13:42:43 +0000 (13:42 +0000)]
  * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.

20 years ago* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
Gildas Bazin [Mon, 1 Sep 2003 18:30:01 +0000 (18:30 +0000)]
* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.

20 years agoSmall error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct...
Jean-Paul Saman [Mon, 1 Sep 2003 10:18:56 +0000 (10:18 +0000)]
Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.

20 years ago* modules/access/dshow/*: always try to get the video in I420 chroma if supported.
Gildas Bazin [Sun, 31 Aug 2003 22:06:17 +0000 (22:06 +0000)]
* modules/access/dshow/*: always try to get the video in I420 chroma if supported.
   Implemented a ":size=" and ":chroma=" option.

20 years agoMaybe fixes the crash (can't be sure, as it works on my computer)
Clément Stenac [Sun, 31 Aug 2003 16:01:14 +0000 (16:01 +0000)]
Maybe fixes the crash (can't be sure, as it works on my computer)

20 years ago configure.ac: fixed zeta check
Eric Petit [Sun, 31 Aug 2003 15:55:56 +0000 (15:55 +0000)]
 configure.ac: fixed zeta check

20 years ago* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
Gildas Bazin [Sat, 30 Aug 2003 16:34:12 +0000 (16:34 +0000)]
* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)

20 years ago* include/vlc_config.h: removed unused config stuff.
Gildas Bazin [Sat, 30 Aug 2003 13:59:15 +0000 (13:59 +0000)]
* include/vlc_config.h: removed unused config stuff.
* include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.

20 years ago* modules/access/v4l/v4l.c: fixed uninitialized variable.
Gildas Bazin [Sat, 30 Aug 2003 11:59:44 +0000 (11:59 +0000)]
* modules/access/v4l/v4l.c: fixed uninitialized variable.
* modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.

20 years ago * libavi.c: fixed a dead loop when data are missing.
Laurent Aimar [Sat, 30 Aug 2003 02:03:44 +0000 (02:03 +0000)]
 * libavi.c: fixed a dead loop when data are missing.

20 years ago * all: removed old encoding way.
Laurent Aimar [Fri, 29 Aug 2003 19:50:13 +0000 (19:50 +0000)]
 * all: removed old encoding way.

20 years ago * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
Laurent Aimar [Fri, 29 Aug 2003 19:49:33 +0000 (19:49 +0000)]
 * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
  meta data to your file. (use asf{title="my title"} for example)
 * standard: do not trash access/mux arguments when fixing.

20 years ago * v4l: removed encoder.h include.
Laurent Aimar [Fri, 29 Aug 2003 18:58:49 +0000 (18:58 +0000)]
 * v4l: removed encoder.h include.

20 years ago * all: fix some gcc warnings and removed all u8/u16/u32.
Laurent Aimar [Fri, 29 Aug 2003 18:58:05 +0000 (18:58 +0000)]
 * all: fix some gcc warnings and removed all u8/u16/u32.

20 years ago* effects.c :
Clément Stenac [Fri, 29 Aug 2003 16:56:43 +0000 (16:56 +0000)]
* effects.c :
  - added a spectrum analyser
  options are:
-nb :  number of bands , 20 or 80 (80 is default)
-separ : how many blank pixels between bands (1 default)
-amp : vertical amplification ( 3 default)
-peaks: draw peaks ? (default 1)

  - improved options parsing

* fft.c, fft.h :
FFT code mainly taken from XMMS (adapted coding style)

* visual.c:
Sanity checks (users aren't stupid, are they ? )

* LIST: updated the list

20 years ago * asf: added stream infos object and fix a bug in packetization.
Laurent Aimar [Fri, 29 Aug 2003 01:11:43 +0000 (01:11 +0000)]
 * asf: added stream infos object and fix a bug in packetization.
 -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)

20 years ago* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option...
Gildas Bazin [Thu, 28 Aug 2003 21:11:55 +0000 (21:11 +0000)]
* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
* modules/video_output/x11/xcommon.c: small cosmetic change.
* modules/access/v4l/v4l.c: clean-up (removed old references to encoders).

20 years ago * standard :
Laurent Aimar [Thu, 28 Aug 2003 21:02:14 +0000 (21:02 +0000)]
 * standard :
 - when muxer or access or both are missing try to do a guess (based on the
 other one or the extention).
 - if both are still missing -> abort.
 - it forces asfh when using mmsh
 - it issues a error message with non working couple (like udp/avi, ...)
 (but it doesn't fail)

20 years ago* Makefile.am: zip files have a .zip extension ;)
Gildas Bazin [Thu, 28 Aug 2003 19:26:29 +0000 (19:26 +0000)]
* Makefile.am: zip files have a .zip extension ;)

20 years ago* Makefile.am: grrr, should have tested my last commit ;)
Gildas Bazin [Thu, 28 Aug 2003 18:44:51 +0000 (18:44 +0000)]
* Makefile.am: grrr, should have tested my last commit ;)

20 years ago* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package...
Gildas Bazin [Thu, 28 Aug 2003 17:46:34 +0000 (17:46 +0000)]
* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.

20 years ago * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
Sam Hocevar [Thu, 28 Aug 2003 17:19:42 +0000 (17:19 +0000)]
  * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
  gprof. If you still want to profile pthread applications using gprof please
  see http://sam.zoy.org/writings/programming/gprof.html and also consider
  using oprofile if you are using ia32.

20 years ago* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx...
Gildas Bazin [Thu, 28 Aug 2003 15:59:04 +0000 (15:59 +0000)]
* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
* modules/gui/wxwindows/*: updated the stream output dialog.

20 years ago* modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
Gildas Bazin [Wed, 27 Aug 2003 12:59:11 +0000 (12:59 +0000)]
* modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.

20 years agomodules/misc/freetype.c:
Sigmund Augdal Helberg [Wed, 27 Aug 2003 12:24:52 +0000 (12:24 +0000)]
modules/misc/freetype.c:
 * Cleaned up the outline code. It may even be faster now
 * Removed some nasty debug messages
modules/codec/subsdec/subsdec.c:
 * Removed a nasty debug message

20 years ago* modules/gui/wxwindows/*: small clean-up in included headers.
Gildas Bazin [Wed, 27 Aug 2003 11:53:26 +0000 (11:53 +0000)]
* modules/gui/wxwindows/*: small clean-up in included headers.
   Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).

20 years agoUpdating a new PDA interface design.
Jean-Paul Saman [Wed, 27 Aug 2003 11:04:37 +0000 (11:04 +0000)]
Updating a new PDA interface design.

20 years ago * oups (forgot to erase a test line)
Simon Latapie [Wed, 27 Aug 2003 08:44:28 +0000 (08:44 +0000)]
 * oups (forgot to erase a test line)

20 years ago* configure.ac, modules/mux/Modules.am: enable the asf muxer.
Gildas Bazin [Wed, 27 Aug 2003 08:27:52 +0000 (08:27 +0000)]
* configure.ac, modules/mux/Modules.am: enable the asf muxer.

20 years ago* modules/access/dshow/*: handle upside down pictures (a bit hacky though).
Gildas Bazin [Wed, 27 Aug 2003 07:31:26 +0000 (07:31 +0000)]
* modules/access/dshow/*: handle upside down pictures (a bit hacky though).

20 years ago * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
Simon Latapie [Wed, 27 Aug 2003 07:21:07 +0000 (07:21 +0000)]
 * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
 * in /usr/local/lib/vlc for modules )

20 years ago * asf: fix waveformatex header for mp3 audio.
Laurent Aimar [Tue, 26 Aug 2003 23:14:11 +0000 (23:14 +0000)]
 * asf: fix waveformatex header for mp3 audio.

20 years ago * mpegaudio: set i_bitrate field. (won't work with vbr)
Laurent Aimar [Tue, 26 Aug 2003 23:12:37 +0000 (23:12 +0000)]
 * mpegaudio: set i_bitrate field. (won't work with vbr)

20 years ago* modules/demux/util/sub.c: fixed the subtitle autodetection.
Derk-Jan Hartman [Tue, 26 Aug 2003 19:43:51 +0000 (19:43 +0000)]
* modules/demux/util/sub.c: fixed the subtitle autodetection.
* modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.

20 years ago* modules/access/dshow/*: bug fixes.
Gildas Bazin [Tue, 26 Aug 2003 19:14:10 +0000 (19:14 +0000)]
* modules/access/dshow/*: bug fixes.

20 years ago * mkv : use stream_*
Laurent Aimar [Tue, 26 Aug 2003 18:11:02 +0000 (18:11 +0000)]
 * mkv : use stream_*

20 years ago * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
Laurent Aimar [Tue, 26 Aug 2003 18:01:16 +0000 (18:01 +0000)]
 * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
 (mpeg2 encoding has been added to vlc)

20 years ago * ts: clean my last commit for SPU. Btw, report any regression.
Laurent Aimar [Tue, 26 Aug 2003 01:04:29 +0000 (01:04 +0000)]
 * ts: clean my last commit for SPU. Btw, report any regression.

20 years ago * ts: try to fix too much packets dropping with v4l.
Laurent Aimar [Tue, 26 Aug 2003 00:52:38 +0000 (00:52 +0000)]
 * ts: try to fix too much packets dropping with v4l.

20 years ago * mmsh: a little clean, and fixed 1/2 potential segfaults.
Laurent Aimar [Tue, 26 Aug 2003 00:51:19 +0000 (00:51 +0000)]
 * mmsh: a little clean, and fixed 1/2 potential segfaults.

20 years ago * httpd: more mmsh stuff.
Laurent Aimar [Tue, 26 Aug 2003 00:40:27 +0000 (00:40 +0000)]
 * httpd: more mmsh stuff.

20 years ago asf: fixed some headers errors.
Laurent Aimar [Mon, 25 Aug 2003 23:39:20 +0000 (23:39 +0000)]
 asf: fixed some headers errors.

20 years ago * asf : fix display time.
Laurent Aimar [Mon, 25 Aug 2003 23:36:16 +0000 (23:36 +0000)]
 * asf : fix display time.

20 years ago* modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
Gildas Bazin [Mon, 25 Aug 2003 22:57:40 +0000 (22:57 +0000)]
* modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
   If not specified, then the default devices are used.
   (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo")

20 years ago* modules/access/dshow/*: audio is now supported as well.
Gildas Bazin [Mon, 25 Aug 2003 21:45:04 +0000 (21:45 +0000)]
* modules/access/dshow/*: audio is now supported as well.

20 years ago * mkv: handle Language name.
Laurent Aimar [Mon, 25 Aug 2003 20:47:41 +0000 (20:47 +0000)]
 * mkv: handle Language name.
        preliminary support for SSA.

20 years ago * put the beautiful "no picture" black screen.
Simon Latapie [Mon, 25 Aug 2003 14:51:49 +0000 (14:51 +0000)]
 * put the beautiful "no picture" black screen.

20 years ago * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
Laurent Aimar [Mon, 25 Aug 2003 01:33:25 +0000 (01:33 +0000)]
 * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
 tested with vlc/mplayer.

20 years ago * httpd: when using "video/x-ms-asf-stream" we add special headers needed
Laurent Aimar [Mon, 25 Aug 2003 01:32:26 +0000 (01:32 +0000)]
 * httpd: when using "video/x-ms-asf-stream" we add special headers needed
 for mmsh protocol.

20 years ago * asf: added an alias "asfh" : it creates special stream to allow using
Laurent Aimar [Mon, 25 Aug 2003 01:31:25 +0000 (01:31 +0000)]
 * asf: added an alias "asfh" : it creates special stream to allow using
http output as mmsh server (see next commits).

20 years ago* modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to...
Gildas Bazin [Sun, 24 Aug 2003 23:22:02 +0000 (23:22 +0000)]
* modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case.

20 years ago * asf: more stuff (bitrate and time).
Laurent Aimar [Sun, 24 Aug 2003 22:20:43 +0000 (22:20 +0000)]
 * asf: more stuff (bitrate and time).

20 years ago* NEWS: keeping track of the new features.
Gildas Bazin [Sun, 24 Aug 2003 17:24:33 +0000 (17:24 +0000)]
* NEWS: keeping track of the new features.

20 years ago* changed debug strings to diff between unsupported RTP payload and non-rtp packet
Derk-Jan Hartman [Sun, 24 Aug 2003 16:59:35 +0000 (16:59 +0000)]
* changed debug strings to diff between unsupported RTP payload and non-rtp packet
  see bug 1136

20 years ago * asf : asf muxer, not well tested yet.
Laurent Aimar [Sun, 24 Aug 2003 16:38:38 +0000 (16:38 +0000)]
 * asf : asf muxer, not well tested yet.

20 years ago * http: added wma/wmv mime type.
Laurent Aimar [Sun, 24 Aug 2003 16:24:52 +0000 (16:24 +0000)]
 * http: added wma/wmv mime type.

20 years ago * asf: detect dump of broadcasted asf stream.
Laurent Aimar [Sun, 24 Aug 2003 15:05:27 +0000 (15:05 +0000)]
 * asf: detect dump of broadcasted asf stream.

20 years ago modules/demux/util/sub.c : compile fix
Eric Petit [Sun, 24 Aug 2003 14:43:07 +0000 (14:43 +0000)]
 modules/demux/util/sub.c : compile fix

20 years ago* configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
Gildas Bazin [Sun, 24 Aug 2003 11:17:39 +0000 (11:17 +0000)]
* configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
   Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.

20 years ago* Large update to the ebuild.
Derk-Jan Hartman [Sun, 24 Aug 2003 08:12:01 +0000 (08:12 +0000)]
* Large update to the ebuild.
  - reordered several parts
  - made it as close to the gentoo ebuild as possible.
  - fixed several changes/additions since 0.6.1

20 years ago * sub.c : fixed a warning.
Laurent Aimar [Sun, 24 Aug 2003 00:36:38 +0000 (00:36 +0000)]
 * sub.c : fixed a warning.

20 years ago* backwards compatibilty with older faad2 lib
Derk-Jan Hartman [Sun, 24 Aug 2003 00:34:13 +0000 (00:34 +0000)]
* backwards compatibilty with older faad2 lib

20 years ago * Makefile.am:
Loïc Minier [Sun, 24 Aug 2003 00:29:03 +0000 (00:29 +0000)]
  * Makefile.am:
    . cleanups, use of top_builddir where possible, just to feel safer
    . fixed VLC.app inclusion of AUTHORS, COPYING etc.
    . propagated previous changes to package-osx
    . checked both build methods

20 years ago * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
Laurent Aimar [Sat, 23 Aug 2003 22:49:50 +0000 (22:49 +0000)]
 * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
special goom tree source as I was unable to use standard goom library.
(I will provide it once mmx/ppc included)
 * modules/visualization/Modules.am: added goom
 * include/vlc_block.h src/misc/block.c: introduce a new data block
 api (not yet tested, ported from my local new input work).

20 years ago * charset: compilation fix.
Laurent Aimar [Sat, 23 Aug 2003 22:19:07 +0000 (22:19 +0000)]
 * charset: compilation fix.

20 years ago* modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
Derk-Jan Hartman [Sat, 23 Aug 2003 22:02:45 +0000 (22:02 +0000)]
* modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
  that don't have a . char in their name. Also fixed a problem where the
  code was trying to open a empty string subtitle after autodetect couldn't
  find a suitable filename.

20 years ago * was wrongly deleting the extras/ dir
Loïc Minier [Sat, 23 Aug 2003 21:21:32 +0000 (21:21 +0000)]
  * was wrongly deleting the extras/ dir

20 years ago* modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
Derk-Jan Hartman [Sat, 23 Aug 2003 19:20:29 +0000 (19:20 +0000)]
* modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
  make it easier for users to find their charset now.
* modules/demux/util/sub.?: try to find filename.subext based on filename.avi
  Very basic now, but might be become more advanced in the feature. (that's
  why it's so much code )

20 years ago * goom: visual effects using goom. (Not yet enabled)
Laurent Aimar [Sat, 23 Aug 2003 17:23:45 +0000 (17:23 +0000)]
 * goom: visual effects using goom. (Not yet enabled)

20 years ago * faad: fix SBR handling.
Laurent Aimar [Sat, 23 Aug 2003 16:15:47 +0000 (16:15 +0000)]
 * faad: fix SBR handling.

20 years ago * Makefile.am: slight changes of the VLC.app target to generate it in
Loïc Minier [Sat, 23 Aug 2003 15:35:51 +0000 (15:35 +0000)]
  * Makefile.am: slight changes of the VLC.app target to generate it in
                 $(top_builddir) instead of $(srcdir)

20 years ago * input: fixed buffer overflow, add sanity check and big big clean up.
Laurent Aimar [Sat, 23 Aug 2003 14:51:30 +0000 (14:51 +0000)]
 * input: fixed buffer overflow, add sanity check and big big clean up.
(for the user filter part).
 For now, when a user filter can't be inserted it is just ignored. (before
the whole audio chain failed).

20 years ago * src/misc/configuration.c: fix a couple of signed/unsigned warns
Loïc Minier [Sat, 23 Aug 2003 14:38:50 +0000 (14:38 +0000)]
  * src/misc/configuration.c: fix a couple of signed/unsigned warns

20 years ago * missing top static declaration was giving a warning
Loïc Minier [Sat, 23 Aug 2003 14:26:34 +0000 (14:26 +0000)]
  * missing top static declaration was giving a warning

20 years ago * ninput: fix a warning. (bad functions order)
Laurent Aimar [Sat, 23 Aug 2003 14:15:27 +0000 (14:15 +0000)]
 * ninput: fix a warning. (bad functions order)

20 years ago* sorry :)
Derk-Jan Hartman [Sat, 23 Aug 2003 14:14:01 +0000 (14:14 +0000)]
* sorry :)
  fix broken tree

20 years ago* added a vlc_current_charset function. This tries to get the current charset
Derk-Jan Hartman [Sat, 23 Aug 2003 12:59:31 +0000 (12:59 +0000)]
* added a vlc_current_charset function. This tries to get the current charset
  in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
  it falls back to trying setlocale (exept on OSX, where this funtion is useless)
  and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
  If only the LANG variable is available (like on osx) it tries a countrycode
  to charset mapping (making an educated guess ).
  On windows it retrieves the charset with GetACP().
  It also has an aliases system to transform incompatible charset description
  strings to libiconv compatible charset descriptions. If you want you can even
  retrieve the charset on OS/2.
* modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
  the systems charset (or language mapped to charset). It's no more than a guess,
  and if you open Latin1 subs on your Japanese system you will still need to
  specify the encoding by hand, but it's better then nothing.
* src/playlist/playlist.c: spelling error in a comment.

20 years ago * added missing .cvsignore
Loïc Minier [Sat, 23 Aug 2003 12:53:54 +0000 (12:53 +0000)]
  * added missing .cvsignore

20 years ago * very light typo
Loïc Minier [Sat, 23 Aug 2003 12:47:24 +0000 (12:47 +0000)]
  * very light typo

20 years ago * avi : fixed a lock problem.
Laurent Aimar [Sat, 23 Aug 2003 11:46:06 +0000 (11:46 +0000)]
 * avi : fixed a lock problem.

20 years ago *all : multi-pass clean up/cosmetics.
Laurent Aimar [Fri, 22 Aug 2003 22:52:48 +0000 (22:52 +0000)]
 *all : multi-pass clean up/cosmetics.

20 years ago * all: use stream_Seek/Size/Tell wrappers.
Laurent Aimar [Fri, 22 Aug 2003 20:32:27 +0000 (20:32 +0000)]
 * all: use stream_Seek/Size/Tell wrappers.

20 years ago * avi: use stream_*, some clean and reordering.
Laurent Aimar [Fri, 22 Aug 2003 20:31:47 +0000 (20:31 +0000)]
 * avi: use stream_*, some clean and reordering.

20 years ago * ninput: added wrappers to stream_Control.
Laurent Aimar [Fri, 22 Aug 2003 20:29:58 +0000 (20:29 +0000)]
 * ninput: added wrappers to stream_Control.