Commit Graph

38644 Commits

Author SHA1 Message Date
Felix Paul Kühne
05c777f907 VLCKit: added an aggregate target to build both VLC and VLCKit with one click 2010-02-20 01:29:22 +01:00
Rafaël Carré
1d3327067a live-armlinux.patch got accepted by upstream
So apply it unconditionally so when the new release is here it will be
spotted and removed faster.
http://lists.live555.com/pipermail/live-devel/2010-February/011820.html
2010-02-20 01:02:49 +01:00
Christophe Mutricy
b584f3dfa1 skip-ads option is a bool 2010-02-19 23:34:11 +00:00
Emmanuel de Roux
3780cebaa7 macosx/framework : added method setValue:forMeta: to VLCMedia
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-02-19 18:48:56 +01:00
Rémi Duraffort
14083ca02b libvlc_test: fix compilation of "make checkall" 2010-02-19 11:39:10 +01:00
Laurent Aimar
443e9191f2 Fixed seeking on a sample described by the last STSS entry (.mp4). 2010-02-19 01:23:46 +01:00
Fabio Ritrovato
7f4859032b Lua SD: add scripts to makefile 2010-02-18 23:33:54 +01:00
Fabio Ritrovato
649b36da35 Lua SD: simplify fmc.lua 2010-02-18 23:14:05 +01:00
Rémi Denis-Courmont
e8f2c68830 secstotimestr: use div() 2010-02-18 23:18:44 +02:00
Laurent Aimar
6e43f48351 Fixed activex compilation. 2010-02-18 19:35:53 +01:00
Rémi Denis-Courmont
a3947b1833 input_item_SetURI: improve warning 2010-02-18 20:12:23 +02:00
Rémi Denis-Courmont
7eccf3a2cf libvlc_media_new_path: create a media from a file path
Also rename libvlc_media_new to libvlc_media_new_location to remove
the ambiguity.
2010-02-18 19:56:15 +02:00
Rémi Denis-Courmont
501f845fee VLC preferences are not the developers documentation
(not to mention typos)
2010-02-18 19:54:18 +02:00
Rémi Denis-Courmont
89212e6963 Don't waste translator's time... 2010-02-18 19:32:36 +02:00
Rémi Duraffort
012e93a733 Qt4: fix pontential NULL dereference and show the right containing forlder. 2010-02-18 18:22:25 +01:00
Rémi Denis-Courmont
f5de3aee2c dummy demux: implement seeking and positioning with vlc://pause 2010-02-18 19:22:05 +02:00
Jakob Leben
7e0df1f4df Qt: show buffering on the background of time label 2010-02-18 18:19:43 +01:00
Vicente Jimenez Aguilar
34965ad08c Corrected comments' file name, description and year reference. Cut-and-paste left over.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-02-18 17:42:06 +01:00
Vicente Jimenez Aguilar
d2a8d7c11a Fix typo in comment.
I was looking for a memory leak when I have a lot of
"ts demux warning: discontinuity received 'x' instead of 'y' (pid='xxx')"
messages.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-02-18 17:31:22 +01:00
Pierre d'Herbemont
82c5d9de76 libvlc: Add a test for media_player_set_media(). 2010-02-18 15:49:25 +01:00
Pierre d'Herbemont
27934aa93b macosx/framework: Fix our hack for extensions. 2010-02-18 15:49:08 +01:00
Hugo Beauzee-Luyssen
7d59872c45 libvlc: Don't lock the media player twice in set_media(). 2010-02-18 14:44:53 +01:00
Rafaël Carré
c11082a5e5 Don't look for live555 in /usr when using contribs 2010-02-18 08:27:34 +01:00
Rafaël Carré
c0e8b04da9 fix live555 compile on armlinux 2010-02-18 08:17:15 +01:00
Jakob Leben
e261333922 Qt: cache "no-art" pixmap as well 2010-02-18 02:53:27 +01:00
Jakob Leben
9af87f1184 Qt: remedy faulty locationBar layout 2010-02-18 01:15:03 +01:00
Laurent Aimar
cd22ae1dc6 Fixed theora/speex support in avformat demuxer.
Theora/speex extra data are converted to a format suitable to VLC.
2010-02-17 23:54:21 +01:00
Laurent Aimar
23c600974f Added vorbis in avcodec<->vlc codec map table. 2010-02-17 23:54:20 +01:00
Laurent Aimar
b5ad5b6152 Modified the way xiph codecs headers are transported in VLC.
It makes VLC compatible with FFmpeg vorbis/theora decoder.
It fixes support of big headers (like comments with an art encoded
as a base64 string...).
It simplifies a bit.
2010-02-17 23:54:20 +01:00
Rémi Denis-Courmont
d61a6d40f2 LibVLC: hopefully fix media player callback dead lock (fixes #3307) 2010-02-18 00:07:18 +02:00
Rémi Denis-Courmont
e51d033c69 Mostly revert "libvlc: add mouse events as libvlc_MediaPlayerEvents"
This mostly reverts commit 114b922fa7.
This introduces deadlocks in the LibVLC media player event handling.

Conflicts:

	bindings/python
	src/control/media_player.c
2010-02-18 00:06:50 +02:00
Rémi Denis-Courmont
1994eafa59 release_input_thread: NULL check after dereference 2010-02-17 23:09:19 +02:00
Rémi Denis-Courmont
5af0a5d418 stream_ReadLine: handle MacOS-style end-of-line (fixes #2156) 2010-02-17 22:37:36 +02:00
Rémi Denis-Courmont
fcead451d8 stream_ReadLine: bytes per char is either 1 or 2 2010-02-17 22:25:06 +02:00
Rémi Denis-Courmont
62d1845e1b Remove libsysfs code
udev has dropped libsysfs in favor of libudev. Normally, you'd want to
port the code, but this only concerns old devices with FireWire.
2010-02-17 22:02:56 +02:00
Rémi Denis-Courmont
2aadd69afc PLS: remove warning that fires even on empty lines 2010-02-17 20:52:13 +02:00
Rémi Denis-Courmont
c435708a8d PLS: simplify 2010-02-17 20:51:36 +02:00
Rémi Denis-Courmont
24127e33cb PLS: use atoll() to parse length 2010-02-17 20:43:49 +02:00
Fumio Nakayama
f532c117c5 l10n: Japanese translation for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-02-17 20:22:04 +02:00
Rémi Denis-Courmont
5c89f557dd Missing initializer 2010-02-17 18:58:56 +02:00
Rémi Denis-Courmont
2a371fbfc9 Put a warning for developers 2010-02-17 18:48:13 +02:00
Rémi Denis-Courmont
b8ef158dad RTP out: fix race condition in SDP generation from RTSP DESCRIBE 2010-02-17 18:39:26 +02:00
Erwan Tulou
2ed6e6a63f skins2: correct playlist issue when sorting is used
better keep track of the playlist_item_t reference than its iterator
 (may change if the playlist is sorted)
2010-02-17 17:12:30 +01:00
Jakob Leben
0972b0824c Qt: separate status bar label for "Buffering" + show time while seeking (close #2760) 2010-02-17 07:06:31 +01:00
Hugo Beauzee-Luyssen
2f75620afc Don't try to use p_extensions_manager if it failed to be created
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-02-17 01:18:11 +01:00
Jakob Leben
25100efbbd Qt: refactor and (again) emit currentChanged when processing new items 2010-02-17 01:03:00 +01:00
Jakob Leben
d46336c648 playlist: fix first subitem added as last and refactor 2010-02-17 01:03:00 +01:00
Felix Paul Kühne
c2078b6615 contrib: fixed iconv hack when run for the first time 2010-02-16 23:42:44 +01:00
Felix Paul Kühne
8a29858039 contribs: updated contrib package for Mac OS X including the recent x264, libdvdcss and ffmpeg changes 2010-02-16 22:57:49 +01:00
Rémi Duraffort
3b95102c23 projectm: fix typo. 2010-02-16 22:37:37 +01:00