]> git.sesse.net Git - vlc/history - include
macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael...
[vlc] / include /
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Avoid multiple libvlc_MediaIn...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-22 Rafaël CarréSupports vorbis audio in avi container (refs #224)
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-21 Damien Fouilleullibvlc: document that libvlc_new() MUST have a program...
2008-02-17 Dennis van Amerongen* include/vlc_threads_funcs.h: add define for ETIMEDOUT...
2008-02-17 Rafaël Carréfix compile when spinlocks aren't available
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-15 Pierre d'Herbemontvlc_arrays.h: Fix insertion rebuilding.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: More vlc_dictionary_t fixes.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: Make sure we return the right value assoc...
2008-02-13 Pierre d'Herbemontcontrol: Implement and export media_list_view_children_...
2008-02-10 Pierre d'Herbemontvlc_common.h: VLC_EXPORT should have extern if there...
2008-02-09 Rémi Denis-CourmontDEBUG -> NDEBUG
2008-02-09 Rémi Denis-Courmonttime.h is always needed (because of pthread_cond_timedwait)
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-02-08 Pierre d'Herbemontvlc_os_specific.h: Use const for argv.
2008-02-04 Pierre d'Herbemontvlc_threads_funcs.h: Don't attempt to track pthread_con...
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-02-02 Pierre d'Herbemontvlc_network.h: Prefer to use #ifdef instead of #if...
2008-02-02 Christophe MutricyInclude stdint.h for uint32_t. i'm not sure how portabl...
2008-02-01 Pierre d'Herbemontvlc_arrays.h: Sanity check.
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-29 Rafaël Carréinput_CurrentMetaFlags() takes a const parameter
2008-01-28 Rafaël Carrésout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PRE...
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-27 Rémi Denis-CourmontFix symbols list, fix linking on platforms that DO...
2008-01-27 Felix Paul Kühnestrnlen: export its VLC pendant properly and check...
2008-01-27 Rémi Denis-CourmontFix another series of HAVE_ dependencies (string replac...
2008-01-27 Rémi Denis-CourmontDon't mess up with config.h!
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-27 Rémi Denis-CourmontRemove #define vlc_foobar NULL from the gone era of...
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2008-01-25 Pavlov KonstantinQT4: Modify About dialog: make it brief, clean and...
2008-01-25 Sigmund Augdal HelbergCore changes needed to add asa support. By equinox...
2008-01-25 Rémi Denis-Courmontmove mutex setkind hack to src/
2008-01-25 Rémi Denis-CourmontSame as previous commit
2008-01-25 Rémi Denis-CourmontFix cpp warning
2008-01-25 Rémi Denis-CourmontPrivatize the memalign replacement
2008-01-24 Rémi Denis-CourmontRemove some GCCisms.
2008-01-24 Rémi Denis-CourmontRemove net_AddressIsMulticast:
2008-01-24 Rémi Denis-Courmont- Don't override PACKAGE. It breaks.
2008-01-24 Rémi Denis-CourmontRemove the sys/socket.h check. We don't really use...
2008-01-24 Rémi Denis-CourmontDon't work-around would-be bugs in the configure checks.
2008-01-24 Rémi Denis-CourmontDon't check for ssize_t twice, and don't use autoconf...
2008-01-24 Rémi Denis-CourmontGet rid of HAVE_SOCKLEN_T - refs #297
2008-01-24 Rémi Denis-Courmonttimespec is in time.h, not sys/time.h
2008-01-24 Rémi Denis-CourmontRemove dummy declarations
2008-01-24 Rémi Denis-CourmontRemove useless include
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rémi Denis-CourmontConsistent naming
2008-01-24 Rémi Denis-CourmontFix warning when there are no config items
2008-01-24 Rémi Denis-CourmontWhitelisting.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Damien Fouilleulvlc_threads: undo last commit, not needed
2008-01-22 Damien Fouilleulvlc_threads.h: now that vlc_object_t is optional for...
2008-01-22 Damien Fouilleulvlc_threads: provide proper implementation of vlc_spinl...
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-22 Rafaël Carréupdate: put pgp key in its own header (and update the...
2008-01-21 Rémi Denis-CourmontCompile fix. Not sure if this works though.
2008-01-21 Rémi Denis-CourmontFix previous commit
2008-01-21 Rémi Denis-CourmontAdd inline API for spinlocks.
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-21 Rafaël CarréAdd a useful link to precious Meuhh's comments
2008-01-19 Dennis van Amerongen* include/vlc/mediacontrol_structures.h: revert [24391...
2008-01-18 Olivier Aubertinclude/vlc/mediacontrol_structures.h: use u_int32_t...
2008-01-17 Antoine CellerierYou still need the cast to compile :)
2008-01-17 Pierre d'Herbemontvlc_arrays.h: Don't use calloc, seems unreliable.
2008-01-17 Antoine CellerierFix compilation and remove a few trailing spaces.
2008-01-17 Pierre d'Herbemontvlc_arrays.h: vlc_array_new, vlc_array_destroy.
2008-01-16 Rémi Denis-CourmontDon't complain about timeouts on Windows in cond_timedwait.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rémi DuraffortI forgot this part in the previous commit.
2008-01-16 Rafaël Carréinput options whitelisting: 1st step
2008-01-14 Rafaël Carrédon't copy 'meta-file' option to inputs
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-13 Pierre d'Herbemontcontrol/media_instance.c: Send EncouteredError event...
2008-01-12 Pierre d'Herbemontvlc/libvlc.h: Export libvlc_media_instance_get_drawable().
2008-01-12 Pierre d'Herbemontvlc/libvlc.h: Make media_descriptor_duplicate Public.
2008-01-07 Pierre d'Herbemontvlc/libvlc.h: Use libvlc_time_t.
2008-01-07 Pierre d'Herbemontlibvlc.h: Define and implement libvlc_media_instance_is...
2008-01-05 Rémi Denis-CourmontRe-implement GCD iteratively. Fix unused function warning.
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-01 Pierre d'HerbemontRevert [23949].
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-31 Rafaël Carréupdate: use PGP to authenticate status file and downloa...
2007-12-30 Rafaël Carréfix #1410.
2007-12-30 Pierre d'Herbemontlibvlc.h: Publish libvlc_media_list_hierarchical_node_v...
2007-12-29 Pierre d'Herbemontcontrol/media_instance.c: Publish is_seekable().
2007-12-29 Pierre d'Herbemontcontrol/media_instance.c:
2007-12-28 Rémi Denis-CourmontUse long
next