]> git.sesse.net Git - vlc/history - src
libvlc : handle VLM input events
[vlc] / src /
2009-07-25 Sébastien Escudierlibvlc : handle VLM input events
2009-07-25 Rémi Denis-Courmontvlc_clone(): abide by --rt-priority and --rt-offset
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerSimplify vlc_about.h generation.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi DuraffortUnused variables (remaining from a previous cleanup).
2009-07-24 Rémi DuraffortUe var_Get(Time|Address) when applicable.
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-23 Rémi DuraffortDirectly release the input thread.
2009-07-23 Rémi Denis-CourmontRemove timer serialization (we don't do it on POSIX...
2009-07-23 Rémi Duraffortcosmetics.
2009-07-21 ogg.k.ogg.kfix wrong codec ID assigned to kate streams
2009-07-19 Rémi Denis-CourmontFix spurious "please select network protocol manually...
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-19 Laurent AimarDocumented and 'constified' meta and epg in es_out.
2009-07-19 Laurent AimarPrivatized es_out_mode_e.
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-07-18 Antoine CellerierCosmetics.
2009-07-18 Rémi Denis-CourmontMatch localhost plus / not localhost plus directory...
2009-07-17 Laurent AimarImproved late values after pts_delay changes in clock.c.
2009-07-17 Laurent AimarAllowed to have access_demux without pf_demux as slave.
2009-07-17 Laurent AimarCosmetics.
2009-07-16 Laurent AimarAllowed non pace controled access_demux to not implemen...
2009-07-16 Laurent AimarLet the input bufferize more data when possible.
2009-07-16 Laurent AimarAdded input_DecoderGetFifoSize helper.
2009-07-16 Rémi Duraffortfree(NULL) is safe.
2009-07-16 Rémi DuraffortRemove uneeded asprintf.
2009-07-15 Laurent AimarIncreased fifo decoder size to 400mb.
2009-07-15 Rémi Denis-Courmontconvert_xml_special_chars: factor
2009-07-15 Rémi Denis-CourmontTest cases for convert_xml_special_chars
2009-07-15 Laurent AimarFixed clock handling on rate change with high caching...
2009-07-15 Laurent AimarDo not delay rate change after end of pause.
2009-07-15 Laurent AimarAlways update the wakeup date in input.
2009-07-15 Laurent AimarFixed potential race condition in clock.
2009-07-14 Etienne MembrivesThere is a typo in the error message displayed when...
2009-07-13 Laurent AimarFixed typo.
2009-07-13 Laurent AimarState what is the current stop condition in iso639_lang_t.
2009-07-13 Laurent AimarFixed a segfault after iso639_lang_t p_languages API...
2009-07-13 Laurent AimarAutomatically compute the latency(pts_delay) needed...
2009-07-13 Laurent AimarAuto detect when we need to buffer again.
2009-07-13 Laurent AimarDo not forget to use the drift when converting stream...
2009-07-13 Alexis BallierMake sure vlc_release doesn't destroy a non existent...
2009-07-12 Jean-Baptiste KempfFix display of audio channel in various mono modes
2009-07-12 Rémi Denis-CourmontAvoid NULL for %s
2009-07-12 Rémi Denis-Courmontlibvlc_media_player_get_media: missing lock
2009-07-12 Rémi Denis-Courmontconfig: if read-only, refuse to save the configuration
2009-07-12 Rémi Denis-Courmontconfig: Remove temporary file if replacement failed
2009-07-12 Rémi Denis-Courmontmake_URI: handle Windows UNC paths
2009-07-12 Rémi Denis-Courmontinput "time" is a time variable, fix assertion failure
2009-07-12 Rémi Denis-CourmontISO-639: add a whole bunch of native language names...
2009-07-12 Rémi Denis-CourmontSO friendliness
2009-07-12 Rémi Denis-CourmontDo not decode URI in the name. It borks some types...
2009-07-12 Rémi Denis-CourmontTreat directory items like file ones for URI->name...
2009-07-12 Rémi Denis-CourmontAdd missing non-file types
2009-07-12 Rémi Denis-CourmontGuessType: clean up and speed up
2009-07-11 Christophe MutricyTypos
2009-07-10 Rémi DuraffortRemove unused function.
2009-07-10 Rémi Duraffortplaylist_art: simplify.
2009-07-10 Rémi DuraffortFix make check.
2009-07-09 Rémi Denis-CourmontRemove stub functions
2009-07-09 Rémi Denis-CourmontCast for aout_EnableFilter
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-07-08 Rémi DuraffortAdd a visualization module using libprojectM.
2009-07-06 Rémi Denis-CourmontDo not blindly favor writers
2009-07-06 Rémi Denis-CourmontSmall simplification
2009-07-06 Rémi Denis-CourmontRelax libvlccore.sym ordering (completely)
2009-07-06 Rémi Denis-CourmontRemove useless member
2009-07-06 Sébastien EscudierVLM add input events
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-07-06 Pierre d'Herbemontlibvlc: Correct the error string in libvlc_media_list_p...
2009-07-05 Rémi Denis-CourmontDeliver log messages synchronously to subscribers
2009-07-05 Rémi Denis-CourmontRead/write locks
2009-07-04 Rémi Denis-CourmontSeparate variable for modal and non modal errors
2009-07-02 Rémi Denis-CourmontFix race condition if multiple threads delete the same...
2009-07-01 Laurent AimarAdded es_format_InitFromVideo helper.
2009-07-01 Laurent AimarClean up.
2009-07-01 Cyril Mathélibvlc API: Fix a possible SEGFAULT
2009-06-30 Sébastien Escudierlibvlc_vlm_release : release events stuff Centralize...
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-29 Rémi Denis-CourmontShared object friendliness
2009-06-29 Rémi Denis-CourmontCompiler knows better when to inline or not
2009-06-29 Rémi Denis-CourmontGrammar
2009-06-29 Cyril Mathélibvlc API: Fix an error in libvlc_video_set_marquee_op...
2009-06-29 Cyril Mathélibvlc API: Add Marquee Filter to libvlc in video.c
2009-06-29 Pierre d'Herbemontvout: vout_EnableFilter takes a const char *.
2009-06-29 Pierre d'Herbemontinput: Support file://localhost/file type url.
2009-06-29 Pierre d'Herbemontmedia_list_player: Instance variable access should...
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-25 Derk-Jan Hartmanconfig: Change the caching directories of VLC Mac OS...
2009-06-24 Rémi DuraffortTypo.
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-24 Derk-Jan Hartmaninput_item_SetURI(): add a NDEBUG printf check for...
2009-06-24 Derk-Jan Hartmaninput: SetURI No longer use DIRSEP. We are dealing...
2009-06-24 Pierre d'Herbemontlibvlc: Abort in case of unhandled exception.
2009-06-23 Derk-Jan HartmanWhen we fill the name of an input item with URI parts...
2009-06-23 Rémi Denis-CourmontDo not inherit xspf-open demux from media library
2009-06-23 Rémi Denis-Courmontplaylist_MLLoad: format library URI correctly
next