]> git.sesse.net Git - vlc/shortlog
vlc
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
2009-08-23 Jean-Baptiste... Visual: reindent
2009-08-23 Jean-Baptiste... Fix signed warning for postproc
2009-08-23 Jean-Baptiste... MSW: kill "cast from function... to non matching type...
2009-08-23 Jean-Baptiste... Comment out dead code
2009-08-23 Jean-Baptiste... msw vouts: Fix signed vs unsigned type and format strings
2009-08-23 Jean-Baptiste... Fix flac compilation for both win32 and win64
2009-08-23 Jean-Baptiste... Contribs: minor update to 1.2.39
2009-08-23 Jean-Baptiste... Contribs: Tiff 3.9.0 is released
2009-08-23 Jean-Baptiste... id3tag: code cosmetic and warning killing
2009-08-23 Jean-Baptiste... RC: kill warnings
2009-08-23 Jean-Baptiste... Libiconv for Win64
2009-08-23 Rémi Denis... fetcher does not need to be an object
2009-08-23 Rémi Denis... art_finder_t: custom type for art finder modules
2009-08-23 Rémi Denis... Cosmetic
2009-08-22 Jean-Baptiste... Portaudio: consistency with other aouts (and kill a...
2009-08-22 Jean-Baptiste... WinVLC: kill "was used with no prototype before its...
2009-08-22 Jean-Baptiste... Quicktime: kill warnings for Win32
2009-08-21 Rémi Denis... Unused #include
2009-08-21 Rémi Denis... CPU: get rid of signal(SIGILL) - not thread-safe (in...
2009-08-21 Rémi Denis... CPU: fprintf is not safe inside a signal handler...
2009-08-21 Ilkka Ollakkaqt4: remove p_playlist intf-change callback
2009-08-21 Jean-Baptiste... Id3tag: constify when possible.
2009-08-21 Rémi Denis... We have a replacement for localtime_r
2009-08-21 Jakob Lebenqt4: cosmetics and consistence
2009-08-21 Jean-Baptiste... id3tag: kill a warning about casting
2009-08-21 Pierre d'Herbemontconfigure: Per module Werror flags.
2009-08-21 Pierre d'Herbemontw32thread: Don't warn twice about destr being unused...
2009-08-21 Pierre d'Herbemontwin32: Flag some unused arg warnings.
2009-08-21 Pierre d'Herbemontconfigure: An other test that warns.
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'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-08-21 Jean-Baptiste... Phonon: add a way to run 'cmake .'
2009-08-21 Pierre d'Herbemontchorus_flanger: Fix a bad cast.
2009-08-21 Pierre d'Herbemontlibvlc: Fix the comment associated to libvlc_event_mana...
2009-08-21 Pierre d'Herbemontchorus_flanger: No need to cast here.
2009-08-21 Rémi Denis... Revert "Revert "memcpy: Flag an unused param in memcpya...
2009-08-21 Rémi Denis... Revert "signals: Return NULL at SigThread end."
2009-08-21 Rémi Denis... Revert "memcpy: Flag an unused param in memcpyaltivec."
2009-08-21 Rémi Denis... Revert "Win32: fix src/ compilation"
2009-08-21 Pierre d'Herbemontopengl: Move includes at the begining.
next