]> git.sesse.net Git - vlc/history - src
VLM : Fix a race condition when input event is triggered and vlm_MediaInstanceDelete...
[vlc] / src /
2009-10-18 Sébastien EscudierVLM : Fix a race condition when input event is triggere...
2009-10-17 Jean-Baptiste KempfSubtitles: small fixes and cosmetics
2009-10-17 Jean-Baptiste KempfSubtitles detection: decode before testing the files.
2009-10-17 Rémi Denis-Courmontrand: ASCII path, use utf8_open for close-on-exec
2009-10-17 Rémi Denis-CourmontUse inhibit plugin
2009-10-17 Rémi Denis-Courmontvlc_inhibit_t: plugin type for screen saver inhibition
2009-10-17 Rémi Denis-Courmontvout_window_t: privatize module pointer
2009-10-17 Rémi Denis-CourmontProvide a type name for window objects
2009-10-17 Rémi Denis-CourmontRemove HAL support
2009-10-17 Rémi Denis-CourmontFully privatize vlc_sd_internal_t
2009-10-16 Jean-Baptiste KempfSupport for Forward Uncompressed video
2009-10-15 Rémi Duraffortsout_MuxNew: constify.
2009-10-14 Rémi Denis-CourmontRemove HAL plugin
2009-10-13 JP DingerReplace the last of the HAVE_EVENTFDs with HAVE_SYS_EVE...
2009-10-11 Laurent AimarAdded vlc_fourcc_GetRGBFallback.
2009-10-10 Pierre d'Herbemontinput: Support file://localhost/ type URL when autodete...
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi DuraffortUse var_CreateGet when applicable.
2009-10-08 Rafaël CarréFix infinite loop introduced in [9142f0c6]
2009-10-08 Laurent AimarCleaned up WMVA fourcc.
2009-10-07 Rémi Denis-CourmontSupport any Unicode symbol as part of an hotkey
2009-10-07 Rémi Denis-CourmontConfigKeyToString: binary search
2009-10-07 Rémi Denis-CourmontKeyToString: allocate key on heap
2009-10-07 Rémi Denis-CourmontGather key functions and tables in a single file
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-10-06 Laurent AimarFixed a typo after auto deinterlace.
2009-10-06 Laurent AimarImplemented auto deinterlace mode.
2009-10-06 Sébastien Escudiervideo_output fix compilation
2009-10-05 Laurent AimarUpdated libvlc_video_set_deinterlace.
2009-10-05 Laurent AimarModified deinterlace selection.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-05 Laurent AimarCommented out a too verbose debug printf.
2009-10-05 Rémi Denis-CourmontConvert paths from command line arguments to URIs
2009-10-05 Rémi Denis-Courmontlibvlc_audio_*: remove useless exception parameters
2009-10-05 Rémi Denis-CourmontRetaining NULL makes no sense
2009-10-05 Rémi Denis-Courmontlibvlc_media_*: remove a bunch of useless exception...
2009-10-05 Rémi Denis-CourmontRemove useless exception parameters
2009-10-05 Rémi Denis-Courmontlibvlc apps don't know VLC error codes
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-04 Rémi Denis-Courmontignore-config defaults to true
2009-10-04 Laurent AimarAdded a new "deinterlace" configuration option.
2009-10-04 Laurent AimarAdded new deinterlacing modes to vout.
2009-10-01 Christophe MutricyActivate Croatian translation
2009-10-01 Christophe MutricyAllow win users to select Lithuanian
2009-10-01 Christophe MutricyActivate Kazakh localisation
2009-10-01 Christophe MutricyActivate Vietnamese translation
2009-10-01 Geoffroy CouprieFix crash on startup
2009-10-01 Christophe MutricyActivate Mongolian l10n
2009-09-30 Jean-Baptiste KempfAdd a FourCC for mpeg1/2
2009-09-30 Laurent AimarAdded a is_forced parameter to VOUT_DISPLAY_CHANGE_DISP...
2009-09-30 Felix Paul Kühneupdate: display percentage of received update correctly
2009-09-30 Rémi Denis-Courmontaudio filters can return NULL, handle it properly
2009-09-29 Rémi Denis-Courmontblock_Realloc: handle OOM in case of buffer expansion
2009-09-29 Rémi Denis-Courmontblock_Realloc: fix (rewrite) buffer shrinking
2009-09-29 Rémi Denis-CourmontRevert "Remove block_Realloc() shrinking behavior"
2009-09-29 Rémi Denis-Courmontblock_Realloc: turn off posix_memalign() use
2009-09-29 Rémi Denis-CourmontRemove block_Realloc() shrinking behavior
2009-09-28 Jean-Baptiste KempfSupport for Atrac1 codec
2009-09-27 Rémi Denis-CourmontConvert audio output core to audio filter2
2009-09-27 Rémi Denis-CourmontRemove aout_filter_t.b_discontinuity
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-27 Rémi Denis-Courmontblock_Alloc: use posix_memalign()
2009-09-27 Rémi Denis-CourmontDocument that visualizations only work inside audio...
2009-09-27 Rémi Denis-CourmontPrivatize aout_request_vout_t
2009-09-27 Rémi Denis-CourmontRemove legacy alloca checks
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-09-26 Rémi Denis-Courmontrevision: work around JVLC tag pollution
2009-09-25 Rémi Denis-CourmontUse doubly linked list for filter chaining
2009-09-24 Rémi Denis-CourmontWoops, object leak in previous commits
2009-09-24 Rémi Denis-CourmontSimplification
2009-09-24 Rémi Denis-CourmontDead code
2009-09-24 Rémi Denis-Courmontvars command needs the variable lock
2009-09-24 Rémi Denis-CourmontRemove useless object linked-list
2009-09-24 Rafaël CarréDeleteInner() : remove deleted items from current items...
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Srikanth RajuSql Core
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-23 Pierre YnardRemove duplicate T140 codec definition
2009-09-22 Jean-Baptiste KempfSSE3 detection (runtime)
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontRemove aout_buffer_t.b_alloc (it's always true)
2009-09-22 Rémi Denis-Courmontaout_BufferAlloc: don't copy timestamps from original...
2009-09-22 Laurent AimarFixed offline EPG state.
2009-09-22 Laurent AimarRevert "INPUT: Properly remove SDT and EPG entries...
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
2009-09-22 Laurent AimarMoved out epg functions from vlc_epg.h and es_out.c...
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Rémi Denis-Courmontvlc_cpu.h: dedicated header for CPU features
2009-09-22 Rémi Denis-CourmontLibVLC: only print relevant capabilities in debug
2009-09-21 Rémi Denis-Courmont.gitignore
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
next