]> git.sesse.net Git - vlc/log
vlc
20 years ago All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
Eric Petit [Mon, 26 Jan 2004 18:30:37 +0000 (18:30 +0000)]
 All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
 to give it a try (QT is the default method).
  + Known issues: no fullscreen yet, memory leaks, ugly code, ...
  + Known goodies: it's a few % faster than QT here (playing a DVD). If
      experienced OpenGL and Altivec programmers could have a look and
      give some advice, I guess the performance increase might become
      noticeable.

20 years ago* modules/mux/mp4.c: fixed recent screw-up in movie duration.
Gildas Bazin [Mon, 26 Jan 2004 18:30:01 +0000 (18:30 +0000)]
* modules/mux/mp4.c: fixed recent screw-up in movie duration.

20 years ago* modules/access/dshow/*: implemented a few more things.
Gildas Bazin [Mon, 26 Jan 2004 18:24:17 +0000 (18:24 +0000)]
* modules/access/dshow/*: implemented a few more things.

20 years ago * drms: bugfixes in sci handling, GetiPodID darwin support.
Jon Lech Johansen [Mon, 26 Jan 2004 17:15:40 +0000 (17:15 +0000)]
  * drms: bugfixes in sci handling, GetiPodID darwin support.

20 years ago + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
Eric Petit [Mon, 26 Jan 2004 16:54:56 +0000 (16:54 +0000)]
 + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
   yet as Quicktime handles i420 pictures, but it will be when I've
   cleaned the OpenGL output I'm working on (to be commited soon).

20 years agoStrings review
Clément Stenac [Mon, 26 Jan 2004 16:52:31 +0000 (16:52 +0000)]
Strings review

Do "50%","100%", ... need translation ?

They are currently translated, I did not touch this

20 years agoString review
Clément Stenac [Mon, 26 Jan 2004 16:45:03 +0000 (16:45 +0000)]
String review

20 years ago * mmsh: msg_Err -> msg_Dbg.
Laurent Aimar [Mon, 26 Jan 2004 16:30:34 +0000 (16:30 +0000)]
 * mmsh: msg_Err -> msg_Dbg.

20 years ago* compilation fixes
Derk-Jan Hartman [Mon, 26 Jan 2004 14:47:39 +0000 (14:47 +0000)]
* compilation fixes

20 years ago* configure.ac: fixed typo.
Gildas Bazin [Mon, 26 Jan 2004 10:35:28 +0000 (10:35 +0000)]
* configure.ac: fixed typo.

20 years ago * configure.ac:
Sam Hocevar [Mon, 26 Jan 2004 10:32:33 +0000 (10:32 +0000)]
  * configure.ac:
    + Bail out if libavcodec.a wasn't built with --enable-pp.

20 years agoadd -lm on more plugins that require it. libvcdinfo version number is
Rocky Bernstein [Mon, 26 Jan 2004 04:51:09 +0000 (04:51 +0000)]
add -lm on more plugins that require it. libvcdinfo version number is
now 0.7.20 not 0.7.20-cdio.

20 years ago* all: save the theme configuration at exit (theme path and
Cyril Deguet [Sun, 25 Jan 2004 23:04:06 +0000 (23:04 +0000)]
* all: save the theme configuration at exit (theme path and
  position/visibilty of the windows)
* parser/xmlparser.cpp: fixed a segfault when the file cannot be opened

20 years agoFix if iconv not installed.
Rocky Bernstein [Sun, 25 Jan 2004 22:16:51 +0000 (22:16 +0000)]
Fix if iconv not installed.

20 years agoinclude limits.h for PATH_MAX. Solaris fix.
Rocky Bernstein [Sun, 25 Jan 2004 22:16:26 +0000 (22:16 +0000)]
include limits.h for PATH_MAX. Solaris fix.

20 years ago* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
Gildas Bazin [Sun, 25 Jan 2004 21:39:37 +0000 (21:39 +0000)]
* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
* modules/codec/ffmpeg/*: support for palettized codecs.

20 years ago* src/generic_window.cpp: don't raise the windows on a mouse up event
Cyril Deguet [Sun, 25 Jan 2004 21:38:57 +0000 (21:38 +0000)]
* src/generic_window.cpp: don't raise the windows on a mouse up event

20 years agoTest for libcdio only once. Make disable-libcddb work (typo in test variable).
Rocky Bernstein [Sun, 25 Jan 2004 21:03:16 +0000 (21:03 +0000)]
Test for libcdio only once. Make disable-libcddb work (typo in test variable).

20 years ago* ALL: removed useless add_category_hint().
Gildas Bazin [Sun, 25 Jan 2004 20:40:59 +0000 (20:40 +0000)]
* ALL: removed useless add_category_hint().

20 years ago* Stringreview !!!
Derk-Jan Hartman [Sun, 25 Jan 2004 20:05:29 +0000 (20:05 +0000)]
* Stringreview !!!

20 years ago* Removing old useless files
Derk-Jan Hartman [Sun, 25 Jan 2004 19:54:53 +0000 (19:54 +0000)]
* Removing old useless files

20 years agocvd.c: default duration scaling is smaller which seems more correct.
Rocky Bernstein [Sun, 25 Jan 2004 19:27:09 +0000 (19:27 +0000)]
cvd.c: default duration scaling is smaller which seems more correct.

string review: Merge/canonicalize debug string messages.

20 years agoadded a 0 accidentally
Benjamin Pracht [Sun, 25 Jan 2004 19:10:09 +0000 (19:10 +0000)]
added a 0 accidentally

20 years ago* ALL: removed a bunch of unused add_category_hint().
Gildas Bazin [Sun, 25 Jan 2004 18:53:07 +0000 (18:53 +0000)]
* ALL: removed a bunch of unused add_category_hint().

20 years ago* x11/x11_display.cpp: only 8 bpp mode was working...
Cyril Deguet [Sun, 25 Jan 2004 18:46:37 +0000 (18:46 +0000)]
* x11/x11_display.cpp: only 8 bpp mode was working...

20 years ago* all: support of 8 bpp mode for X11 skins. Like in the vout it uses
Cyril Deguet [Sun, 25 Jan 2004 18:41:08 +0000 (18:41 +0000)]
* all: support of 8 bpp mode for X11 skins. Like in the vout it uses
 its own colormap, but I don't like that at all...

20 years ago* modules/gui/gtk/preferences.c: don't rely on module definitions having an add_categ...
Gildas Bazin [Sun, 25 Jan 2004 18:34:55 +0000 (18:34 +0000)]
* modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().

20 years agostring review
Benjamin Pracht [Sun, 25 Jan 2004 18:20:12 +0000 (18:20 +0000)]
string review

still some  printfs in dvbsub.c. Would  need to spend some  time reading
the code to remove them.

20 years ago* modules/gui/wxwindows/interface.cpp: removed unused strings.
Gildas Bazin [Sun, 25 Jan 2004 18:18:50 +0000 (18:18 +0000)]
* modules/gui/wxwindows/interface.cpp: removed unused strings.

20 years ago* Strings review in include/
Clément Stenac [Sun, 25 Jan 2004 18:17:08 +0000 (18:17 +0000)]
* Strings review in include/
* Removed trailing spaces

20 years agoreverting a whole bunch of stupid changes,
Carlo Calabrò [Sun, 25 Jan 2004 17:58:30 +0000 (17:58 +0000)]
reverting a whole bunch of stupid changes,
sorry :)

20 years ago* mozilla/vlcshell.cpp: don't translate debug messages.
Gildas Bazin [Sun, 25 Jan 2004 17:52:17 +0000 (17:52 +0000)]
* mozilla/vlcshell.cpp: don't translate debug messages.
* modules/misc/logger/logger.c: compilation fix.

20 years agoString review, round three in advance :)
Carlo Calabrò [Sun, 25 Jan 2004 17:41:30 +0000 (17:41 +0000)]
String review, round three in advance :)
If you've got spare stuff to review, I'm free.
(FK, are you reviewing the KDE intf or shall I do it?)

20 years agostring review, round two: the audio output modules
Carlo Calabrò [Sun, 25 Jan 2004 17:32:29 +0000 (17:32 +0000)]
string review, round two: the audio output modules
(but as I'm too tired and it's apero time, round three
will follow later on in the night)

20 years ago* modules/access/*: strings review + coding style fixes.
Gildas Bazin [Sun, 25 Jan 2004 17:31:22 +0000 (17:31 +0000)]
* modules/access/*: strings review + coding style fixes.

20 years agostring review by Christophe Mutricy aka xtophe
Felix Paul Kühne [Sun, 25 Jan 2004 17:20:19 +0000 (17:20 +0000)]
string review by Christophe Mutricy aka xtophe

20 years ago* String review, round one
Clément Stenac [Sun, 25 Jan 2004 17:16:06 +0000 (17:16 +0000)]
* String review, round one
* A few coding style fixes
* Doxygenized a few functions

20 years agoString Review round one, Mac OS X interface.
Carlo Calabrò [Sun, 25 Jan 2004 17:01:57 +0000 (17:01 +0000)]
String Review round one, Mac OS X interface.

20 years ago* string review.
Anil Daoud [Sun, 25 Jan 2004 16:17:04 +0000 (16:17 +0000)]
* string review.

20 years agomodules/video_filter/logo.c:
Sigmund Augdal Helberg [Sun, 25 Jan 2004 15:55:37 +0000 (15:55 +0000)]
modules/video_filter/logo.c:
 * correctly name the config options( logo-foo not logo_foo )

20 years agostring review
Felix Paul Kühne [Sun, 25 Jan 2004 15:42:57 +0000 (15:42 +0000)]
string review

20 years agoString review.
Rocky Bernstein [Sun, 25 Jan 2004 14:42:18 +0000 (14:42 +0000)]
String review.

20 years agostring review.
Rocky Bernstein [Sun, 25 Jan 2004 14:42:05 +0000 (14:42 +0000)]
string review.

20 years ago* modules/stream_out/*: coding style changes + strings review.
Gildas Bazin [Sun, 25 Jan 2004 14:34:25 +0000 (14:34 +0000)]
* modules/stream_out/*: coding style changes + strings review.

20 years agoMore clarification of the LID/PSD/PBC thing especially with respect
Rocky Bernstein [Sun, 25 Jan 2004 14:18:40 +0000 (14:18 +0000)]
More clarification of the LID/PSD/PBC thing especially with respect
to vlc's plugin. A couple of typographical mistakes corrected.

20 years ago* string review
Felix Paul Kühne [Sun, 25 Jan 2004 14:15:21 +0000 (14:15 +0000)]
* string review

20 years ago* all: fixed segfaults when initialization fails
Cyril Deguet [Sun, 25 Jan 2004 13:59:33 +0000 (13:59 +0000)]
* all: fixed segfaults when initialization fails

20 years agoFirst round of stringreview
Clément Stenac [Sun, 25 Jan 2004 13:50:33 +0000 (13:50 +0000)]
First round of stringreview

20 years ago* Stringreview
Felix Paul Kühne [Sun, 25 Jan 2004 13:37:12 +0000 (13:37 +0000)]
* Stringreview

20 years ago* modules/mux/mp4.c: spec compliance fix.
Gildas Bazin [Sun, 25 Jan 2004 13:29:04 +0000 (13:29 +0000)]
* modules/mux/mp4.c: spec compliance fix.

20 years ago* src/libvlc.c: another couple of changes to the --help output.
Gildas Bazin [Sun, 25 Jan 2004 11:48:17 +0000 (11:48 +0000)]
* src/libvlc.c: another couple of changes to the --help output.

20 years ago* all: replaced the flex parser by the libxml one
Cyril Deguet [Sun, 25 Jan 2004 11:44:19 +0000 (11:44 +0000)]
* all: replaced the flex parser by the libxml one
* src/window_manager.cpp: improved the raise window algorithm
* src/tooltip.cpp: fixed a segfault after changing a theme

20 years ago* src/libvlc.c: improved --help output.
Gildas Bazin [Sun, 25 Jan 2004 11:32:32 +0000 (11:32 +0000)]
* src/libvlc.c: improved --help output.

20 years ago* modules/video_filter/logo.c: compilation fixes.
Gildas Bazin [Sun, 25 Jan 2004 10:17:19 +0000 (10:17 +0000)]
* modules/video_filter/logo.c: compilation fixes.

20 years ago"Playback control LID" is too long. Shorten to "Playback LID"
Rocky Bernstein [Sun, 25 Jan 2004 08:01:13 +0000 (08:01 +0000)]
"Playback control LID" is too long. Shorten to "Playback LID"

20 years agostring review.
Rocky Bernstein [Sun, 25 Jan 2004 07:48:04 +0000 (07:48 +0000)]
string review.

20 years agoAllow PBC selection. Had been temporarily disabled. Perhaps this is
Rocky Bernstein [Sun, 25 Jan 2004 04:53:16 +0000 (04:53 +0000)]
Allow PBC selection. Had been temporarily disabled. Perhaps this is
what DJ was referring to?

20 years ago* string review
Derk-Jan Hartman [Sun, 25 Jan 2004 03:29:02 +0000 (03:29 +0000)]
* string review

20 years ago* stringreview
Derk-Jan Hartman [Sun, 25 Jan 2004 03:28:41 +0000 (03:28 +0000)]
* stringreview

20 years ago* adjust uses variables
Derk-Jan Hartman [Sun, 25 Jan 2004 03:28:32 +0000 (03:28 +0000)]
* adjust uses variables

20 years ago - csa.* : CSA scrambling implementation.
Laurent Aimar [Sun, 25 Jan 2004 02:26:04 +0000 (02:26 +0000)]
 - csa.* : CSA scrambling implementation.
 - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
 (fixed key).

20 years ago* extras/contrib/src/ dvdnav packages
Derk-Jan Hartman [Sat, 24 Jan 2004 21:06:52 +0000 (21:06 +0000)]
* extras/contrib/src/ dvdnav packages
* REST: stringreview round 1

20 years ago * vlc_common: changed TAB_APPEND. I have to do this because the old way
Laurent Aimar [Sat, 24 Jan 2004 20:40:46 +0000 (20:40 +0000)]
 * vlc_common: changed TAB_APPEND. I have to do this because the old way
 seems to make bogus code (but I'm not sure).

20 years ago* configure.ac: added --with-xml2-config-path=PATH option.
Gildas Bazin [Sat, 24 Jan 2004 15:18:29 +0000 (15:18 +0000)]
* configure.ac: added --with-xml2-config-path=PATH option.

20 years ago* parser/xmlparser.cpp: added DTD validation
Cyril Deguet [Sat, 24 Jan 2004 14:25:16 +0000 (14:25 +0000)]
* parser/xmlparser.cpp: added DTD validation

20 years ago* configure.ac: check xml2-config for skins2
Cyril Deguet [Sat, 24 Jan 2004 13:08:12 +0000 (13:08 +0000)]
* configure.ac: check xml2-config for skins2
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
  right order to avoid invalid reads in the destructor
* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
  on the text reader API of libxml2

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for...
Gildas Bazin [Sat, 24 Jan 2004 12:30:32 +0000 (12:30 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.

20 years ago* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
Gildas Bazin [Sat, 24 Jan 2004 11:56:16 +0000 (11:56 +0000)]
* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
   Size optimization for the generation of the stsc table.
   Some more clean-up.

20 years agoDoc fix.
Rocky Bernstein [Sat, 24 Jan 2004 03:48:29 +0000 (03:48 +0000)]
Doc fix.

20 years ago * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
Laurent Aimar [Sat, 24 Jan 2004 00:47:42 +0000 (00:47 +0000)]
 * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
 they miss the faad decoder without having an obscure segfault.)

20 years agoCompilation bug: can't have preprocessor directives inside a macro.
Rocky Bernstein [Fri, 23 Jan 2004 23:06:25 +0000 (23:06 +0000)]
Compilation bug: can't have preprocessor directives inside a macro.

20 years ago * drms: endian fixes, GetiPodID env var support.
Jon Lech Johansen [Fri, 23 Jan 2004 20:58:52 +0000 (20:58 +0000)]
  * drms: endian fixes, GetiPodID env var support.

20 years ago* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead...
Gildas Bazin [Fri, 23 Jan 2004 17:56:14 +0000 (17:56 +0000)]
* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
* modules/access_output/file.c: implemented sout_AccessOutRead().
* modules/access_output/udp.c: coding style cleanup.
* modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
   Started some code cleanup.

20 years ago * pva: PVA demuxer.
Laurent Aimar [Fri, 23 Jan 2004 17:42:10 +0000 (17:42 +0000)]
 * pva: PVA demuxer.

20 years ago + deinterlace.c : added an Altivec version of Merge() - makes the
Eric Petit [Fri, 23 Jan 2004 15:36:23 +0000 (15:36 +0000)]
 + deinterlace.c : added an Altivec version of Merge() - makes the
     filter more than 100% faster here (blend mode). Feel free to check
     if I haven't broken anything, first time doing Altivec ;)

20 years agoTime to note completion of SVCD (Philips OGT) and CVD subtitles.
Rocky Bernstein [Fri, 23 Jan 2004 11:54:48 +0000 (11:54 +0000)]
Time to note completion of SVCD (Philips OGT) and CVD subtitles.

20 years agoRV32 added, but not tested. All chromas now handled.
Rocky Bernstein [Fri, 23 Jan 2004 11:03:06 +0000 (11:03 +0000)]
RV32 added, but not tested. All chromas now handled.
More code cleanups.

20 years ago* Doxygen doc fixes
Clément Stenac [Fri, 23 Jan 2004 10:48:08 +0000 (10:48 +0000)]
* Doxygen doc fixes
* Add missing locks
* Duration sort

20 years agoSmall doc changes.
Rocky Bernstein [Fri, 23 Jan 2004 10:19:37 +0000 (10:19 +0000)]
Small doc changes.

20 years agoOmitted option -duration-scaling which caused plugin to stop working.
Rocky Bernstein [Fri, 23 Jan 2004 08:36:48 +0000 (08:36 +0000)]
Omitted option -duration-scaling which caused plugin to stop working.

20 years ago* modules/demux/mp4/mp4.c: don't segfault on reference files.
Gildas Bazin [Fri, 23 Jan 2004 08:07:17 +0000 (08:07 +0000)]
* modules/demux/mp4/mp4.c: don't segfault on reference files.

20 years agoRGB2 scaling is now correct. Need to do the same for RV24 and
Rocky Bernstein [Fri, 23 Jan 2004 03:46:41 +0000 (03:46 +0000)]
RGB2 scaling is now correct. Need to do the same for RV24 and
probably others.

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 20:48:07 +0000 (20:48 +0000)]
modules/demux/mkv.cpp:
 * removed an unused, and unreleased vlc_object_find()
 * added support for flac in mkv

20 years ago* src/playlist/loadsave.c: errno.h related fixes.
Gildas Bazin [Thu, 22 Jan 2004 19:35:14 +0000 (19:35 +0000)]
* src/playlist/loadsave.c: errno.h related fixes.
* modules/demux/Modules.am: added missing ps.h.

20 years ago * mmstu: workaround for low bitrate stream with mmst.
Laurent Aimar [Thu, 22 Jan 2004 18:49:38 +0000 (18:49 +0000)]
 * mmstu: workaround for low bitrate stream with mmst.
 (we don't try anymore to fill our buffer every time).

20 years ago* src/misc/net.c: Compilation fix.
Gildas Bazin [Thu, 22 Jan 2004 17:03:44 +0000 (17:03 +0000)]
* src/misc/net.c: Compilation fix.

20 years agoall: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
Sigmund Augdal Helberg [Thu, 22 Jan 2004 15:00:10 +0000 (15:00 +0000)]
all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 14:27:53 +0000 (14:27 +0000)]
modules/demux/mkv.cpp:
 * comment out parsing of elements that no muxer ever used, and that are
   being removed from the spec. (patch by Mosu in the mkv team)

20 years agoYUY2: Need to check against accessing outside of subpicture.
Rocky Bernstein [Thu, 22 Jan 2004 13:33:39 +0000 (13:33 +0000)]
YUY2: Need to check against accessing outside of subpicture.
RGB2: Use fixed colormap entries black: 0, white: 255, and something
else 0x44.

20 years agoRV24 color-setting fixed. Fullscreen mode doesn't work though.
Rocky Bernstein [Thu, 22 Jan 2004 04:46:19 +0000 (04:46 +0000)]
RV24 color-setting fixed. Fullscreen mode doesn't work though.

RGB2 sorta works, but to do better we need a way to lookup a palette
color in a colormap.

20 years ago * drms: support for getting user key from firewire connected iPod under
Jon Lech Johansen [Thu, 22 Jan 2004 01:20:39 +0000 (01:20 +0000)]
  * drms: support for getting user key from firewire connected iPod under
          GNU/Linux. requires libsysfs (sysfsutils).

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 01:14:50 +0000 (01:14 +0000)]
modules/misc/sap.c:
 * fixed a nasty integer overflow that caused items to be removed right away
   when the timeout value was large.
 * fixed a small mem-leak

20 years ago* what was i thinking
Derk-Jan Hartman [Thu, 22 Jan 2004 00:24:45 +0000 (00:24 +0000)]
* what was i thinking

20 years agomodules/misc/sap:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 00:17:22 +0000 (00:17 +0000)]
modules/misc/sap:
 * fixed some minor bugs

20 years ago * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
Laurent Aimar [Thu, 22 Jan 2004 00:02:18 +0000 (00:02 +0000)]
 * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
 (not well tested)

20 years ago * es_out: Handle --program (not tested) and create program on
Laurent Aimar [Thu, 22 Jan 2004 00:00:34 +0000 (00:00 +0000)]
 * es_out: Handle --program (not tested) and create program on
ES_OUT_SET_GROUP_PCR.
 * net.c: commented out an error message in net_Write.

20 years ago* a 30 secs timeout is way too fast. changed to 1800 which is more realistic
Derk-Jan Hartman [Wed, 21 Jan 2004 22:55:34 +0000 (22:55 +0000)]
* a 30 secs timeout is way too fast. changed to 1800 which is more realistic

20 years ago* newer live.com sources
Derk-Jan Hartman [Wed, 21 Jan 2004 19:21:23 +0000 (19:21 +0000)]
* newer live.com sources

20 years agoAdding updated rules and control file for iPAQ packaging.
Jean-Paul Saman [Wed, 21 Jan 2004 18:59:23 +0000 (18:59 +0000)]
Adding updated rules and control file for iPAQ packaging.

20 years ago* modules/demux/dts.c: support for DTS WAV files.
Gildas Bazin [Wed, 21 Jan 2004 17:56:05 +0000 (17:56 +0000)]
* modules/demux/dts.c: support for DTS WAV files.
* modules/codec/dts.c: support for 14bits little endian DTS bitstreams.