]> git.sesse.net Git - vlc/log
vlc
16 years agoFix stupid logic
Rémi Denis-Courmont [Wed, 19 Dec 2007 20:42:12 +0000 (20:42 +0000)]
Fix stupid logic

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulati...
Pierre d'Herbemont [Wed, 19 Dec 2007 16:20:44 +0000 (16:20 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulation with Bindings.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Formatting fixes.
Pierre d'Herbemont [Wed, 19 Dec 2007 16:18:07 +0000 (16:18 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Formatting fixes.

16 years agoffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes...
Pierre d'Herbemont [Wed, 19 Dec 2007 16:09:55 +0000 (16:09 +0000)]
ffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes. (flac code moved to flacdsp_mmc.c and new sse2 optimization in flac that uses too much registers).

16 years agocontrol/media_list_view.c: Ignore exception that may happen while unregistering an...
Pierre d'Herbemont [Wed, 19 Dec 2007 15:46:32 +0000 (15:46 +0000)]
control/media_list_view.c: Ignore exception that may happen while unregistering an event, a we may never have register the event.

16 years agoconfigure.ac:
Pierre d'Herbemont [Wed, 19 Dec 2007 15:40:10 +0000 (15:40 +0000)]
configure.ac:
* Activate the opengllayer video output module.
* Rework a bit how Mac OS X Specific modules are handled.
video_output/Modules.am:
* Activate the opengllayer video output module.
* Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.

16 years agomodules/video_output/opengllayer.m: Initial creation of a Mac OS X video output modul...
Pierre d'Herbemont [Wed, 19 Dec 2007 13:55:46 +0000 (13:55 +0000)]
modules/video_output/opengllayer.m: Initial creation of a Mac OS X video output module. Its output is a CAOpenGLLayer. This needs a special video output module as it is not trivial to create an opengl provider module connected to a layer. (the layer request its frames).

16 years agoinclude/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix...
Pierre d'Herbemont [Wed, 19 Dec 2007 13:31:14 +0000 (13:31 +0000)]
include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix compilation with --disable-nls).

16 years agoQt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough...
Jean-Baptiste Kempf [Wed, 19 Dec 2007 07:06:00 +0000 (07:06 +0000)]
Qt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough...

16 years agoQt4 - Preferences, lastfm fix.
Jean-Baptiste Kempf [Wed, 19 Dec 2007 07:02:26 +0000 (07:02 +0000)]
Qt4 - Preferences, lastfm fix.

16 years agoQt4 - Open Capture. Only build what you do have. :D
Jean-Baptiste Kempf [Wed, 19 Dec 2007 06:52:33 +0000 (06:52 +0000)]
Qt4 - Open Capture. Only build what you do have. :D

16 years agoQt4 - FIX compilation when --enable-update-check isn't enabled...
Jean-Baptiste Kempf [Wed, 19 Dec 2007 05:46:26 +0000 (05:46 +0000)]
Qt4 - FIX compilation when --enable-update-check isn't enabled...

16 years agoBetter asprintf error handling
Rémi Duraffort [Wed, 19 Dec 2007 01:43:20 +0000 (01:43 +0000)]
Better asprintf error handling

16 years agoupdate system:
Rafaël Carré [Tue, 18 Dec 2007 23:30:00 +0000 (23:30 +0000)]
update system:
    * don't compare svn revisions, we don't support binaries compiled from svn.
    * compare only the 1st character of the "extra" (the 'd' of "0.8.6d")
    * document the status file format
    * don't use %as GNU extension with sscanf()

16 years agoFix compiler warning about comparison of signed and unsigned integers.
Jean-Paul Saman [Tue, 18 Dec 2007 22:21:28 +0000 (22:21 +0000)]
Fix compiler warning about comparison of signed and unsigned integers.

16 years ago* fix the strings instead of marking them as fuzzy. sorry about the breakage
Felix Paul Kühne [Tue, 18 Dec 2007 20:57:40 +0000 (20:57 +0000)]
* fix the strings instead of marking them as fuzzy. sorry about the breakage

16 years ago_POSIX_CLOCK_SELECTION at 0 does not mean it's not supported.
Rémi Denis-Courmont [Tue, 18 Dec 2007 20:40:46 +0000 (20:40 +0000)]
_POSIX_CLOCK_SELECTION at 0 does not mean it's not supported.

16 years agoDon't create two competing options of the same name
Rémi Denis-Courmont [Tue, 18 Dec 2007 20:38:47 +0000 (20:38 +0000)]
Don't create two competing options of the same name

