1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-14 21:25:09 +02:00
Commit Graph

21969 Commits

Author SHA1 Message Date
Antoine Cellerier
829d22077e Hungarian translation update by Gabor Kelemen. Thanks. 2008-01-07 20:11:59 +00:00
Pierre d'Herbemont
ccaf6ed763 MacOSX/VLC_app: Fix the various bindings. And binds the various media control buttons. 2008-01-07 19:31:45 +00:00
Pierre d'Herbemont
096ebc3711 MacOSX/Framework: Implement -canPause and the various setRate related functions. 2008-01-07 19:30:38 +00:00
Pierre d'Herbemont
79179c9e91 vlc/libvlc.h: Use libvlc_time_t. 2008-01-07 19:22:47 +00:00
Pierre d'Herbemont
4272093107 control/media_instance.c: Make sure media_instance_pause() will either, play, pause, or stop, depending on the whether the input can be paused or is playing. 2008-01-07 18:09:45 +00:00
Pierre d'Herbemont
b99b8b1a44 control/media_instance.c: Make sure the toggling the of the pause status implies a right "state" callback. 2008-01-07 15:49:39 +00:00
Pierre d'Herbemont
d057091d90 MacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated. 2008-01-07 15:01:21 +00:00
Pierre d'Herbemont
5da72b7761 libvlc.h: Define and implement libvlc_media_instance_is_pausable(). 2008-01-07 14:46:08 +00:00
Pierre d'Herbemont
e41cdcc4ac src/input.c: Define and set the "can-pause" variable. 2008-01-07 14:23:12 +00:00
Pierre d'Herbemont
24653effad MacOSX/VLC_app: Connect the Sound slider. 2008-01-07 12:34:13 +00:00
Pierre d'Herbemont
f7b43e279b MacOSX/Framework/VLCValueTransformer.m: Remove unuseful NSLog. 2008-01-07 12:30:38 +00:00
Rémi Duraffort
d70fb1f86a Revert [23969] because mutex aren't needed 2008-01-07 09:24:07 +00:00
Pierre d'Herbemont
cfa722f1f7 MacOSX/VLC_app/VLC.xcodeproj: Fix copy phase.
MacOSX/Framework/Sources/VLCVideoCommon.m: Minor typo in previous commit.
2008-01-06 23:03:04 +00:00
Pierre d'Herbemont
95160e3a12 MacOSX: Correctly interprets fillscreen. 2008-01-06 22:56:58 +00:00
Pierre d'Herbemont
8d9dc3d68e MacOSX/Framework/VLCKit.h: s/VLC/VLCKit/ 2008-01-06 22:44:43 +00:00
Pierre d'Herbemont
96b176de3d Fix previouses commit. 2008-01-06 22:37:30 +00:00
Pierre d'Herbemont
196bce3176 MacOSX: Make sure VLC.framework is renamed to VLCKit.framework. 2008-01-06 21:45:41 +00:00
Pierre d'Herbemont
dc7425e32f MacOSX: Rename the framework to VLCKit. 2008-01-06 20:27:55 +00:00
Pierre d'Herbemont
d8ad30f984 MacOSX/Framework/VLCVideoCommon.m: Fix fillscreen. 2008-01-06 20:07:56 +00:00
Pierre d'Herbemont
df2362a864 MacOSX/Framework: Fix my previous commit. 2008-01-06 20:03:50 +00:00
Christophe Mutricy
8dcc9704c6 Only rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth for the patch + some modification by me. Fix #1408 2008-01-06 19:54:28 +00:00
Antoine Cellerier
53dfe76b95 Add YUV420 (I420) and RGB44 (RV32?) chromas to the list, change YVU420 mapping to YV12, change some of the chroma probing code and add information in some of the debug messages. 2008-01-06 18:37:47 +00:00
Pierre d'Herbemont
d0484c595c video_output/opengllayer.m:
* Code simplification. Green flashes removal. Call display instead of setNeedsDisplay: to make sure we have a frame per fram
e accuracy. Use removeVoutLayer: to detach the drawer from its drawable.
MacOSX/Framework:
* Code factorization from VLCVideoView, VLCVideoLayer in VLCVideoCommon
* Implement removeVoutLayer: as needed by the opengllayer.
2008-01-06 17:58:17 +00:00
Pierre d'Herbemont
989d47370d MacOSX/VLC_app: Set the representedPath of the main Window. 2008-01-06 17:36:36 +00:00
Pierre d'Herbemont
12a4698c0c MacOSX/Framework/VLCMedia: make the url property an NSURL. 2008-01-06 17:35:32 +00:00
Pierre d'Herbemont
e3bc1e0be3 MacOSX/Framework/VLCMediaPlayer.m: Forgotten detach(). 2008-01-06 16:58:39 +00:00
Richard Hosking
7831366229 Update the help section regarding the default ALSA device. 2008-01-06 14:13:56 +00:00
Richard Hosking
a1a8a5a6b7 Use 'hw' instead of 'default' for ALSA until we know more about 'default'. 2008-01-06 14:04:14 +00:00
Antoine Cellerier
7506104094 Magnify: validate input chroma, fix for non "YUV 4:2:0" planar chromas, use a better looking scaling algorithm. 2008-01-06 13:39:24 +00:00
Pierre d'Herbemont
4096b09357 ccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com>. Full comment below:
I can see that if you are watching video over ftp and you are pausing playback for a couple of minutes, VLC is unable to resume playback, because corresponding FTP data connection is closed (getting "connection reset by peer" error). To solve this issue I would propose to seek to the current position when VLC is resuming playback. Seek operation in ftp re-open data connection - that is exactly what we need here.
2008-01-06 12:31:24 +00:00
Jean-Baptiste Kempf
84e305419a Qt4 - small change to fix some layout on Win32 2008-01-06 08:11:11 +00:00
Jean-Baptiste Kempf
193dff8a09 Qt4 - Open: management of advanced options in capture cards. Mainly finish the open dialog and close #851.
Remains testing to do, refcount and deletion problems, and management of duplication between normal and advanced options.
Remains everything to put in a QScrollArea.
2008-01-06 07:52:08 +00:00
Jean-Baptiste Kempf
c4840c6823 Qt4 - Using already defined configuration type. This is needed for finer control and differentiation between int and bool for the time being. 2008-01-06 07:49:37 +00:00
Pierre d'Herbemont
25c473a8f2 contrib: Make sure we don't disable mmx if ld is working on mac os x. 2008-01-06 06:25:53 +00:00
Christophe Mutricy
23b538b7c8 Fix compilation of galaktos:
- there's still plenty of compile warning
	- I may have been a bit heavy handed on the de-'static inlin'ing
