]> git.sesse.net Git - vlc/log
vlc
20 years ago* src/misc/configuration.c, include/configuration.h: added a change_action_add()metho...
Gildas Bazin [Thu, 29 Jan 2004 17:04:01 +0000 (17:04 +0000)]
* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
* modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
* modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.

20 years ago * au: ported to demux2 API.
Laurent Aimar [Thu, 29 Jan 2004 15:11:17 +0000 (15:11 +0000)]
 * au: ported to demux2 API.

20 years ago * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
Laurent Aimar [Thu, 29 Jan 2004 15:10:17 +0000 (15:10 +0000)]
 * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)

20 years agoinclude/vlc_common.h:
Sigmund Augdal Helberg [Thu, 29 Jan 2004 14:39:08 +0000 (14:39 +0000)]
include/vlc_common.h:
 * defined a CPU_CAPABILITY_SSE2
src/libvlc.(c|h):
 * implemented --see2/--no-sse2

20 years agorender.c: RV24 blending
Rocky Bernstein [Thu, 29 Jan 2004 11:50:22 +0000 (11:50 +0000)]
render.c: RV24 blending
all: more code cleanup and perhaps slightly better bigendian handling though
     more common routines/includes.

20 years agoTransparancy for more chromas more complete.
Rocky Bernstein [Thu, 29 Jan 2004 04:04:21 +0000 (04:04 +0000)]
Transparancy for more chromas more complete.

20 years ago macosx/vout* :
Eric Petit [Thu, 29 Jan 2004 02:01:49 +0000 (02:01 +0000)]
 macosx/vout* :
   + Unkludged a lot the way the OpenGL output was working until now
   + Optimized here and here. Please test!

20 years ago + macosx/vout* : cosmetic
Eric Petit [Wed, 28 Jan 2004 21:31:15 +0000 (21:31 +0000)]
 + macosx/vout* : cosmetic

20 years ago* configure.ac: proper checks for all the skins2 dependancies.
Gildas Bazin [Wed, 28 Jan 2004 20:53:21 +0000 (20:53 +0000)]
* configure.ac: proper checks for all the skins2 dependancies.

