]> git.sesse.net Git - vlc/log
vlc
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.

20 years agono v4l tab for win32
Mohammed Adnène Trojette [Fri, 22 Aug 2003 14:03:40 +0000 (14:03 +0000)]
no v4l tab for win32

20 years ago* A vflip should flip on the vertical axis and not on the horizontal of course.
Derk-Jan Hartman [Fri, 22 Aug 2003 13:38:03 +0000 (13:38 +0000)]
* A vflip should flip on the vertical axis and not on the horizontal of course.

20 years ago* interface.cpp: fixed a stack corruption which caused a segfault in the
Cyril Deguet [Fri, 22 Aug 2003 08:06:25 +0000 (08:06 +0000)]
* interface.cpp: fixed a stack corruption which caused a segfault in the
  wxwindows plugin (in UpdateAcceleratorTable, the table
  wxAcceleratorEntry entries[6] was filled with _seven_ values ;-)
  I guess it didn't happen with all compilers because of the way
  variables are stored on the stack)
* wxwindows.h: removed a warning

20 years ago* Updated Brazilian translation
Derk-Jan Hartman [Thu, 21 Aug 2003 20:29:29 +0000 (20:29 +0000)]
* Updated Brazilian translation

20 years ago* Removed the xmga plugin since it was quote "a waste of time and not even finished"
Derk-Jan Hartman [Thu, 21 Aug 2003 16:59:35 +0000 (16:59 +0000)]
* Removed the xmga plugin since it was quote "a waste of time and not even finished"
* Decreased the priority of kde interface because of it's unstable nature
  and not being maintained status.

20 years ago* fixed an internal error with stupid gcc2.95
Cyril Deguet [Wed, 20 Aug 2003 21:59:01 +0000 (21:59 +0000)]
* fixed an internal error with stupid gcc2.95

20 years ago- anti-spam
Boris Dorès [Wed, 20 Aug 2003 19:36:28 +0000 (19:36 +0000)]
- anti-spam

20 years ago* Bitrate options for PVR
Mohammed Adnène Trojette [Wed, 20 Aug 2003 19:17:29 +0000 (19:17 +0000)]
* Bitrate options for PVR
* fix for win32 compilation

20 years ago * had accidentally deleted the first line of vout.m
Simon Latapie [Wed, 20 Aug 2003 16:22:27 +0000 (16:22 +0000)]
 * had accidentally deleted the first line of vout.m

20 years ago * mozilla plugin on MacOSX : scrollbar clipping problem fix
Simon Latapie [Wed, 20 Aug 2003 13:08:10 +0000 (13:08 +0000)]
 * mozilla plugin on MacOSX : scrollbar clipping problem fix

20 years ago * forgot an -I
Simon Latapie [Wed, 20 Aug 2003 09:58:28 +0000 (09:58 +0000)]
 * forgot an -I

20 years ago * stream: less warnings.
Laurent Aimar [Wed, 20 Aug 2003 01:18:50 +0000 (01:18 +0000)]
 * stream: less warnings.

20 years ago * avi: fixed playback of others brokens stream.
Laurent Aimar [Wed, 20 Aug 2003 01:10:54 +0000 (01:10 +0000)]
 * avi: fixed playback of others brokens stream.
 Remember: each time something could be wrong then, with avi, it will be.
 I hate avi.

20 years agoOooooooops !
Mohammed Adnène Trojette [Tue, 19 Aug 2003 22:28:24 +0000 (22:28 +0000)]
Oooooooops !

20 years agoSLP Announce :)
Mohammed Adnène Trojette [Tue, 19 Aug 2003 21:54:07 +0000 (21:54 +0000)]
SLP Announce :)

20 years ago* src/audio_output/input.c: forgot to free something
Clément Stenac [Tue, 19 Aug 2003 21:20:00 +0000 (21:20 +0000)]
* src/audio_output/input.c: forgot to free something

* modules/visualisation/visual/* :
visualization system. It supports multi-effects.
At the moment:
-dummy (guess what ? it does nothing)
-scope (adapted and fixed from sam's one)
-random (displays random plots)
Todo:
- spectrum analyser
- movement effects (rotations, scrolls,...)
- blur effect ?

20 years agoVideo4Linux / PVR / KFIR unified panel
Mohammed Adnène Trojette [Tue, 19 Aug 2003 21:16:09 +0000 (21:16 +0000)]
Video4Linux / PVR / KFIR unified panel