]> git.sesse.net Git - vlc/history - include
Six hundred kiloby... i mean, 32 bytes should be enough to store mux info.
[vlc] / include /
2007-10-29 Jean-Baptiste KempfMove psz_mountpoint to psz_icecast_mountpoint.
2007-10-25 Pierre d'Herbemontinclude/vlc/libvlc.h: publish libvlc_media_instance_set...
2007-10-25 Pierre d'Herbemontcontrol/media_descriptor.c: Send a libvlc_MediaDescript...
2007-10-23 Jean-Baptiste KempfAdd *.cdg to the format we use in the GUIs.
2007-10-23 Rafaël Carréhelp string: add missing html tags
2007-10-22 Rafaël Carrémove config_*Intf() out from the header
2007-10-22 Rémi Denis-CourmontDon't wait for signal if the object is already dying.
2007-10-22 Rémi Denis-CourmontFix warnings (it does not seem very logical for log_ope...
2007-10-22 Rémi Denis-CourmontReference count libvlc. API break.
2007-10-22 Rafaël Carréconfiguration: add config_AddIntf() config_RemoveIntf...
2007-10-21 Rémi Denis-CourmontDoxygen syntax fix
2007-10-21 Rémi Denis-CourmontRemove extra white spaces
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-21 Rémi Denis-CourmontSwitch API smoke test to libvlc API
2007-10-21 Rémi Denis-Courmontlibvlc_exception:
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Pierre d'Herbemontsrc/control: (Patch by Enrique Osuna)
2007-10-20 Rémi Denis-CourmontUse int32 rather than long for FOURCC so we don't artif...
2007-10-20 Rémi Denis-CourmontAdd mediacontrol_exception_cleanup() consistent with...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-18 Felix Paul Kühne* implemented the generic VLC media player Help window...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-17 Jean-Paul SamanAdd Icecast support to profiles.
2007-10-15 Christophe MutricyExport a function to get the install dir of VLC from...
2007-10-15 Pierre d'Herbemontvlc_arrays.h: Use item_at_index istead of object_at_index.
2007-10-15 Pierre d'Herbemontcontrol/media_list_view.c: Implement unimplemented...
2007-10-13 Pierre d'Herbemontcontrol/media_list_view.c: Rework the media_list_view...
2007-10-12 Damien Fouilleulvlc_threads: document gibalou's comment, and fix a...
2007-10-12 Christophe Mutricystandardpanel: Add some tooltips
2007-10-11 Pierre d'Herbemontinclude/vlc_arrays.h: Fix previous commit.
2007-10-11 Pierre d'Herbemontinclude/vlc_arrays.h: Export a static inlined array...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
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-08 Jean-Baptiste KempfQt4 - start to change things to match OSX interface.
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-06 Damien Fouilleulthreads: win32 version of vlc_cond_timedwait()
2007-10-05 Pierre d'Herbemontvlc/libvlc.h: Remove deprecated functions definition...
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-02 Laurent AimarCompilation fix.
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-10-02 Laurent AimarRemoved unused values.
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-CourmontExport Content-Type out of HTTP access using Control.
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-30 Rémi Denis-CourmontActually remove unused FREE() macro
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-CourmontHide object reference counter.
2007-09-30 Rémi Denis-Courmontreference count should really be unsigned
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-23 Pierre d'Herbemontlibvlc: Implement the _get_state function. Fix a leak...
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontExport utf8_mkdir
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 Rafaël Carrétypo: p_vlc -> p_libvlc
2007-09-20 Pierre d'Herbemontinterface.c: Support execution of the interface Run...
2007-09-20 Pierre d'Herbemontlibvlc: Implement media_list_view, which will be used...
2007-09-19 Rémi Denis-CourmontSimplify net_Listen (no real use for family and type...
2007-09-18 Rémi Denis-CourmontOne second before the warning is really too short.
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-17 Rémi Denis-Courmonterrno.h is always needed for pthread now
2007-09-16 Rémi Denis-CourmontOut-of-line __pl_Get and __pl_Release - depend on libvl...
2007-09-16 Rémi Denis-CourmontFix win32 compilation, but that will crash at run-time
2007-09-16 Rémi Denis-Courmontblock_FifoWake: force the block_FifoGet()'ing thread...
2007-09-16 Christophe MutricyTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontFix deadlock
2007-09-16 Rémi Denis-CourmontUse the new API in playlist macros
2007-09-16 Rémi Denis-CourmontForgot this file in [22086]
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-09-16 Rémi Denis-CourmontReturn an error if timer expires, but still do not...
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-CourmontUnexport some unused APIs
2007-09-15 Rémi Denis-CourmontRework SDP API a little
2007-09-15 Rémi Denis-CourmontAnother attempt at fixing MacOS build
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontSame here
2007-09-15 Rémi Denis-CourmontFixes debug build
2007-09-15 Rémi Denis-CourmontETIMEDOUT is perfectly expected here, do not complain...
2007-09-15 Rémi Denis-Courmontvlc_cond_timedwait: wrapper around pthread_cond_timedwait
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-15 Rémi Denis-CourmontIf LibVLC is closing, any interface should close, not...
2007-09-14 Rémi Denis-CourmontHide (+minor changes) block_fifo_t layout
2007-09-14 Rémi Denis-CourmontDocument previous functions
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-09-13 Rémi Denis-CourmontUse size_t instead of socklen_t
2007-09-11 Rémi Denis-CourmontAll: missing ATTRIBUTE_FORMAT
2007-09-11 Rémi Denis-CourmontATTRIBUTE_FORMAT for input_ItemAddInfo
2007-09-11 Rémi Denis-CourmontATTRIBUTE_FORMAT for sdp_AddAttribute
2007-09-11 Rémi Denis-CourmontTry to improve and export the SDP formatting helpers
next