2009-03-04 |
Rémi Denis-Courmont | Kill unused vlc_object_assert_locked |
tree | commitdiff |
2009-03-01 |
Rémi Denis-Courmont | Spell resource the English way |
tree | commitdiff |
2009-02-28 |
Rémi Denis-Courmont | Remove remaining global stats code |
tree | commitdiff |
2009-02-20 |
Pierre d'Herbemont | Forwardport 5ead92ffd58088828ed802173d963b2571f0cd69 |
tree | commitdiff |
2009-02-20 |
Derk-Jan Hartman | llvm seems to solve our cancellation issues. Revert... |
tree | commitdiff |
2009-02-20 |
Derk-Jan Hartman | llvm seems to solve our cancellation issues. Revert... |
tree | commitdiff |
2009-02-20 |
Derk-Jan Hartman | llvm seems to solve our cancellation issues. Revert... |
tree | commitdiff |
2009-02-19 |
Jean-Paul Saman | darwin_specific: put psz_vlcpath to null after it being... |
tree | commitdiff |
2009-02-19 |
Felix Paul Kühne | macosx-port: removed compatibility code for outdated... |
tree | commitdiff |
2009-02-14 |
Rémi Denis-Courmont | Remove VLC_Changeset, src/misc/revision.c, fixes make |
tree | commitdiff |
2009-02-14 |
Rémi Duraffort | No need to add a '\n' at the end of messages passed... |
tree | commitdiff |
2009-02-11 |
Rémi Denis-Courmont | Stop spamming the debug logs |
tree | commitdiff |
2009-02-05 |
Rémi Denis-Courmont | Do not reinvent eventfd. Won't work if syscall.h is... |
tree | commitdiff |
2009-02-02 |
basos G | Variable inheritance hints |
tree | commitdiff |
2009-01-31 |
Christophe Mutricy | Typo |
tree | commitdiff |
2009-01-31 |
Rémi Denis-Courmont | Progress interaction: remove useless parameter |
tree | commitdiff |
2009-01-31 |
Rémi Denis-Courmont | Interaction: remove (buggy and useless) dialog IDs |
tree | commitdiff |
2009-01-31 |
Rémi Denis-Courmont | Linux: re-implement eventfd() against old glibc versions |
tree | commitdiff |
2009-01-31 |
Rémi Denis-Courmont | Linux: vlc_threadid() returns TID instead of kludging... |
tree | commitdiff |
2009-01-31 |
Rémi Denis-Courmont | Superfluous #includes |
tree | commitdiff |
2009-01-30 |
Jean-Paul Saman | objects: check for HAVE_SYS_EVENTFD_H it is more reliab... |
tree | commitdiff |
2009-01-27 |
Geoffroy Couprie | WinCE: reduce stack size |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | Win32 cancel assert fixes |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | vlc_savecancel: missing return value on main thread |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | vlc_restorecancel: add an assertion |
tree | commitdiff |
2009-01-25 |
Rémi Denis-Courmont | Merge commit 'videolan/master' |
tree | commitdiff |
2009-01-25 |
Rémi Denis-Courmont | De-inline vlc_(test|save|restore)cancel, add some asser... |
tree | commitdiff |
2009-01-24 |
Rémi Denis-Courmont | Remove unused vlc_object_wait() |
tree | commitdiff |
2009-01-24 |
Rémi Denis-Courmont | Use libvlc_Quit |
tree | commitdiff |
2009-01-24 |
Rémi Denis-Courmont | Fix warning |
tree | commitdiff |
2009-01-24 |
Rémi Denis-Courmont | Remove dead code |
tree | commitdiff |
2009-01-19 |
Rémi Denis-Courmont | Remove VLC_OBJECT_ENCODER |
tree | commitdiff |
2009-01-19 |
Rémi Denis-Courmont | sout_EncoderCreate: create an encoder module |
tree | commitdiff |
2009-01-19 |
Rémi Denis-Courmont | Unexport vlc_list_find |
tree | commitdiff |
2009-01-18 |
Rémi Denis-Courmont | Fix warning |
tree | commitdiff |
2009-01-18 |
Laurent Aimar | Changed playlist_AddExt to be more consistant with... |
tree | commitdiff |
2009-01-18 |
Rémi Denis-Courmont | waitpipe: fix missing initializer from earlier commit |
tree | commitdiff |
2009-01-18 |
Rémi Denis-Courmont | Include <sys/eventfd.h> as needed |
tree | commitdiff |
2009-01-18 |
Rémi Denis-Courmont | Flawed logic |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Don't leak message contexts at end of threads |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Privatize vlc_object_t.i_object_type |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Remove unused parameter |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Linux: use an eventfd instead of pipe for waking up... |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Simplify waitpipe. |
tree | commitdiff |
2009-01-16 |
Rémi Duraffort | vlc_object_dump is used only when debuging. |
tree | commitdiff |
2009-01-16 |
Rémi Duraffort | calloc( nb_elmnt, size ) instead of calloc( size, nb_el... |
tree | commitdiff |
2009-01-14 |
Rémi Denis-Courmont | Remove vlc_thread_create |
tree | commitdiff |
2009-01-10 |
Rémi Denis-Courmont | Cosmetic |
tree | commitdiff |
2009-01-10 |
Rémi Denis-Courmont | Fix trivial syntax errors |
tree | commitdiff |
2009-01-06 |
Rémi Denis-Courmont | block_Fifo(Wake|Get|Show): always cancellation points |
tree | commitdiff |
2009-01-06 |
Rémi Denis-Courmont | block_FifoShow: fix condition variable usage |
tree | commitdiff |
2009-01-05 |
Laurent Aimar | Added vlc_object_assert_locked utility. |
tree | commitdiff |
2009-01-05 |
Rémi Denis-Courmont | Use a proper condition variable for variable callback... |
tree | commitdiff |
2009-01-05 |
Rémi Denis-Courmont | Remove duplicated variable callback code |
tree | commitdiff |
2009-01-05 |
Rémi Denis-Courmont | Do not reinvent the wheel^W^Wbsearch |
tree | commitdiff |
2009-01-04 |
Joseph Tulou | changes Ext2Fourcc into image_Ext2Fourcc and exports... |
tree | commitdiff |
2008-12-29 |
Rémi Denis-Courmont | Move variable type assertions into the core |
tree | commitdiff |
2008-12-22 |
Felix Paul Kühne | Compilation fix |
tree | commitdiff |
2008-12-21 |
Rémi Denis-Courmont | Tentative hack for OSX msleep/mwait cancellation |
tree | commitdiff |
2008-12-21 |
Rémi Denis-Courmont | VLC_OBJECT_PLAYLIST: remove unused type |
tree | commitdiff |
2008-12-16 |
Rémi Denis-Courmont | Win32: fix race condition initializing static mutexes |
tree | commitdiff |
2008-12-16 |
Rémi Denis-Courmont | Robustify Win32 mutex assertions |
tree | commitdiff |
2008-12-13 |
Rémi Duraffort | module_need wants pointers and boolean so give NULL... |
tree | commitdiff |
2008-12-12 |
Rémi Duraffort | Use calloc when needed. |
tree | commitdiff |
2008-12-11 |
Pierre Ynard | Fix typo in comment |
tree | commitdiff |
2008-12-09 |
Laurent Aimar | Allow decoder/packetizer to output meta data. |
tree | commitdiff |
2008-12-09 |
Pierre Ynard | WinCE: fix cancellation safety |
tree | commitdiff |
2008-11-25 |
Pierre Ynard | Thread cancellation on WinCE |
tree | commitdiff |
2008-11-18 |
Laurent Aimar | Fixed block_Realloc when block_t->p_buffer has changed. |
tree | commitdiff |
2008-11-06 |
Rémi Denis-Courmont | Remove thread ID. |
tree | commitdiff |
2008-11-04 |
Rémi Denis-Courmont | Don't lock the message queue until we need it |
tree | commitdiff |
2008-11-02 |
Rémi Duraffort | Remove MALLOC_NULL and use calloc when needed. |
tree | commitdiff |
2008-10-29 |
Rémi Duraffort | Use asprintf and check for the return value. (better... |
tree | commitdiff |
2008-10-22 |
Rémi Denis-Courmont | block_FifoPace: proper waiting for overflowing queue |
tree | commitdiff |
2008-10-22 |
Rémi Denis-Courmont | Allow block_FifoPut(fifo,NULL) |
tree | commitdiff |
2008-10-22 |
Rémi Denis-Courmont | block_FifoWake (deprecated): wake-up _all_ threads... |
tree | commitdiff |
2008-10-15 |
Rémi Denis-Courmont | msg_Unsubscribe: race condition memory leak |
tree | commitdiff |
2008-10-15 |
Rémi Denis-Courmont | Alloc memory later, remove non-compilable goto |
tree | commitdiff |
2008-10-15 |
Derk-Jan Hartman | messages: we have a vasprintf replacement now, remove... |
tree | commitdiff |
2008-10-14 |
Rémi Denis-Courmont | Fix message leak |
tree | commitdiff |
2008-10-14 |
Rémi Denis-Courmont | Count message references and get rid of the global... |
tree | commitdiff |
2008-10-14 |
Geoffroy Couprie | WinCE: can't duplicate a thread handle |
tree | commitdiff |
2008-10-12 |
Rémi Denis-Courmont | Sanitize/rewrite the message subscription API |
tree | commitdiff |
2008-10-12 |
Rémi Denis-Courmont | Invent unique pointer values properly |
tree | commitdiff |
2008-10-12 |
Rémi Denis-Courmont | Remove dead functions |
tree | commitdiff |
2008-10-12 |
Rémi Denis-Courmont | Merge msg bank and queue, remove duplicated lock |
tree | commitdiff |
2008-10-06 |
Rémi Denis-Courmont | Fix logic. |
tree | commitdiff |
2008-10-06 |
Geoffroy Couprie | WinCE: do an ugly thread cancellation without using... |
tree | commitdiff |
2008-10-05 |
Adrien Maglo | Redefine vlc_dictionary_clear() and vlc_dictionary_remo... |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Fix NULL dereference (CID#181) |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Fix dangling pointer use when shrinking a non-standard... |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Remove slow and leaking var_AcquireMutex |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Use static mutexes |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Static mutexes |
tree | commitdiff |
2008-10-05 |
Rémi Denis-Courmont | Remove vlc_threads_(init|end), fix thread-safety on... |
tree | commitdiff |
2008-10-04 |
Rémi Denis-Courmont | Fix vlc_thread_ready invalid use of object_wait |
tree | commitdiff |
2008-10-04 |
Rémi Denis-Courmont | Critical section are internally recursive |
tree | commitdiff |
2008-10-02 |
Derk-Jan Hartman | update: don't free the temp pointer, but free the origi... |
tree | commitdiff |
2008-10-02 |
Derk-Jan Hartman | update: rename the variables so that it matches their... |
tree | commitdiff |
2008-10-02 |
Derk-Jan Hartman | update: allow update_Download to accept: directory... |
tree | commitdiff |
next |