]> git.sesse.net Git - vlc/shortlog
vlc
2009-05-17 Jean-Baptiste... Qt: reindent after last commit.
2009-05-17 Jean-Baptiste... Qt4: fix DIR_SEP on open.
2009-05-17 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-17 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-05-16 Jean-Baptiste... Dshow: fix compilation after the big fourCC changes.
2009-05-16 Pierre d'Herbemonttest: Fix url test on Mac OS X.
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarFixed osd_* functions when the OSD was not loaded.
2009-05-16 Jean-Baptiste... Gtk_main: fix compilation.... Completly untested.
2009-05-16 Jean-Baptiste... pda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd872...
2009-05-16 Jean-Baptiste... pda: Fix warnings.
2009-05-16 Jean-Baptiste... Pda: fix compile broken by [05492281]
2009-05-16 Laurent AimarUsed filter_New/DeletePicture when applicable.
2009-05-16 Laurent AimarUsed picture_New in mosaic_bridge.c
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Laurent AimarAdded video_format_Setup to replace vout_InitFormat.
2009-05-16 Laurent AimarAdded a picture_Setup to replace vout_InitPicture.
2009-05-16 Rémi Denis... Split pthread and Win32 code into separate files
2009-05-16 Laurent AimarFixed skins2 compilation.
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in video_chroma.
2009-05-16 Laurent AimarRemoved useless includes.
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in access.
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in filters.
2009-05-16 Laurent AimarFixed vlc_filter.h include.
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Laurent AimarFixed includes in vlc_codec.h
2009-05-16 Laurent AimarSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
2009-05-16 Rémi Denis... qt4: metaChanged -> currentMetaChanged
2009-05-16 Rémi Denis... Qt4: pass input items rather than ID through IMevent
2009-05-16 Rémi Denis... Qt4: keep input item rather than ID in the manager
2009-05-16 Rémi Denis... playlist_ItemFindFromInputAndRoot: use pointer rather...
2009-05-16 Rémi Denis... Compare input item pointers, no need to deref here
2009-05-16 Rémi Denis... Pass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis... Pass input item through playlist item-change rather...
2009-05-16 Rémi Denis... Qt4: remove dead code
2009-05-16 Rémi Denis... Merge branch 1.0-bugfix
2009-05-16 Rémi Denis... Typo
2009-05-16 Rémi Denis... Qt4: non-sense way of getting current playlist item
2009-05-16 Rémi Denis... Attach fetcher to playlist so it gets proper configuration
2009-05-16 Rémi Denis... playlist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis... fetcher is a VLC object
2009-05-16 Rémi Denis... playlist_Add and playlist_AddExt: return error/success...
2009-05-16 Rémi Denis... Remove never used value
2009-05-16 Rémi Denis... playlist_ItemGetByInputId: remove dead code
2009-05-16 Rémi Denis... Bump libvlccore SOVERSION
2009-05-16 Rémi Denis... HTTP: try to fix mix of input item IDs and playlist...
2009-05-16 Rémi Denis... Qt4: add QVLCInteger
2009-05-16 Rémi Denis... Qt4: move QVLCVariable out of external dialogs
2009-05-16 Rémi Denis... Typo
2009-05-16 Rémi Denis... Revert "loose up little xcb-xv version requirements"
2009-05-16 Jean-Baptiste... Qt: use a better name for artWork function to avoid...
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarFixed DMO wrapper.
2009-05-15 Laurent AimarRespect album-art for CDDB request.
2009-05-15 Laurent AimarCorrectly detect rewind (rtsp).
2009-05-15 Laurent AimarDo not call EnsureUTF8 on NULL string (cdtext).
2009-05-15 Jean-Baptiste... DMO: support for WMAL and wmal fourCC
2009-05-15 Jean-Baptiste... Add wmal and WMAL fourCC
2009-05-15 Jean-Baptiste... Qt: Be carefull with C++. Fix the issue with downloadin...
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-15 Jean-Baptiste... Qt: Be carefull with C++. Fix the issue with downloadin...
2009-05-15 Laurent AimarRemoved impossible fourcc in record.c
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecAudio when applicable.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecAudio helper.
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecFromString helper.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarRemoved unused AUDIO_FMT_S/U16_NE.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-15 Nicolas Chauvet... Fix missing symbol in libxvmc_plugin.so
2009-05-15 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-14 Jean-Baptiste... Merge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste... Qt: Default Output address to 0.0.0.0 in HTTP and MMS
2009-05-14 Jean-Baptiste... Revert "Forbid Qt4.5.0"
2009-05-14 Rémi Duraffortinput: Fix a memleak.
2009-05-14 Rémi Denis... Use var_GetInteger()
2009-05-14 Jean-Baptiste... Copyright Update and cosmetic
2009-05-14 Laurent AimarAdded missing vobsub.h
2009-05-14 Laurent AimarAdded vobsub.h to Modules.am
2009-05-14 Geoffroy Coupriewince: replace _wrename by MoveFileW
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Hugo Beauzee... Adding a libvlc_MediaPlayerLengthChanged event
2009-05-14 John Stebbinsvobsub idx parsing in matroska tracks
2009-05-14 Jean-Baptiste... Mark loop, repeat, random as safe.
2009-05-14 Jean-Baptiste... Forbid Qt4.5.0
2009-05-14 Jean-Baptiste... Remove kludge for old Qt versions.
2009-05-14 Jean-Baptiste... Bump necessary Qt version to 4.4
2009-05-14 Jean-Paul Samanmozilla: fix integer types
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-14 Rémi Denis... XCB/window: add XFree86 extended key symbols
2009-05-14 Rémi Denis... Merge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis... XCB/window: implement --video-title, UTF-8 names
2009-05-14 Ilkka Ollakkaloose up little xcb-xv version requirements
2009-05-14 Jean-Paul Samanactivex: remove libvlc_video_set_size() and libvlc_vide...
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmstu: fix memleak
next