Rémi Denis-Courmont
f5ce0d44a7
g711: separate codec from araw
14 years ago
Rémi Denis-Courmont
5fb6de10c7
Rewrite atomic float helpers, fix 64-bits big endian support
14 years ago
Rémi Denis-Courmont
17d2ca87e6
aout: convert to standard atomic ops
14 years ago
Rafaël Carré
3f0251b32f
decklink: closed captions support
This work has been sponsored by Sergio Ammirata.
14 years ago
Rafaël Carré
898bd72bf7
decklink: add v210 capabilities (--decklink-tenbits)
This is off by default due to being more CPU/memory intensive.
Closed Captions can only be read in 10 bits mode.
14 years ago
Rafaël Carré
2ce6fa2db7
rawvideo: I422_10L/B support
14 years ago
Rafaël Carré
260dc9659e
decklink: simplify Open
14 years ago
Rafaël Carré
cd01757484
decklink: cosmetics (1tbs)
14 years ago
Rafaël Carré
d270debbee
decklink: Remove unused result variable
14 years ago
Rafaël Carré
2f6a0414e1
decklink: split audio/video connection setup code from Open
14 years ago
Rafaël Carré
b2f3014438
decklink: simplify callback
14 years ago
Rafaël Carré
3ca4c541c2
decklink: fix warnings
14 years ago
Rafaël Carré
dd6a1ec343
decklink access: cosmetics
14 years ago
Jean-Baptiste Kempf
637db5eaa1
Taglib: better fix for year and track deletion
Ref #5686
14 years ago
Denis Charmet
d12e755e4b
Call SET_NEXT_DISPLAY_TIME after SET_PCR to avoid its flush at segment change.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
653b010aca
Taglib: allow deletion of track and date
Close #5686
14 years ago
Jean-Baptiste Kempf
859847f1be
Qt: fix equalizer initialization
Close #5956
14 years ago
Laurent Aimar
0e26bab0d8
Fixed scte27.c win32 compilation.
14 years ago
Laurent Aimar
a84e47ee35
NEWS: mention support for SCTE-27 subtitles.
14 years ago
Laurent Aimar
7e3dcdd09c
Added support for SCTE-27 in TS demuxer.
14 years ago
Laurent Aimar
6ce3ecfcab
Added SCTE-27 decoder.
14 years ago
Laurent Aimar
d2b19589f2
Added SCTE-27 codec definition.
14 years ago
Laurent Aimar
9135a8836e
Removed write only ts_es_t::b_gather
14 years ago
Laurent Aimar
d12bc4b58a
Rename ts_es_t::*pes* into ts_es_t::*data*
No functionnal changes.
14 years ago
Rémi Denis-Courmont
d631d06dfd
picture: merge p_data_orig into gc.p_sys
14 years ago
David Fuhrmann
1cddb78c61
macosx: fix crash when playing media in lion fullscreen mode
14 years ago
Rémi Denis-Courmont
2e3d6b3bb3
v4l2: gather most VBI code and all zvbi deps to vbi.c
Also, fix a small leak in vlc_clone() error path.
14 years ago
Rémi Denis-Courmont
564e94a3fc
v4l2: missing cancellation inhibition
14 years ago
Jean-Baptiste Kempf
c270dd7be9
AVI: a debug message when refusing to open the subtitle
Ref #7853
14 years ago
Jean-Baptiste Kempf
6e85f629f0
AVI: increase threshold for subtitles detection to 10MB
Close #7853
14 years ago
Denis Charmet
272dcbf29a
MKV: Set default value for audio tracks when parsing one
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
e1eb842b3a
Add some NEWS
14 years ago
Jean-Baptiste Kempf
f7579bc427
v4l2: fix compilation if zvbi is not present
14 years ago
Devin Heitmueller
bf4eb09417
Add NTSC EIA-608 caption rendering support via V4L2 VBI devices
This patch introduces support for using V4L2 VBI devices for
reading NTSC EIA-608 closed captions.
This patch includes feedback from the vlc-devel mailing list from
the Oct 21, 2012, Oct 28, 2012, and Nov 18, 2012 submission attempts.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years ago
Ludovic Fauvet
45059b5add
lua: add Liveleak playlist parser
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
14 years ago
Rémi Denis-Courmont
1c672e5751
VLC: make sure the playlist exists before starting any interface
This avoids creating the playlist from the UI mainloop, which is not
typically a good idea.
14 years ago
Rémi Denis-Courmont
6f23d1879e
pl_Get(): remove VLC_USED qualifier
pl_Get() does not create a reference to the playlist, so nothing is
leaked if the result is ignored. Calling pl_Get() ensures that the
playlist has been created.
14 years ago
Rémi Denis-Courmont
c6879a0d4e
playlist: create playlist aout early on ( fixes #7810 )
14 years ago
Rémi Denis-Courmont
8f2afb983d
ALSA: remove a few useless variables
Overwriting *fmt is safe nowadays.
14 years ago
Rémi Denis-Courmont
345a3e3100
ALSA: use channels map functions ( fixes #7796 )
14 years ago
Rémi Denis-Courmont
9f9f7d54fa
dbus_screensaver: fix NULL deref if probing fails ( fixes #7871 )
14 years ago
Rémi Denis-Courmont
283d246c09
PulseAudio: use same period size as ALSA ( fixes #7827 )
14 years ago
Jean-Baptiste Kempf
823c13a78c
Qt: sprefs, small fix on audio panel
14 years ago
Denis Charmet
5cd1816c41
Handle ordered editions with broken links or empty
Fix #7859
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
2a52646634
Qt: allow a maximum volume on the sound slider
Too many users are bitching about this
Close #6105
14 years ago
Rémi Denis-Courmont
1c42889a35
LibVLC: try to clarify libvlc_media_add_option() limitations
14 years ago
Rémi Denis-Courmont
3de8fd13f2
Revert "input: create an aout if UI wants to configure audio"
Due to mismatched "resource" and "hold" locks, this introduced a race
where more than one audio output gets created.
This reverts commit 4e57bd052e .
14 years ago
Rémi Denis-Courmont
26af6a0331
waveout: use software amplification
This should make volume work.
Patch welcome to make hardware volume work instead where available.
14 years ago
Rémi Denis-Courmont
e4f129bf93
amem: call cleanup() if setup() succeeded but format is unsupported
14 years ago
Rémi Denis-Courmont
d9cf7d2fbd
amem: defer set_volume() before setup()
Before setup(), opaque is not defined.
14 years ago