]> git.sesse.net Git - vlc/history - src
standardpanel: Add some tooltips
[vlc] / src /
2007-10-12 Rafaël Carréplaylist: use a valid extension for Media Library ...
2007-10-11 Christophe MutricyDistribute header files
2007-10-11 Pierre d'Herbemontcontrol/media_list.c: Don't forget to destroy the mutex.
2007-10-11 Pierre d'Herbemontcontrol/media_list.c: Use the new array API.
2007-10-11 Rafaël Carréservices_discovery: fix removal of nodes
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Fix a segfault.
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Fix a warning.
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Attempt at removing...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-10-10 Rafaël Carréplaylist: a node item can have an input associated...
2007-10-10 Bernie PurcellAttempt to stop subtitles going off screen in some...
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-07 Rafaël Carrémedia library loading: remove "meta-file" input option...
2007-10-05 Pierre d'Herbemontcontrol/media_instance.c: Remove an unused variable...
2007-10-04 Rémi Denis-CourmontFactorize rtpmap formatting
2007-10-04 Rémi Denis-CourmontMake sdp_Start static since it is used nowhere outside
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-10-03 Rafaël Carréplaylist: fix a segfault
2007-10-03 Rafaël Carrécontrol/video: find the vout anywhere, so the one spawn...
2007-10-03 Rémi Denis-CourmontRemove silly copy-cat code. vasprintf does not generate...
2007-10-03 Rafaël Carrémessages: revert [22404]
2007-10-03 Rémi Denis-CourmontRemove survivor strerror (malloc always return ENOMEM...
2007-10-03 Rafaël Carréplaylist: fix media library loading, fix #1320.
2007-10-03 Pierre d'Herbemontcontrol/media_instance.c: Fix a segfault caused by...
2007-10-02 Rafaël Carréplaylist: don't request art nor set "playlist-current...
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-10-02 Laurent Aimardecoder_synchro_t does not need to be a vlc_object_t.
2007-10-02 Laurent AimarCompilation fix, again.
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-10-02 Laurent AimarHide private vout_synchro_t.
2007-10-02 Laurent AimarAdded a new decoder function (decoder_GetDisplayDate...
2007-10-02 Rémi Denis-CourmontPass content-type from access to stream
2007-10-02 Rémi Denis-CourmontWe use error code 456
2007-10-02 Pierre d'Herbemontcontrol/media_list_player.c: Remove a double event...
2007-10-02 Pierre d'Herbemontcontrol/media_instance.c: Don't forget to register...
2007-10-02 Jean-Paul Samanfix indentation
2007-10-02 Rafaël Carréinput_ExtractAttachmentAndCacheArt(): use the attachmen...
2007-10-01 Laurent AimarClean up.
2007-10-01 Laurent AimarClean up/Factorize.
2007-10-01 Rémi Denis-CourmontCleanup previous commit
2007-10-01 Rémi Denis-CourmontRemoved b_die arbitrary timer from httpd.
2007-10-01 Rémi Denis-CourmontFix deadlock
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
2007-10-01 Rémi Denis-CourmontReally fix playlist enqueue
2007-10-01 Rémi Denis-CourmontFix playlist enqueue RPC
2007-10-01 Rafaël CarréThat shouldn't have been part of the previous commit
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-30 Pierre d'Herbemontcontrol/media_instance.c: Remove access to p_input_thre...
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-30 Pierre d'Herbemontcontrol/media_instance.c: Remove one occurence of input->p.
2007-09-30 Rafaël Carrélibvlc_playlist_get_media_instance(): raise an exceptio...
2007-09-30 Laurent AimarPartial fix for media instance. (It was using input_con...
2007-09-30 Christophe Mutricysvn:keywords
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontAdd missing copyright and license header
2007-09-30 Rémi Denis-CourmontFix segmentation fault
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Rémi Denis-CourmontFix tiny race condition
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-29 Laurent AimarFixed a regression with --sub-autodetect-path
2007-09-29 Laurent AimarCheck all(?) memory allocations (if you do it, do it...
2007-09-29 Laurent AimarFixed segfault if more than 1 subtitle has been detecte...
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-28 Rafaël Carrémodules.c: removes unneeded hack
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-28 Rafaël Carréinput: Removes unused variable
2007-09-27 Rafaël CarréPATH_MAX is defined in limits.h
2007-09-26 Rémi Denis-CourmontImprove debug messages (tracking down some DCCP issues)
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-24 Rémi Denis-CourmontPartial fix to response protocol version detection
2007-09-24 Rémi Denis-CourmontIgnore leading "white" characters in HTTP and RTSP...
2007-09-24 Rémi Denis-CourmontAdd HTTP 505 error
2007-09-23 Jean-Paul SamanFix spu_RenderSubpictures() rendering of TEXT subtitles...
2007-09-23 Rémi Denis-CourmontPass --playlist-enqueue from started instance to runnin...
2007-09-23 Rémi Denis-CourmontMark playlist-enqueue as non-saveable - refs #869
2007-09-23 Rémi Denis-CourmontFix use-after-free when the input is still in use by...
2007-09-23 Rémi Denis-CourmontAssume UTF-8 instead of ASCII.
2007-09-23 Rémi Denis-CourmontRe-do [18770] - fixes #1287.
2007-09-23 Pierre d'Herbemontlibvlc: Implement the _get_state function. Fix a leak...
2007-09-23 Felix Paul Kühne* hacky compilation fix for OSX PPC. Please review
2007-09-23 Rémi Denis-CourmontSet verbosity to something until we parse the command...
2007-09-23 Rémi Denis-CourmontDo not force set VLC_VERBOSE.
2007-09-23 Jean-Paul Samanfix osdmenu-file-path option
2007-09-23 Rémi Denis-CourmontOnly override verbosity from VLC_VERBOSE if actually set
2007-09-23 Rémi Denis-CourmontFix console support autodetection.
2007-09-23 Rémi Denis-CourmontConfigure the message queue parameter before we use...
2007-09-22 Rémi Denis-CourmontFix directory permission again
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontSave plugin cache to .cache/vlc/ rather than .cache...
2007-09-22 Rémi Denis-CourmontLast part of the Speex/RTP patch - fixes #1291
2007-09-22 Rémi Denis-CourmontExport utf8_mkdir
2007-09-22 Rémi Denis-CourmontFix error message on failed TCP connection
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
next