]> git.sesse.net Git - vlc/log
vlc
14 years agoosx/framework: fixed C99ism in previous commit
Felix Paul Kühne [Sat, 19 Dec 2009 13:27:52 +0000 (14:27 +0100)]
osx/framework: fixed C99ism in previous commit

14 years agoload vlc config parameters from an array of strings in the 'VLCParams' property in...
Mike Schrag [Sat, 19 Dec 2009 04:22:21 +0000 (23:22 -0500)]
load vlc config parameters from an array of strings in the 'VLCParams' property in the main bundle's Info.plist

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years agomacosx: fixed compilation if VLM is not enabled
Felix Paul Kühne [Fri, 18 Dec 2009 07:24:17 +0000 (08:24 +0100)]
macosx: fixed compilation if VLM is not enabled

14 years agoosx/framework: changed configure flags and make it respect Xcode's debug/release...
Felix Paul Kühne [Fri, 18 Dec 2009 07:04:37 +0000 (08:04 +0100)]
osx/framework: changed configure flags and make it respect Xcode's debug/release setting

Disabled ncurses, SDL, SDL_image, visual, httpd and vlm, as these are not needed within the framework.

14 years agomacosx/framework: Export -[VLCLibrary changeset].
Pierre d'Herbemont [Fri, 18 Dec 2009 11:20:45 +0000 (12:20 +0100)]
macosx/framework: Export -[VLCLibrary changeset].

14 years agomacosx/framework: Export libvlc version.
Pierre d'Herbemont [Fri, 18 Dec 2009 11:10:56 +0000 (12:10 +0100)]
macosx/framework: Export libvlc version.

14 years agomacosx/framework: Build vlc with debug symbols.
Pierre d'Herbemont [Fri, 18 Dec 2009 10:58:16 +0000 (11:58 +0100)]
macosx/framework: Build vlc with debug symbols.

14 years agomacosx/framework: Assert that we correctly initialized libvlc.
Pierre d'Herbemont [Fri, 18 Dec 2009 10:56:57 +0000 (11:56 +0100)]
macosx/framework: Assert that we correctly initialized libvlc.

14 years agoautomake: Use CONTRIB_DIR instead of manually assuming contrib location.
Pierre d'Herbemont [Fri, 18 Dec 2009 09:57:25 +0000 (10:57 +0100)]
automake: Use CONTRIB_DIR instead of manually assuming contrib location.

14 years agoconfigure: Remove broken \\\ in Sparkle include.
Pierre d'Herbemont [Fri, 18 Dec 2009 09:30:21 +0000 (10:30 +0100)]
configure: Remove broken \\\ in Sparkle include.

Reported by seventoes and kettch.

14 years agoconfigure: Correctly use CONTRIB_DIR here.
Pierre d'Herbemont [Fri, 18 Dec 2009 08:03:28 +0000 (09:03 +0100)]
configure: Correctly use CONTRIB_DIR here.

14 years agoconfigure: Fallback on hosts/`gcc -dumpmachine` if host doesn't match a set of built...
Pierre d'Herbemont [Fri, 18 Dec 2009 07:39:17 +0000 (08:39 +0100)]
configure: Fallback on hosts/`gcc -dumpmachine` if host doesn't match a set of built contrib.

Should fix your build if your host doesn't strictly match your gcc build machine.

Pointed-out-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agoFix make clean.
Pierre d'Herbemont [Fri, 18 Dec 2009 07:20:40 +0000 (08:20 +0100)]
Fix make clean.

14 years agocontrib: Actually use the real prefix during iconv copy.
Pierre d'Herbemont [Fri, 18 Dec 2009 07:20:13 +0000 (08:20 +0100)]
contrib: Actually use the real prefix during iconv copy.

14 years agoModified the iconv copy to work with the new hosts layout for the contrib section...
Brian Weaver [Fri, 18 Dec 2009 05:19:05 +0000 (00:19 -0500)]
Modified the iconv copy to work with the new hosts layout for the contrib section of the project.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agomacosx/framework: Don't run bootstrap after building the contrib.
Pierre d'Herbemont [Fri, 18 Dec 2009 01:23:41 +0000 (02:23 +0100)]
macosx/framework: Don't run bootstrap after building the contrib.