16 years ago* po/de.po: add some fuzzy stuff..
Dennis van Amerongen [Tue, 18 Dec 2007 20:24:02 +0000 (20:24 +0000)]
* po/de.po: add some fuzzy stuff..

16 years agoGood riddance the helper module
Rémi Denis-Courmont [Tue, 18 Dec 2007 19:25:39 +0000 (19:25 +0000)]
Good riddance the helper module

16 years agoMove options from the help kludge^Wmodule to the main module
Rémi Denis-Courmont [Tue, 18 Dec 2007 19:19:37 +0000 (19:19 +0000)]
Move options from the help kludge^Wmodule to the main module

16 years agoFix for libvlc_config crash (hopefully)
Rémi Denis-Courmont [Tue, 18 Dec 2007 18:56:58 +0000 (18:56 +0000)]
Fix for libvlc_config crash (hopefully)

16 years ago* updated German translation by Philipp Weissenbacher including a couple of more...
Felix Paul Kühne [Tue, 18 Dec 2007 16:38:41 +0000 (16:38 +0000)]
* updated German translation by Philipp Weissenbacher including a couple of more strings translated by myself and various minor fixes here and there. --- we seriously need to work on the correctness of the English strings.. ;)

16 years agoAdd fonctions to the update system : all is in a thread now. The rc interface doesn...
Rémi Duraffort [Tue, 18 Dec 2007 15:51:29 +0000 (15:51 +0000)]
Add fonctions to the update system : all is in a thread now. The rc interface doesn't use the update system for the moment and there isn't any encryption for the moment ...

16 years agoImplement vlc.video.toggleTeletext() JS API method
Jean-Paul Saman [Tue, 18 Dec 2007 09:04:24 +0000 (09:04 +0000)]
Implement vlc.video.toggleTeletext() JS API method

16 years agoContribs: build portaudio on Windows. Close #419
Jean-Baptiste Kempf [Tue, 18 Dec 2007 04:48:32 +0000 (04:48 +0000)]
Contribs: build portaudio on Windows. Close #419

16 years agoQt4 - remember the position on close and open in the same position.
Jean-Baptiste Kempf [Tue, 18 Dec 2007 04:28:14 +0000 (04:28 +0000)]
Qt4 - remember the position on close and open in the same position.
Reference #1374

16 years agoQt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from...
Jean-Baptiste Kempf [Tue, 18 Dec 2007 04:16:29 +0000 (04:16 +0000)]
Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247.

16 years agoRemove unused variable
Rémi Denis-Courmont [Mon, 17 Dec 2007 21:03:26 +0000 (21:03 +0000)]
Remove unused variable

16 years agoForce rebuild due to ABI breakage yet again (should be the last one for plugin entry...
Rémi Denis-Courmont [Mon, 17 Dec 2007 20:54:32 +0000 (20:54 +0000)]
Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config)

16 years agoUse vlc_config_create()
Rémi Denis-Courmont [Mon, 17 Dec 2007 20:53:25 +0000 (20:53 +0000)]
Use vlc_config_create()

16 years agoSave one memory copy and fix the helper module leak
Rémi Denis-Courmont [Mon, 17 Dec 2007 20:27:03 +0000 (20:27 +0000)]
Save one memory copy and fix the helper module leak

16 years agoMemory leaks
Rémi Denis-Courmont [Mon, 17 Dec 2007 19:43:18 +0000 (19:43 +0000)]
Memory leaks

16 years agoAdd support for aliases through vlc_config_set
Rémi Denis-Courmont [Mon, 17 Dec 2007 19:36:58 +0000 (19:36 +0000)]
Add support for aliases through vlc_config_set

16 years agoAdd action through vlc_config_set
Rémi Denis-Courmont [Mon, 17 Dec 2007 19:01:13 +0000 (19:01 +0000)]
Add action through vlc_config_set

16 years agoFix XSPF crash when XML is not available
Rémi Denis-Courmont [Mon, 17 Dec 2007 18:57:56 +0000 (18:57 +0000)]
Fix XSPF crash when XML is not available

16 years ago* mirror pkg-config on ganesh, as their mirror is down most of the time
Felix Paul Kühne [Mon, 17 Dec 2007 16:20:29 +0000 (16:20 +0000)]
* mirror pkg-config on ganesh, as their mirror is down most of the time

16 years agoFix error handling
Rémi Denis-Courmont [Mon, 17 Dec 2007 16:16:53 +0000 (16:16 +0000)]
Fix error handling

16 years ago* fixed a crash when quitting VLC while scrolling the credits in the about window...
Felix Paul Kühne [Mon, 17 Dec 2007 15:40:29 +0000 (15:40 +0000)]
* fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly

