- 26 Sep, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Martin Storsjö authored
This allows using this function for copying data in a given OMX pixel format, to be used by the MediaCodec decoder (that uses OMX pixel format definitions). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Sep, 2012 3 commits
-
-
Felix Paul Kühne authored
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Christoph Miebach authored
-
- 24 Sep, 2012 6 commits
-
-
Jean-Baptiste Kempf authored
Close #7490
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
And cosmetics
-
Frédéric Yhuel authored
Tested with: ***** Live ***** - http://demo.anevia.com:3128/live/disk1/live1/ss-ss/manifest - http://demo.anevia.com:3129/live/disk1/live2/ss-ss/manifest ***** VOD ***** - http://demo.anevia.com:3131/vod/disk1/content2/ss-ss/Manifest - http://demo.anevia.com:3130/vod/disk1/content1/ss-ss/Manifest - http://mediadl.microsoft.com/mediadl/iisnet/smoothmedia/Experience/BigBuckBunny_720p.ism/ManifestSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
p_sample_offset_pts must be NULL if MP4_TRUN_SAMPLE_TIME_OFFSET is not present. Then MP4_TrackGetPTSDelta would return -1 (instead of 0 previously), and PTS of video frames would be set to VLC_TS_INVALID, which is the right thing to do in that case. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Sep, 2012 19 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Different return values have been removed, as they were not used. Fix #7079
-
Francois Cartegnie authored
bitrate
-
Francois Cartegnie authored
Also fix a profile height error and missing baseline options for android.
-
Francois Cartegnie authored
-
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 1 commit
-
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-