]> git.sesse.net Git - vlc/history - include
new failing test for medialistplayer_next
[vlc] / include /
2008-03-20 Sam HocevarDocumentation updates.
2008-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Sam HocevarPut (void)val; here and there to tell gcc we used the...
2008-03-19 Rémi Denis-Courmontvlc_fixups.h: Protect against multiple inclusions
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Pierre d'HerbemontRevert "Fix compilation, by "fixing" VLC_PUBLIC_API...
2008-03-19 Pierre d'HerbemontFix compilation, by "fixing" VLC_PUBLIC_API.
2008-03-18 Pierre d'HerbemontVLC_PUBLIC_API needs extern "C" on windows/c++ too.
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Pierre d'HerbemontMark VLC_PUBLIC_API as extern "C" when using C++.
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-03-17 Rémi Denis-CourmontTag ABI break
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-13 Rémi DuraffortRemove useless test (one more time).
2008-03-13 Rafaël CarréRevert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
2008-03-12 Rafaël CarréFix crash when (access_t*)->pf_control is NULL
2008-03-11 Rémi DuraffortRemove useless test before a free.
2008-03-11 Rémi DuraffortRemove uneeded test before freeing.
2008-03-08 Rémi DuraffortMove the track id from the last column to the first...
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Jean-Baptiste KempfRemove unused parameter warnings for Win32 compiling.
2008-03-05 Jean-Paul SamanPatch by Koehler, Vitally <vkoehler AT telekom de>...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
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.
next