15 Commits (d4e35e4e9ee1d0b83d1ef71bce895b6fff798676)

Author SHA1 Message Date
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Rémi Denis-Courmont 49b6bc3351 log: define constant operations structure 8 years ago
Rémi Denis-Courmont 9db1189119 libvlc: remove deprecated log stubs 8 years ago
Thomas Guillem 6719cea3a1 libvlc: clean up deprecated functions 10 years ago
Rémi Denis-Courmont 4ea6b96bce libvlc: provide file name and line number 11 years ago
Rémi Denis-Courmont 805cffa8d1 log: fix theoretical pointer alignment problem 12 years ago
Rémi Denis-Courmont 3794d92b47 libvlc: pass log message directly 13 years ago
Rémi Denis-Courmont dac9ab984c libvlc: add functions to query log message "item" data 13 years ago
Rémi Denis-Courmont ae3b867b5b libvlc: simplify and clean up external logging API (fixes #8129) 13 years ago
Rémi Denis-Courmont dde93dd573 Rename msg_item_* to vlc_log_* (cosmetic) 13 years ago
Rémi Denis-Courmont d4dd87619e libvlc: helper to log to a FILE 14 years ago
Rémi Denis-Courmont f7260e64ce libvlc: add functions to register logging callbacks 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont c77a99a379 remove unused typedef 15 years ago
Rémi Denis-Courmont 7dcac68447 Move src/control/ to lib/ 15 years ago
Rémi Denis-Courmont 195940cabc Also deprecate verbosity functions 15 years ago
Rémi Denis-Courmont f525191b57 libvlc_log_*: deprecated and reimplement as compatibility stubs 15 years ago
Rémi Denis-Courmont 55af05f319 Remove msg_cb_data_t and simplify accordingly 15 years ago
Rémi Denis-Courmont fad10ee530 Fix namespace, remove useless variable and clean up msg_* functions() 15 years ago
Rémi Denis-Courmont 9f1762006c Update message callback 15 years ago
Rémi Denis-Courmont 9e3c1a6d39 Use copy/free paradigm rather than hold/release for message items 15 years ago
Rémi Denis-Courmont 595e377e33 LibVLC log: remove exceptions 16 years ago
Rafaël Carré e573d94d0f libvlc: include config.h when needed 17 years ago
Rémi Denis-Courmont d1578edccc libvlc_log: remove useless exception parameters 17 years ago
Rémi Denis-Courmont ae47c1c8c8 libvlc_log: remove dummy exceptions 17 years ago
Rémi Denis-Courmont 92ed31deed Implement reference counting in the libvlc logger 17 years ago
Rémi Denis-Courmont 2d7c798a3e Restore the libvlc logger lock 17 years ago
Rémi Denis-Courmont 7bdcd02228 libvlc log: stop abusing internal i_verbosity 17 years ago
Jean-Paul Saman 2fd49e5a3d libvlc_log_clear: looks totally broken. 17 years ago
Rémi Denis-Courmont 4dbd738aaf Missing <assert.h> 18 years ago
Rémi Denis-Courmont 17323fb840 Port the libvlc log APIs to the new internal messages API 18 years ago
Pierre d'Herbemont e7b0790a86 Revert "messages: Prefer the object name over the object type if type is VLC_GENERIC." 18 years ago
Pierre d'Herbemont 0386618539 messages: Prefer the object name over the object type if type is VLC_GENERIC. 18 years ago
Rémi Denis-Courmont cdd517525b Remove message unused "queue" parameter 18 years ago
Rafaël Carré c452d07946 i_verbose has been privatized 18 years ago
Filippo Carone 81a45beda7 logger_iterator_next simplied 18 years ago
Rémi Denis-Courmont 6c52c72bfb Store the object type name rather than object type ID within log messages. 18 years ago
Rafaël Carré e51438389d libvlc_release() has only 1 parameter now 18 years ago
Rafaël Carré 3b0c979e83 src/control: set svn:keywords to Id 19 years ago
Rémi Denis-Courmont ec99b9d9de Fix syntax errors 19 years ago
Rémi Denis-Courmont dcbc6d8f6e Fix warnings (it does not seem very logical for log_open to take a read-only libvlc anyway) 19 years ago
Rémi Denis-Courmont 7d478fff44 Yield libvlc and fix corner case memleak 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Damien Fouilleul 8d0b80646c - log.c: fix for negative message count 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Damien Fouilleul fc7795f191 log.c: fixed operator priorty when estimating message count 20 years ago
Damien Fouilleul 54ca1c9a15 - added public log apis to access message log 20 years ago