]> git.sesse.net Git - vlc/log
vlc
16 years agoQt4 - Playlist: scrollTo current-item and view issues...
Jean-Baptiste Kempf [Tue, 7 Aug 2007 17:57:46 +0000 (17:57 +0000)]
Qt4 - Playlist: scrollTo current-item and view issues...
Patch by Ilkka Ollakka

16 years agoFix HTTP authentication.
Rémi Denis-Courmont [Tue, 7 Aug 2007 17:18:34 +0000 (17:18 +0000)]
Fix HTTP authentication.
Yes, some sites use empty usernames

16 years agoQt4 - Slider bug temporary solving.
Jean-Baptiste Kempf [Tue, 7 Aug 2007 17:04:49 +0000 (17:04 +0000)]
Qt4 - Slider bug temporary solving.
Patch by Hannes Domani
THANKS updated.

16 years agoDo not bother with the byte range when we are at offset zero
Rémi Denis-Courmont [Tue, 7 Aug 2007 17:03:52 +0000 (17:03 +0000)]
Do not bother with the byte range when we are at offset zero

16 years agoCosmetics.
Antoine Cellerier [Mon, 6 Aug 2007 21:55:22 +0000 (21:55 +0000)]
Cosmetics.

16 years agoOups
Rémi Denis-Courmont [Mon, 6 Aug 2007 20:04:25 +0000 (20:04 +0000)]
Oups

16 years agoSync with module macros and sout chain parsing
Rémi Denis-Courmont [Mon, 6 Aug 2007 20:01:24 +0000 (20:01 +0000)]
Sync with module macros and sout chain parsing

16 years agoSimplify and remove a warning
Rémi Denis-Courmont [Mon, 6 Aug 2007 19:58:36 +0000 (19:58 +0000)]
Simplify and remove a warning

16 years agoQt4 - systray behaviour: first activate the Windows before hiding it.
Jean-Baptiste Kempf [Mon, 6 Aug 2007 17:59:57 +0000 (17:59 +0000)]
Qt4 - systray behaviour: first activate the Windows before hiding it.
Closes #1249

16 years agoqt4 : cosmetics.
Jean-Baptiste Kempf [Mon, 6 Aug 2007 17:09:31 +0000 (17:09 +0000)]
qt4 : cosmetics.

16 years agoqt4 : remove trailing spaces.
Jean-Baptiste Kempf [Mon, 6 Aug 2007 17:07:49 +0000 (17:07 +0000)]
qt4 : remove trailing spaces.

16 years agoQt4 - fix QT playlist display bug when clicking on top-level of playlist.
Jean-Baptiste Kempf [Mon, 6 Aug 2007 17:03:01 +0000 (17:03 +0000)]
Qt4 - fix QT playlist display bug when clicking on top-level of playlist.
Patch by Alexander Gall. Thanks.

16 years agoAdd .flv extension. Close #1256
Jean-Baptiste Kempf [Mon, 6 Aug 2007 16:29:02 +0000 (16:29 +0000)]
Add .flv extension. Close #1256

16 years agobindings/java: callback/events usage has changed. For the time being, send an exception.
Pierre d'Herbemont [Sun, 5 Aug 2007 23:06:07 +0000 (23:06 +0000)]
bindings/java: callback/events usage has changed. For the time being, send an exception.

16 years agocontrol/event.c: Change the event API to be per-object driven. It is not yet in use.
Pierre d'Herbemont [Sun, 5 Aug 2007 22:32:31 +0000 (22:32 +0000)]
control/event.c: Change the event API to be per-object driven. It is not yet in use.

16 years agoSubsdec: remove trailing spaces.
Jean-Baptiste Kempf [Sun, 5 Aug 2007 20:01:21 +0000 (20:01 +0000)]
Subsdec: remove trailing spaces.

16 years agodoc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten
Olivier Teulière [Sun, 5 Aug 2007 13:10:00 +0000 (13:10 +0000)]
doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten

16 years agoMissing header for INT_MAX
Rémi Denis-Courmont [Sun, 5 Aug 2007 12:12:08 +0000 (12:12 +0000)]
Missing header for INT_MAX

16 years agoFix server port parsing. Bug reported by Gerrit Benker.
Rémi Denis-Courmont [Sun, 5 Aug 2007 09:06:22 +0000 (09:06 +0000)]
Fix server port parsing. Bug reported by Gerrit Benker.