16 years agoFix breakage in transcode_audio_new().
Jean-Paul Saman [Mon, 17 Dec 2007 14:38:14 +0000 (14:38 +0000)]
Fix breakage in transcode_audio_new().

16 years agoSame as previous commit. This may be wrong, if it is, revert, don't scream...
Jean-Baptiste Kempf [Mon, 17 Dec 2007 08:55:35 +0000 (08:55 +0000)]
Same as previous commit. This may be wrong, if it is, revert, don't scream...

16 years agoDShow, partial fix due to changes in [23667]
Jean-Baptiste Kempf [Mon, 17 Dec 2007 08:51:15 +0000 (08:51 +0000)]
DShow, partial fix due to changes in [23667]

16 years ago* add support for ATSC modulation types
Benjamin Pracht [Mon, 17 Dec 2007 06:40:11 +0000 (06:40 +0000)]
* add support for ATSC modulation types

16 years agoQt4 - less debug messages.
Jean-Baptiste Kempf [Mon, 17 Dec 2007 00:48:49 +0000 (00:48 +0000)]
Qt4 - less debug messages.

16 years agoQt4 - trailing spaces... Post-commit script ?
Jean-Baptiste Kempf [Mon, 17 Dec 2007 00:46:54 +0000 (00:46 +0000)]
Qt4 - trailing spaces... Post-commit script ?

16 years ago* modules/access/v4l.c and dc1394.c: typo openened -> opened
Dennis van Amerongen [Sun, 16 Dec 2007 23:34:49 +0000 (23:34 +0000)]
* modules/access/v4l.c and dc1394.c: typo openened -> opened

16 years agoQt4 - Don't compile and create the Teletext bar without ZBVI
Jean-Baptiste Kempf [Sun, 16 Dec 2007 22:34:47 +0000 (22:34 +0000)]
Qt4 - Don't compile and create the Teletext bar without ZBVI

16 years agoFix modules loading. Next time you potentialy break all of VLC, please compile and...
Antoine Cellerier [Sun, 16 Dec 2007 22:05:16 +0000 (22:05 +0000)]
Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting.

16 years agoremove excess whitespace
Jean-Paul Saman [Sun, 16 Dec 2007 22:01:06 +0000 (22:01 +0000)]
remove excess whitespace

16 years agoUse correct object for var_GetInteger(p_vbi,vbi-page);
Jean-Paul Saman [Sun, 16 Dec 2007 21:44:47 +0000 (21:44 +0000)]
Use correct object for var_GetInteger(p_vbi,vbi-page);

16 years agoDefine HAVE_LIBAVFORMAT_TREE.
Antoine Cellerier [Sun, 16 Dec 2007 21:27:59 +0000 (21:27 +0000)]
Define HAVE_LIBAVFORMAT_TREE.

16 years agoTypo (free both tabs once, rather than one twice, and the other one never)
Rémi Denis-Courmont [Sun, 16 Dec 2007 21:10:57 +0000 (21:10 +0000)]
Typo (free both tabs once, rather than one twice, and the other one never)
Also some code simplifaction

16 years agoDisable debugging print in zvbi
Jean-Paul Saman [Sun, 16 Dec 2007 21:07:11 +0000 (21:07 +0000)]
Disable debugging print in zvbi

16 years agoFix previous commit
Rémi Denis-Courmont [Sun, 16 Dec 2007 21:03:45 +0000 (21:03 +0000)]
Fix previous commit

16 years agoDon't pretend to have ffmpeg based muxers and demuxers if you don't.
Antoine Cellerier [Sun, 16 Dec 2007 21:02:23 +0000 (21:02 +0000)]
Don't pretend to have ffmpeg based muxers and demuxers if you don't.

16 years agoSmall cleanup
Jean-Paul Saman [Sun, 16 Dec 2007 20:59:46 +0000 (20:59 +0000)]
Small cleanup

16 years agoMove plugin ABI version (MODULE_SYMBOL) out of build system.
Rémi Denis-Courmont [Sun, 16 Dec 2007 20:59:21 +0000 (20:59 +0000)]
Move plugin ABI version (MODULE_SYMBOL) out of build system.

16 years agoDon't misuse p_this->p_libvlc for putting modules variables of zvbi.
Jean-Paul Saman [Sun, 16 Dec 2007 20:58:28 +0000 (20:58 +0000)]
Don't misuse p_this->p_libvlc for putting modules variables of zvbi.

