]> git.sesse.net Git - vlc/shortlog
vlc
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-08-25 Rémi Duraffortconfigure.ac: fix libxml2 detection (module name is...
2009-08-25 Felix Paul... contribs: fix 64bit compilation on Leopard
2009-08-25 Felix Paul... Compile contribs in 32bit mode by default on Snow Leopa...
2009-08-25 Felix Paul... VLCKit: added the abilities to compile in 64bit mode...
2009-08-25 Felix Kühneignore the Sparkle folder and some more xcode files
2009-08-25 Pierre d'Herbemontmacosx/framework: Make VLCMediaListPlayer.h a public...
2009-08-25 Felix Kühnemacosx: fixed some compilation warnings
2009-08-25 Felix KühneVLCKit: added partial 64bit compilation support
2009-08-25 Rémi Denis... transcode: flag a bug
2009-08-25 Rémi Denis... TS mux: seemingly useless sleep (pf_mux is synchronous)
2009-08-25 Rémi Denis... atmo filter: disable until it is fixed
2009-08-25 Rémi Denis... Remove non-sense
2009-08-25 Rémi Denis... telnet: don't call msleep(1000) on poll() error
2009-08-25 Rémi Denis... Expand OSS SPDIF delay. This looks wrong either way...
2009-08-25 Rémi Denis... JACK access seems broken (JACK has function for waiting...)
2009-08-25 Rémi Denis... Fix impossible delay
2009-08-25 Rémi Denis... Define all XDG user directories (not implemented yet)
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-25 Pierre d'Herbemontconfigure: Add implicit sequence-point return-type...
2009-08-25 Pierre d'Herbemontmacosx/framework: Slim down to the minimum VLCMediaPlay...
2009-08-25 Pierre d'Herbemontmacosx/framework: VLCMediaListPlayer, don't leak the...
2009-08-25 Sébastien EscudierFix typo in input_item header
2009-08-24 Pierre d'Herbemontmedia_list_player: Strictier lock in libvlc_media_list_...
2009-08-24 Niles BindelAdded some additional locking to the media list player...
2009-08-24 Erwan Tuloucore: add missing type (fix compil for qt4) and add...
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 AimarCompleted picture_Export documentation.
2009-08-24 Laurent AimarRevert "vout_pictures: Use unsigned for width and heigh...
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... module_need: handle module loading error
2009-08-24 Sébastien EscudierVLM : move input event callback deletion. In order...
2009-08-24 Rémi Denis... Eliminate some dead code
2009-08-24 Rémi Denis... Remove config_GetUserDataDir()...
2009-08-24 Rémi Denis... Remove config_GetUserConfDir
2009-08-24 Rémi Denis... Cosmetics
2009-08-24 Rémi Denis... Add a directory type parameter to config_GetHomeDir
2009-08-24 Hugo Beauzee... Missing 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-24 Pierre d'Herbemontlibvlc: Remove unused function.
2009-08-24 Pierre d'Herbemontmacosx/framework: Re-enable event posting in VLCEventMa...
2009-08-24 Pierre d'Herbemontvlc-config.in: Pass the default Werror flags as well.
2009-08-24 Pierre d'Herbemontmacosx/framework: Add VLCMediaListPlayer.
2009-08-24 Pierre d'Herbemonttest: Expanded and passing media_list_player queue...
2009-08-24 Pierre d'HerbemontVLCMediaPlayer: Listen to error event as well.
2009-08-24 Pierre d'Herbemontmacosx/framework: Don't cache configure output.
2009-08-24 Pierre YnardFix configure with --disable-sout
2009-08-23 Jean-Baptiste... Fix alsa_access building
2009-08-23 Jean-Baptiste... Fix compile of Skins2 on Windows
2009-08-23 Jean-Baptiste... Id3tag: fix compilation after breakage
2009-08-23 Rémi Denis... Typo
2009-08-23 Rémi Denis... Removing historical comment
2009-08-23 Rémi Denis... Use vlc_object_set_name in some places
2009-08-23 Rémi Denis... vlc_object_get_name, vlc_object_set_name: accessors
2009-08-23 Rémi Denis... Never rename an object post attach & un-deprecated...
2009-08-23 Rémi Denis... Cosmetic
2009-08-23 Rémi Denis... Avoid hackish use of psz_object_name
2009-08-23 Rémi Denis... Trivial code factorization
2009-08-23 Rémi Denis... Don't recreate the same table over and over and over
2009-08-23 Rémi Denis... filter: avoid vlc_object_t.psz_object_name
2009-08-23 Rémi Denis... Revert "configure: An other test that warns."
2009-08-23 Rémi Denis... Fix lrintf check
2009-08-23 Rémi Denis... sqrtf is in libm, not (non-existent) libmx
2009-08-23 Rémi Denis... Revert "vlc_bits: Differentiate between writable bits...
2009-08-23 Rémi Denis... Remove vlc_object_t.p_private
2009-08-23 Rémi Denis... Use VLC object for meta writer and factor code
2009-08-23 Rémi Denis... Use a VLC object for meta reader
2009-08-23 Rémi Denis... Make playlist_export_t a VLC object
2009-08-23 Rémi Denis... Simplification
2009-08-23 Rémi Denis... Simplification
2009-08-23 Jakob Lebenqt4: fix typo + cosmetics
2009-08-23 Jakob Lebenqt4: fix playlist column show/hide
2009-08-23 Jean-Baptiste... WinGDI: kill warning
2009-08-23 Jean-Baptiste... MSW: signedness corrections
2009-08-23 Jean-Baptiste... Win32: kill warning about undefined preproc variable
2009-08-23 Jean-Baptiste... Visual: reindent (2)
2009-08-23 Jean-Baptiste... Visual: kill signedness warnings
next