]> git.sesse.net Git - vlc/history - src
Use NULL for pointer
[vlc] / src /
2008-12-12 Sébastien EscudierUse NULL for pointer
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Laurent AimarCosmetics.
2008-12-11 Rémi Denis-CourmontFix warning
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-11 Pierre YnardFix typo in comment
2008-12-11 Sébastien Escudiertypo in event manager
2008-12-09 Laurent AimarFixed make check.
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Rémi Denis-CourmontFix vout window capability name
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarAdded files/declarations for stream_filter module.
2008-12-09 Laurent AimarCosmetics.
2008-12-09 Laurent AimarSplit stream_demux from input/demux.c
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-09 Laurent AimarCosmetics.
2008-12-09 Laurent AimarDisplay codec meta data.
2008-12-09 Laurent AimarFixed event on UNKNOWN_ES es.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Rémi DuraffortFix a memleak in item categories.
2008-12-09 Pierre YnardWinCE: fix cancellation safety
2008-12-08 Rémi Denis-CourmontCosmetic change
2008-12-08 Joseph TulouRemove useless parameter
2008-12-08 Joseph TulouChange lock status from true to false in SubFilterAlloc...
2008-12-08 Joseph Tuloulibvlc: Fix event manager leak in media_discoverer
2008-12-04 Laurent AimarReset buffering level when needed.
2008-12-04 Laurent AimarClean up.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarAdded a input "cache" variable and INPUT_EVENT_CACHE...
2008-12-04 Laurent AimarImproved OPENING_S/BUFFERING_S status change.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-12-04 Laurent AimarFixed input bookmark thread safety, support and event.
2008-12-04 Laurent AimarFixed INPUT_GET_VIDEO_FPS thread safety.
2008-12-04 Laurent AimarFixed vout leak.
2008-12-04 Laurent AimarFixed INPUT_GET_BOOKMARK locking scheme.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-12-04 Laurent AimarMoved i_cr_average from input_source_t to input_thread_...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarImproved access/demux update state reading.
2008-12-02 Michael HanselmannAdd us_asprintf function
2008-12-02 Pierre YnardFix typo in comment
2008-12-01 Rémi DuraffortUnused variable.
2008-11-30 Rémi DuraffortInput/control: Fix memleak.
2008-11-30 Laurent AimarInitialize demux_meta_t before calling "meta reader".
2008-11-30 Laurent AimarCorrectly display time and seek with high input caching.
2008-11-30 Laurent AimarStop es_out before removing demux.
2008-11-30 Laurent AimarFixed a potential vout object leak in decoder.
2008-11-29 Laurent AimarFixed OS-X compilation.
2008-11-29 Laurent AimarFixed buffering value for frame step.
2008-11-29 Laurent AimarFixed an unlikely segfault (subtitles).
2008-11-29 Laurent AimarImproved current times in regard to es_out timeshift.
2008-11-29 Laurent AimarRevert "Hide es out timeshift delay from time display."
2008-11-29 Laurent AimarProtect audio decoder against invalid date.
2008-11-29 Laurent AimarFixed seeking while paused (visible with high caching).
2008-11-29 Laurent AimarProtect against bogus time in vout while paused.
2008-11-27 Rémi Denis-Courmonthttpd: full URL is also valid for HTTP (fixes #2320)
2008-11-27 Rémi Denis-CourmontCompile fix
2008-11-27 Rémi Denis-Courmontnet_Read: cancel-safety
2008-11-26 Sébastien EscudierCorrectly handle multiple clients in httpd
2008-11-25 Laurent AimarFixed segfault because of typo in meta info code.
2008-11-25 Pierre YnardThread cancellation on WinCE
2008-11-24 Laurent AimarHide es out timeshift delay from time display.
2008-11-24 Laurent AimarUpdated codec informations on decoder output change.
2008-11-24 Laurent AimarCosmetic.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-23 Laurent AimarRemoved intf-change-vout/rate-change/stats-change/intf...
2008-11-23 Laurent AimarUpdated to intf-event.
2008-11-23 Laurent AimarAdded INPUT_EVENT_TELETEXT.
2008-11-23 Laurent AimarAvoid a deadlock when a decoder is in error.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Christophe MutricyInclude event.h.
2008-11-22 Laurent AimarClean up input events.
2008-11-22 Laurent AimarMoved statistic update from sout to input.
2008-11-22 Laurent AimarCosmetics.
2008-11-22 Laurent AimarUse input_interface.h (playlist).
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-11-22 Laurent AimarRemoved unused -playlist_ItemSetName.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-11-22 Laurent AimarCosmetics.
2008-11-21 Jean-Paul SamanAdd can-rate to distinguish between normal rate control...
2008-11-20 Laurent AimarMoved INPUT_CONTROL_FIFO_SIZE to private header.
2008-11-20 Laurent AimarFix rate slower/faster in rewind mode.
2008-11-20 Laurent AimarCosmetics.
2008-11-20 Laurent AimarFixed decoder deadlock when stream output control the...
2008-11-20 Jean-Paul SamanRemove last instances of FORWARD/BACKWARD state.
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-11-20 Jean-Paul SamanSignal can_rewind for use by user interfaces.
2008-11-20 Jean-Paul SamanAllowing for rate < 0 enables rewind playback for eg...
2008-11-19 Laurent AimarFix deadlock when the decoder return an error.
2008-11-19 Laurent AimarFix potential invalid sout buffer chain in decoder.
2008-11-18 Lukas Durfinalibvlc: get right name of audio output module
2008-11-18 Laurent AimarFixed block_Realloc when block_t->p_buffer has changed.
next