|
|
|
@75bd4e6380117cdad04ebc2cd0873b64c0dcb7f3
|
[75bd4e6380117cdad04ebc2cd0873b64c0dcb7f3]
|
06/15/08 17:54:07 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc_event: Typo. |
|
|
|
@df4a1af939008b0d1064ab7d67097138630ea761
|
[df4a1af939008b0d1064ab7d67097138630ea761]
|
06/15/08 17:22:27 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc_event: Fix a typo in libvlc_event_manager_release(), that result in … |
|
|
|
@43a486b582e5aad8ebbe075bcf2071bb8eb72057
|
[43a486b582e5aad8ebbe075bcf2071bb8eb72057]
|
06/15/08 09:34:07 |
Jean-Paul Saman <jpsaman@videolan.org> |
Make distinction between stop and ended status. |
|
|
|
@a4bb63528cb37044ad04db9bb763d342cb3a7b15
|
[a4bb63528cb37044ad04db9bb763d342cb3a7b15]
|
06/14/08 16:19:23 |
Jean-Paul Saman <jpsaman@videolan.org> |
Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and … |
|
|
|
@1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5
|
[1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5]
|
05/27/08 20:30:50 |
Rémi Denis-Courmont <rem@videolan.org> |
Spare a few relocs |
|
|
|
@e58c9db65d3556079214df5c81b75a82aba934ae
|
[e58c9db65d3556079214df5c81b75a82aba934ae]
|
05/26/08 13:52:50 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc: Remove libvlc_event_(init|fini) as they were finally not needed. |
|
|
|
@e7268258a5e2aacc95ab20d7f097a93c3df369f1
|
[e7268258a5e2aacc95ab20d7f097a93c3df369f1]
|
05/18/08 13:09:26 |
Jean-Paul Saman <jpsaman@videolan.org> |
Remove trailing whitespace, add checks for malloc return value. |
|
|
|
@e038c5268f243761f3d3b63def32fda573ce1e4d
|
[e038c5268f243761f3d3b63def32fda573ce1e4d]
|
05/04/08 13:14:47 |
Rémi Denis-Courmont <rem@videolan.org> |
vlc_mutex_init_recursive: remove useless parameter |
|
|
|
@6da90a1716250d282f16dc6bc9dacec5b9514caf
|
[6da90a1716250d282f16dc6bc9dacec5b9514caf]
|
05/04/08 13:14:46 |
Rémi Denis-Courmont <rem@videolan.org> |
vlc_mutex_init: remove unused paramter |
|
|
|
@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 … |
|
|
|
@313a874300b66d715555ef968029214028cfbdb7
|
[313a874300b66d715555ef968029214028cfbdb7]
|
03/31/08 12:18:44 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and … |
|
|
|
@ee1330c497b5c78f5fcfd0145391f219e489e13a
|
[ee1330c497b5c78f5fcfd0145391f219e489e13a]
|
03/31/08 12:18:44 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc: add libvlc_MediaInstanceStopped
Signed-off-by: Pierre d'Herbemont … |
|
|
|
@2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8
|
[2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8]
|
03/17/08 08:42:48 |
Jean-Baptiste Kempf <jb@videolan.org> |
Kill a warning. |
|
|
|
@45f5d65544760ed4147bfad8cda66b29da39207f
|
[45f5d65544760ed4147bfad8cda66b29da39207f]
|
02/29/08 20:09:17 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Remove libvlc_event_detach_lock_state(). |
|
|
|
@5411dcebd76fe63bb0564d9ed83a119f9c0e958d
|
[5411dcebd76fe63bb0564d9ed83a119f9c0e958d]
|
02/29/08 19:41:02 |
Faustino Osuna <riquedafreak@videolan.org> |
control/event.c: Fix infinite loop. |
|
|
|
@8cfa47d2bf33da6f1b65a07922be58ae9dfeed9f
|
[8cfa47d2bf33da6f1b65a07922be58ae9dfeed9f]
|
02/25/08 19:18:00 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Make it pass the unit tests. |
|
|
|
@7e436fa9470869077303878a5b655da1731236dc
|
[7e436fa9470869077303878a5b655da1731236dc]
|
02/25/08 18:50:10 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Use vlc_array_t instead of the macros. |
|
|
|
@88fc2c2874b49d4a3619049480e15b0c23113287
|
[88fc2c2874b49d4a3619049480e15b0c23113287]
|
01/28/08 17:19:38 |
Rafaël Carré <funman@videolan.org> |
libvlc_release(): removes unused exception |
|
|
|
@48f7ca7f70c7228ce8863813aabe89e0f0ae848c
|
[48f7ca7f70c7228ce8863813aabe89e0f0ae848c]
|
12/29/07 02:29:48 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/media_instance.c:
* Implement MediaInstancePositionChanged? and … |
|
|
|
@9bd2469ec3ebc6dfffa84acfc48c1899e00b0e3c
|
[9bd2469ec3ebc6dfffa84acfc48c1899e00b0e3c]
|
12/02/07 19:20:54 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Print the event string description on error, instead of … |
|
|
|
@919139ca87dda94131e146b9cebf8be0367520df
|
[919139ca87dda94131e146b9cebf8be0367520df]
|
11/22/07 13:26:55 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Properly implement libvlc_event_type_name, instead of … |
|
|
|
@a2b24c299a5f1ea085c6a7adff7617f8fdd00c2c
|
[a2b24c299a5f1ea085c6a7adff7617f8fdd00c2c]
|
11/17/07 15:29:13 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control: Remove libvlc_event_fini exception handling, as we don't need it. |
|
|
|
@ec99b9d9de88aaa99181840c74028b3871cecd62
|
[ec99b9d9de88aaa99181840c74028b3871cecd62]
|
10/22/07 19:01:35 |
Rémi Denis-Courmont <rem@videolan.org> |
Fix syntax errors |
|
|
|
@466c96907cc274286c87f29fc500021713d4dcc0
|
[466c96907cc274286c87f29fc500021713d4dcc0]
|
10/22/07 18:56:41 |
Rémi Denis-Courmont <rem@videolan.org> |
Event manager yields libvlc (and all the media_* stuff yields the event … |
|
|
|
@6ee1e193fd896ab9a4729fde14f009d9ce629815
|
[6ee1e193fd896ab9a4729fde14f009d9ce629815]
|
09/10/07 20:56:52 |
Rafaël Carré <funman@videolan.org> |
Removes trailing spaces. Removes tabs. |
|
|
|
@259aca484038fd448c192134f8aa539f250ddf2e
|
[259aca484038fd448c192134f8aa539f250ddf2e]
|
08/28/07 03:43:11 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Make detach-ing from an event safe: A detached callback … |
|
|
|
@2eb5e4cd2b063a299d2db9f90ff6937b26685f8c
|
[2eb5e4cd2b063a299d2db9f90ff6937b26685f8c]
|
08/27/07 23:04:20 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Don't leak the ARRAY. |
|
|
|
@37b5fbbefab4f5dec41414c7264ec503129849be
|
[37b5fbbefab4f5dec41414c7264ec503129849be]
|
08/27/07 22:52:31 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Fix wrong code. |
|
|
|
@257fdd4aead1f254c01cb4d1132a14cd5e0389a4
|
[257fdd4aead1f254c01cb4d1132a14cd5e0389a4]
|
08/27/07 20:49:07 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Locking for libvlc event. |
|
|
|
@8239a93234c6d7a0cb74ddec81574d20f0e7a515
|
[8239a93234c6d7a0cb74ddec81574d20f0e7a515]
|
08/08/07 23:12:02 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Libvlc: Start the implementation of the libvlc playlist. Still in … |
|
|
|
@b160f7f4019c5a1322d54f1b7dbe16472ffbbdbf
|
[b160f7f4019c5a1322d54f1b7dbe16472ffbbdbf]
|
08/08/07 00:55:01 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: event_manager_init -> event_manager_new |
|
|
|
@6a1415be4fb858b85a0cfc88e09eed6013a002b4
|
[6a1415be4fb858b85a0cfc88e09eed6013a002b4]
|
08/07/07 20:42:21 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Tab fix. |
|
|
|
@3f75f779109fcac9cb1d15fafdb5a083ee791c18
|
[3f75f779109fcac9cb1d15fafdb5a083ee791c18]
|
08/06/07 00:32:31 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Change the event API to be per-object driven. It is not … |
|
|
|
@f72698db789c5f2f83b7f445a3ab9e57a294c56e
|
[f72698db789c5f2f83b7f445a3ab9e57a294c56e]
|
07/19/07 19:57:42 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Make sure intall_input_event returns a value. |
|
|
|
@e241ba92232ab6c2fd22559f43f3990b2a5b3391
|
[e241ba92232ab6c2fd22559f43f3990b2a5b3391]
|
07/09/07 19:23:19 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Make sure the callback list is initially set to NULL. … |
|
|
|
@23942f1f36db6ab5ed4272da903c054336bed5ee
|
[23942f1f36db6ab5ed4272da903c054336bed5ee]
|
06/25/07 20:06:52 |
Damien Fouilleul <damienf@videolan.org> |
- libvlc APIs: bug fixing, and please note that exception argument is … |
|
|
|
@34f81612d956bfc7ad53fb7937b7d38d9cdec730
|
[34f81612d956bfc7ad53fb7937b7d38d9cdec730]
|
06/17/07 22:54:32 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc: Rename input to media_instance. And add the possibility to create … |
|
|
|
@4c401bdef6d4f886fdb996cbd85a1636639853cb
|
[4c401bdef6d4f886fdb996cbd85a1636639853cb]
|
06/09/07 20:54:17 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Add some comments. |
|
|
|
@f7f791b9b4dfc047c708c96b0fe590932b22da1a
|
[f7f791b9b4dfc047c708c96b0fe590932b22da1a]
|
06/07/07 23:16:30 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Libvlc event: Support for event extra information passing. And register to … |
|
|
|
@c9e0e4e1aefb7a65d76d8ffb57a13a1c40dfaabc
|
[c9e0e4e1aefb7a65d76d8ffb57a13a1c40dfaabc]
|
06/07/07 22:46:39 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Send position event at a reasonable time precision. |
|
|
|
@ff8e2f89378914ac7530b3edd2f3c4647dc6e9f0
|
[ff8e2f89378914ac7530b3edd2f3c4647dc6e9f0]
|
06/07/07 14:34:50 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Libvlc Event: Add support for input event. |
|
|
|
@593aeb2b2a5d78c502cc3aa1c27d9c65559e6efd
|
[593aeb2b2a5d78c502cc3aa1c27d9c65559e6efd]
|
06/01/07 22:23:10 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc event: Make event function thread safe. (And fix a mutex leak) |
|
|
|
@33671b8e44c46a06c8d1b8bd23c7fb667b23d63b
|
[33671b8e44c46a06c8d1b8bd23c7fb667b23d63b]
|
06/01/07 21:22:43 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Use the correct argument for var_DelCallback. |
|
|
|
@4d7792e817feab4d34770738e452d653351ae1e9
|
[4d7792e817feab4d34770738e452d653351ae1e9]
|
06/01/07 21:17:32 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Fix previous commit. |
|
|
|
@ef5277d8b0cdc0c5a9fbd84a96f0f9a0862fe621
|
[ef5277d8b0cdc0c5a9fbd84a96f0f9a0862fe621]
|
06/01/07 20:08:20 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Make sure the event won't be listened to. |
|
|
|
@60bd120e06d3399c15f1367bdd02285c1b429d7b
|
[60bd120e06d3399c15f1367bdd02285c1b429d7b]
|
06/01/07 19:36:41 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
libvlc event: Fix the various leaks and point indication on where locking … |
|
|
|
@78f85ea06c88689f9c354201ea797f2c1894f14d
|
[78f85ea06c88689f9c354201ea797f2c1894f14d]
|
06/01/07 19:08:47 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
control/event.c: Definition at the top of the function and outline the … |
|
|
|
@575366777d080c9ca414626e821e9719ca3f26f9
|
[575366777d080c9ca414626e821e9719ca3f26f9]
|
05/20/07 20:00:54 |
Filippo Carone <littlejohn@videolan.org> |
libvlc events related functions renamed |
|
|
|
@7467bc3c5a729ec6d1aa0f4cd79b9103293caa65
|
[7467bc3c5a729ec6d1aa0f4cd79b9103293caa65]
|
05/20/07 19:29:55 |
Filippo Carone <littlejohn@videolan.org> |
callback.c renamed to event.c |