1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

38716 Commits

Author SHA1 Message Date
Christophe Mutricy
ebbb05512f Install the icons according to freedesktop "standard"
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
2010-02-23 22:34:41 +00:00
Erwan Tulou
1f30e8690b skins2: fix #689 (text control refresh issue)
This patch redefines the method associated with visibility
to ensure that the latest text is displayed when
the text control gets visible
2010-02-23 23:11:24 +01:00
Rémi Duraffort
53e51f0414 variables: print a warning if doing var_Set on a void variable. 2010-02-23 22:12:09 +01:00
Felix Paul Kühne
61d9096065 contribs: another binary package update for Darwin including proper pc files 2010-02-23 19:47:42 +01:00
Pierre d'Herbemont
ccdfdfdf1b contrib: Also fix up .pc file on Mac OS X. 2010-02-23 19:36:13 +01:00
Jakob Leben
544625f19e a macro to automate the choice of "folder"/"directory" string version according to platform 2010-02-23 17:27:56 +01:00
Pierre d'Herbemont
b904c184ca sd: Factorize function dispatch for better code readability. 2010-02-23 15:29:23 +01:00
Fabio Ritrovato
fcd847ecef Lua SD: blind attempt at fixing #3324 2010-02-23 15:23:49 +01:00
Fabio Ritrovato
08b59679d0 Lua SD: don't fail the whole probe if a script fail 2010-02-23 14:32:32 +01:00
Fabio Ritrovato
27d5a2c474 Win32: fix previous commit 2010-02-23 14:18:17 +01:00
Pierre d'Herbemont
db1e6a133d test: Use image.jpg for testing tracks reading.
image.jpg is a very small 1x1 image.
2010-02-23 14:13:51 +01:00
Fabio Ritrovato
f782942dda Win32: package lua common scripts 2010-02-23 14:10:59 +01:00
Fabio Ritrovato
44c53d0e28 Lua SD: add longname option (Close #3323) 2010-02-23 13:58:59 +01:00
Jakob Leben
9969ca2fbe playlist: remove unused ItemToNode() 2010-02-23 12:43:30 +01:00
Jakob Leben
abc84401cd playlist: consistently change input item type when subitems are added 2010-02-23 12:43:29 +01:00
Jakob Leben
dfebdb6a7f playlist: only make The Playlist flat, not Media Library 2010-02-23 12:43:29 +01:00
Jean-Baptiste Kempf
02745c6f42 Win32: package the luaSD scripts 2010-02-23 11:13:41 +01:00
Jean-Baptiste Kempf
426550fe23 Removing tabs from previous commits. 2010-02-22 23:27:25 +01:00
Laurent Aimar
8cd59f4a46 Fixed regression in http access.
access_t::info.i_pos must always be updated to allow icy-meta and seeking
support.
2010-02-22 23:22:24 +01:00
Jean-Baptiste Kempf
d66b08e086 Fix GoogleImage warning. Close #3311
Patch by ale5000
2010-02-22 23:09:22 +01:00
Fabio Ritrovato
d38329b4db Lua SD: let the user know we are working 2010-02-22 22:41:57 +01:00
Jean-Baptiste Kempf
6ebad9e33d Avcodec: comment an extra debug message on subtitles size 2010-02-22 22:12:34 +01:00
Laurent Aimar
3620e95f21 Fixed audio transcoding when using filters. 2010-02-22 21:26:06 +01:00
Fabio Ritrovato
460ea1d9c8 Lua SD: Icecast Directory script 2010-02-22 20:39:11 +01:00
Fabio Ritrovato
db21ff87b3 Fix debug message 2010-02-22 20:37:58 +01:00
Pierre d'Herbemont
d9ab1c7141 VLCKit: preparsed->parsed. 2010-02-22 20:31:04 +01:00
Pierre d'Herbemont
17e117d8b6 libvlc: Export libvlc_media_is_parsed instead of libvlc_media_is_preparsed. 2010-02-22 20:30:39 +01:00
Pierre d'Herbemont
3acfd5b570 VLCKit: Remove contrib dependency files.
We already do that in contrib makefile.
2010-02-22 20:24:09 +01:00
Pierre d'Herbemont
b0da3bf199 libvlc_media: Destroy the cond and the mutex. 2010-02-22 19:52:20 +01:00
Pierre d'Herbemont
8adbb2d7f9 libvlc: Don't refer to media_preparsing as we don't have media_parsing.
parsing is simpler.
2010-02-22 18:34:32 +01:00
Pierre d'Herbemont
8211292f1c libvlc: libvlc_media_get_es->libvlc_media_get_tracks_info. 2010-02-22 18:19:30 +01:00
Pierre d'Herbemont
ad91605615 test: Update libvlc_media test. 2010-02-22 18:19:30 +01:00
Pierre d'Herbemont
8119b3280c libvlc: Export libvlc_media_parse() and libvlc_media_parse_async().
Else there is no way to properly trigger meta preparsing from libvlc.
2010-02-22 18:19:30 +01:00
Pierre d'Herbemont
a78bada169 libvlc: Put a ref to libvlc_media_release in libvlc_media_new. 2010-02-22 18:19:29 +01:00
Felix Paul Kühne
3b474bb0b6 Updated contrib package for Mac OS X including latest ffmpeg and Sparkle on every platform 2010-02-22 18:02:49 +01:00
Felix Paul Kühne
16c04de1e8 Removed debug from previous commit. 2010-02-22 17:57:13 +01:00
Felix Paul Kühne
a69ba6d4dd contribs: slimmed the OS X package
The included share folder was cut down to aclocal, autoconf, automake, gettext and libtool. Additionally, the gecko-sdk is downloaded and installed separately now. This vastly speeds up the installation process.
2010-02-22 17:55:34 +01:00
Jean-Baptiste Kempf
f4f797d13d Qt4: small fix for sprefs 2010-02-22 17:44:05 +01:00
Erwan Tulou
e95b99e646 skins2: work around a deallocation problem
VlcManager and VarManager dependents on each other (a design problem)
Anyway, it is a bad idea to use instance() on any manager when deallocating ressources
as it can start anew a manager already deallocated.
Better use global variables in p_sys and act accordingly.
2010-02-22 17:27:18 +01:00
Jakob Leben
f745927683 Qt: compile fix 2010-02-22 17:16:34 +01:00
Felix Paul Kühne
9f5e582563 VLCKit: ppc970 aka PowerPC G3 is no supported architecture 2010-02-22 14:37:45 +01:00
Jean-Baptiste Kempf
6a3cc0c54e Qt: grey out the inexisting options. 2010-02-22 12:29:18 +01:00
Jean-Baptiste Kempf
518ec8337f Add .amr to recognized extensions
And update NEWS to show latest improvements of avcodec. Next contribs
on mac and Windows should have AMR working
2010-02-22 12:29:18 +01:00
Pierre d'Herbemont
803bde05b8 Fix copyright.
Pointed by xtophe.
2010-02-22 12:14:22 +01:00
Pierre d'Herbemont
2fc112a1b4 libvlc: Test preparsing. 2010-02-22 12:02:49 +01:00
Pierre d'Herbemont
8d6ec46459 media: Whitespaces cleanup. 2010-02-22 12:01:32 +01:00
Pierre d'Herbemont
a0c7001bb2 libvlc: Register PreparsingChanged. 2010-02-22 07:03:33 +01:00
Laurent Aimar
24ae7ed55e Fixed an assert with still frame in dvdnav.
We can come out of still mode by user actions, and so
the timer need to be reset in DVDNAV_BLOCK_OK.
2010-02-21 23:32:48 +01:00
Laurent Aimar
7465767945 Fixed invalid free on picture_NewFromFormat failure in subpicture_region_New. 2010-02-21 22:48:34 +01:00
Laurent Aimar
39cbcafd10 Fixed potential division by 0 in vout_AllocatePicture. 2010-02-21 22:47:58 +01:00