]> git.sesse.net Git - vlc/history - include
m3u: use the album art provided by jamendo along with the m3u files.
[vlc] / include /
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-29 Ilkka Ollakkaadd comment that BlockChainAppend() can take NULL ...
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarAdded picture_pool_GetSize helper.
2010-04-23 Laurent AimarAdded picture_pool_Reserve helper.
2010-04-21 Rémi Duraffortmodule_config_t: pack the structure. This save 10K...
2010-04-18 Laurent AimarMoved picture_heap_t out of vlc_vout.h
2010-04-18 Laurent AimarMoved most of private vout_thread_t fields out of vlc_v...
2010-04-18 Laurent AimarRemoved picture_heap_t::i_aspect/width/height/chroma.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarMoved vout_sys_t out of vlc_common.h.
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_AllocatePicture out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_IntfInit out of vlc_vout.h
2010-04-18 Laurent AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved unused vout flags.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_lock/unlock/swap fields.
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-14 Francois CartegnieUse pragma packing for suncc
2010-04-14 Francois Cartegnievoid function cannot return a value
2010-04-10 Rémi Denis-Courmontutf8_lstat is called vlc_lstat nowadays
2010-04-10 Rémi Denis-Courmontssize_t requires sys/types.h (fix #3504)
2010-04-08 Rémi Denis-CourmontReplacement for getdelim and getline - fixes #3503
2010-04-07 Rémi Denis-CourmontWin32: inline vlc_cancel_self
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
2010-03-31 Rémi Denis-Courmontvlc_accept: accept() with close-on-exec
2010-03-31 Rémi Denis-Courmontvlc_socket: create socket with close-on-exec à la vlc_dup()
2010-03-31 Keary Griffinexport vlc_rename
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-11 Rémi Denis-CourmontC++ #include fix
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-03-08 Rémi Denis-CourmontFix Doxygen errors
2010-03-06 Rémi Denis-Courmontvlc_(d|l|m)rand48: thread-safe wrappers for non-secure...
2010-03-06 Rémi Denis-CourmontAlso provide erand48 and jrand48, they come almost...
2010-03-05 Rémi Denis-Courmontnrand48 replacement
2010-03-04 Laurent AimarIncreased VOUT_MAX_PICTURES to allows H264 direct rende...
2010-03-04 Jakob LebenQt: reorganize playlist actions, rename "Delete" to...
2010-03-03 Rémi Denis-Courmontutf8_lstat -> vlc_lstat for consistency
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-02-28 Pierre d'Herbemontlibvlc: Use a union for libvlc_media_track_info_t.
2010-02-28 Rémi DuraffortFix doxygen documentation.
2010-02-28 Rémi Duraffortlibvlc: fix doxygen comments.
2010-02-26 Jean-Baptiste KempfFix typo in comment
2010-02-25 Jean-Baptiste KempfForgotten .nsv in open file dialog
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-22 Pierre d'Herbemontlibvlc: Don't refer to media_preparsing as we don't...
2010-02-22 Pierre d'Herbemontlibvlc: libvlc_media_get_es->libvlc_media_get_tracks_info.
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_parse() and libvlc_media_pa...
2010-02-22 Pierre d'Herbemontlibvlc: Put a ref to libvlc_media_release in libvlc_med...
2010-02-22 Jean-Baptiste KempfAdd .amr to recognized extensions
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-20 Rémi Denis-Courmontsecstotimestr: use int32_t not to overflow if int excee...
2010-02-20 Rémi Denis-CourmontRemove msecstotimestr
2010-02-20 Rémi Denis-CourmontReimplement libvlc_event_type_name
2010-02-20 Rémi Denis-CourmontMake libvlc event types less ABI-brittle w.r.t. the...
2010-02-20 Rémi Denis-CourmontImprove Doxygen documentation, deobfuscate event types
2010-02-20 Rémi Denis-CourmontLibVLC structures: cleanup
2010-02-20 Rémi Denis-CourmontKill old and buggy libvlc_drawable_t
2010-02-20 Rémi Denis-CourmontDoxygen fix
2010-02-20 Rémi Denis-Courmontlibvlc_video_set_fullscreen: fix documentation
2010-02-18 Rémi Denis-Courmontlibvlc_media_new_path: create a media from a file path
2010-02-17 Rémi Denis-CourmontMostly revert "libvlc: add mouse events as libvlc_Media...
2010-02-14 Rémi Denis-Courmontconfig_GetLibDir: return arch-dep package directory
2010-02-14 Srikanth RajuLua: Add new callback playing_changed for playing statu...
2010-02-14 Jean-Baptiste KempfSupport for Indeo 5
2010-02-14 Rémi Denis-CourmontLibVLC: allow setting playback rate even without input
2010-02-14 Rémi Denis-Courmontadd vlc_openat wrapper around openat
2010-02-14 Jakob LebenQt: playlist menu strings and icons
2010-02-13 Rémi Denis-CourmontAdd coordinates (VLC_VAR_COORDS) variable type
2010-02-13 Rémi Denis-Courmontvar_GetChecked and var_SetChecked object auto-cast
2010-02-13 Rémi Denis-CourmontRemove libvlc_free
2010-02-13 Rémi Denis-CourmontRemove the old form of variable variable
2010-02-13 Antoine CellerierRemove trailing spaces.
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-11 Rémi Denis-Courmontlibvlc_video_get_cursor: get the current mouse video...
next