]> git.sesse.net Git - vlc/log
vlc
16 years agoSome files have moved
Christophe Mutricy [Wed, 16 Jan 2008 23:31:38 +0000 (23:31 +0000)]
Some files have moved

16 years agoDelete rtp.c which was added by mistake in [24344]
Christophe Mutricy [Wed, 16 Jan 2008 23:28:53 +0000 (23:28 +0000)]
Delete rtp.c which was added by mistake in [24344]

16 years agoUpdate the symbol list
Christophe Mutricy [Wed, 16 Jan 2008 21:28:12 +0000 (21:28 +0000)]
Update the symbol list

16 years agoDon't complain about timeouts on Windows in cond_timedwait.
Rémi Denis-Courmont [Wed, 16 Jan 2008 19:36:50 +0000 (19:36 +0000)]
Don't complain about timeouts on Windows in cond_timedwait.

16 years agovlc security: As i've seen very little improvement on that front, i've decided to...
Damien Fouilleul [Wed, 16 Jan 2008 19:30:12 +0000 (19:30 +0000)]
vlc security: As i've seen very little improvement on that front, i've decided to check in my take on handling the problem of managing harmful options. I'm pretty sure this is going to be very controversial, but I think my approach is quite simple and yet very effective Anyway, my approach makes the following assumptions:

- most vlc options are considered safe, only a handful are particularily unsafe and need be declared as such in their definition (they mostly deal with writing to an output file or URL)
- unsafe options are only considered potentially harmful when used as an input option, ie. the ':option' format. Configuration options are always considered safe 'i.e --option'
- unsafe options are associated with a global security policy, which dictates how these are handled. At the moment, The policy can be either block, allow or prompt, and is set using the '--security-policy' option (which itself is considered unsafe ;)

the policy can be set by the user at the command line or in the preferences, it curently defaults to prompt, which is the desirable state for deskop use. However, it can be overriden depending on context, for example, the activex and mozilla will force the security-policy to block regardless of preference settins.

the code is a bit rough at the moment, but i will optimize/clean it up if the dev community this approach is worth keeping.

try the following example, and you'll see quickly what i mean:

./vlc -vvv <a mrl> :sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ts,dst=vlc-output.ts,access=file}"

Enjoy,
   Damien

16 years agoRevert the so-called whitelisting commits that are actually blacklisting
Rémi Denis-Courmont [Wed, 16 Jan 2008 17:51:21 +0000 (17:51 +0000)]
Revert the so-called whitelisting commits that are actually blacklisting

16 years ago.
Christophe Massiot [Wed, 16 Jan 2008 17:51:10 +0000 (17:51 +0000)]
.

16 years agoinput options whitelisting, step 2 (refs #1371)
Rafaël Carré [Wed, 16 Jan 2008 17:36:14 +0000 (17:36 +0000)]
input options whitelisting, step 2 (refs #1371)

16 years agoUse utf8_unlink in src/misc/update.c
Rémi Duraffort [Wed, 16 Jan 2008 17:31:07 +0000 (17:31 +0000)]
Use utf8_unlink in src/misc/update.c

16 years agoI forgot this part in the previous commit.
Rémi Duraffort [Wed, 16 Jan 2008 17:19:26 +0000 (17:19 +0000)]
I forgot this part in the previous commit.

16 years agoImplementation of utf8_unlink. If someone can test this function on Windows please ?
Rémi Duraffort [Wed, 16 Jan 2008 17:18:30 +0000 (17:18 +0000)]
Implementation of utf8_unlink. If someone can test this function on Windows please ?

16 years agofix #1362 (replace ':' with '_' in filenames on macosx)
Rafaël Carré [Wed, 16 Jan 2008 15:41:35 +0000 (15:41 +0000)]
fix #1362 (replace ':' with '_' in filenames on macosx)

16 years agoinput options whitelisting: 1st step
Rafaël Carré [Wed, 16 Jan 2008 13:58:40 +0000 (13:58 +0000)]
input options whitelisting: 1st step

16 years agocontrol/media_instance.c: Silly debug code removal (thanks funman).
Pierre d'Herbemont [Wed, 16 Jan 2008 10:32:14 +0000 (10:32 +0000)]
control/media_instance.c: Silly debug code removal (thanks funman).

16 years agosrc/control: set svn:keywords to Id
Rafaël Carré [Wed, 16 Jan 2008 10:21:11 +0000 (10:21 +0000)]
src/control: set svn:keywords to Id

16 years agoQt4 - remove trailing space due to Bookmark implementation.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:25:26 +0000 (08:25 +0000)]
Qt4 - remove trailing space due to Bookmark implementation.

16 years agoQt4 - fix some saving and reading size bugs. Patch by Andre Weber
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:22:22 +0000 (08:22 +0000)]
Qt4 - fix some saving and reading size bugs. Patch by Andre Weber

