]> git.sesse.net Git - vlc/history - lib/media_player.c
demux: ts: remove old struct
[vlc] / lib / media_player.c
2015-02-08 Rémi Denis-Courmontlibvlc: fix small race
2015-02-08 Rémi Denis-Courmontlibvlc: go to libvlc_Ended rather than libvlc_Stopped...
2015-02-05 Rémi Denis-Courmontinput: remove useless parameter to input_Stop()
2015-02-05 Rémi Denis-Courmontinput: merge ABORT and DEAD events
2015-01-15 Rémi Denis-Courmontlibvlc: fix vbi-page initialization without zvbi plugin
2014-12-09 Felix Paul Kühnelib/media player: inherit vbi-page to achieve correct...
2014-10-24 Hugo Beauzée-Luyssenlibvlc: Remove duplicated forward declaration
2014-10-23 Rémi Denis-Courmontvariables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETC...
2014-10-23 Rémi Denis-Courmontlib: use "zoom" rather than "scale" (like interfaces)
2014-10-11 Rémi Denis-Courmontlib: disable decoding hardware acceleration with vmem
2014-08-19 Rémi Denis-Courmontadjust: convert hue from [0..360] integer to [-180...
2014-08-15 Rémi Denis-Courmontmedia_player: do not wait for input to stop when pausin...
2014-08-04 Felix Abecassislibvlc: add 3 libvlc events: MediaPlayerESAdded, MediaP...
2014-07-07 Felix Abecassislibvlc: add error checking after calling var_Change
2014-06-18 Adrien Maglolib: fix typos in libvlc_media_player_set_equalizer
2014-05-24 Mark Leelib: use explicit array initialisation syntax for posit...
2014-05-24 Mark Leelib: map the position enum to the correct subpicture...
2014-05-24 Rémi Denis-Courmontlib: enable/disable the equalizer as needed, simplify
2014-04-06 Sergey Radionovfixed threading issue in libvlc_media_player_get_media
2014-03-19 Ronald Wrightlibvlc: equalizer: Use ISO bands instead of VLC bands
2014-03-10 Rémi Denis-Courmontlib: reset the audio output when selecting amem or...
2014-02-26 Mark Leelib: allow media player volume to be set before playing...
2014-02-07 Julian Scheellibvlc: libvlc_ScrambledChanged event type added
2013-09-02 Paul ClarkAllow negative rates
2013-07-24 Mark Leelibvlc: add equalizer API
2013-07-06 Mark Leelibvlc: add API to control display of the video title
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-02-01 Rémi Denis-Courmontlibvlc: use input navigation controls
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-11-01 Rémi Denis-Courmontaout: remove old aout_(Volume|Mute)(Get|Set)() functions
2012-10-31 Rémi Denis-Courmontlibvlc: create input resource immediately
2012-09-21 Rémi Denis-CourmontRevert "Add new API to libvlc for persistent equalizer...
2012-09-15 Mark LeeAdd new API to libvlc for persistent equalizer settings.
2012-08-08 Rémi Denis-Courmontplaylist: add simple corking infrastructure for audio...
2012-07-21 Rémi Denis-Courmontplaylist: convert "volume" to float
2012-07-19 Rémi Denis-CourmontDo not inherit "volume" where it is ignored and overriden
2012-06-27 Christoph Pfisterfix off-by-one error
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-20 KO Myung-HunAdd vout window support for OS/2
2011-09-22 Jean-Baptiste KempflibVLC: rename libvlc_track_description_release
2011-09-15 Jean-Baptiste KempflibVLC: remove tabs and trailing spaces
2011-09-15 Sébastien Toqueamem: fix a typo
2011-09-05 Laurent AimarRegister libvlc_MediaPlayerVout event.
2011-09-05 Laurent AimarAdded libvlc_MediaPlayerVout event.
2011-08-30 Rémi Denis-CourmontMove src/control/ to lib/