- 12 Mar, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
This patch includes necessary defines
-
- 11 Mar, 2013 7 commits
-
-
Martin Storsjö authored
All headers except OMX_Component.h seemed to be stored with dos newlines for some unknown reason. In the OpenMAX IL 1.1.2 header zip file provided by Khronos, they are provided with unix newlines, which also is the norm for the VLC codebase. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The 64 bit timestamp fields can be defined either as 64 bit integers or as structs with two 32 bit members. If the struct variant is being used, we need to convert to/from it with helper functions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
fixes behavior when hour == day change
-
Martin Storsjö authored
Additionally, the mutex never seem to have been released but just leaked. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Instead just set the flag to disabled, since this obviously isn't used at the moment. Also fix a case in DecodeVideo where the b_direct flag for the wrong port was checked. This simplifies enabling the direct buffer behaviour for the cases where it actually is desired. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Mar, 2013 29 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
... but GetSystemTimeAsFileTime is. Go figure...
-
Stephen Parry authored
Vimeo injects garbage into pages fetched by any user agent recognisable as being VLC. Amended parse routine to check the current user agent; if the user agent is set to VLC then parse returns a replacement playlist entry with the same url but with an option setting the user agent to something that vimeo will not trash. The main playlist parsing loop then re-opens the stream with the correct agent and calls vimeo.lua a second time; the stream is then parsed as before to get the actual shortlived video url. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Anatoliy Anischovich authored
Before dictionaries there was a loop, so if-else way was ok, but not now. Also, locale-dependent atof(). Remove unnecessary replaygain stuff from flac demuxer. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ronald Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: added a UI to the simplified preferences to set the default handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams (close #8290) Note that you can select any compatible app installed on device. Those are systemwide settings.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Hopefully the last 2.12 version?
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mirsal Ennaime authored
Correctly handle the INPUT_EVENT_ITEM_META and INPUT_EVENT_ITEM_META instead of skipping the whole event processing code without even freeing the callback_info_t data structure. Closes: #8285
-
- 09 Mar, 2013 3 commits
-
-
Felix Paul Kühne authored
if the device was unplugged in the meantime, VLC will fallback on the default system device
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-