Juha Jeronen
542f25d1b3
Set nb_fields to 2 for p_dst[0], too
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years ago
Rémi Denis-Courmont
b263319948
PulseAudio: increase prebuffering
This should fix practically glitches. The resulting A/V synchronization
is not too bad for me inspite of the long buffer (1/2 seconds).
Your mileage may vary.
15 years ago
Felix Paul Kühne
c0e7149a72
macosx: re-written hotkey preferences
15 years ago
KO Myung-Hun
095ad3e119
OS/2 uses the same file operations as Win32
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Rémi Duraffort
462a34d401
Undefine HAVE_FORK on OS/2.
Implementation of fork() is imperfect on OS/2.
Pointed-out-by: KO Myung-Hun
15 years ago
Rémi Duraffort
f55ac10cec
Do not include vlc_fixups, config.h is already doing it.
15 years ago
KO Myung-Hun
6211c09e64
Do not use clock_gettime() on OS/2.
There is no implementation of clock_gettime() on OS/2.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
KO Myung-Hun
10b9b0f771
Enable vlc_poll() on OS/2
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
KO Myung-Hun
396053f830
Define ALIGN for OS/2.
CMSG_NXTHDR requires this.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Sébastien Escudier
cc5743456e
fix vlm scheduling
Closes #4646
15 years ago
Sébastien Escudier
51cada4b14
vlm : fix TAB_CLEAN
15 years ago
Konstantin Pavlov
4f06458c1e
configure: actually print selected optimization.
15 years ago
Rémi Denis-Courmont
60431b0a3d
sout_display: use input_DecoderCreate ( fixes #4633 )
Audio and video decoding works again. And now, it should not anymore
crash with --sout-keep. However, due to the current limitations of
input_DecoderCreate(), subpictures, statistics and input events are
broken. Note that hotkeys, the Qt audio menu and the Qt video menu do
depend on input events :/
15 years ago
Rémi Denis-Courmont
3d6f1d93f0
Unexport input_DecoderNew and input_clock_t
Since input_clock_t cannot be created/used from plugins, the extra
functionality of input_DecoderNew() from the new input_DecodeCreate()
is not interesting in plugins.
(Yes, I know I suck as function names)
15 years ago
Rémi Denis-Courmont
c2a6c69154
input_DecoderCreate: create a decoder w/o input thread
This still requires input resources. But that should not be a problem
as the needed functions are already exposed (for libvlc).
Statistics, subpictures and input events do not work when a decoder is
created in this manner.
15 years ago
Rémi Denis-Courmont
f137e017a6
Input resource: allow operation without input
This breaks SPU but at least video and audio should work.
15 years ago
Rémi Denis-Courmont
269766b014
decoder: do not emit output events if there is no input
15 years ago
Rémi Denis-Courmont
856c006498
decoder: do not update statistics if there is no input
15 years ago
Rémi Denis-Courmont
397701cc8b
decoder: do not try to fetch attachments if there is no input
15 years ago
Rémi Denis-Courmont
7a1ce05704
decoder: keep a pointer to resources independent of input thread
15 years ago
Rémi Denis-Courmont
2d667c6e31
CreateDecoder: common sub-expression
15 years ago
Felix Paul Kühne
60ab318bda
macosx: fixed wrong calculation of ModuleListConfigControl's size when drawn in the complete prefs
refs #3947
15 years ago
Felix Paul Kühne
f6931951d9
macosx: fixed corner case which could lead to incorrect information about selected codecs, removed the misleading AVI UI element and fixed another bug which could lead to incorrect codec selection ( #3708 )
15 years ago
Felix Paul Kühne
fc61762164
eyetv plugin: change logic to support HD streams as suggested by cbscpe on the forums and prepare for a potential release
15 years ago
Rémi Denis-Courmont
394b44d844
Spelling
15 years ago
Felix Paul Kühne
6baecccb82
configure.ac: allowing overwriting of the SDK version when using macosx-defaults
15 years ago
Pierre Ynard
28c4cb7455
Fix spelling: an URL -> a URL
U counts as a consonant when pronounced that way
15 years ago
Felix Paul Kühne
f4cccde594
fixups: hack to fix compilation on Darwin since the autotools incorrectly flag dirfd as undefined
15 years ago
Felix Paul Kühne
12132cedcf
macosx: added some more Apple Remote cookies
15 years ago
Felix Paul Kühne
83bf0bb0d9
macosx: enlarge the time slider and move respective items around in the embedded vout window in case no window resize control is displayed
15 years ago
Felix Paul Kühne
56310d5c1b
quartztext: use a better way to differciate between Mac and iOS builds
15 years ago
Felix Paul Kühne
10c5c86cff
macosx: update gitignore for xcode4
15 years ago
Pierre Ynard
823aae0fce
cli: use make_uri()
15 years ago
Pierre Ynard
e816d6a963
lua: export make_URI()
15 years ago
Rémi Denis-Courmont
2c0a2a2b73
fixups: sort stuff a bit
15 years ago
Rémi Denis-Courmont
07594e8b43
dirfd: replacement
15 years ago
Pierre Ynard
4183a1ea37
lua: missing .gitignore
15 years ago
Rémi Denis-Courmont
a6274616f2
PulseAudio: fix channels map order (untested)
15 years ago
KO Myung-Hun
8ead43aa4a
Define if_nametoindex() for OS/2
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
KO Myung-Hun
397919b41b
OS/2 uses the same path style as Win32.
Drive letters, backslashes instead of slashes, and so on.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Jean-Baptiste Kempf
3a470a0712
Qt: hide status bar
And allow it to be visible.
15 years ago
Jean-Baptiste Kempf
a4b671d6f4
Contribs: update libmodplug
15 years ago
Rémi Duraffort
e9903f9dba
Fix calloc usage.
15 years ago
Rémi Duraffort
29abf6f45d
Remove old obsolete variables.
15 years ago
Rémi Duraffort
0f6a4c5d4d
Clarify code path (help static analyzers).
15 years ago
Rémi Duraffort
5fb1da6bbb
cosmetics.
15 years ago
KO Myung-Hun
45af74bb91
Basic configuration for OS/2
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
KO Myung-Hun
fc4385ea91
Use $(LN_S) instead of 'ln -s'
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
KO Myung-Hun
3da2e51ef8
OS/2 uses .dll as a extention for a shared library
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Jean-Baptiste Kempf
168e56b088
Subtitles: basic support for {y:i}, {y:b} and {y:u}
This is not fully working, though...
See #1825
15 years ago