14 years agocontrib: Allow multiple contribs install for multiple hosts.
Pierre d'Herbemont [Fri, 18 Dec 2009 01:13:23 +0000 (02:13 +0100)]
contrib: Allow multiple contribs install for multiple hosts.

And make sure we really use the host to check what contrib to use in the configure.

You don't have to re-run bootstrap from contrib after make from contrib when building for x86_64-darwin.

14 years agomacosx/framework: Make sure we rebootstrap upon configure.ac changes.
Pierre d'Herbemont [Fri, 18 Dec 2009 00:43:55 +0000 (01:43 +0100)]
macosx/framework: Make sure we rebootstrap upon configure.ac changes.

14 years agomacosx/framework: Make sure base SDK is set to 10.5.
Pierre d'Herbemont [Thu, 17 Dec 2009 22:07:57 +0000 (23:07 +0100)]
macosx/framework: Make sure base SDK is set to 10.5.

This should fix the issue about libmad when build the framework with the default settings.

14 years agomacosx/framework: Don't pass an empty framework path.
Pierre d'Herbemont [Thu, 17 Dec 2009 22:06:18 +0000 (23:06 +0100)]
macosx/framework: Don't pass an empty framework path.

14 years agoconfig: Use fsync on Snow Leopard.
Pierre d'Herbemont [Thu, 17 Dec 2009 19:44:24 +0000 (20:44 +0100)]
config: Use fsync on Snow Leopard.

fdatasync is not exported. Fallback on fsync.

14 years agoAdd support for the new Apple Remote introduced in 2009
David K [Fri, 11 Dec 2009 17:55:45 +0000 (18:55 +0100)]
Add support for the new Apple Remote introduced in 2009

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years agoosx/framework: fixed verbosity setting
Felix Paul Kühne [Thu, 17 Dec 2009 19:14:18 +0000 (20:14 +0100)]
osx/framework: fixed verbosity setting

14 years agomacosx/framework: Include 'vlc' executable in the Framework. It's no real use, but...
Pierre d'Herbemont [Thu, 17 Dec 2009 02:13:01 +0000 (03:13 +0100)]
macosx/framework: Include 'vlc' executable in the Framework. It's no real use, but its always useful.

14 years agoopengl: Fix the vout for Mac OS X.
Pierre d'Herbemont [Thu, 17 Dec 2009 01:42:49 +0000 (02:42 +0100)]
opengl: Fix the vout for Mac OS X.

Feel free to revert.

14 years agolibvlc: Make sure we remove object observers in media_discoverer.
Pierre d'Herbemont [Wed, 16 Dec 2009 19:29:53 +0000 (20:29 +0100)]
libvlc: Make sure we remove object observers in media_discoverer.

14 years agoBuild fix
Pierre Ynard [Thu, 17 Dec 2009 01:15:19 +0000 (02:15 +0100)]
Build fix

14 years agoskins2: first proposal for a skinnable fullscreen controller (fsc)
Erwan Tulou [Tue, 15 Dec 2009 22:51:22 +0000 (23:51 +0100)]
skins2: first proposal for a skinnable fullscreen controller (fsc)

This patch proposes a fullscreen controller for the skins2 interface.
it features the following :
- skinable fsc (desciption in theme.xml with the Window tag)
- only restriction : no spawning of subwindows or dialogs
- window is considered a fsc when id="fullscreenController"
- (de)activation by clicking on the middle button of the mouse (intf-show)

This fsc currently only works for Linux (new vout design).
For Windows, it is a noop as long as the old vout design is still valid.

14 years agoCompilation fix.
Laurent Aimar [Wed, 16 Dec 2009 21:18:05 +0000 (22:18 +0100)]
Compilation fix.

14 years agoRemoved es_format_t::i_aspect.
Laurent Aimar [Wed, 16 Dec 2009 20:54:54 +0000 (21:54 +0100)]
Removed es_format_t::i_aspect.

It was duplicated with es_format_t::i_sar_num/den.