16 years agoQt4 - Preferences, fix the bug that empeached to display the name of the categories.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:11:04 +0000 (08:11 +0000)]
Qt4 - Preferences, fix the bug that empeached to display the name of the categories.

16 years agoQt4 - should fix #1348 (invalid free)
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:59:13 +0000 (07:59 +0000)]
Qt4 - should fix #1348 (invalid free)

16 years agoQt4 - Playlist: double clicking on the art will open the Media Information dialog.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:37:45 +0000 (07:37 +0000)]
Qt4 - Playlist: double clicking on the art will open the Media Information dialog.

16 years agoQt4 - remove an unnecessary cast
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:18:11 +0000 (07:18 +0000)]
Qt4 - remove an unnecessary cast

16 years agoQt4 - move the playlist_model with the other files of the playlist
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:06:53 +0000 (07:06 +0000)]
Qt4 - move the playlist_model with the other files of the playlist

16 years agoQt4 - playlist model. Fix #1332
Jean-Baptiste Kempf [Wed, 16 Jan 2008 06:44:50 +0000 (06:44 +0000)]
Qt4 - playlist model. Fix #1332

Ouf!

16 years agoMacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the...
Pierre d'Herbemont [Wed, 16 Jan 2008 00:43:59 +0000 (00:43 +0000)]
MacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the url, as we can have two perfect different media (different meta, different option), but with the same url.

16 years agoMacOSX/Framework/VLCVideoLayer: Publish fillScreen.
Pierre d'Herbemont [Wed, 16 Jan 2008 00:42:54 +0000 (00:42 +0000)]
MacOSX/Framework/VLCVideoLayer: Publish fillScreen.

16 years agoMacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added...
Pierre d'Herbemont [Wed, 16 Jan 2008 00:25:33 +0000 (00:25 +0000)]
MacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added item.

16 years agoMacOSX/Framework/VLCVideoLayer: Implement hasVideo.
Pierre d'Herbemont [Wed, 16 Jan 2008 00:24:54 +0000 (00:24 +0000)]
MacOSX/Framework/VLCVideoLayer: Implement hasVideo.

16 years ago_GNU_SOURCE is already taken of by config.h + typo
Christophe Mutricy [Tue, 15 Jan 2008 22:37:27 +0000 (22:37 +0000)]
_GNU_SOURCE is already taken of by config.h + typo

16 years agoShow statistical information on the rc interface.
Jean-Paul Saman [Tue, 15 Jan 2008 22:28:14 +0000 (22:28 +0000)]
Show statistical information on the rc interface.

16 years agoeyetv: forgot that one in my last commit
Damien Fouilleul [Tue, 15 Jan 2008 20:01:12 +0000 (20:01 +0000)]
eyetv: forgot that one in my last commit

16 years agoMacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitore...
Pierre d'Herbemont [Tue, 15 Jan 2008 19:14:43 +0000 (19:14 +0000)]
MacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitored by KVO on non-main thread. That's not thread-safe.

16 years agoPatch by Jilles Tjoelker: Fix ALSA thread deadlock if trying to kill it before start...
Jean-Paul Saman [Tue, 15 Jan 2008 19:09:18 +0000 (19:09 +0000)]
Patch by Jilles Tjoelker: Fix ALSA thread deadlock if trying to kill it before start time is known.

16 years agoPut the lua files inside the .exe Ref #1436
Jean-Baptiste Kempf [Tue, 15 Jan 2008 17:15:39 +0000 (17:15 +0000)]
Put the lua files inside the .exe Ref #1436

16 years agoqt4: correct the header, copyright symbol, and remove myself from the list of authors
Rafaël Carré [Tue, 15 Jan 2008 14:28:12 +0000 (14:28 +0000)]
qt4: correct the header, copyright symbol, and remove myself from the list of authors

