]> git.sesse.net Git - vlc/shortlog
vlc
2009-05-19 Geoffroy CouprieRevert "zip access: fix #2467. Now it's able to open...
2009-05-19 Geoffroy CouprieWin32: remove parts of the intl .rc that crash windres...
2009-05-19 Geoffroy Coupriewin32: Add recent files to jump lists
2009-05-19 Geoffroy Coupriezip access: fix #2467. Now it's able to open files...
2009-05-19 Jean-Baptiste... Accept 4.4.0, the bugs in 4.4.0 and 4.4.1 shouldn't...
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-18 Laurent AimarRemoved wrongly commited line in last vout_pictures...
2009-05-18 Laurent AimarUsed picture_IsReferenced in transcode.
2009-05-18 Laurent AimarImproved a bit picture API.
2009-05-18 Laurent AimarRemoved picture ring buffer for filter/decoder in trans...
2009-05-18 Laurent AimarUsed picture_* functions when applicable.
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
2009-05-18 JP DingerCosmetics.
2009-05-18 JP DingerRemove an extra base64 decode implementation and use...
2009-05-18 JP DingerCosmetics
2009-05-18 JP DingerExtract common string-to-variant code in mozilla plugin.
2009-05-17 Jean-Baptiste... DMO: put more debug if DMO_DEBUG is set
2009-05-17 Jean-Baptiste... Qt: correctly split the MRL
2009-05-17 Jean-Baptiste... Qt: fix missing 's' in function name
2009-05-17 Jean-Baptiste... Cosmetics.
2009-05-17 Jean-Baptiste... Forgotten FileSeparator issue.
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()
next