16 years agoIgnore frame with zero size.
Rémi Denis-Courmont [Sun, 5 Aug 2007 08:55:14 +0000 (08:55 +0000)]
Ignore frame with zero size.
This needs to be *reviewed*.

16 years agoFix NULL dereference due to Speex header corruption
Rémi Denis-Courmont [Sun, 5 Aug 2007 08:38:17 +0000 (08:38 +0000)]
Fix NULL dereference due to Speex header corruption
spotted by David Thiel

16 years agoFix void arithmethic
Rémi Denis-Courmont [Sun, 5 Aug 2007 08:32:04 +0000 (08:32 +0000)]
Fix void arithmethic

16 years agoFix malloc error handling
Rémi Denis-Courmont [Sun, 5 Aug 2007 08:27:54 +0000 (08:27 +0000)]
Fix malloc error handling
(bug reported by David Thiel)

16 years agoCleanup / speedup
Rémi Denis-Courmont [Sat, 4 Aug 2007 20:57:16 +0000 (20:57 +0000)]
Cleanup / speedup

16 years ago- Cleanup and fixes deprecated options:
Rémi Denis-Courmont [Sat, 4 Aug 2007 20:49:46 +0000 (20:49 +0000)]
- Cleanup and fixes deprecated options:
 - Removed the gross SUPPRESSED hack
 - Remove support for strict deprecated aliases (that was not used anyway)

16 years agoFix usage of add_shortcut.
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:50:37 +0000 (18:50 +0000)]
Fix usage of add_shortcut.
Note that shortcuts are inherited from the main module to submodules, so it is
totally useless to duplicate them paste add_submodule. If you think this is
wrong, I do not necessarily disagree, but it would need a RFC.

16 years agoOups
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:39:01 +0000 (18:39 +0000)]
Oups

16 years agoDo not create dummy shortcut for each and every module
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:28:18 +0000 (18:28 +0000)]
Do not create dummy shortcut for each and every module

16 years ago- pp_shortcuts is always true; do not check
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:24:47 +0000 (18:24 +0000)]
- pp_shortcuts is always true; do not check
- remove apparently harmful "continue" with an always true condition

16 years agoFix off-by-one
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:16:08 +0000 (18:16 +0000)]
Fix off-by-one

16 years agoFix erroneously commited chunk
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:07:42 +0000 (18:07 +0000)]
Fix erroneously commited chunk

16 years agoUse module_*
Rémi Denis-Courmont [Sat, 4 Aug 2007 18:03:18 +0000 (18:03 +0000)]
Use module_*

16 years agomodule_GetHelp
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:58:18 +0000 (17:58 +0000)]
module_GetHelp

16 years agoUse module_* functions
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:42:42 +0000 (17:42 +0000)]
Use module_* functions

16 years agoMore access functions around module_t
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:42:20 +0000 (17:42 +0000)]
More access functions around module_t

16 years agoCompile fix
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:40:15 +0000 (17:40 +0000)]
Compile fix

16 years agoUse module_IsCapable
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:29:20 +0000 (17:29 +0000)]
Use module_IsCapable

16 years agoPartially abstract module_t: add module_IsCapable()
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:28:18 +0000 (17:28 +0000)]
Partially abstract module_t: add module_IsCapable()

16 years agoMove code out of module descriptor.
Rémi Denis-Courmont [Sat, 4 Aug 2007 17:10:35 +0000 (17:10 +0000)]
Move code out of module descriptor.
By the way, I am VERY suspicious about the use of libvlc_global for mosaic and
bridge locks

16 years agoplaylist/item.c: Avoid checking against false.
Pierre d'Herbemont [Sat, 4 Aug 2007 17:09:08 +0000 (17:09 +0000)]
playlist/item.c: Avoid checking against false.

16 years agoplaylist/item.c: More helpful variable name.
Pierre d'Herbemont [Sat, 4 Aug 2007 17:07:49 +0000 (17:07 +0000)]
playlist/item.c: More helpful variable name.

16 years agoRemove totally broken VC support.
Rémi Denis-Courmont [Sat, 4 Aug 2007 16:57:00 +0000 (16:57 +0000)]
Remove totally broken VC support.
Use SVN history if you ever want to revive it.