16 years agoaudioscrobbler: do not use mdate() when the real date is needed
Rafaël Carré [Tue, 15 Jan 2008 13:45:41 +0000 (13:45 +0000)]
audioscrobbler: do not use mdate() when the real date is needed

16 years agomdate(): update comment
Rafaël Carré [Tue, 15 Jan 2008 13:41:45 +0000 (13:41 +0000)]
mdate(): update comment

16 years agoCheck for the updates when showing the dialog.
Rémi Duraffort [Tue, 15 Jan 2008 13:36:58 +0000 (13:36 +0000)]
Check for the updates when showing the dialog.

16 years agocorrectly displays album art in playlist, fix by ILEoo
Rafaël Carré [Tue, 15 Jan 2008 12:46:40 +0000 (12:46 +0000)]
correctly displays album art in playlist, fix by ILEoo

16 years agoncurses: new box representing the vlc objects hierarchy (similar to rc's "tree" command)
Rafaël Carré [Tue, 15 Jan 2008 10:40:47 +0000 (10:40 +0000)]
ncurses: new box representing the vlc objects hierarchy (similar to rc's "tree" command)

16 years agoqt4 playlist selector: selects the playlist on start
Rafaël Carré [Tue, 15 Jan 2008 10:39:36 +0000 (10:39 +0000)]
qt4 playlist selector: selects the playlist on start

16 years agov4l2/ set svn:ignore property
Rafaël Carré [Tue, 15 Jan 2008 10:38:58 +0000 (10:38 +0000)]
v4l2/ set svn:ignore property

16 years agozsh completion:
Rafaël Carré [Tue, 15 Jan 2008 10:37:12 +0000 (10:37 +0000)]
zsh completion:
    don't use "mmap" which already exists in stdio.h as a function
    use an evil hack to get module_t structure
    permit to compile from the source tree when VLC was built in an external build tree: make BUILDDIR=../../XXX

16 years agoFix c-format
Christophe Mutricy [Tue, 15 Jan 2008 00:54:34 +0000 (00:54 +0000)]
Fix c-format

16 years agoUpdate POTFILES.in after moving/renaming files
Christophe Mutricy [Tue, 15 Jan 2008 00:54:30 +0000 (00:54 +0000)]
Update POTFILES.in after moving/renaming files

16 years agoeyetv: latest version of EyeTV capture plugin, needs lotta testing
Damien Fouilleul [Mon, 14 Jan 2008 23:18:13 +0000 (23:18 +0000)]
eyetv: latest version of EyeTV capture plugin, needs lotta testing

16 years agopython bindings: fix MediaDescriptor.get_meta method
Olivier Aubert [Mon, 14 Jan 2008 22:25:08 +0000 (22:25 +0000)]
python bindings: fix MediaDescriptor.get_meta method

16 years agopython bindings: begin to complete the libvlc API bindings. Cf TODO for what is left...
Olivier Aubert [Mon, 14 Jan 2008 22:17:07 +0000 (22:17 +0000)]
python bindings: begin to complete the libvlc API bindings. Cf TODO for what is left to be done.

16 years agoMove the v4l2 access to its own subdirectory.
Antoine Cellerier [Mon, 14 Jan 2008 21:30:44 +0000 (21:30 +0000)]
Move the v4l2 access to its own subdirectory.

16 years agoJapanese translation update by Tadashi Jokagi.
Antoine Cellerier [Mon, 14 Jan 2008 20:49:01 +0000 (20:49 +0000)]
Japanese translation update by Tadashi Jokagi.

16 years agomisc/events.c: Make sure we don't leak.
Pierre d'Herbemont [Mon, 14 Jan 2008 19:36:48 +0000 (19:36 +0000)]
misc/events.c: Make sure we don't leak.

16 years agomisc/events.c: Fix a NULL ptr access.
Pierre d'Herbemont [Mon, 14 Jan 2008 19:28:09 +0000 (19:28 +0000)]
misc/events.c: Fix a NULL ptr access.

16 years agodon't copy 'meta-file' option to inputs
Rafaël Carré [Mon, 14 Jan 2008 18:33:30 +0000 (18:33 +0000)]
don't copy 'meta-file' option to inputs

16 years agoFix previous commit.
Pierre d'Herbemont [Mon, 14 Jan 2008 17:59:35 +0000 (17:59 +0000)]
Fix previous commit.

16 years agoMacOSX/Framework/VLCMediaPlayer: Publish -audio.
Pierre d'Herbemont [Mon, 14 Jan 2008 17:48:36 +0000 (17:48 +0000)]
MacOSX/Framework/VLCMediaPlayer: Publish -audio.

16 years agoaccess/http.c: Don't track redirection if there is no input. (Fix a crash with lua...
Pierre d'Herbemont [Mon, 14 Jan 2008 13:26:34 +0000 (13:26 +0000)]
access/http.c: Don't track redirection if there is no input. (Fix a crash with lua art work fetching and redirection btw).

16 years agoalsa: add some verbose debug (enabled only if ALSA_DEBUG is defined) due to some...
Rafaël Carré [Mon, 14 Jan 2008 10:37:30 +0000 (10:37 +0000)]
alsa: add some verbose debug (enabled only if ALSA_DEBUG is defined) due to some regressions introduced by changeset [23022]

16 years agoQt4 - Commenting playlist_model code.
Jean-Baptiste Kempf [Mon, 14 Jan 2008 07:46:19 +0000 (07:46 +0000)]
Qt4 - Commenting playlist_model code.

16 years agoAlert the user when something wrong accure during the update.
Rémi Duraffort [Sun, 13 Jan 2008 23:04:23 +0000 (23:04 +0000)]
Alert the user when something wrong accure during the update.

16 years agoFix saving of strings config variables. Patch courtesy of Andrew Zaikin
Christophe Mutricy [Sun, 13 Jan 2008 22:43:05 +0000 (22:43 +0000)]
Fix saving of strings config variables. Patch courtesy of Andrew Zaikin

16 years agocontrol/media_instance.c: Send EncouteredError event. Plus detach properly from callb...
Pierre d'Herbemont [Sun, 13 Jan 2008 22:41:45 +0000 (22:41 +0000)]
control/media_instance.c: Send EncouteredError event. Plus detach properly from callback. Plus be don't block when releasing the input thread.

16 years agoTypo
Rémi Duraffort [Sun, 13 Jan 2008 22:41:26 +0000 (22:41 +0000)]
Typo

16 years agoFix compilation error with SDL under 1.2.10
Rémi Duraffort [Sun, 13 Jan 2008 22:23:17 +0000 (22:23 +0000)]
Fix compilation error with SDL under 1.2.10

16 years agoFixed typo in MJD decoding (Fix EIT informations)
Laurent Aimar [Sun, 13 Jan 2008 21:11:27 +0000 (21:11 +0000)]
Fixed typo in MJD decoding (Fix EIT informations)

16 years agoMacOSX/Framework/Example: FlashVideoDownloader, sample app that download a video...
Pierre d'Herbemont [Sun, 13 Jan 2008 19:36:20 +0000 (19:36 +0000)]
MacOSX/Framework/Example: FlashVideoDownloader, sample app that download a video from YouTube, dailymotion, etc. using VLC's luaplaylist module, and export them to a more readable format. (killer app, imho :), but yet only an code Example. )

16 years agoMacOSX/Framework: Forgot that in previous commit.
Pierre d'Herbemont [Sun, 13 Jan 2008 19:29:53 +0000 (19:29 +0000)]
MacOSX/Framework: Forgot that in previous commit.

16 years agoFix the v4l2 "reset all controls" code. Use the extended API when supported and fallb...
Antoine Cellerier [Sun, 13 Jan 2008 18:42:43 +0000 (18:42 +0000)]
Fix the v4l2 "reset all controls" code. Use the extended API when supported and fallback to old api in Control().

16 years agoKorean translation update by Chan-gu Lee
Rafaël Carré [Sun, 13 Jan 2008 18:16:33 +0000 (18:16 +0000)]
Korean translation update by Chan-gu Lee

16 years agoMacOSX/Framework: Support streamin media list.
Pierre d'Herbemont [Sun, 13 Jan 2008 17:17:33 +0000 (17:17 +0000)]
MacOSX/Framework: Support streamin media list.

16 years agoIf the v4l2 driver supports the extended control api, use it to enumerate all the...
Antoine Cellerier [Sun, 13 Jan 2008 15:04:04 +0000 (15:04 +0000)]
If the v4l2 driver supports the extended control api, use it to enumerate all the controls when the ControlReset function is called (it will reset all the controls which aren't in the MPEG class), else fallback to the old api.

16 years agoVLM and Bookmark are implemented.
Jean-Baptiste Kempf [Sun, 13 Jan 2008 07:32:00 +0000 (07:32 +0000)]
VLM and Bookmark are implemented.

16 years agoQt4 - fix [24261]
Jean-Baptiste Kempf [Sun, 13 Jan 2008 02:00:08 +0000 (02:00 +0000)]
Qt4 - fix [24261]

16 years agoMacOSX/Framework/Example: Initial creation of a nice application that does iPod expor...
Pierre d'Herbemont [Sun, 13 Jan 2008 01:23:51 +0000 (01:23 +0000)]
MacOSX/Framework/Example: Initial creation of a nice application that does iPod exporting.

16 years agoDon't try setting the audio input source if the v4l2 device doesn't have any.
Antoine Cellerier [Sun, 13 Jan 2008 01:01:49 +0000 (01:01 +0000)]
Don't try setting the audio input source if the v4l2 device doesn't have any.

16 years agoMake everything AC_DEFINE(HAVE_FOOBAR define 1 where appropriate.
Pavlov Konstantin [Sun, 13 Jan 2008 01:01:38 +0000 (01:01 +0000)]
Make everything AC_DEFINE(HAVE_FOOBAR define 1 where appropriate.

16 years agoMacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.
Pierre d'Herbemont [Sun, 13 Jan 2008 00:57:29 +0000 (00:57 +0000)]
MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.

16 years agoMacOSX/Framework: Publish @property id drawable. Make sure the KVO will be sent for...
Pierre d'Herbemont [Sun, 13 Jan 2008 00:56:37 +0000 (00:56 +0000)]
MacOSX/Framework: Publish @property id drawable. Make sure the KVO will be sent for isPlaying.

16 years agoFix HAVE_LIBPNG in configure.ac
Jean-Baptiste Kempf [Sun, 13 Jan 2008 00:37:19 +0000 (00:37 +0000)]
Fix HAVE_LIBPNG in configure.ac

16 years agoFix hostname reporting on some weirdly configured systems like mine (actually, use...
Pavlov Konstantin [Sun, 13 Jan 2008 00:35:08 +0000 (00:35 +0000)]
Fix hostname reporting on some weirdly configured systems like mine (actually, use short hostname as it should be).
Fix qt4 interface of displaying it in About dialog the same way as wx interface does.

16 years agovlc/libvlc.h: Export libvlc_media_instance_get_drawable().
Pierre d'Herbemont [Sat, 12 Jan 2008 23:46:39 +0000 (23:46 +0000)]
vlc/libvlc.h: Export libvlc_media_instance_get_drawable().

16 years agocontrol/hierarchical_node_media_list_view.c: Fix a warning.
Pierre d'Herbemont [Sat, 12 Jan 2008 23:45:42 +0000 (23:45 +0000)]
control/hierarchical_node_media_list_view.c: Fix a warning.

16 years agoAdd audio input selection for encoder cards.
Antoine Cellerier [Sat, 12 Jan 2008 23:30:58 +0000 (23:30 +0000)]
Add audio input selection for encoder cards.

16 years agovlc/libvlc.h: Make media_descriptor_duplicate Public.
Pierre d'Herbemont [Sat, 12 Jan 2008 23:00:51 +0000 (23:00 +0000)]
vlc/libvlc.h: Make media_descriptor_duplicate Public.

16 years agocontrol/media_instance.c: Use input_Read.
Pierre d'Herbemont [Sat, 12 Jan 2008 22:59:53 +0000 (22:59 +0000)]
control/media_instance.c: Use input_Read.

16 years agoRemove always false test
Christophe Mutricy [Sat, 12 Jan 2008 22:48:14 +0000 (22:48 +0000)]
Remove always false test

16 years agoAdd v4l2 tuner support. Example command line for Hauppauge PVR 250 to get France...
Antoine Cellerier [Sat, 12 Jan 2008 22:40:34 +0000 (22:40 +0000)]
Add v4l2 tuner support. Example command line for Hauppauge PVR 250 to get France 2 (at ECP) and encode as MPEG2: ./vlc -I dummy -vvv 'v4l2c://:audio-method=0:controls-reset:set-ctrls={video_bitrate_mode=1,video_bitrate=4000000,video_peak_bitrate=4000000}:width=720:height=576:tuner=0:tuner-frequency=478550'

16 years agoAdd audio bass, treble and loudness options (supported by PVR 250).
Antoine Cellerier [Sat, 12 Jan 2008 21:11:43 +0000 (21:11 +0000)]
Add audio bass, treble and loudness options (supported by PVR 250).

16 years ago[PATCH] v4l2 mpeg2 controls by Dennis Lou. Thanks.
Antoine Cellerier [Sat, 12 Jan 2008 20:46:36 +0000 (20:46 +0000)]
[PATCH] v4l2 mpeg2 controls by Dennis Lou. Thanks.

16 years agoQt4 - add ifdef if someone compiles vlc without vlm support
Jean-Baptiste Kempf [Sat, 12 Jan 2008 20:00:02 +0000 (20:00 +0000)]
Qt4 - add ifdef if someone compiles vlc without vlm support

16 years agoSupport for 8bit uncompressed in AVI files.
Jean-Baptiste Kempf [Sat, 12 Jan 2008 19:02:12 +0000 (19:02 +0000)]
Support for 8bit uncompressed in AVI files.

16 years agoFixed a segfault/division by zero caused by delayed headers in LOAS
Sigmund Augdal Helberg [Sat, 12 Jan 2008 17:23:47 +0000 (17:23 +0000)]
Fixed a segfault/division by zero caused by delayed headers in LOAS
format audio.

16 years agoogg demuxer: fix #1429 by simply ignoring the skeleton track
Rafaël Carré [Sat, 12 Jan 2008 16:45:16 +0000 (16:45 +0000)]
ogg demuxer: fix #1429 by simply ignoring the skeleton track
be more strict when testing for packet types

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Fix a wrong detach.
Pierre d'Herbemont [Sat, 12 Jan 2008 16:27:49 +0000 (16:27 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Fix a wrong detach.

16 years agoMacOSX/Framework/Pre-Compile.sh: Fix libvlc.dylib and libvlc-control.dylib installation.
Pierre d'Herbemont [Sat, 12 Jan 2008 16:25:14 +0000 (16:25 +0000)]
MacOSX/Framework/Pre-Compile.sh: Fix libvlc.dylib and libvlc-control.dylib installation.

16 years agomisc/variables.c: Make sure we don't use an unitialized var. (Fix a free to a non...
Pierre d'Herbemont [Sat, 12 Jan 2008 16:20:54 +0000 (16:20 +0000)]
misc/variables.c: Make sure we don't use an unitialized var. (Fix a free to a non-malloced ptr).

16 years agoopengl-vout-osx: remove 2 incorrect checks (assuming that 10.3.9 == __ppc__ is _no_...
Felix Paul Kühne [Sat, 12 Jan 2008 16:14:16 +0000 (16:14 +0000)]
opengl-vout-osx: remove 2 incorrect checks (assuming that 10.3.9 == __ppc__ is _no_ good idea) and fixed a couple of compilation warnings

16 years agomacosx: we don't want to jump to the playlist item, if it changes. That's soo '90s...
Felix Paul Kühne [Sat, 12 Jan 2008 15:56:35 +0000 (15:56 +0000)]
macosx: we don't want to jump to the playlist item, if it changes. That's soo '90s...

16 years agoaudioscrobbler: use exclusively mdate() for time-related purposes
Rafaël Carré [Sat, 12 Jan 2008 15:05:17 +0000 (15:05 +0000)]
audioscrobbler: use exclusively mdate() for time-related purposes

16 years agoFrench translation of ncurses interface
Rafaël Carré [Sat, 12 Jan 2008 14:33:38 +0000 (14:33 +0000)]
French translation of ncurses interface

16 years agomp4 demux: also add meta for 'Encoded by', 'URL', 'Track Number' and 'Comment'
Felix Paul Kühne [Sat, 12 Jan 2008 14:09:23 +0000 (14:09 +0000)]
mp4 demux: also add meta for 'Encoded by', 'URL', 'Track Number' and 'Comment'

16 years agoQt4 - Encode URLs in open dialog as requested. Close defect #1414.
Jean-Baptiste Kempf [Sat, 12 Jan 2008 08:03:00 +0000 (08:03 +0000)]
Qt4 - Encode URLs in open dialog as requested. Close defect #1414.