14 years agoUsed a sar for picture_New/Setup.
Laurent Aimar [Tue, 15 Dec 2009 20:08:30 +0000 (21:08 +0100)]
Used a sar for picture_New/Setup.

14 years agoUsed a sar for video_format_Setup.
Laurent Aimar [Tue, 15 Dec 2009 19:07:37 +0000 (20:07 +0100)]
Used a sar for video_format_Setup.

14 years agoUsed picture_NewFromFormat when appropriate.
Laurent Aimar [Tue, 15 Dec 2009 18:58:51 +0000 (19:58 +0100)]
Used picture_NewFromFormat when appropriate.

14 years agoUsed picture_NewFromFormat when appropriate.
Laurent Aimar [Tue, 15 Dec 2009 18:56:18 +0000 (19:56 +0100)]
Used picture_NewFromFormat when appropriate.

14 years agoskins2: fix a bug preventing display in some conditions (both Win and Linux issue)
Erwan Tulou [Wed, 16 Dec 2009 17:35:02 +0000 (18:35 +0100)]
skins2: fix a bug preventing display in some conditions (both Win and Linux issue)

a function updateShape must be called __after__ the layout is rebuilt and __before__ the window is refreshed.
This function call was misplaced and resulted in applying an empty mask and concealing the final window

14 years agovod: cosmetics
Pierre Ynard [Wed, 16 Dec 2009 17:55:59 +0000 (18:55 +0100)]
vod: cosmetics

14 years agovod: remove unused stuff
Pierre Ynard [Wed, 16 Dec 2009 17:55:19 +0000 (18:55 +0100)]
vod: remove unused stuff

14 years agoNote that embedded video cannot go to fullscreen directly
Rémi Denis-Courmont [Wed, 16 Dec 2009 15:45:14 +0000 (17:45 +0200)]
Note that embedded video cannot go to fullscreen directly

14 years agolpcm: abort() is a better solution here
Jean-Baptiste Kempf [Wed, 16 Dec 2009 10:29:04 +0000 (11:29 +0100)]
lpcm: abort() is a better solution here

14 years agoQt: delete QVLCTreeView class and use event filters for the 2 different views.
Jean-Baptiste Kempf [Wed, 16 Dec 2009 10:25:19 +0000 (11:25 +0100)]
Qt: delete QVLCTreeView class and use event filters for the 2 different views.

Some stuff are still broken in the IconView.

14 years agoTS: change a comment
Jean-Baptiste Kempf [Wed, 16 Dec 2009 10:05:40 +0000 (11:05 +0100)]
TS: change a comment

14 years agoCheck asprintf return
Jean-Baptiste Kempf [Wed, 16 Dec 2009 10:03:22 +0000 (11:03 +0100)]
Check asprintf return

14 years agoIgnore cmake files in contrib
Jean-Baptiste Kempf [Wed, 16 Dec 2009 09:59:07 +0000 (10:59 +0100)]
Ignore cmake files in contrib

14 years agolpcm: kill a warning
Jean-Baptiste Kempf [Wed, 16 Dec 2009 09:57:01 +0000 (10:57 +0100)]
lpcm: kill a warning

14 years agoPulse: kill unused variable warnings
Jean-Baptiste Kempf [Wed, 16 Dec 2009 09:30:12 +0000 (10:30 +0100)]
Pulse: kill unused variable warnings

14 years agoPhonon: synchronise with KDE HEAD, part 1
Jean-Baptiste Kempf [Tue, 15 Dec 2009 23:54:31 +0000 (00:54 +0100)]
Phonon: synchronise with KDE HEAD, part 1

14 years agoskins2(Linux): reactivate mouse on a video window (like dblclick for fullscreen)
Erwan Tulou [Tue, 15 Dec 2009 16:59:33 +0000 (17:59 +0100)]
skins2(Linux): reactivate mouse on a video window (like dblclick for fullscreen)

14 years agoskins2: add a type to windows (TopWindow, VoutWindow, FullscreenWindow)
Erwan Tulou [Tue, 15 Dec 2009 14:23:33 +0000 (15:23 +0100)]
skins2: add a type to windows (TopWindow, VoutWindow, FullscreenWindow)