16 years agoChange demux2 capability values so the lua demux2 gets called as a last resort (2...
Antoine Cellerier [Sun, 16 Dec 2007 20:38:14 +0000 (20:38 +0000)]
Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1).

16 years agoQt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing
Jean-Baptiste Kempf [Sun, 16 Dec 2007 20:10:34 +0000 (20:10 +0000)]
Qt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing

16 years agodon't show the teletext buttons yet, it is not ready for primetime.
Jean-Paul Saman [Sun, 16 Dec 2007 19:48:36 +0000 (19:48 +0000)]
don't show the teletext buttons yet, it is not ready for primetime.

16 years agokeep to the style of the file.
Jean-Paul Saman [Sun, 16 Dec 2007 19:47:25 +0000 (19:47 +0000)]
keep to the style of the file.

16 years agoSet default vbi page in interface.
Jean-Paul Saman [Sun, 16 Dec 2007 19:44:00 +0000 (19:44 +0000)]
Set default vbi page in interface.

16 years agoMake sure vbi-opaque can be set from an interface.
Jean-Paul Saman [Sun, 16 Dec 2007 19:34:07 +0000 (19:34 +0000)]
Make sure vbi-opaque can be set from an interface.

16 years agoLet teletext gui buttons do something.
Jean-Paul Saman [Sun, 16 Dec 2007 19:33:05 +0000 (19:33 +0000)]
Let teletext gui buttons do something.

16 years agoconfig_Free simplifications
Rémi Denis-Courmont [Sun, 16 Dec 2007 17:40:21 +0000 (17:40 +0000)]
config_Free simplifications

16 years agoshort and list support for vlc_config_set
Rémi Denis-Courmont [Sun, 16 Dec 2007 17:36:01 +0000 (17:36 +0000)]
short and list support for vlc_config_set

16 years ago* fixed 2 segfaults when switching categories within the preferences. The options...
Felix Paul Kühne [Sun, 16 Dec 2007 16:54:03 +0000 (16:54 +0000)]
* fixed 2 segfaults when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_CATEGORY aren't displayed, yet.

16 years agoI hate Winsuck^H^H^Hock
Rémi Denis-Courmont [Sun, 16 Dec 2007 15:51:08 +0000 (15:51 +0000)]
I hate Winsuck^H^H^Hock

16 years agoDon't use enums. They are cool and all (the compiler even tells when one case is...
Rémi Denis-Courmont [Sun, 16 Dec 2007 15:12:51 +0000 (15:12 +0000)]
Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.

16 years agoOops.
Antoine Cellerier [Sun, 16 Dec 2007 15:00:15 +0000 (15:00 +0000)]
Oops.

16 years agoAdd warning if people try using an unimplemented aout function (zorglub!!!). This...
Antoine Cellerier [Sun, 16 Dec 2007 14:58:43 +0000 (14:58 +0000)]
Add warning if people try using an unimplemented aout function (zorglub!!!). This is currently only possible through the qt interface (i haven't tried it myself).

16 years agouse add_module_list
Rémi Denis-Courmont [Sun, 16 Dec 2007 14:54:44 +0000 (14:54 +0000)]
use add_module_list

16 years agoSimplification, and no-ops removal
Rémi Denis-Courmont [Sun, 16 Dec 2007 14:40:15 +0000 (14:40 +0000)]
Simplification, and no-ops removal

16 years agoMigrate module, module_list and obsolete_* to vlc_config_set
Rémi Denis-Courmont [Sun, 16 Dec 2007 14:34:29 +0000 (14:34 +0000)]
Migrate module, module_list and obsolete_* to vlc_config_set

16 years agoSlight cleanup and simplification.
Antoine Cellerier [Sun, 16 Dec 2007 14:13:33 +0000 (14:13 +0000)]
Slight cleanup and simplification.

16 years agoSome more vout_intf.c simplification and compile warning fixes.
Antoine Cellerier [Sun, 16 Dec 2007 13:46:30 +0000 (13:46 +0000)]
Some more vout_intf.c simplification and compile warning fixes.

16 years agocough, fix VLC-release.app broken in previous commit
Felix Paul Kühne [Sun, 16 Dec 2007 12:50:45 +0000 (12:50 +0000)]
cough, fix VLC-release.app broken in previous commit

16 years ago* strongly improved the speed of make VLC.app and make VLC-release.app by only copyin...
Felix Paul Kühne [Sun, 16 Dec 2007 12:46:59 +0000 (12:46 +0000)]
* strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder

16 years agoCode factorization
Rémi Denis-Courmont [Sun, 16 Dec 2007 10:33:04 +0000 (10:33 +0000)]
Code factorization

16 years agoSome more vlc_config_* code
Rémi Denis-Courmont [Sun, 16 Dec 2007 10:28:24 +0000 (10:28 +0000)]
Some more vlc_config_* code

16 years agoQt4 - teletext Panel. Not any function behind it. Not my job anymore :)
Jean-Baptiste Kempf [Sun, 16 Dec 2007 06:04:53 +0000 (06:04 +0000)]
Qt4 - teletext Panel. Not any function behind it. Not my job anymore :)