16 years agoMinor fixes
Rémi Denis-Courmont [Sat, 4 Aug 2007 16:46:21 +0000 (16:46 +0000)]
Minor fixes

16 years agoSimplify
Rémi Denis-Courmont [Sat, 4 Aug 2007 16:24:39 +0000 (16:24 +0000)]
Simplify

16 years agoinclude/vlc_playlist.h: Code formatting.
Pierre d'Herbemont [Sat, 4 Aug 2007 16:18:42 +0000 (16:18 +0000)]
include/vlc_playlist.h: Code formatting.

16 years agoinclude/vlc_playlist.h: More typos.
Pierre d'Herbemont [Sat, 4 Aug 2007 16:16:44 +0000 (16:16 +0000)]
include/vlc_playlist.h: More typos.

16 years agoinclude/vlc_playlist.h: Typo in comment.
Pierre d'Herbemont [Sat, 4 Aug 2007 16:13:39 +0000 (16:13 +0000)]
include/vlc_playlist.h: Typo in comment.

16 years agoCleanup
Rémi Denis-Courmont [Sat, 4 Aug 2007 16:10:24 +0000 (16:10 +0000)]
Cleanup

16 years agoTypo
Rémi Denis-Courmont [Sat, 4 Aug 2007 16:00:27 +0000 (16:00 +0000)]
Typo

16 years agoFix previous commit
Rémi Denis-Courmont [Sat, 4 Aug 2007 15:57:06 +0000 (15:57 +0000)]
Fix previous commit

16 years agoRemove code from module descriptor.
Rémi Denis-Courmont [Sat, 4 Aug 2007 15:54:33 +0000 (15:54 +0000)]
Remove code from module descriptor.
That's very naughty.

16 years agolive version changed.
Jean-Baptiste Kempf [Sat, 4 Aug 2007 14:21:45 +0000 (14:21 +0000)]
live version changed.

16 years agoFaac for system using lame sed... :D
Jean-Baptiste Kempf [Sat, 4 Aug 2007 13:12:58 +0000 (13:12 +0000)]
Faac for system using lame sed... :D

16 years agooops.
Jean-Baptiste Kempf [Sat, 4 Aug 2007 12:37:14 +0000 (12:37 +0000)]
oops.

16 years agoContribs: attempt to update faac to 1.25.
Jean-Baptiste Kempf [Sat, 4 Aug 2007 12:33:20 +0000 (12:33 +0000)]
Contribs: attempt to update faac to 1.25.

16 years agoContribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_ima...
Jean-Baptiste Kempf [Sat, 4 Aug 2007 10:20:35 +0000 (10:20 +0000)]
Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly...

16 years agoCDDB : 1.3.0 version
Jean-Baptiste Kempf [Sat, 4 Aug 2007 09:59:07 +0000 (09:59 +0000)]
CDDB : 1.3.0 version

16 years agoContribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous.
Jean-Baptiste Kempf [Sat, 4 Aug 2007 09:31:43 +0000 (09:31 +0000)]
Contribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous.
1.3.0 is also out but uuntested.

16 years agoContribs: take it from mirror site since once more the main one is down...
Jean-Baptiste Kempf [Fri, 3 Aug 2007 18:01:20 +0000 (18:01 +0000)]
Contribs: take it from mirror site since once more the main one is down...

16 years agoQt4 - Compilation fix for Qt-4.2
Jean-Baptiste Kempf [Fri, 3 Aug 2007 17:18:19 +0000 (17:18 +0000)]
Qt4 - Compilation fix for Qt-4.2

16 years agobootstrap: remove small bug when generating Makefile.am from Modules.am
Damien Fouilleul [Fri, 3 Aug 2007 15:22:02 +0000 (15:22 +0000)]
bootstrap: remove small bug when generating Makefile.am from Modules.am

16 years agomodules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode.
Pierre d'Herbemont [Thu, 2 Aug 2007 22:07:33 +0000 (22:07 +0000)]
modules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode.

16 years agoQt4 - forgot this file in previous commit.
Jean-Baptiste Kempf [Thu, 2 Aug 2007 21:53:29 +0000 (21:53 +0000)]
Qt4 - forgot this file in previous commit.

