Rémi Denis-Courmont
1f02e8c058
visual: do not keep unused fields
14 years ago
Rémi Denis-Courmont
3c4189bcef
visual: privatize filter_sys_t, etc.
14 years ago
Rémi Denis-Courmont
2ce82a3f94
visual: remove non-sensical code
This mostly reverts commit fc5156cc00 .
This also fixes a use-after-free bug.
14 years ago
KO Myung-Hun
ebbe5a5ff8
os2: add vlc_getProxyUrl()
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
KO Myung-Hun
ab2cbc4fa5
configure.ac: replace == with =
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Michael Feurstein
8f4422c523
configure.ac disable/don't load avcapture module and its framework if AVFoundation is not present (OS 10.6)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Rémi Denis-Courmont
045a89d625
vsxu: force FL32 input
14 years ago
Rémi Denis-Courmont
d0233fac5d
visual: force FL32 input and set output format
14 years ago
Rémi Denis-Courmont
5d909d68be
projectM: force FL32 input
14 years ago
Rémi Denis-Courmont
5d0401095a
goom: force FL32 input
14 years ago
Rémi Denis-Courmont
c6afc8244a
mmdevice: drop to zero priority for now
14 years ago
Felix Paul Kühne
ebdcbba891
THANKS: add missing GPL-licensed contribs
14 years ago
Rémi Denis-Courmont
6979c21a0a
simple: use single precision maths (rather than double)
14 years ago
Jean-Baptiste Kempf
ca1b7afd3d
Simple: slightly different matrixes for 7.x and 6.1 stereo downmix
14 years ago
Felix Paul Kühne
39fd666641
THANKS: merge updated and more complete contrib copyright list
14 years ago
Felix Paul Kühne
7f73d8cc15
configure.ac: fix linking the OSX UI module if the AVFoundation framework isn't present (read: OSX 10.6)
14 years ago
Felix Paul Kühne
6479d47f06
Update NEWS and LIST for AVFoundation video capture module
14 years ago
Michael Feurstein
c91126ca66
New AVFoundation video capture module for Mac OS X
This module lets you capture video devices with the AVFoundation framework on Mac OS X.
It is an upgrade of the qtcapture module. Currently no GUI integration yet.
Only available via command line
Usage: avcapture://
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Rafaël Carré
6cdddeeb1d
Fix decoding for aac streams with ADTS config set to 0 channels
Assuming stereo is fairly safe and still better than not decoding anything.
This is what gstreamer does, and mplayer might do the same thing.
14 years ago
Rémi Denis-Courmont
57fe6b36d5
input/stream: add STREAM_GET_SIGNAL ( fixes #8414 )
14 years ago
Rémi Denis-Courmont
7b76ee2425
input: use STREAM_GET_META instead of ACCESS_GET_META (refs #8414 )
Note that updated meta are still marked with access_t.info.i_update,
which remains undefined in case of threaded stream filter. Luckily,
unlike pf_control() re-entrancy, unprotected access to info.i_update
cannot crash on any practical system.
14 years ago
Rémi Denis-Courmont
17d1f128e7
stream: add STREAM_GET_META
14 years ago
Rémi Denis-Courmont
1ed365b843
input: remove INPUT_FSTAT_NB_READS
This was only used for INPUT_UPDATE_SIZE.
14 years ago
Rémi Denis-Courmont
2e42f02431
input: remove write-only INPUT_UPDATE_SIZE
14 years ago
Rémi Denis-Courmont
732c5ed426
input: remove unused INPUT_UPDATE_NONE
14 years ago
Rémi Denis-Courmont
f349eef029
stream: add explicit controls for titles and seekpoints
14 years ago
Rémi Denis-Courmont
766ba5cccb
stream: add the new controls to demux and memory streams
14 years ago
Rémi Denis-Courmont
d81003671d
vdr: force MPEG-TS demuxer
14 years ago
Rémi Denis-Courmont
3af9805b94
vdr: do not turn off caching (refs #8446 )
14 years ago
Rémi Denis-Courmont
3fd2e22de4
mtp: do not turn off caching (refs #8446 )
14 years ago
Rémi Denis-Courmont
10927263be
mtp: redundant close-on-exec code
(vlc_open() takes care of that)
14 years ago
Rémi Denis-Courmont
2190e61537
input: factor INPUT_CONTROL_SET_SEEKPOINT code
14 years ago
Rémi Denis-Courmont
a87b4b357b
input: factor INPUT_CONTROL_SET_TITLE code
14 years ago
David Fuhrmann
b8214f7737
auhal: volumeSet and muteSet is not supported for digital output
14 years ago
Edward Wang
2f8b0deb32
macosx: merge minor grammar and orthography fixes
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Jean-Paul Saman
316c4550e7
transcode/video.c: Do not leak mutex/conditional or fifo in transcode_video_new().
Do not leak mutex/conditional or fifo in transcode_video_new() its
error path when p_sys->i_thread > 1.
14 years ago
Jean-Paul Saman
10523bb702
src/stream_output/stream_output.c: destroy mutex on error.
Do not leak mutex in sout_NewInstance() on error.
14 years ago
Rafaël Carré
bc971c811d
Revert "mingw: link with static libgcc / libstdc++"
This reverts commit f3e0178eee .
libtool always adds -nostdlib which renders these options useless
14 years ago
Felix Paul Kühne
5b4c44f430
macosx: add trademark claim to about panel
14 years ago
Felix Paul Kühne
176f05cb87
macosx: mooaaarr eye-candy for the about dialog
http://cl.ly/image/1K3l2C0v3T2V
14 years ago
Felix Paul Kühne
7b8bebdaf2
InfoPlist.strings: fix NSHumanReadableCopyright statement
14 years ago
Felix Paul Kühne
5569732689
macosx/about: add missing l10n
14 years ago
Felix Paul Kühne
1ace73b7de
macosx: modernize the about dialog to match the Qt intf
14 years ago
Rémi Denis-Courmont
68236bf636
mp4: correct language code value interpretation
Mac codes are only 0 to 0x3ff and 0x7fff.
14 years ago
Rémi Denis-Courmont
8f21af10c7
decomp: implement pause/resume
14 years ago
Rémi Denis-Courmont
ddece1c533
decomp: fix leak on error and clean up a little
14 years ago
Rémi Denis-Courmont
5ddb4ea1d1
input: deprecate p_access (refs #8414 )
14 years ago
Rémi Denis-Courmont
5426d426ec
input: use STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
14 years ago
Rémi Denis-Courmont
cca4ec2312
http filters: pause not implemented, pace control not supported
Also add missing STREAM_CAN_FASTSEEK to HTTP live.
14 years ago
Rémi Denis-Courmont
2c1731e78a
decomp: pause is unimplemented (although possible), pace works
14 years ago