|
../
|
|
audio_output
|
|
6da90a1716250d282f16dc6bc9dacec5b9514caf |
2 weeks |
Rémi Denis-Courmont <rem@videolan.org>:
vlc_mutex_init: remove unused paramter
|
|
config
|
|
080a076a49837a7643778b78db14727017ec2bfb |
1 week |
Rémi Denis-Courmont <rem@videolan.org>:
config_GetConfigFile: remove unused parameter
|
|
control
|
|
2a227b41898fb77ce4c7f57af144834c54bd740d |
14 hours |
Rémi Denis-Courmont <rem@videolan.org>:
libvlc_run_interface: start and wait for an interface
|
|
extras
|
|
d1d3dc1d109110bf68cb048c429f6f05a3839200 |
2 weeks |
Rémi Denis-Courmont <rem@videolan.org>:
Remove I64C as well
|
|
input
|
|
debfaaa1a843326ca254daab1479f34ad30deab7 |
15 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Do not allow variable substitution in MRL path schemas
|
|
interface
|
|
6da90a1716250d282f16dc6bc9dacec5b9514caf |
2 weeks |
Rémi Denis-Courmont <rem@videolan.org>:
vlc_mutex_init: remove unused paramter
|
|
misc
|
|
5bfd7ba2d5743010ea14e1fc3afc6c36f3ba2adc |
2 days |
Rémi Denis-Courmont <rem@videolan.org>:
We may still have children when destroyed...
...if the destructor …
|
|
modules
|
|
48a985ecd756e3969c4b55998f24e281f03c1536 |
6 days |
Rémi Denis-Courmont <rem@videolan.org>:
Don't look for plugins from CWD. Also don't leak in case of errors.
|
|
network
|
|
90aa64cc1cfa26c51713efcec08cb22d41530477 |
1 week |
Rémi Denis-Courmont <rem@videolan.org>:
Ugly fix for httpd deadlock
|
|
osd
|
|
65a9c5b22206b4264dbe737e7e07fdbeddef14d2 |
2 weeks |
Rémi Denis-Courmont <rem@videolan.org>:
OSD: use vlc_internals()
|
|
playlist
|
|
bc35aea3a1f6c84524c56e8da7610a6edaadb0e3 |
1 day |
Pierre d'Herbemont <pdherbemont@videolan.org>:
Use vlc_object_release() to release the playlist
Signed-off-by: Pierre …
|
|
stream_output
|
|
c35af423b5a87c93ab63e39ad90332e10846bd9f |
1 week |
Rafaël Carré <funman@videolan.org>:
Check malloc return value
|
|
test
|
|
4a47b7b922e556a11800e2efe2d92640766187cf |
1 week |
Rémi Denis-Courmont <rem@videolan.org>:
Fix missing #include
|
|
text
|
|
32edee83adbf9c1a9513d9f2da5009747ce732ea |
2 weeks |
Rafaël Carré <funman@videolan.org>:
Do not duplicate NULL strings
|
|
video_output
|
|
8455686e2c80234087a520b89c32992aab631250 |
1 week |
Rafaël Carré <funman@videolan.org>:
Don't use the playlist if it has been destroyed
|
|
.gitignore
|
7 bytes |
ea3b06940d060dff40b090855e632cd7a3726b06 |
2 months |
Faustino Osuna <enrique.osuna@gmail.com>:
Make sure there is a new-line at the end of the .gitignore files.
|
|
check_headers
|
428 bytes |
9cef959f9fba2e6ae3989d81f2ef8f2bb7878a61 |
2 weeks |
Rémi Denis-Courmont <rem@videolan.org>:
Be more verbose
|
|
check_symbols
|
0.5 kB |
ae999937006a7a2916e41f448c09d7cf90838b56 |
3 months |
Christophe Mutricy <xtophe@videolan.org>:
Clean up after yourself
|
|
libvlc-common.c
|
68.5 kB |
7c75fc26c3d146d80827f3e31318f21570d3a4d6 |
15 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Use libvlc_InternalAddIntf instead of VLC_AddIntf
|
|
libvlc-module.c
|
114.8 kB |
0669643b1c7370abeda3799588825d46527f5897 |
1 week |
Rémi Denis-Courmont <rem@videolan.org>:
vlc_modules_macros.h -> vlc_plugin.h
|
|
libvlc.c
|
19.2 kB |
31013e299b7a9deeef36bbc9c9ead08fc9cfdcda |
14 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Remove a bunch of unused deprecated APIs
|
|
libvlc.h
|
7.3 kB |
c79a340d36130d8f4bd4898a0c076de2472b52ef |
2 days |
Rémi Denis-Courmont <rem@videolan.org>:
Get rid of b_attached
|
|
libvlccore.sym
|
8.5 kB |
84d0f814c4aaeb01141e993879de1ce8b0c7fedb |
16 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Rename the shared libraries
|
|
Makefile.am
|
13.5 kB |
9f3e27c502acc7963224888a9df1bc8b64c4ad22 |
14 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Fix unit tests linking
|
|
vlc-control.pc.in
|
254 bytes |
84d0f814c4aaeb01141e993879de1ce8b0c7fedb |
16 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Rename the shared libraries
|
|
vlc-plugin.pc.in
|
353 bytes |
84d0f814c4aaeb01141e993879de1ce8b0c7fedb |
16 hours |
Rémi Denis-Courmont <rem@videolan.org>:
Rename the shared libraries
|
|
vlc.c
|
10.3 kB |
82abb3013a56507f3431eab49480d53376e5965f |
11 hours |
Pierre d'Herbemont <pdherbemont@videolan.org>:
Revert "vlc: Make sure we call libvlc_release() when we are requested to …
|