]> git.sesse.net Git - vlc/history - src
Update NEWS
[vlc] / src /
2011-05-28 Rémi Denis-CourmontWarning
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-05-26 Rémi Denis-CourmontRemove last use of FIND_ANYWHERE
2011-05-25 Rémi Denis-CourmontRemove no-op vlc_object-kill in vlc_object_destroy
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAttach object during creation
2011-05-25 Rémi Denis-CourmontAlways create a new object with the parent object
2011-05-25 Rémi Denis-CourmontCleanup, no functional changes
2011-05-25 Rémi Denis-CourmontRemove unused FIND_PARENT
2011-05-25 Rémi Denis-CourmontFix a prototype warning
2011-05-25 Rémi Denis-CourmontRemove dead old object thread code
2011-05-25 Sébastien Escudierfix input_Close return type
2011-05-24 Jean-Baptiste KempfWin32: fix compilation for update
2011-05-23 Rémi Denis-Courmontvlc-plugin: add potentially useful directory variables
2011-05-23 Laurent AimarFixed OSD EPG and build it directly at the display...
2011-05-23 Laurent AimarUpdated update code to vlc_clone().
2011-05-23 Laurent AimarUsed vlc_clone for interface threads.
2011-05-23 Laurent AimarRemoved vlc_thread_set_priority().
2011-05-23 Laurent AimarAdded vlc_set_priority() helper.
2011-05-23 Laurent AimarConverted input to vlc_clone().
2011-05-23 Laurent AimarUsed vlc_clone() in src/input/stream_demux.c
2011-05-23 Laurent AimarUnexported vlc_thread_set_priority().
2011-05-23 Ludovic Fauvetinput: send position updates to the intf during a fast...
2011-05-22 Jean-Baptiste KempfStrings: use getTitleFbName for str_format_meta
2011-05-22 Laurent AimarUnexported vlc_thread_create/join.
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-05-22 Laurent AimarAdded input_Close() helper.
2011-05-21 Jean-Baptiste Kempfplaylist: fix error in [874efde6]
2011-05-20 Rafaël CarréFix one-instance
2011-05-20 Rémi Denis-Courmontlibvlc_audio_get_mute(): return correct value
2011-05-20 Jean-Baptiste KempfPlaylist simplification in leaf-to-parent management
2011-05-18 Rémi Denis-CourmontReserve RGBT codec (RGBA 5-5-5-1)
2011-05-16 Mirsal Ennaimelibvlc: Update the mpris client code used for the one...
2011-05-16 Rafaël Carréupdate: fix hashing of text files with empty lines
2011-05-14 Rémi Denis-CourmontFix loading plugins still depending on unsafe config...
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-12 Rémi Denis-CourmontLazily resolve plugins during scanning
2011-05-12 Rémi Denis-CourmontDo not keep unused plugins loaded after plugin scan
2011-05-12 Rémi Denis-CourmontSplit Win32 and POSIX dynamic linker backends
2011-05-12 Rémi Denis-CourmontInline module_Call()
2011-05-12 Rémi Denis-CourmontKeep only one cache file loaded at a time
2011-05-12 Rémi Denis-CourmontPlugins cache entries are one time use things
2011-05-12 Rémi Denis-CourmontRationalize --(no-)plugins-cache value handling
2011-05-12 Rémi Denis-CourmontRemove write-only module_bank_t.b_cache_dirty
2011-05-12 Rémi Denis-CourmontUse native types for plugins mtime and size
2011-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontSimplify verbosity filtering
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2011-05-11 Rémi Denis-CourmontSplit up debug message printing (more readable in my...
2011-05-11 Rémi Denis-CourmontOnly take top-most object message header
2011-05-11 Rémi Denis-CourmontNo need to copy module in message item
2011-05-11 Rémi Denis-CourmontAllocate message item on the stack
2011-05-11 Rémi Denis-Courmontconstify
2011-05-11 Rémi Denis-CourmontUse copy/free paradigm rather than hold/release for...
2011-05-11 Rémi Denis-CourmontRemove write-only change_need_restart()
2011-05-10 Rémi Denis-CourmontAdd libvlc functions for custom audio output
2011-05-10 Rémi Denis-Courmontlibvlc_clock, libvlc_delay: expose LibVLC clock for...
2011-05-10 Rémi Denis-CourmontAlias vlc_memset() to memset()
2011-05-09 Rémi Denis-Courmontvlc_module_create(): remove useless parameter
2011-05-09 Rémi Denis-CourmontRemove module_t.b_submodule
2011-05-09 Rémi Denis-CourmontDo not cache b_submodule
2011-05-09 Rémi Denis-CourmontRemove endianess and type sizes from plugin name
2011-05-09 Rémi Denis-CourmontRemove CPU capability from the plugin cache path
2011-05-09 Rémi Denis-CourmontRemove plugin directory per CPU capability hack
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/es_out_timeshift.c
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/decoder.c
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontDo not use internal libvlc symbol outside of libvlc
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-05-07 Rémi Denis-CourmontRemove invalid use of VLC_EXPORT
2011-05-07 Rémi Denis-CourmontWin32 R/W locks: fix/add comments, add asserts
2011-05-07 Rémi Denis-Courmontvlc_cond_wait() does not return any value
2011-05-05 Rémi Denis-CourmontXML: test case for C0/C1 control codes encoding
2011-05-05 Rémi Denis-CourmontXML: encode C0/C1 control codes correctly (fix #4737)
2011-05-04 Rémi Denis-CourmontRename vlc_key_t to vlc_action_t
2011-05-02 Rémi Denis-CourmontReset config if module bank works, save config if VLC...
2011-05-02 Rémi Denis-CourmontMove common predefined macros to config.h and common.am
2011-05-02 Rémi Denis-CourmontRemove some leftovers from pre-libtool era
2011-05-02 Rémi Denis-CourmontRemove ugly builtin support
2011-05-01 Rémi Denis-Courmontconfig_StringEscape: iterate through string twice rathe...
2011-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-04-30 Rémi Denis-Courmontvlc_towc(): unroll multibyte sequence decoding, fix...
2011-04-29 Rémi Denis-CourmontRemove unused config_SaveConfigFile parameter
2011-04-29 Rémi Denis-CourmontReally save bookmarks automatically
2011-04-28 Laurent AimarNo functionnal changes (vout).
2011-04-28 Rob JonsonUpdate windows rename function to correctly deal with...
2011-04-26 Laurent AimarRendered text OSD at display size.
2011-04-25 Jean-Baptiste KempfRemove prefer-system codecs option
2011-04-24 Jean-Baptiste KempfMore documentation for vlc_services_discovery.h
2011-04-24 Jean-Baptiste KempfDocument vlc_services_discovery.h
2011-04-23 Jean-Baptiste KempfQt: improve title display
2011-04-22 Jean-Baptiste KempfAdd another DV fourcc
2011-04-22 Hugo Beauzée-Luyssenlibvlc-module: Adding a input-title-format variable
2011-04-22 Hugo Beauzée-Luyssenstrings: Adding a 'Z' flag to insert 'Now playing'...
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-04-21 Rémi Duraffortdecoder: fix a segfault.
2011-04-21 Francois CartegnieRevert "input: dvb: also create program data for progra...
2011-04-20 Yuval TzeBackward compatibility: handle the "sub-filter" ambiguity
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
next