|
|
|
@7a2cfda9e3d5f99a93f3019eab4ed77052ebf307
|
[7a2cfda9e3d5f99a93f3019eab4ed77052ebf307]
|
07/22/08 22:31:41 |
Laurent Aimar <fenrir@videolan.org> |
Check for file size change at every read (improve reading of … |
|
|
|
@3561b9b28f58eb7a4183e158a8fd973800d31ceb
|
[3561b9b28f58eb7a4183e158a8fd973800d31ceb]
|
05/31/08 21:10:30 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
Plugins: include vlc_common.h directly instead of vlc/vlc.h |
|
|
|
@13ae40b0efc4f1b1ce205d9a057537047fcab3f4
|
[13ae40b0efc4f1b1ce205d9a057537047fcab3f4]
|
05/21/08 19:19:25 |
Rémi Denis-Courmont <rem@videolan.org> |
Use gettext_noop() consistently |
|
|
|
@27d483e9ef7a451397d7857251c8d67097661f1d
|
[27d483e9ef7a451397d7857251c8d67097661f1d]
|
05/08/08 18:20:21 |
Rémi Denis-Courmont <rem@videolan.org> |
Include vlc_plugin.h as needed |
|
|
|
@f94a2f9c4a4c7979d9695bb240686c73b6cf7e00
|
[f94a2f9c4a4c7979d9695bb240686c73b6cf7e00]
|
04/14/08 02:02:24 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
access: Rename access2 to access as access is no longer existing. |
|
|
|
@449fd28aaf007c6411251dae9d0dbfdc65b135d1
|
[449fd28aaf007c6411251dae9d0dbfdc65b135d1]
|
04/14/08 02:02:22 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This … |
|
|
|
@d9a7620aa541dca4e0e29c7ab1af2653f7723bac
|
[d9a7620aa541dca4e0e29c7ab1af2653f7723bac]
|
03/02/08 09:48:28 |
Rémi Denis-Courmont <rem@videolan.org> |
Remove the mmap debugging for now.
Signed-off-by: Rémi Denis-Courmont … |
|
|
|
@8a7278874b10097a1ea39a35d2c8e85e7d1fedf4
|
[8a7278874b10097a1ea39a35d2c8e85e7d1fedf4]
|
02/21/08 22:57:16 |
Christophe Mutricy <xtophe@videolan.org> |
Some OSes don't have posix_fadvise |
|
|
|
@ce3c305fdb10d98292218bf08951087e3e4f94fc
|
[ce3c305fdb10d98292218bf08951087e3e4f94fc]
|
02/21/08 22:09:05 |
Rémi Denis-Courmont <rem@videolan.org> |
Debug the debug |
|
|
|
@d801998f14fff1f11dc0405d32016c3826a01dcd
|
[d801998f14fff1f11dc0405d32016c3826a01dcd]
|
02/21/08 21:26:21 |
Rémi Denis-Courmont <rem@videolan.org> |
We also read memory mapping sequentially (well, this is a bit redumdant) |
|
|
|
@e051cc658bc40e6981d0d9f15e30123e1c3eb121
|
[e051cc658bc40e6981d0d9f15e30123e1c3eb121]
|
02/21/08 21:24:39 |
Rémi Denis-Courmont <rem@videolan.org> |
Tell the OS we mostly reqd files sequentially |
|
|
|
@160ee0af0a6b352013a75abbc4ecc636e8c679d2
|
[160ee0af0a6b352013a75abbc4ecc636e8c679d2]
|
02/20/08 22:21:33 |
Rémi Denis-Courmont <rem@videolan.org> |
Rewrite the mmap input as a separate access |