Commit Graph

29905 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
5db54724d4 Win32: add a new vlc.ico that supports Vista and Seven guidelines. 2009-01-05 00:11:11 +01:00
Rémi Denis-Courmont
25f65d405b Unexport slightly unsafe block_FifoSize 2009-01-05 00:04:58 +02:00
Antoine Cellerier
3d0df50bb9 Fix symbol order. 2009-01-04 22:56:34 +01:00
Antoine Cellerier
d9e2653f30 Remove unused variable. 2009-01-04 21:38:00 +01:00
Kaarlo Raiha
5078763078 remove unndeed variables
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
2009-01-04 21:38:00 +01:00
Kaarlo Raiha
b4039dbd52 mention opengl effect removal
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
2009-01-04 21:37:59 +01:00
Rémi Denis-Courmont
ff845cf823 Unduplicate UPnP long string 2009-01-04 21:05:38 +02:00
Antoine Cellerier
5493236e92 Update Joseph Tulou's THANKS entry. 2009-01-04 19:50:01 +01:00
Joseph Tulou
e5f6537aa7 changes Ext2Fourcc into image_Ext2Fourcc and exports it for reuse within vlc
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
2009-01-04 19:48:39 +01:00
Joseph Tulou
7a7ed7071e minor changes to png and sdl_image decoders to support being called from a demuxer.
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
2009-01-04 19:48:38 +01:00
Felix Paul Kühne
e6d4f6abaa macosx: display only information on the currently playing item instead of the item selected in the playlist 2009-01-04 19:39:53 +01:00
Antoine Cellerier
721218c57b Fix --stop-time.
Looks like p_input->i_time is only used for --stop-time. Is that normal?
2009-01-04 19:36:51 +01:00
Antoine Cellerier
04193d5097 v4l2 access can now find optimal frame rate and dimensions
Default is now to use the best available dimensions at the best framerate unless framerate was explicitly set, where it would use that frame rate.
2009-01-04 19:17:20 +01:00
Antoine Cellerier
92c0a8f51c Input based input slaves sound better. 2009-01-04 17:53:37 +01:00
Antoine Cellerier
34ca61b6e6 Oops. 2009-01-04 17:51:39 +01:00
Antoine Cellerier
f931a4a484 Move v4l2.c back to the access/ directory
(No more splitting up planed in the forseable future)
2009-01-04 17:44:55 +01:00
Antoine Cellerier
a1bef30351 Fix confusing variable name. 2009-01-04 17:33:39 +01:00
Antoine Cellerier
9f7c2895dc Leave recent items filter empty. 2009-01-04 17:31:53 +01:00
Mirsal Ennaime
c31a81335e UPnP services discovery: Remove a useless function 2009-01-04 15:41:22 +01:00
Felix Paul Kühne
3d5ff7dc53 64bit compilation fixes 2009-01-04 15:19:12 +01:00
Mirsal Ennaime
5858f0fccb UPnP services discovery: fix remaining bugs 2009-01-04 11:31:53 +01:00
Mirsal Ennaime
24d02d8cc8 UPnP services discovery: Put the callback lock reference in the p_sys data structure. 2009-01-04 11:31:53 +01:00
Mirsal Ennaime
8ed92b2206 UPnP services discovery: Switch to the services discovery API 2009-01-04 11:31:52 +01:00
Mirsal Ennaime
0e45933d1f UPnP services discovery: Merge the SoC 2008 fixes, remove the Cookie class and use the ordinary mechanisms instead 2009-01-04 11:31:52 +01:00
Felix Kühne
120c15e58e Darwin 10 adaptations
We create 64 bit builds on this OS by default for now
2009-01-04 00:19:27 +01:00
Felix Kühne
8aad450137 libcaca: configure script patch & hack to let us use the SDK and the GCC version of our choice 2009-01-04 00:19:27 +01:00
Antoine Cellerier
bc400496f4 Implement DEMUX_SET_NEXT_DEMUX_TIME in alsa & oss
This makes it possible to use the alsa and oss modules as slaves to
modules such as v4l2 and screen. (The other way around isn't supported
at the moment.)
2009-01-03 22:50:25 +01:00
Antoine Cellerier
85174a2065 Implement DEMUX_GET_TIME in screen access. 2009-01-03 22:50:25 +01:00
Antoine Cellerier
652cd67e01 Revert "Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave."
This reverts commit 60106b7432.
That patch isn't a correct fix for the problem.
2009-01-03 22:50:25 +01:00
Antoine Cellerier
5816553e60 Remove debug message. 2009-01-03 22:50:25 +01:00
Antoine Cellerier
db820529a4 Use poll instead of msleep in v4l
(also untested since I still don't have any v4l device to test on)
2009-01-03 22:50:25 +01:00
Antoine Cellerier
2591b7dbbe Remove OSS support from v4l module.
Untested as I don't have any v4l devices available. Please check
that this didn't break video capture.
2009-01-03 22:50:25 +01:00
Antoine Cellerier
71b23066e3 Mention OSS and Alsa access split. 2009-01-03 22:50:25 +01:00
Antoine Cellerier
238545c8e2 Cosmetics. 2009-01-03 22:50:25 +01:00
Antoine Cellerier
f2268e4134 Remove Alsa and OSS support from v4l2 module. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
33b03f0e64 Cleanup alsa. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
f1451e3531 Fix alsa polling. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
70c09c2e8a Split OSS access from v4l2. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
b5615ec05a Split Alsa access module from v4l2. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
50ddca67c4 Fix copyright date. 2009-01-03 22:50:24 +01:00
Antoine Cellerier
711c318b5e Use polling instead of msleep in v4l2 access_demux.
I'm not sure about the polltimeout. I'd settle for an infinite timeout but then VLC might behavior on exit might be messed up.

This also fixes the last compilation warning in v4l2.c.
2009-01-03 22:50:24 +01:00
Rémi Denis-Courmont
aa83566077 EWOULDBLOCK may be used instead of EAGAIN for read, recv and accept 2009-01-03 23:00:11 +02:00
Jean-Baptiste Kempf
de2c8c1184 Qt: search implementation in the plugins list dialog for fast-seeing if a module is here or not. 2009-01-03 16:58:09 +01:00
Jean-Baptiste Kempf
1664191a69 Qt: convert strings from Unicode 2009-01-03 16:26:01 +01:00
Jean-Baptiste Kempf
abbea5793d Qt: recent Items, prepend with an accelerator and a number for keyboard faster access. 2009-01-03 11:31:06 +01:00
Geoffroy Couprie
740567b533 WinCE: use -avoid-version for libvlc and libvlccore 2009-01-03 01:37:42 +01:00
Geoffroy Couprie
b27c02bb5b Win32: go fullscreen on the same screen as the vout window 2009-01-03 01:37:36 +01:00
Geoffroy Couprie
a6c100a2cb WinCE: fix compilation of vout 2009-01-03 01:37:28 +01:00
Rémi Duraffort
303113c796 some cleaning. 2009-01-02 19:05:22 +01:00
Rémi Duraffort
f0b4c96ff3 Evenif we don't care of WxWidget, fix #2365. 2009-01-02 18:37:44 +01:00