2008-09-11 |
Rémi Denis-Courmont | SAP announce: rewrite, use one thread per SAP group... |
tree | commitdiff |
2008-09-09 |
Jean-Paul Saman | Indentation |
tree | commitdiff |
2008-09-09 |
Jean-Paul Saman | Document more VLM API's and expand define. |
tree | commitdiff |
2008-09-08 |
Rémi Denis-Courmont | Remove dead code (vlc_object_timedwait) |
tree | commitdiff |
2008-09-08 |
Rémi Denis-Courmont | MMSTU: suspend the keep-alive thread while not paused |
tree | commitdiff |
2008-09-08 |
Rémi Denis-Courmont | Fix getenv |
tree | commitdiff |
2008-09-08 |
Geoffroy Couprie | WinCE: header inclusion fixes |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | Win32: rework mutex/condition implementation. |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | Unexport vlc_thread_fatal (short lived) |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | De-inline mutex and condition functions. Document them. |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | vlc_cond_broadcast: broadcast signal on a condition... |
tree | commitdiff |
2008-09-07 |
Laurent Aimar | Fixed vlc_cond_timedwait for win32. |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | Win32: fix vlc_cond_timedwait as well |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | net_Accept: -1 (infinite) delay is valid |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | var_*: use LIBVLC_USED |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | var_AcquireMutex: enforce constant mutex name |
tree | commitdiff |
2008-09-07 |
Rémi Denis-Courmont | Rework delay checking, use it for net_Accept, add deadl... |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | Oops |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | Detect unsupported sleep delay at compile time |
tree | commitdiff |
2008-09-06 |
Laurent Aimar | Fixed vlc_cond_wait for windows. |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | vlc_cond_init: really remove useless parameter |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | vlc_object_find_name: return vlc_object_t * |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | Tag some APIs as LIBVLC_USED |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | LIBVLC_USED: tag for function whose result must be... |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | Dead code |
tree | commitdiff |
2008-09-05 |
Rémi Denis-Courmont | Remove old BeOS thread support |
tree | commitdiff |
2008-09-04 |
Antoine Cellerier | Remove useless argument to pf_video_blend |
tree | commitdiff |
2008-09-04 |
Rémi Denis-Courmont | Warn about ticks at compile-time |
tree | commitdiff |
2008-09-04 |
Rémi Denis-Courmont | Protect against multiple inclusions |
tree | commitdiff |
2008-09-04 |
Rémi Denis-Courmont | Thread fatal errors: add function name, and some Win32... |
tree | commitdiff |
2008-09-03 |
Antoine Cellerier | Properly malloc(), memcpy() and free() the quantizer... |
tree | commitdiff |
2008-09-03 |
Rémi Denis-Courmont | strsep does not need to be exported for now |
tree | commitdiff |
2008-09-03 |
Laurent Aimar | Implemented strsep replacement. |
tree | commitdiff |
2008-09-03 |
Rémi Denis-Courmont | Revert "CLOCK_FREQ is a 64-bits quantity as mtime_t" |
tree | commitdiff |
2008-09-03 |
Rémi Denis-Courmont | Use CLOCK_FREQ |
tree | commitdiff |
2008-09-03 |
Rémi Denis-Courmont | CLOCK_FREQ is a 64-bits quantity as mtime_t |
tree | commitdiff |
2008-09-01 |
Pierre d'Herbemont | libvlc: Add a --verbose-objects option to select which... |
tree | commitdiff |
2008-08-31 |
Rémi Denis-Courmont | Unexport vlc_object_dump |
tree | commitdiff |
2008-08-31 |
Pierre d'Herbemont | playlist: Fetcher and parser are playlist private. |
tree | commitdiff |
2008-08-30 |
Rémi Denis-Courmont | vlc_object_get: take instance as a parameter |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | sout_AccessOutNew: allow any VLC object type, not just... |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | Make access_out independent of sout instance |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | Add ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl... |
tree | commitdiff |
2008-08-29 |
Laurent Aimar | Improved config_chain parsing by using escape for ... |
tree | commitdiff |
2008-08-28 |
Rémi Denis-Courmont | vlc_thread_join: cannot join current thread |
tree | commitdiff |
2008-08-28 |
Rémi Denis-Courmont | vlc_join: check for deadlock |
tree | commitdiff |
2008-08-28 |
Rémi Denis-Courmont | vlc_object_lock_and_wait: broken by design, remove |
tree | commitdiff |
2008-08-28 |
Rémi Denis-Courmont | Deprecate vlc_object_get |
tree | commitdiff |
2008-08-28 |
Rémi Denis-Courmont | psz_intf_switch was read-only: remove dead code |
tree | commitdiff |
2008-08-28 |
Laurent Aimar | Added a INPUT_CONTROL_RESTART_ES and use it in video_ou... |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | (Potentially) allow pthread without pthread native... |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | block: cancellation safety |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Cleanup helper for unlocking |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Support for cancellation cleanup functions |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Win32: vlc_cond_(timed)wait are cancellation points |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Support for cancelling self and use normal thread variable |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Move stuff around |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | More natural prototype for vlc_savecancel |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Stub cancellation support |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | vlc_testcancel: explicit cancellation point |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | vlc_cancel: POSIX thread cancellation |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | vlc_savecancel, vlc_restorecancel: POSIX cancellation... |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Libvlccore ABI has broken (DEMUX_CAN_PAUSE+ modified) |
tree | commitdiff |
2008-08-27 |
Laurent Aimar | Fixed rear center support (and close #1816). |
tree | commitdiff |
2008-08-27 |
Jean-Paul Saman | Add documentation. |
tree | commitdiff |
2008-08-27 |
Jean-Paul Saman | Add video_format_{Copy,Init,Clean} inline functions... |
tree | commitdiff |
2008-08-27 |
Jean-Paul Saman | document vlc_fourcc_to_char() function. |
tree | commitdiff |
2008-08-27 |
Laurent Aimar | Added BLOCK_FLAG_TYPE_MASK define (helper). |
tree | commitdiff |
2008-08-26 |
Laurent Aimar | Added small block_ChainProperties helper. |
tree | commitdiff |
2008-08-26 |
Laurent Aimar | Do not access to internal p_input sout in input_DecoderNew. |
tree | commitdiff |
2008-08-26 |
Laurent Aimar | Added record support at the stream_t level in core. |
tree | commitdiff |
2008-08-26 |
Antoine Cellerier | Preliminary changes to fix postprocessing. Decoder... |
tree | commitdiff |
2008-08-25 |
Rémi Denis-Courmont | vlc_clone, vlc_join: untangle objects and threads |
tree | commitdiff |
2008-08-24 |
Rémi Denis-Courmont | Missing cast with vlc_config_set |
tree | commitdiff |
2008-08-24 |
Rémi Denis-Courmont | Memory error handling |
tree | commitdiff |
2008-08-24 |
Antoine Cellerier | Export function to copy pixels between 2 plane_t struct... |
tree | commitdiff |
2008-08-22 |
Geoffroy Couprie | Add tree-view for SD only |
tree | commitdiff |
2008-08-22 |
Laurent Aimar | Export input_SplitMRL helper. |
tree | commitdiff |
2008-08-21 |
Rémi Denis-Courmont | Fix typo |
tree | commitdiff |
2008-08-21 |
Laurent Aimar | Added BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2. |
tree | commitdiff |
2008-08-20 |
Laurent Aimar | Uninlined es_format_t functions and added video_format_... |
tree | commitdiff |
2008-08-19 |
Laurent Aimar | Added s32l/b support to aout. |
tree | commitdiff |
2008-08-14 |
Pierre d'Herbemont | Merge branch 'codecleanup' of git://repo.or.cz/vlc... |
tree | commitdiff |
2008-08-14 |
Pierre d'Herbemont | codecleanup: de-static-inline a bunch of input_item... |
tree | commitdiff |
2008-08-14 |
Pierre d'Herbemont | codecleanup: Replace input_Item by input_item. |
tree | commitdiff |
2008-08-14 |
Rémi Denis-Courmont | Remove unused typedef |
tree | commitdiff |
2008-08-14 |
Jean-Paul Saman | Remove some trailing whitespace. |
tree | commitdiff |
2008-08-14 |
Jean-Paul Saman | Document media list and media list view. |
tree | commitdiff |
2008-08-14 |
Jean-Paul Saman | Add another bunch of doxygen file comments. |
tree | commitdiff |
2008-08-13 |
Rémi Denis-Courmont | VLC_OBJECT: expansion safety |
tree | commitdiff |
2008-08-13 |
Rémi Denis-Courmont | Use %s even if all strings are currently free of percen... |
tree | commitdiff |
2008-08-13 |
Jean-Paul Saman | Add a bunch of \file doxygen comments |
tree | commitdiff |
2008-08-12 |
Pierre d'Herbemont | threads: Make sure vlc_assert_locked() doesn't result... |
tree | commitdiff |
2008-08-12 |
Pierre d'Herbemont | vlc_network: vlc_poll is always exported. Don't put... |
tree | commitdiff |
2008-08-12 |
Pierre d'Herbemont | vlc_playlist.h: Correct type for request status. (Fix... |
tree | commitdiff |
2008-08-11 |
Rémi Denis-Courmont | Headers: use non-reserved identifiers for multi-inclusi... |
tree | commitdiff |
2008-08-11 |
Jean-Paul Saman | Document filter chain API. |
tree | commitdiff |
2008-08-11 |
Jean-Paul Saman | Improve comment wording in vlc_block.h |
tree | commitdiff |
2008-08-10 |
Pierre d'Herbemont | update: Various fixes to make it work on Mac OS X. |
tree | commitdiff |
2008-08-10 |
Rémi Denis-Courmont | barrier: avoid staticity and pthread-specificity |
tree | commitdiff |
next |