Specific attributes can be selected at creation of windows depending on type

14 years agoskins2: new fullscreen implementation (currently intended for Linux)
Erwan Tulou [Tue, 15 Dec 2009 08:32:31 +0000 (09:32 +0100)]
skins2: new fullscreen implementation (currently intended for Linux)

14 years agoMove vlc_inet_pton, vlc_inet_ntop and vlc_poll to vlc_fixups.h
Rémi Denis-Courmont [Tue, 15 Dec 2009 14:42:33 +0000 (16:42 +0200)]
Move vlc_inet_pton, vlc_inet_ntop and vlc_poll to vlc_fixups.h

14 years agolibvlc: Fix a leak in media_discoverer.
Pierre d'Herbemont [Fri, 11 Dec 2009 18:45:59 +0000 (19:45 +0100)]
libvlc: Fix a leak in media_discoverer.

14 years agovout_fb: cosmetics, else on the same line than closing }
Rafaël Carré [Tue, 15 Dec 2009 12:03:58 +0000 (13:03 +0100)]
vout_fb: cosmetics, else on the same line than closing }

14 years agovout_fb: cosmetics, stick to orig coding style
Rafaël Carré [Tue, 15 Dec 2009 11:54:01 +0000 (12:54 +0100)]
vout_fb: cosmetics, stick to orig coding style

CamelCase for function names
No variable prefix
No space after function name
Starting braces on the same line than keyword

14 years agofix typo spotted by xtophe
Rafaël Carré [Tue, 15 Dec 2009 11:44:08 +0000 (12:44 +0100)]
fix typo spotted by xtophe

14 years agovout_fb: restore fb-chroma option
Rafaël Carré [Tue, 15 Dec 2009 11:17:55 +0000 (12:17 +0100)]
vout_fb: restore fb-chroma option

Some framebuffers do not use rgb (dm6446 use UYVY for example)

14 years agoplugins need to define __PLUGIN__ to build properly
Rafaël Carré [Tue, 15 Dec 2009 10:12:58 +0000 (11:12 +0100)]
plugins need to define __PLUGIN__ to build properly

14 years agovout_fb: only store the pitch in vout_display_sys_t
Rafaël Carré [Tue, 15 Dec 2009 09:24:07 +0000 (10:24 +0100)]
vout_fb: only store the pitch in vout_display_sys_t

14 years agovout_fb: get pitch from line_length field
Rafaël Carré [Tue, 15 Dec 2009 09:14:59 +0000 (10:14 +0100)]
vout_fb: get pitch from line_length field

14 years agoDavinci contribs
Rafaël Carré [Fri, 20 Nov 2009 11:42:40 +0000 (12:42 +0100)]
Davinci contribs

remove unneeded id3tag, add ffmpeg (builds with recent binutils)

14 years agoaccess_avio: cosmetics
Rafaël Carré [Tue, 15 Dec 2009 07:32:26 +0000 (08:32 +0100)]
access_avio: cosmetics

Add empty lines between functions

14 years agoaccess_avio: unused variable
Rafaël Carré [Tue, 15 Dec 2009 07:31:43 +0000 (08:31 +0100)]
access_avio: unused variable

14 years agoAdd meta for current track to the status.xml data.
Antoine Cellerier [Mon, 14 Dec 2009 22:57:15 +0000 (23:57 +0100)]
Add meta for current track to the status.xml data.

14 years agoFix lua error reported by ConfusedVorlon.
Antoine Cellerier [Mon, 14 Dec 2009 22:39:44 +0000 (23:39 +0100)]
Fix lua error reported by ConfusedVorlon.

14 years agorepeat is a reserved lua keyword
Antoine Cellerier [Mon, 14 Dec 2009 22:33:17 +0000 (23:33 +0100)]
repeat is a reserved lua keyword

Provide playlist._repeat() instead (and keep the old .repeat in case
anybody was using playlist["repeat"] to workaround the reserved keyword
issue).

