- 21 Sep, 2012 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Ludovic Fauvet authored
-
Rémi Denis-Courmont authored
This reverts commit 15498896.
-
Rémi Denis-Courmont authored
This reverts commit 32596ea8.
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
According to http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/Strings/Articles/formatSpecifiers.html %C is the right one for unicode characters.
-
David Fuhrmann authored
I have been testing without this code for quite a while now, and I never got the crash responsible for this hack anymore. So, lets remove the hack, and if the crash occurs again, we should find a proper way to fix it.
-
David Fuhrmann authored
-
David Fuhrmann authored
Now, we have two classes (instantiated from the xib file for each window) with controls bar stuff: - VLCControlsBarCommon holds all code common for main and detached window - VLCMainWindowControlsBar adds code specific for the main window bar With that, we can avoid all these redundant code for o_detached_*, furthermore this decouples all detached window control bar stuff from MainWindow.m. The objects can be accessed through the controlsBar method.
-
Rémi Denis-Courmont authored
-
- 20 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
It's called O_NOINHERIT, but it really is the same as O_CLOEXEC. As with POSIX, there is no way to set it for dup()/dup2() though.
-
- 19 Sep, 2012 6 commits
-
-
Rémi Denis-Courmont authored
This is more consistent with vlc_open() and vlc_pipe() behaviour.
-
Martin Storsjö authored
On the Galaxy S3 at least, the component OMX.SEC.vc1.dec only exposes this role, not video_decoder.vc1. The role name video_decoder.vc1 is pretty recent (from OMX IL 1.2), and in that spec version the coding field should be OMX_VIDEO_CodingVC1 instead of OMX_VIDEO_CodingWMV as it currently is. The omxil module currently only uses OMX IL 1.1 headers, and so does Android. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This isn't necessary on Galaxy S3 for VC1 (since WMV3/VC1 is the default type), but might be necessary for WMV1/2 (untested yet). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This is necessary for decoding of VC1 on Galaxy S3. (WMV3 still doesn't work on that device, I haven't been able to figure out what is missing yet.) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
This tries to fix wrong behavior when optical cable is unplugged while spdif-output is running. Currently, you will probably hear pops and you only get sound from internal speakers, after you changed system volume.
-
- 18 Sep, 2012 6 commits
-
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Threading does not currently work with some codec profiles and is thus not suited as default. Threading is also known to deadlock in certain circumstances, such as if no data is ever received (a rather common scenario with network or DVB reception). Fixed avcodec version should be checked before this is re-enabled. Acked-by: Ilkka Ollakka <ileoo@videolan.org>
-
Francois Cartegnie authored
Less technical profiles, directly targeting devices. More to be added.
-
Felix Paul Kühne authored
macosx: work-around a playlist core limitation, which doesn't allow the UI to set the currently displayed root properly, so triggering a play can lead to unwanted results (close #7484)
-
David Fuhrmann authored
- adjust detached time field margin to be as in main window - set time slider to hidden by default in order to avoid small flashes on startup
-
- 17 Sep, 2012 14 commits
-
-
Pierre Ynard authored
-
David Fuhrmann authored
Interestingly, the order inside the xib matters here...
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Also shows possible warning for non native muxers.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-