]> git.sesse.net Git - vlc/history - src
Added closed captions decoding for tivo files.
[vlc] / src /
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-17 Jean-Paul SamanAdd Icecast support to profiles.
2007-10-17 Rafaël Carréplaylist_NodeDelete(): we want to delete a specific...
2007-10-16 Rafaël Carréplaylist_PreparseLoop(): oneliner fix for psz_arturl...
2007-10-16 Ilkka Ollakkaoneliner to fix psz_arturl check in album_art stuff
2007-10-16 Rafaël Carrélibvlc: fix a memory leak
2007-10-16 Rafaël Carréfix [22632]: check psz_arturl before using it
2007-10-16 Rafaël Carréalbum art: the corrects picture URLs begin with "file...
2007-10-15 Sigmund Augdal Helbergfix the -A shortcut
2007-10-15 Christophe MutricyExport a function to get the install dir of VLC from...
2007-10-15 Pierre d'Herbemontsrc/Makefile.am: Move flat_media_list.c->flat_media_lis...
2007-10-15 Rémi Denis-CourmontSeparate LDFLAGS from LIBS for real.
2007-10-15 Pierre d'Herbemontcontrol/flat_media_list_view.c: Use the new media_list_...
2007-10-15 Pierre d'Herbemontlibvlc_internal.h: Forgotten part of previous commit.
2007-10-15 Pierre d'Herbemonts/libvlc_media_list_view_release/libvlc_media_list_view...
2007-10-15 Pierre d'Herbemontcontrol/media_list_view.c: Implement unimplemented...
2007-10-15 Rafaël CarréUse $HOME before anything else to determine the home...
2007-10-14 Damien Fouilleulplaylist.c: removed potential deadlock and duplicate...
2007-10-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-14 Laurent AimarFixed segfault with --minimize-threads
2007-10-13 Pierre d'Herbemontcontrol/media_list_view.c: Rework the media_list_view...
2007-10-13 Rémi Denis-CourmontRelease shared objects when not debugging, not the...
2007-10-12 Laurent AimarAdded sout-mux-caching option. It allow to set the...
2007-10-12 Damien Fouilleulmacosx: cosmetic, avoid pthread_join() on self
2007-10-12 Laurent AimarSkip APE tags at the start (like for id3)
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...
next