Commit Graph

24419 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
b89d540af1 Remove pf_memcpy and pf_memset from libvlc 2008-05-03 17:20:43 +03:00
Rémi Denis-Courmont
5b55ee1bb0 Use vlc_memset/vlc_memcpy 2008-05-03 17:17:30 +03:00
Rémi Denis-Courmont
e29b2a0e67 Use the new registration mechanism for memcpy/memset 2008-05-03 17:17:30 +03:00
Rémi Denis-Courmont
b04c6c66f4 Process-wide memcpy/memset accelarations
(CPU features don't change across libvlc instances)
2008-05-03 15:48:17 +03:00
Rémi Denis-Courmont
0b776c28b4 b_daemon does not need to be exported through vlc_global 2008-05-03 13:49:48 +03:00
Rémi Denis-Courmont
7f68203001 vlc_object_t.p_internals is not needed anymore 2008-05-03 12:51:03 +03:00
Rémi Denis-Courmont
0799868272 vlc_internals(): use pointer arithmetic 2008-05-03 12:50:50 +03:00
Rémi Denis-Courmont
830bfb51bc Allocate global object as the others - not statically anymore 2008-05-03 12:34:11 +03:00
Rémi Denis-Courmont
c07b1d0c2b Hide global object within the thread and object subsystem 2008-05-03 12:24:05 +03:00
Rémi Denis-Courmont
4db976d9a6 object: use vlc_internals() 2008-05-03 12:22:18 +03:00
Rémi Denis-Courmont
4292823006 variables: use vlc_internals() 2008-05-03 12:22:18 +03:00
Rémi Denis-Courmont
23afa490b8 threads: use vlc_internals() 2008-05-03 12:22:18 +03:00
Rémi Denis-Courmont
65a9c5b222 OSD: use vlc_internals() 2008-05-03 12:22:17 +03:00
Rémi Denis-Courmont
82d86a7b43 Remove some global object-specific code 2008-05-03 12:22:17 +03:00
Rémi Denis-Courmont
50e969ef00 Simplify threads init 2008-05-03 11:38:44 +03:00
Rémi Denis-Courmont
0d7bc73415 Cosmetic fix 2008-05-03 10:20:57 +03:00
Christophe Mutricy
a5e44a6ed0 Thank Vincent 2008-05-03 00:14:51 +01:00
Christophe Mutricy
200d817170 Russian l10n update by Alexey Salmin 2008-05-03 00:11:53 +01:00
Christophe Mutricy
c5007f8df8 Update POTFILES.in after files renamed and added 2008-05-03 00:06:09 +01:00
Rémi Denis-Courmont
651e249197 Use var_AcquireMutex for the quicktime lock. 2008-05-02 19:25:10 +03:00
Rémi Denis-Courmont
89d56df65a main.h -> vlc_main.h 2008-05-02 19:06:43 +03:00
Rémi Denis-Courmont
5f1eb7796b Add kate to the news 2008-05-02 18:35:56 +03:00
Rémi Denis-Courmont
5d1e0c0567 configure: Minor fixes for kate detection 2008-05-02 18:33:00 +03:00
Vincent Penquerc'h
53772811d1 basic support for Kate streams as subtitles
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-05-02 18:25:05 +03:00
Jean-Baptiste Kempf
36f89cb84d Support for MPSub.
Only TIME based, not Frame based, yet.
2008-05-02 01:35:13 -07:00
Jean-Baptiste Kempf
c637ea5444 Small fix for PJS to remove "". 2008-05-02 00:45:43 -07:00
Jean-Baptiste Kempf
971d6b76b6 Parsing of Phoenix Subtitles.
Almost unused subtitle. No idea though if FPS or 1/10th of sec, Annodex and MPlayer disagree...
2008-05-02 00:38:15 -07:00
Jean-Baptiste Kempf
bd57eaaeb3 Support for AQT subtitles.
Parsing is fine but timing is wrong since it must be multiplied by FPS.
2008-05-01 23:29:23 -07:00
Rémi Denis-Courmont
beee3221da Move dirent stuff to fixups.h, where it belongs 2008-05-01 23:11:42 +03:00
Rémi Denis-Courmont
4b8ce41a01 We need <inttypes.h>, always 2008-05-01 23:08:41 +03:00
Rémi Denis-Courmont
9cef959f9f Be more verbose 2008-05-01 23:04:45 +03:00
Rémi Denis-Courmont
6b7b39323d dist_ is not needed for HEADERS 2008-05-01 23:00:46 +03:00
Rémi Denis-Courmont
5c1474d632 Install minimum set of plugin headers. 2008-05-01 23:00:05 +03:00
Rémi Denis-Courmont
de2b4589a9 Remove useless include 2008-05-01 22:57:03 +03:00
Rémi Denis-Courmont
cb206a70df Fix name 2008-05-01 22:56:38 +03:00
Rémi Denis-Courmont
7a3fdc9f14 Fix expansion to no-op 2008-05-01 22:54:43 +03:00
Rémi Denis-Courmont
a660c4fbe4 Don't use assert() here.
If it's really wanted, functions should de inlined
2008-05-01 22:27:06 +03:00
Rémi Denis-Courmont
44460e6de1 No need to include the same file twice 2008-05-01 22:22:30 +03:00
Rémi Denis-Courmont
2a1870a5c5 Use int64_t directly within plugins rather than vlc_int64_t
I wonder why we need this (in libvlc-control) by the way...?
2008-05-01 22:19:51 +03:00
Rémi Denis-Courmont
6673258639 Put msg_context_global_key to the internal header.
It was not exported from libvlc anyhow.
2008-05-01 22:17:21 +03:00
Rémi Denis-Courmont
d1d3dc1d10 Remove I64C as well 2008-05-01 22:11:47 +03:00
Rémi Denis-Courmont
1379ab26f3 Remove UI64_C
Turns out it was only used once in the whole tree.
2008-05-01 22:05:41 +03:00
Rémi Denis-Courmont
13a7c9af3c Remove I64F., not needed anymore 2008-05-01 21:59:36 +03:00
Rémi Denis-Courmont
2e48e65740 Remnants of I64F. 2008-05-01 21:59:07 +03:00
Rémi Denis-Courmont
97897eeeb2 NIH syndrome cure (2) 2008-05-01 21:57:00 +03:00
Rémi Denis-Courmont
f0c83daa83 NIH desyndromization 2008-05-01 21:50:55 +03:00
Rémi Denis-Courmont
992e35f104 Use malloc(1) as cookie rather than malloc(0)
malloc(0) can legally be NULL (or not unique).
2008-05-01 21:24:07 +03:00
Rémi Denis-Courmont
78880d35f3 Remove useless #include 2008-05-01 20:55:18 +03:00
Rémi Denis-Courmont
ee45d753f6 C++ <inttypes.h> inclusion fixes 2008-05-01 20:41:36 +03:00
Rémi Denis-Courmont
bbb0de5442 Fix ffmpeg when !ENABLE_SOUT 2008-05-01 20:27:14 +03:00