16 years agoQt4 - Make the interface a bit smaller.
Jean-Baptiste Kempf [Sun, 16 Dec 2007 05:01:25 +0000 (05:01 +0000)]
Qt4 - Make the interface a bit smaller.

16 years agoQt4 - SHould Fix -- Videos are always started with an incredibly small size.
Jean-Baptiste Kempf [Sun, 16 Dec 2007 04:49:40 +0000 (04:49 +0000)]
Qt4 - SHould Fix -- Videos are always started with an incredibly small size.
 -- There is no "auto size" feature as in the wx interface to
 automatically resize the interface so the video is displayed in its
 native size.
  -- The interface doesn't resize itself down to its minimal size when
  video playback is stopped and the control widgets re-organise themselves
  in a weird way.
Should fix part of playlist resizing.

16 years ago* added navigation controls to the Help window (implemented with minimal affords...
Felix Paul Kühne [Sun, 16 Dec 2007 02:20:14 +0000 (02:20 +0000)]
* added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-)

16 years agoQt4 - Make the default interface smaller.
Jean-Baptiste Kempf [Sun, 16 Dec 2007 00:35:25 +0000 (00:35 +0000)]
Qt4 - Make the default interface smaller.

16 years agoQt4 - Small interface and control layout fix.
Jean-Baptiste Kempf [Sun, 16 Dec 2007 00:09:01 +0000 (00:09 +0000)]
Qt4 - Small interface and control layout fix.

16 years agoWe know that we open a directory
Christophe Mutricy [Sat, 15 Dec 2007 23:33:14 +0000 (23:33 +0000)]
We know that we open a directory

16 years ago* src/libvlc-module.c: typo autorise -> authorise
Dennis van Amerongen [Sat, 15 Dec 2007 23:18:43 +0000 (23:18 +0000)]
* src/libvlc-module.c: typo autorise -> authorise

16 years agoTypo
Christophe Mutricy [Sat, 15 Dec 2007 22:46:58 +0000 (22:46 +0000)]
Typo

16 years agoQt4 - Add an author that was removed by mistake.
Jean-Baptiste Kempf [Sat, 15 Dec 2007 22:39:32 +0000 (22:39 +0000)]
Qt4 - Add an author that was removed by mistake.

16 years agoQt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction...
Jean-Baptiste Kempf [Sat, 15 Dec 2007 22:38:31 +0000 (22:38 +0000)]
Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests.

16 years agoContinue the vlc_config_set stuff - still unfinished
Rémi Denis-Courmont [Sat, 15 Dec 2007 22:18:03 +0000 (22:18 +0000)]
Continue the vlc_config_set stuff - still unfinished

16 years agoHere too.
Antoine Cellerier [Sat, 15 Dec 2007 21:56:49 +0000 (21:56 +0000)]
Here too.

16 years agoextraneous semicolon
Rémi Denis-Courmont [Sat, 15 Dec 2007 21:52:13 +0000 (21:52 +0000)]
extraneous semicolon

16 years agoexport IsConfigIntegerType and IsConfigFloatType within libvlc
Rémi Denis-Courmont [Sat, 15 Dec 2007 21:50:37 +0000 (21:50 +0000)]
export IsConfigIntegerType and IsConfigFloatType within libvlc

16 years agohelp module hack becomes even worst...
Rémi Denis-Courmont [Sat, 15 Dec 2007 21:47:07 +0000 (21:47 +0000)]
help module hack becomes even worst...

16 years agoQt4 - VLM: simplifications.
Jean-Baptiste Kempf [Sat, 15 Dec 2007 21:17:20 +0000 (21:17 +0000)]
Qt4 - VLM: simplifications.

16 years agoMake sure no module not recompiled are used after [23633]
Christophe Mutricy [Sat, 15 Dec 2007 21:16:08 +0000 (21:16 +0000)]
Make sure no module not recompiled are used after [23633]

16 years agoAdd a cast to fix compilation.
Jean-Baptiste Kempf [Sat, 15 Dec 2007 21:15:57 +0000 (21:15 +0000)]
Add a cast to fix compilation.