]> git.sesse.net Git - vlc/history - include
* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
[vlc] / include /
2007-12-04 Rafaël Carrélibvlc_video_take_snapshot(): specify snapshot's height...
2007-12-04 Rafaël Carrétypo
2007-11-28 Rafaël CarréAvoid C++ comments be compatible with C ANSI
2007-11-28 Rémi Denis-CourmontDefault DVD to NULL for autodetection (hmm...)
2007-11-28 Rémi Denis-CourmontTypo
2007-11-28 Rémi Denis-CourmontSet default DVD defice
2007-11-28 Rémi Denis-CourmontOrdering
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-24 Jean-Baptiste KempfInclusion guards for vlc_keys.h
2007-11-22 Pierre d'Herbemontcontrol/event.c: Properly implement libvlc_event_type_n...
2007-11-21 Pierre d'Herbemontcontrol/media_list_view.c: Provide media_list_view_even...
2007-11-20 Pierre d'Herbemontsrc/control/media_list_view.c: Facilities to send WillA...
2007-11-20 Pierre d'Herbemontcontrol/media_list.c: Send WillAddItem and WillDeleteIt...
2007-11-20 Pierre d'Herbemontsrc/control: Implement hierarchical_media_list_view.
2007-11-19 Pierre d'Herbemontvlc_arrays.h: Implement vlc_array_index_of_item.
2007-11-19 Pierre d'Herbemontsrc/control: Implement libvlc_media_list_view_children_...
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-11-18 Rafaël Carrévlc_meta.h: we don't need VLC_META_CODEC_* but we need...
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-15 Jean-Paul SamanAdd macro for determining array size.
2007-11-14 Jean-Paul SamanRefactor osdmenu parsing logic.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-11-03 Rafaël Carréremoves some warnings on FreeBSD
2007-11-03 Pierre d'Herbemontinclude/vlc/libvlc.h: libvlc_media_list_flat_media_list...
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...
next