14 years agoAdd experimental album art support (http://localhost:8080/art). Can only be used...
Antoine Cellerier [Mon, 14 Dec 2009 22:23:18 +0000 (23:23 +0100)]
Add experimental album art support (http://localhost:8080/art). Can only be used for the current playlist item.

14 years agoFix segfault when closing http interface.
Antoine Cellerier [Mon, 14 Dec 2009 21:29:34 +0000 (22:29 +0100)]
Fix segfault when closing http interface.

14 years agoFix acl use in http interface. Change default host to 0.0.0.0:8080. The default ...
Antoine Cellerier [Mon, 14 Dec 2009 21:28:12 +0000 (22:28 +0100)]
Fix acl use in http interface. Change default host to 0.0.0.0:8080. The default .hosts file still limits access to default host.

14 years agoAdd osd menu api to lua (DVD menus).
Antoine Cellerier [Mon, 14 Dec 2009 21:07:15 +0000 (22:07 +0100)]
Add osd menu api to lua (DVD menus).

14 years agoFix make dist
Pierre Ynard [Mon, 14 Dec 2009 21:41:45 +0000 (22:41 +0100)]
Fix make dist

Distribute missing header

14 years agoComment typo
Rémi Denis-Courmont [Mon, 14 Dec 2009 18:44:15 +0000 (20:44 +0200)]
Comment typo

14 years agoMaemo: disable liba52 and libdca
Rémi Denis-Courmont [Sat, 12 Dec 2009 09:28:42 +0000 (11:28 +0200)]
Maemo: disable liba52 and libdca

lavc is much faster on ARMv7.

14 years agoFix A/52 decoding when liba52 is not present
Rémi Denis-Courmont [Mon, 14 Dec 2009 18:41:47 +0000 (20:41 +0200)]
Fix A/52 decoding when liba52 is not present

62eefa47e9195d1f4f6e99eca21c09f85788f913 introduced the same hack for
DTS already a while ago. This allows falling back to lavc gracefully.

14 years agolua: update documentation.
Rémi Duraffort [Mon, 14 Dec 2009 17:38:08 +0000 (18:38 +0100)]
lua: update documentation.

14 years agoFix NULL dereference with -no-embedded-video (fixes: #3180)
Rémi Denis-Courmont [Mon, 14 Dec 2009 15:40:43 +0000 (17:40 +0200)]
Fix NULL dereference with -no-embedded-video (fixes: #3180)

14 years agoUpdated vout display modules after ::get -> ::pool change.
Laurent Aimar [Sun, 13 Dec 2009 19:49:37 +0000 (20:49 +0100)]
Updated vout display modules after ::get -> ::pool change.

14 years agoReplaced vout_display_t::get by ::pool.
Laurent Aimar [Sun, 13 Dec 2009 19:48:10 +0000 (20:48 +0100)]
Replaced vout_display_t::get by ::pool.

14 years agoFix avio with MERGE_FFMPEG
Pierre Ynard [Sun, 13 Dec 2009 18:48:43 +0000 (19:48 +0100)]
Fix avio with MERGE_FFMPEG

14 years agoi18n: add/remove files
Pierre Ynard [Sun, 13 Dec 2009 18:38:11 +0000 (19:38 +0100)]
i18n: add/remove files

14 years agoRemove my old email address
Rémi Denis-Courmont [Sun, 13 Dec 2009 16:16:50 +0000 (18:16 +0200)]
Remove my old email address

14 years agoflags.m4: restore original copyright statement
Rémi Denis-Courmont [Sun, 13 Dec 2009 16:15:17 +0000 (18:15 +0200)]
flags.m4: restore original copyright statement

Seems like it got cut off in the copy from Miredo.

14 years agoImplemented an fps(50) limiter in projectM.
Laurent Aimar [Sun, 13 Dec 2009 12:35:03 +0000 (13:35 +0100)]
Implemented an fps(50) limiter in projectM.

14 years agoDo not lock the audio buffer while rendering a frame in projectM.
Laurent Aimar [Sun, 13 Dec 2009 12:33:42 +0000 (13:33 +0100)]
Do not lock the audio buffer while rendering a frame in projectM.

14 years agoGive only once the same PCM buffer to projectM.
Laurent Aimar [Sun, 13 Dec 2009 12:22:05 +0000 (13:22 +0100)]
Give only once the same PCM buffer to projectM.

14 years agoFixed PCM values given to projectm.
Laurent Aimar [Sun, 13 Dec 2009 12:21:28 +0000 (13:21 +0100)]
Fixed PCM values given to projectm.

14 years agoFixed an uninitialized value in opengl.
Laurent Aimar [Sun, 13 Dec 2009 12:14:53 +0000 (13:14 +0100)]
Fixed an uninitialized value in opengl.

14 years agoConverted projectm to vout_opengl_t.
Laurent Aimar [Sun, 13 Dec 2009 11:49:26 +0000 (12:49 +0100)]
Converted projectm to vout_opengl_t.

As a side effects, window resize is now implemented.

14 years agoAllowed to use vout_display with a dummy vout.
Laurent Aimar [Sun, 13 Dec 2009 11:42:17 +0000 (12:42 +0100)]
Allowed to use vout_display with a dummy vout.

It is needed as long as we cannot directly get an opengl context
from a vout_thread_t.

14 years agoImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
Laurent Aimar [Sun, 13 Dec 2009 11:39:47 +0000 (12:39 +0100)]
Implemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.

14 years agoImplemented VOUT_DISPLAY_GET_OPENGL in glwin32.
Laurent Aimar [Sat, 12 Dec 2009 21:42:18 +0000 (22:42 +0100)]
Implemented VOUT_DISPLAY_GET_OPENGL in glwin32.

14 years agoAdded a way to retreive an opengl context from a vout display.
Laurent Aimar [Sat, 12 Dec 2009 21:41:45 +0000 (22:41 +0100)]
Added a way to retreive an opengl context from a vout display.

14 years agoSimplified projectm module by using vlc_thread_t.
Laurent Aimar [Sat, 12 Dec 2009 21:39:19 +0000 (22:39 +0100)]
Simplified projectm module by using vlc_thread_t.

14 years agoFixed a potential race condition (projectm).
Laurent Aimar [Sat, 12 Dec 2009 21:16:19 +0000 (22:16 +0100)]
Fixed a potential race condition (projectm).

14 years agoReworked a bit projectm initialization.
Laurent Aimar [Sat, 12 Dec 2009 21:06:02 +0000 (22:06 +0100)]
Reworked a bit projectm initialization.

14 years agomacosx/framework: fixed MPEG2 exporting, updated iPod video profile (requires contrib...
Felix Paul Kühne [Sat, 12 Dec 2009 23:09:13 +0000 (00:09 +0100)]
macosx/framework: fixed MPEG2 exporting, updated iPod video profile (requires contribs with mp4a encoder) and added a method to stop all this

14 years agoUse VLC_CODEC_PPM
Rémi Denis-Courmont [Sat, 12 Dec 2009 21:57:10 +0000 (23:57 +0200)]
Use VLC_CODEC_PPM

14 years agoPPM image support
Johann Ransay [Tue, 8 Dec 2009 10:49:51 +0000 (11:49 +0100)]
PPM image support

PPM image format is already supported in FFMPEG. It would be possible to
support it in vlc too with the following patch.
The targetted usage of this change is to be able to do:
vlc --fake-file image.ppm fake://

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoQt: new view mode for the playlist in an IconList like mode.
Jean-Baptiste Kempf [Sat, 12 Dec 2009 17:52:08 +0000 (18:52 +0100)]
Qt: new view mode for the playlist in an IconList like mode.

14 years agoQt: playlist. Remove unnecessary includes
Jean-Baptiste Kempf [Sat, 12 Dec 2009 17:24:12 +0000 (18:24 +0100)]
Qt: playlist. Remove unnecessary includes

and stretch the search to 1 in the playlist

14 years agoQt: PlaylistWidget parenting and code cleanup/simplifications
Jean-Baptiste Kempf [Sat, 12 Dec 2009 17:20:47 +0000 (18:20 +0100)]
Qt: PlaylistWidget parenting and code cleanup/simplifications

14 years agoQt: debug only if you want to.
Jean-Baptiste Kempf [Sat, 12 Dec 2009 17:27:33 +0000 (18:27 +0100)]
Qt: debug only if you want to.