2008-01-06 01:00:35 +00:00
Antoine Cellerier
32c1dee576 Validate input chroma in transform filter, make it work with Packed YUV (tested with YUY2 only but should work with other variants). Other misc changes. 2008-01-06 00:55:59 +00:00
Jean-Baptiste Kempf
7e3fc33230 Qt4 - remove tab. 2008-01-06 00:25:05 +00:00
Jean-Baptiste Kempf
4f1bb439bc Contribs- revert stupid [24093] 2008-01-06 00:14:55 +00:00
Jean-Baptiste Kempf
5abd5b94be Qt4 - kill warnings. 2008-01-06 00:08:51 +00:00
Jean-Baptiste Kempf
1b751c44e3 Qt4 - Open Capture: work on DirectShow Capture cards. 2008-01-06 00:08:02 +00:00
Antoine Cellerier
cff5d79c0c Use module_Need in strict mode if loading a "video filter". 2008-01-06 00:05:47 +00:00
Antoine Cellerier
e5a8e86006 Enable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable the audio input using --v4l2-audio-method 0). Change a few variable types. Print the fourcc when a v4l2 format isn't supported. 2008-01-05 22:35:00 +00:00
Felix Paul Kühne
9b5ba56953 contrib: updated the x264 darwin patch to match rev 715 2008-01-05 20:41:27 +00:00
Richard Hosking
b978e2d547 v4l2: Fixed audio init & close. Added some comments to help the readability of the main device detection logic. 2008-01-05 19:33:15 +00:00
Rémi Denis-Courmont
bc938951cb net_Accept: poll() takes milliseconds rather than microseconds 2008-01-05 18:09:40 +00:00
Rémi Denis-Courmont
98a7a01269 excess debug 2008-01-05 18:05:31 +00:00
Rémi Denis-Courmont
ecbbbc15c8 Use the event pipe in net_Read instead of an arbitrary timer 2008-01-05 18:04:10 +00:00
Jean-Baptiste Kempf
318d3056c5 Contrib gui updates. 2008-01-05 17:58:36 +00:00
Antoine Cellerier
942aa9c36b Add special case for category labels. 2008-01-05 17:43:23 +00:00
Antoine Cellerier
7873bfc0f1 If the v4l2 driver supports the extended controls API, use it to list controls (instead of the user control API). 2008-01-05 17:42:55 +00:00