]> git.sesse.net Git - vlc/history - src
Qt4: pictureflow, if target futher than 20, jump closer and scroll last 20 items
[vlc] / src /
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-17 Rémi Denis-CourmontFix memory leak in previous commit
2010-11-17 Rémi Denis-CourmontLift the line length limit on config files (fixes ...
2010-11-17 Rémi Denis-CourmontLoad the whole config file all the time
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-16 Jean-Baptiste KempfSubtitles: remove .txt for autodetection
2010-11-12 Pierre Ynardvlm: use make_URI()
2010-11-11 Rémi DuraffortFix use of unitialized value.
2010-11-10 Rémi Denis-Courmontuse var_Inherit
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarFixed support for crop parameters in picture_NewFrom*().
2010-11-07 Laurent AimarCosmetics (vout).
2010-11-07 Laurent AimarAdded video_format_CopyCrop helper.
2010-11-07 Laurent AimarFixed crop parameters when the decoded video has crop...
2010-11-07 Laurent AimarGet process affinity mask to compute the number of...
2010-11-07 Laurent AimarFixed support of crop coming from the decoder.
2010-11-07 Laurent AimarModified vout_SetDisplayAspect() to take a DAR instead...
2010-11-07 Rémi Denis-CourmontFix libvlc_media_player_(prev|next)_chapter assertion
2010-11-06 Rémi Denis-CourmontAdd libvlc_media_new_fd
2010-11-06 Rémi Denis-CourmontInput location is always an URL
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-06 Rémi Denis-CourmontPrivatize appropriate module typedefs
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-11-06 Rémi Denis-CourmontFix warning
2010-11-04 Srikanth Rajucheck_headers: look for leading spaces as well
2010-11-04 Rémi Duraffortcheck_headers: fix the script (a partial match is not...
2010-11-04 Rémi Duraffortvout: remove dead assignement (and one mdate).
2010-11-03 Laurent AimarFixed another bug in ToCharset I introduced.
2010-11-03 Laurent AimarFixed a bug in ToCharset I introduced by fixing another...
2010-11-03 Laurent AimarSmall simplification (ToCharset).
2010-11-03 Laurent AimarFixed two potential segfaults in ToCharset().
2010-11-03 Rémi Denis-CourmontWin32: pack vlc_DIR
2010-11-03 Rémi Denis-CourmontWin32: remove dead code
2010-11-03 Rémi Denis-CourmontWin32: expand, simplify and (hopefully) fix vlc_w*dir...
2010-11-03 Rémi Denis-CourmontSplit portable, POSIX and Win32 file system helpers
2010-11-03 Rémi Denis-Courmontutf8_vfprintf(): handle ToLocale() failure
2010-11-03 Jean-Baptiste KempfRevert "Stats: be extra careful when cleaning members"
2010-11-03 Jean-Baptiste KempfStats: be extra careful when cleaning members
2010-11-02 Rémi Denis-CourmontRemove unused file
2010-11-02 Laurent AimarRemoved uneeded hack (vout).
2010-11-02 Jean-Paul Samanstream_filter core: add procotol information to stream_t
2010-11-02 Rafaël Carréstats: fix initialization on 32bits builds
2010-11-01 Laurent AimarUsed the right object for messages in src/input/decoder.c
2010-11-01 Laurent AimarCosmetic (vout).
2010-11-01 Laurent AimarReenabled mean and discard deinterlacer mode in the...
2010-11-01 Laurent AimarAllowed using filter changing their output formats...
2010-11-01 Laurent AimarCosmetics (vout).
2010-11-01 Laurent AimarDo not save deinterlace settings in the p_input object.
2010-10-31 Pierre d'HerbemontAllow libvlc client to build statically.
2010-10-31 Laurent AimarFixed allocation failure test in input_item_SetEpg().
2010-10-31 Laurent AimarRemoved useless test (demux_New).
2010-10-31 Laurent AimarFixed a check on malloc failure in libvlc_media_get_tra...
2010-10-31 Laurent AimarFixed double frees in libvlc_audio_output_device_longna...
2010-10-31 Laurent AimarFixed a potential double free if an error occurs while...
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-30 Laurent AimarFixed playing end of decoded audio data.
2010-10-30 Jean-Baptiste KempfText: Fix compilation on non-UTF-8 systems
2010-10-29 Christophe MutricyActivate Modern Greek translation on Windows (and Mac)
2010-10-28 Pierre YnardAdd missing include
2010-10-27 Pierre Ynardvlm: use libvlc as a parent for vlm instance input...
2010-10-27 Rémi Denis-CourmontFromLocale and ToLocale based on FromCharset and ToCharset
2010-10-27 Pierre d'Herbemontlibvlc.sym: Alphabetical order.
2010-10-26 Rémi Denis-CourmontAdd ToCharset() helper to convert from UTF-8
2010-10-26 Rémi Denis-CourmontReplace vlc_fix_readdir() with FromCharset()
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2010-10-25 Laurent AimarFixed filter_chain_MouseFilter when multiple video...
2010-10-25 Laurent AimarImproved video-splitter changes by seeking back to...
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarMoved "vout-filter" change support from vout to playlist.
2010-10-25 Laurent AimarCosmetics (vout).
2010-10-25 Laurent AimarMoved vout_GetSnapshot() to video_output.c
2010-10-25 Laurent AimarFixed and simplify --monitor-par support.
2010-10-25 Laurent AimarRemoved non thread safe callbacks on video-title-show...
2010-10-25 Laurent AimarMerged vout_pictures.c with video_output.c.
2010-10-25 Laurent AimarMoved picture_t related functions to its own file.
2010-10-25 Rémi Denis-CourmontObject reference leak
2010-10-24 Rémi Duraffortsd: remove the pf_search and use a more generic pf_cont...
2010-10-23 Rémi DuraffortUse var_Set* when applicable.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_key: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_directory: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-22 Rémi Denis-CourmontRemove config change callback
2010-10-22 Rémi Denis-CourmontRemove aout_FindAndRestart()
2010-10-22 Rémi Denis-CourmontRemove read-only field p_callback_data
2010-10-22 Felix Paul Kühnemisc/atomic: fixed linking
2010-10-21 Laurent AimarFixed potential segfault in vout when not using DR...
2010-10-21 Laurent AimarFixed typo in targa image mime.
2010-10-21 Rafaël Carréinput: Fill in the input_item es
2010-10-21 Sébastien Escudiernet_OpenDgram don't return 0 in case of failure
2010-10-20 Rafaël CarréDisable media-library by default
2010-10-19 Rémi Duraffortmodules: assert when trying to add more than one deprec...
2010-10-19 Rémi Duraffortmodules: fix type.
2010-10-19 Rémi DuraffortSD: add a function to query a service discovery for...
next