16 years agoqt4 - Menus: shortcuts modifications => Wiki
Jean-Baptiste Kempf [Thu, 2 Aug 2007 21:48:30 +0000 (21:48 +0000)]
qt4 - Menus: shortcuts modifications => Wiki

16 years agoqt4 - HideMenus change position. Still don't know whether we will keep this one.
Jean-Baptiste Kempf [Thu, 2 Aug 2007 21:35:08 +0000 (21:35 +0000)]
qt4 - HideMenus change position. Still don't know whether we will keep this one.

16 years agoqt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video...
Jean-Baptiste Kempf [Thu, 2 Aug 2007 21:00:11 +0000 (21:00 +0000)]
qt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video fans like me.

16 years agocontrib: Fix .libtool on Mac OS X.
Pierre d'Herbemont [Thu, 2 Aug 2007 20:32:09 +0000 (20:32 +0000)]
contrib: Fix .libtool on Mac OS X.

16 years agoQt4 - Add a less cryptic information to select column. If someone ever uses that...
Jean-Baptiste Kempf [Thu, 2 Aug 2007 20:10:34 +0000 (20:10 +0000)]
Qt4 - Add a less cryptic information to select column. If someone ever uses that settings, hell must have frozen.

16 years agoqt4 - Playlist: move the column selection to a submenu.
Jean-Baptiste Kempf [Thu, 2 Aug 2007 19:55:21 +0000 (19:55 +0000)]
qt4 - Playlist: move the column selection to a submenu.

16 years agoQt4 - Playlist: Here's a start for functionality to user ability to select what colum...
Jean-Baptiste Kempf [Thu, 2 Aug 2007 19:37:12 +0000 (19:37 +0000)]
Qt4 - Playlist: Here's a start for functionality to user ability to select what columns he/she wants to be displayed in playlist.
Patch by Ilkka Ollakka.

16 years agoQt4 - Strings changes by tonsofpcs.
Jean-Baptiste Kempf [Thu, 2 Aug 2007 19:18:21 +0000 (19:18 +0000)]
Qt4 - Strings changes by tonsofpcs.

16 years agochromas: more SSE2/MMX fixes, added I420_RGBA conversion
Damien Fouilleul [Thu, 2 Aug 2007 11:49:49 +0000 (11:49 +0000)]
chromas: more SSE2/MMX fixes, added I420_RGBA conversion

16 years agoQt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let...
Jean-Baptiste Kempf [Wed, 1 Aug 2007 18:37:43 +0000 (18:37 +0000)]
Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse.

16 years agovideo_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well
Damien Fouilleul [Wed, 1 Aug 2007 18:29:17 +0000 (18:29 +0000)]
video_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well

16 years agoQt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inherita...
Jean-Baptiste Kempf [Wed, 1 Aug 2007 18:08:23 +0000 (18:08 +0000)]
Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy.

16 years agoQt4 - MainInterface: support for speed gestion.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 16:06:52 +0000 (16:06 +0000)]
Qt4 - MainInterface: support for speed gestion.

16 years agoQt4 - Preferences: give a description better than "FIXME" for options.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 15:37:04 +0000 (15:37 +0000)]
Qt4 - Preferences: give a description better than "FIXME" for options.

16 years agoQt4 - MainInterface: small change on size behaviour and fixes.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 15:10:23 +0000 (15:10 +0000)]
Qt4 - MainInterface: small change on size behaviour and fixes.

16 years agoQt4: add a not-yet-used harddisk icon.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 13:17:54 +0000 (13:17 +0000)]
Qt4: add a not-yet-used harddisk icon.

16 years agoQt4 : typo correction.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 13:02:09 +0000 (13:02 +0000)]
Qt4 : typo correction.

16 years agoQt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget...
Jean-Baptiste Kempf [Wed, 1 Aug 2007 12:46:59 +0000 (12:46 +0000)]
Qt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget, separate centralWidget from controlWidget and other fixes.

16 years agoQt4: add options for later choice of columns in playlist.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 11:11:29 +0000 (11:11 +0000)]
Qt4: add options for later choice of columns in playlist.

16 years agoContribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda.
Jean-Baptiste Kempf [Wed, 1 Aug 2007 10:03:36 +0000 (10:03 +0000)]
Contribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda.
Speedups, minor bugs and SSE detection.