20 years ago* modules/access/dshow/*: bug fixes.
Gildas Bazin [Wed, 28 Jan 2004 16:46:52 +0000 (16:46 +0000)]
* modules/access/dshow/*: bug fixes.

20 years ago* modules/gui/skins2/win32/win32_graphics.cpp: small fix.
Gildas Bazin [Wed, 28 Jan 2004 15:51:16 +0000 (15:51 +0000)]
* modules/gui/skins2/win32/win32_graphics.cpp: small fix.

20 years agoDo not enable skins2 on macosx and beos.
Benjamin Pracht [Wed, 28 Jan 2004 15:25:53 +0000 (15:25 +0000)]
Do not enable skins2 on macosx and beos.

Hope I haven't broken anything...

20 years ago macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
Eric Petit [Wed, 28 Jan 2004 14:36:53 +0000 (14:36 +0000)]
 macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
   the monitor (fixed flickering effect)

20 years ago * aiff: another demuxer.
Laurent Aimar [Wed, 28 Jan 2004 12:25:37 +0000 (12:25 +0000)]
 * aiff: another demuxer.

20 years ago* Thou shall initialize thou subtitles.
Derk-Jan Hartman [Tue, 27 Jan 2004 23:09:25 +0000 (23:09 +0000)]
* Thou shall initialize thou subtitles.

20 years ago* modules/demux/util/sub.?
Derk-Jan Hartman [Tue, 27 Jan 2004 22:51:39 +0000 (22:51 +0000)]
* modules/demux/util/sub.?
  Vobsub is working now. only track 0 will be played atm.
  spudec scaling will need to be implemented or vobsub is pretty useless.
* modules/codec/spudec
  Changed an error into a warning message.

20 years agoFixes a little bug introduced by string review on localized VLC
Benjamin Pracht [Tue, 27 Jan 2004 22:19:04 +0000 (22:19 +0000)]
Fixes a little bug introduced by string review on localized VLC

20 years ago* configure.ac: don't link with msimg32 directly has it isn't available on Win9x...
Gildas Bazin [Tue, 27 Jan 2004 21:12:42 +0000 (21:12 +0000)]
* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
* modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.

20 years ago* modules/codec/dts.c: bug-fix for s/pdif support.
Gildas Bazin [Tue, 27 Jan 2004 19:14:07 +0000 (19:14 +0000)]
* modules/codec/dts.c: bug-fix for s/pdif support.

20 years ago* modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available...
Gildas Bazin [Tue, 27 Jan 2004 17:01:51 +0000 (17:01 +0000)]
* modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
   Parent window created outside the screen so it isn't visible.

Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.

20 years ago* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be...
Gildas Bazin [Tue, 27 Jan 2004 14:05:33 +0000 (14:05 +0000)]
* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
* src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().

20 years ago * sub: removed unused variable.
Laurent Aimar [Tue, 27 Jan 2004 13:10:29 +0000 (13:10 +0000)]
 * sub: removed unused variable.

20 years ago * sub: clean/fix. it begins to work.
Laurent Aimar [Tue, 27 Jan 2004 12:46:46 +0000 (12:46 +0000)]
 * sub: clean/fix. it begins to work.

20 years ago * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
Laurent Aimar [Tue, 27 Jan 2004 12:22:41 +0000 (12:22 +0000)]
 * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
 reading packet).

20 years ago macosx/vout.m: fixed OpenGL aspect ratio
Eric Petit [Tue, 27 Jan 2004 12:11:48 +0000 (12:11 +0000)]
 macosx/vout.m: fixed OpenGL aspect ratio

20 years ago* modules/demux/util/*: fixed segfault with new vobsub code.
Gildas Bazin [Tue, 27 Jan 2004 11:57:05 +0000 (11:57 +0000)]
* modules/demux/util/*: fixed segfault with new vobsub code.

20 years ago* VobSub demuxing. Almost working i think, but the ps parsing isn't going to well...
Derk-Jan Hartman [Tue, 27 Jan 2004 07:05:10 +0000 (07:05 +0000)]
* VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
  fen, anymore tips? :)
  There seems to be some trouble with bufferoverflows atm and
  spudec doesn't like the data it is being fed:

  [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701

20 years agoFirst of the bigendian fixes. Bug in YUY had U and V values in blending
Rocky Bernstein [Tue, 27 Jan 2004 03:45:17 +0000 (03:45 +0000)]
First of the bigendian fixes. Bug in YUY had U and V values in blending
swapped.

20 years ago i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
Eric Petit [Tue, 27 Jan 2004 03:22:03 +0000 (03:22 +0000)]
 i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)

20 years agoLink with -lm when needed - 2nd try.
Rocky Bernstein [Tue, 27 Jan 2004 01:57:29 +0000 (01:57 +0000)]
Link with -lm when needed - 2nd try.

20 years ago* Fix autodetection bug with file:///
Derk-Jan Hartman [Mon, 26 Jan 2004 23:37:05 +0000 (23:37 +0000)]
* Fix autodetection bug with file:///

20 years ago * playlist: fix for input options.
Laurent Aimar [Mon, 26 Jan 2004 23:30:18 +0000 (23:30 +0000)]
 * playlist: fix for input options.

20 years ago * all: input_CreateThread doesn't take a playlist_item_t anymore.
Laurent Aimar [Mon, 26 Jan 2004 23:07:16 +0000 (23:07 +0000)]
 * all: input_CreateThread doesn't take a playlist_item_t anymore.
        export input_CreateThread/input_StopThread/input_DestroyThread.

20 years ago* Remove crud
Derk-Jan Hartman [Mon, 26 Jan 2004 22:42:50 +0000 (22:42 +0000)]
* Remove crud

20 years ago* Remove crud
Derk-Jan Hartman [Mon, 26 Jan 2004 22:32:51 +0000 (22:32 +0000)]
* Remove crud

20 years ago* modules/gui/wxwindows/*: adapted to the new playlist api.
Gildas Bazin [Mon, 26 Jan 2004 22:10:20 +0000 (22:10 +0000)]
* modules/gui/wxwindows/*: adapted to the new playlist api.
   "Add MRL" in the playlist dialog now only appends the new item to the playlist.

20 years ago* String review
Derk-Jan Hartman [Mon, 26 Jan 2004 21:37:58 +0000 (21:37 +0000)]
* String review

20 years ago * playlist: compilation fix.
Laurent Aimar [Mon, 26 Jan 2004 20:48:51 +0000 (20:48 +0000)]
 * playlist: compilation fix.

20 years ago * all: make stream_t using function pointers (needed to have multiple
Laurent Aimar [Mon, 26 Jan 2004 20:48:10 +0000 (20:48 +0000)]
 * all: make stream_t using function pointers (needed to have multiple
 implementations, not yet used).

20 years ago* src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
Gildas Bazin [Mon, 26 Jan 2004 20:26:54 +0000 (20:26 +0000)]
* src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.

20 years ago* modules/demux/util/*: a bit of cleanup.
Gildas Bazin [Mon, 26 Jan 2004 20:02:15 +0000 (20:02 +0000)]
* modules/demux/util/*: a bit of cleanup.

20 years ago gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
Eric Petit [Mon, 26 Jan 2004 20:00:33 +0000 (20:00 +0000)]
 gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)

20 years ago Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
Eric Petit [Mon, 26 Jan 2004 19:51:33 +0000 (19:51 +0000)]
 Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).

20 years ago* src/input/subtitles.c: more sanity checks.
Gildas Bazin [Mon, 26 Jan 2004 19:20:10 +0000 (19:20 +0000)]
* src/input/subtitles.c: more sanity checks.

20 years ago* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping...
Gildas Bazin [Mon, 26 Jan 2004 18:57:18 +0000 (18:57 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.

20 years agomodules/visualization/visual/visual.c: strings review.
Gildas Bazin [Mon, 26 Jan 2004 18:45:45 +0000 (18:45 +0000)]
modules/visualization/visual/visual.c: strings review.

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.