]> git.sesse.net Git - vlc/history - modules
Remove broken DEMUX_SET_PAUSE_STATE
[vlc] / modules /
2009-08-26 Sébastien EscudierRemove broken DEMUX_SET_PAUSE_STATE
2009-08-26 Erwan Tulouskins2: uri-encoded mrl required for drag&drop
2009-08-26 Pierre d'Herbemontmacosx: pl_CurrentInput doesn't take a playlist as...
2009-08-26 Pierre d'Herbemontmacosx: Use pl_CurrentInput properly, and make sure...
2009-08-26 Ilkka Ollakkastd-output, add aliases for access
2009-08-26 Ilkka Ollakkav4l2: add aspect-ratio option to give picture aspect...
2009-08-26 Erwan Tulouqt4: two more places where uri-encoded mrl are required
2009-08-26 Jean-Baptiste KempfFix freetype on Win32
2009-08-26 Pierre d'Herbemontmacosx: Get rid of the vlc_object_find().
2009-08-26 Pierre d'HerbemontRevert "signals: Remove a false warning about no return...
2009-08-26 Rémi Duraffortfix xxmc compilation.
2009-08-26 Rémi Duraffortqt4: fix uninitialized values on win < Vista.
2009-08-25 Pierre d'Herbemontmacosx: Remove unneeded restart.
2009-08-25 Pierre d'Herbemontequalizer: Use aout_EnableFilter() as we have no choice...
2009-08-25 Pierre d'Herbemonttelnet: Don't use pause() on Win32.
2009-08-25 Pierre d'Herbemontsignals: Remove a false warning about no return value.
2009-08-25 Rémi Denis-CourmontGet/Put VLM config to documents directory
2009-08-25 Rémi Denis-CourmontPut log files to documents
2009-08-25 Rémi Denis-CourmontPut snapshots to pictures directory
2009-08-25 Rémi Denis-CourmontPut records to download directory
2009-08-25 Laurent AimarAdded missing return value in equalizer.
2009-08-25 Laurent AimarLet equalizer-2pass handle the reset of the equalizer...
2009-08-25 Laurent AimarAdded a callback on equalizer-2pass in equalizer filter.
2009-08-25 Laurent AimarUsed aout_EnableFilter in skins2.
2009-08-25 Laurent AimarUpdated "audio mixer" to new aout_mixer_t module API.
2009-08-25 Laurent AimarFixed resampler compilation after aout_mixer_t changes.
2009-08-25 Laurent AimarMade SyncInfo in dts a bit clearer.
2009-08-25 Jean-Baptiste KempfWin32: remove "dereferencing type-punned pointer will...
2009-08-25 Jean-Baptiste KempfWin32: remove "dereferencing type-punned pointer will...
2009-08-25 Jean-Baptiste KempfFix an incorect cast warning
2009-08-25 Jean-Baptiste KempfFix compilation of Win32 global hotkeys
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-08-25 Felix Kühnemacosx: fixed some compilation warnings
2009-08-25 Rémi Denis-Courmonttranscode: flag a bug
2009-08-25 Rémi Denis-CourmontTS mux: seemingly useless sleep (pf_mux is synchronous)
2009-08-25 Rémi Denis-Courmontatmo filter: disable until it is fixed
2009-08-25 Rémi Denis-CourmontRemove non-sense
2009-08-25 Rémi Denis-Courmonttelnet: don't call msleep(1000) on poll() error
2009-08-25 Rémi Denis-CourmontExpand OSS SPDIF delay. This looks wrong either way...
2009-08-25 Rémi Denis-CourmontJACK access seems broken (JACK has function for waiting...)
2009-08-25 Sébastien Escudierlive555 : fix pause and seek behaviour.
2009-08-25 Rémi DuraffortFix compilation.
2009-08-25 Rémi DuraffortXvmc: fix compilation.
2009-08-25 Rémi Duraffortx11: remove unused function.
2009-08-25 Rémi Duraffortxvmc: fix compile.
2009-08-25 Erwan Tulouskins2: replace all remaining FIND_ANYWHERE with more...
2009-08-25 Erwan Tulouskins2: cosmetic (replace \t with 4 spaces)
2009-08-25 Erwan Tulouskins2: replacement for vlc_object_find_name no longer...
2009-08-25 Ilkka Ollakkaqt4: don't update videoWidget size when in fullscreen
2009-08-25 Ilkka Ollakkaqt4: add option --qt-fullscreen-screennumber to allow...
2009-08-24 Erwan Tulougnutls: fix compil error
2009-08-24 Erwan Tulouswitcher: fix compil error
2009-08-24 Erwan Tulouskins2: fix compil error
2009-08-24 Laurent AimarMade the seeking code path a bit more clear (nuv).
2009-08-24 Laurent AimarWorkaround warning on function returned value casted.
2009-08-24 Laurent AimarRevert "nuv: Fix some warnings and fix an issue where...
2009-08-24 Laurent AimarCosmetics.
2009-08-24 Laurent AimarCosmetic.
2009-08-24 Laurent AimarRevert "dts: Initialize i_frame_size to a default value."
2009-08-24 Laurent AimarFixed potential segfault in sharpen filter.
2009-08-24 Sébastien Escudiervod rtsp : unpause srteam after seeking
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserConfDir
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-24 Hugo Beauzee-LuyssenMissing loop iterator initialization
2009-08-24 Erwan Tuloufreetype: On Win32 (no fontconfig), correct compilation...
2009-08-24 Erwan Tulouqt4: ensure uri-encoded files are passed to the core
2009-08-24 Erwan Tulouskins2: rework of vout manager
2009-08-24 Erwan Tulouskins2: lock needed for updating the async queue (multi...
2009-08-24 Erwan Tulouskins2: avoid deadlock when audio-visual is used (accou...
2009-08-24 Erwan Tulouskins2: correct volume slider stuck to mute once reques...
2009-08-23 Jean-Baptiste KempfId3tag: fix compilation after breakage
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-23 Jakob Lebenqt4: fix typo + cosmetics
2009-08-23 Jakob Lebenqt4: fix playlist column show/hide
2009-08-23 Jean-Baptiste KempfWinGDI: kill warning
2009-08-23 Jean-Baptiste KempfMSW: signedness corrections
2009-08-23 Jean-Baptiste KempfWin32: kill warning about undefined preproc variable
2009-08-23 Jean-Baptiste KempfVisual: reindent (2)
2009-08-23 Jean-Baptiste KempfVisual: kill signedness warnings
2009-08-23 Jean-Baptiste KempfVisual: reindent
2009-08-23 Jean-Baptiste KempfMSW: kill "cast from function... to non matching type...
2009-08-23 Jean-Baptiste KempfComment out dead code
2009-08-23 Jean-Baptiste Kempfmsw vouts: Fix signed vs unsigned type and format strings
2009-08-23 Jean-Baptiste Kempfid3tag: code cosmetic and warning killing
2009-08-23 Jean-Baptiste KempfRC: kill warnings
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-22 Jean-Baptiste KempfPortaudio: consistency with other aouts (and kill a...
2009-08-22 Jean-Baptiste KempfQuicktime: kill warnings for Win32
2009-08-21 Ilkka Ollakkaqt4: remove p_playlist intf-change callback
2009-08-21 Jean-Baptiste KempfId3tag: constify when possible.
2009-08-21 Jakob Lebenqt4: cosmetics and consistence
2009-08-21 Jean-Baptiste Kempfid3tag: kill a warning about casting
2009-08-21 Pierre d'Herbemontcdda: Don't include vlc_playlist.h.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-21 Pierre d'Herbemontchorus_flanger: Fix a bad cast.
2009-08-21 Pierre d'Herbemontchorus_flanger: No need to cast here.
next