16 years ago * Simple grayscale -> yuv conversions.
Sam Hocevar [Wed, 1 Aug 2007 08:23:38 +0000 (08:23 +0000)]
  * Simple grayscale -> yuv conversions.

16 years ago * src/video_output/vout_pictures.c: support the GREY fourcc.
Sam Hocevar [Tue, 31 Jul 2007 16:15:46 +0000 (16:15 +0000)]
  * src/video_output/vout_pictures.c: support the GREY fourcc.

16 years agomore libtool updates, removed some ol' crust
Damien Fouilleul [Tue, 31 Jul 2007 13:40:01 +0000 (13:40 +0000)]
more libtool updates, removed some ol' crust

16 years agobootstrap: remove libtool patch for cygwin as we now use libtool 'properly'
Damien Fouilleul [Tue, 31 Jul 2007 13:07:37 +0000 (13:07 +0000)]
bootstrap: remove libtool patch for cygwin as we now use libtool 'properly'

16 years agolibtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler alrea...
Damien Fouilleul [Tue, 31 Jul 2007 13:00:20 +0000 (13:00 +0000)]
libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym

16 years agoContribs: Vorbis bump version to 1.2.0. Security fixes and various fixes.
Jean-Baptiste Kempf [Tue, 31 Jul 2007 07:07:11 +0000 (07:07 +0000)]
Contribs: Vorbis bump version to 1.2.0. Security fixes and various fixes.

16 years agoDynamically load any TTF or OTF fonts available in the attachments of
Bernie Purcell [Tue, 31 Jul 2007 06:47:01 +0000 (06:47 +0000)]
Dynamically load any TTF or OTF fonts available in the attachments of
the media file and make them available to FreeType as memory based fonts
for subtitle rendering.

16 years agoDynamically load any TTF or OTF fonts available in the attachments of
Bernie Purcell [Tue, 31 Jul 2007 06:42:40 +0000 (06:42 +0000)]
Dynamically load any TTF or OTF fonts available in the attachments of
the media file and make them available to the Quartz engine for
subtitle rendering.

16 years agoMakefile.am: fix package-win32 to use libtool libs location
Damien Fouilleul [Mon, 30 Jul 2007 21:10:22 +0000 (21:10 +0000)]
Makefile.am: fix package-win32 to use libtool libs location

16 years agomozilla: libtool fixes (round 2: darwin)
Damien Fouilleul [Mon, 30 Jul 2007 14:20:04 +0000 (14:20 +0000)]
mozilla: libtool fixes (round 2: darwin)

16 years agomozilla, activex: win32 fixes
Damien Fouilleul [Mon, 30 Jul 2007 13:45:44 +0000 (13:45 +0000)]
mozilla, activex: win32 fixes

16 years agomozilla: libtool fixes (round 1)
Damien Fouilleul [Mon, 30 Jul 2007 12:52:28 +0000 (12:52 +0000)]
mozilla: libtool fixes (round 1)

16 years agovlc.exe: remove -lintl from dependencies (should be added to libvlc.la)
Damien Fouilleul [Mon, 30 Jul 2007 08:55:05 +0000 (08:55 +0000)]
vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)

16 years ago* download libogg, libvorbis and libtheora from our server, as their mirror is broken...
Felix Paul Kühne [Sun, 29 Jul 2007 16:07:54 +0000 (16:07 +0000)]
* download libogg, libvorbis and libtheora from our server, as their mirror is broken. Note: downloading libcddb may fail with curl and could only work with wget right now...

16 years agoMac OS X gui: Nicely keep the controller window on screen when opening the playlist...
Pierre d'Herbemont [Sun, 29 Jul 2007 15:20:02 +0000 (15:20 +0000)]
Mac OS X gui: Nicely keep the controller window on screen when opening the playlist. (Patch by Lincoln Ramsay <ramsay at bigfoot.com>)

16 years agoRemove HAVE_SHARED_LIBVLC hack
Rémi Denis-Courmont [Sun, 29 Jul 2007 09:04:52 +0000 (09:04 +0000)]
Remove HAVE_SHARED_LIBVLC hack

16 years agoVLC_Changeset is always available
Rémi Denis-Courmont [Sun, 29 Jul 2007 09:04:33 +0000 (09:04 +0000)]
VLC_Changeset is always available