]> git.sesse.net Git - vlc/history - include
Added closed captions decoding for tivo files.
[vlc] / include /
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
2007-09-10 Christophe MutricyFix doxycomment for VLC_AddTarget. It returns the item id.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-09 Rafaël CarréFixes playlist search when metadata is missing
2007-09-09 Rémi Denis-Courmontnet_SetCSCov: sets checksum coverages of a socket
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-05 Jean-Paul SamanAdd function to get a human readible string for a vlc_f...
2007-09-05 Jean-Baptiste KempfAdd a string. Forgot that file in previous commits.
2007-09-04 Rémi Denis-CourmontFix some 64bits warnings
2007-09-03 Jean-Baptiste KempfQt4 - add .mxf and .gxf to video files.
2007-09-02 Rémi Denis-CourmontDon't claim to support HTTP 1.x where x > 1
2007-09-02 Rémi Denis-CourmontMissing const
2007-09-01 Rémi Denis-CourmontAdd nonce generator vlc_rand_bytes
2007-09-01 Rémi Denis-CourmontFixup AddMD5 prototype
2007-09-01 Rémi Denis-CourmontDo not export DigestMD5; it's an internal subprocedure
2007-08-30 Rémi Denis-CourmontForgot this file
2007-08-30 Rémi Denis-CourmontAdd some const qualifiers
2007-08-29 Pierre d'Herbemontcontrol/media_list.c: Replace set_name/name by set_medi...
2007-08-28 Pierre d'Herbemontlibvlc.h: Advertise libvlc_media_list_player_play_item().
2007-08-28 Pierre d'Herbemontlibvlc.h: Don't expose libvlc_tree. It will get deleted.
next