- 27 Sep, 2012 3 commits
-
-
Jean-Baptiste Kempf authored
Yes, a release after 3 years...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Sep, 2012 10 commits
-
-
Pierre Ynard authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
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 18 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.
-