Laurent Aimar
a0429d0043
Added closed captions decoding/extracting from ES data. The CC tracks
are dynamically added when detected.
(Decoder/Packetizer support not yet commited)
19 years ago
Laurent Aimar
2cdbf636e6
Closed captions decoder.
The rollup and paint on mode is not really good (a lot of flicker) but
I don't see how to fix it (the subtitle is updated as soon as a new
character is added).
19 years ago
Pierre d'Herbemont
799f3e3902
MacOSX/Framework: Move private headers to Headers/Internal (To follow Enrique Osuna's effort).
19 years ago
Jean-Paul Saman
a2dd917719
Add Icecast support to profiles.
19 years ago
Rémi Denis-Courmont
7b3eb71e85
Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs.
The whole security and point of TLS rely on this...
19 years ago
Rémi Denis-Courmont
c7d798397b
Error out if hostname not specified
(this would be a bug in whatever is using the TLS object anyway)
19 years ago
Rafaël Carré
664b1e97b1
playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t*
19 years ago
Jean-Paul Saman
6c93b8b782
Fix detection of a52 in configure.ac
19 years ago
Pierre d'Herbemont
d476fd787d
svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug).
19 years ago
Rafaël Carré
67f243a9a8
python bindings: svn:keywords set to Id
19 years ago
Rafaël Carré
23b12fce6b
sap: do not release an object we did't yield
19 years ago
Filippo Carone
256d7f7ed9
abs_ variable removed from Makefile
19 years ago
Rafaël Carré
47cbfa667e
playlist_PreparseLoop(): oneliner fix for psz_arturl checking
We will get the art if either:
psz_arturl is NULL
psz_arturl doesn't begin with "file://"
19 years ago
Jean-Baptiste Kempf
b82b61f2a2
Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D
19 years ago
Jean-Baptiste Kempf
72729261b6
contribs - theora bumps to beta2, updates in the specs and a few bugfixes...
Has anyone been able to encode TO theora with VLC lately ?
19 years ago
Jean-Baptiste Kempf
90f42f4b52
Qt4 - Open: - remove a few kludges, clean and do it a better way.
- Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ?
- Clean the layouts, and simplify and fix some signals.
- layout fixes for capture.
19 years ago
Ilkka Ollakka
154a4a9fdb
oneliner to fix psz_arturl check in album_art stuff
19 years ago
Rafaël Carré
346c7c5df2
libvlc: fix a memory leak
19 years ago
Rafaël Carré
6f39c297f1
qt4: fix a segfault
19 years ago
Rafaël Carré
5db73af5fe
fix [22632]: check psz_arturl before using it
19 years ago
Rafaël Carré
f4af45cf89
album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache
sets the ArtworkURL to the file in cache also when it had been extracted previously
19 years ago
Rafaël Carré
758e2cb450
qt4 configure: Use proper escaping.
\\\\ will become \ and \\\" will become "
19 years ago
Christophe Mutricy
b13f81b357
Ugly quoting fix.
19 years ago
Christophe Mutricy
b39ffad911
Some files were renamed
19 years ago
Christophe Mutricy
128bdf19b1
Forgotten in [22627]
19 years ago
Christophe Mutricy
b304bb033d
i18n for the Qt dialogs
19 years ago
Rafaël Carré
0aa54ef8a3
compile the libfaad test with -lm
19 years ago
Sigmund Augdal Helberg
c8e00c0e9d
fix the -A shortcut
19 years ago
Christophe Mutricy
c47a29221e
Export a function to get the install dir of VLC from the plugins
19 years ago
Rafaël Carré
1782c4e455
qt4 preferences: combo is mandatory in StringListConfigControl constructor
19 years ago
Christophe Mutricy
57b373bbeb
Avoid automake getting confused by the ../..
19 years ago
Rafaël Carré
b96c13d1a0
qt4 simple preferences: only show the options of the selected audio output module
19 years ago
Rafaël Carré
c92f962f39
qt4 preferences: the label is not mandatory in object constructor
19 years ago
Pierre d'Herbemont
1359fbd101
vlc_arrays.h: Use item_at_index istead of object_at_index.
19 years ago
Rémi Denis-Courmont
22861410d6
Fix vlc-config
19 years ago
Rémi Denis-Courmont
68f910472c
Use VLC_ADD_LIBS where seemingly appropriate
19 years ago
Pierre d'Herbemont
f49c97cd65
src/Makefile.am: Move flat_media_list.c->flat_media_list_view.c.
19 years ago
Rémi Denis-Courmont
53e6603735
Separate LDFLAGS from LIBS for real.
Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed.
Cannot test since the tree is currently broken.
19 years ago
Pierre d'Herbemont
a83d27a602
control/flat_media_list_view.c: Use the new media_list_view object. (Plus minor header cleanup).
19 years ago
Pierre d'Herbemont
7366410193
libvlc_internal.h: Forgotten part of previous commit.
19 years ago
Pierre d'Herbemont
9636c641ca
s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit.
19 years ago
Pierre d'Herbemont
1524a416f4
control/media_list_view.c: Implement unimplemented retain/release function.
19 years ago
Jean-Baptiste Kempf
e0b273dd96
Don't duplicate entries... :D
19 years ago
Rafaël Carré
b3bc5c6884
Use $HOME before anything else to determine the home directory. Patch by Benjamin Cama
19 years ago
Jean-Paul Saman
edead8b8df
small codingstyle fix
19 years ago
Jean-Paul Saman
e602caebf1
Whitespace cleanup
19 years ago
Jean-Paul Saman
303f5aec9e
Remove excess whiteline.
19 years ago
Jean-Paul Saman
6e98a10ebc
Indentation.
19 years ago
Jean-Paul Saman
7719d7148c
Remove excess trainling newlines at end of file.
19 years ago
Jean-Baptiste Kempf
efc35d1912
Qt4 - compil fix.
19 years ago