]> git.sesse.net Git - vlc/history - modules
zip access: fix #2467. Now it's able to open files with non ASCII names, but can...
[vlc] / modules /
2009-05-19 Geoffroy Coupriezip access: fix #2467. Now it's able to open files...
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 AimarUsed picture_IsReferenced in transcode.
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 JP DingerCosmetics.
2009-05-18 JP DingerRemove an extra base64 decode implementation and use...
2009-05-17 Jean-Baptiste KempfDMO: put more debug if DMO_DEBUG is set
2009-05-17 Jean-Baptiste KempfQt: correctly split the MRL
2009-05-17 Jean-Baptiste KempfQt: fix missing 's' in function name
2009-05-17 Jean-Baptiste KempfCosmetics.
2009-05-17 Jean-Baptiste KempfForgotten FileSeparator issue.
2009-05-17 Jean-Baptiste KempfQt: reindent after last commit.
2009-05-17 Jean-Baptiste KempfQt4: fix DIR_SEP on open.
2009-05-16 Jean-Baptiste KempfDshow: fix compilation after the big fourCC changes.
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Jean-Baptiste KempfGtk_main: fix compilation.... Completly untested.
2009-05-16 Jean-Baptiste Kempfpda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd872...
2009-05-16 Jean-Baptiste Kempfpda: Fix warnings.
2009-05-16 Jean-Baptiste KempfPda: 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 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 AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-Courmontqt4: metaChanged -> currentMetaChanged
2009-05-16 Rémi Denis-CourmontQt4: pass input items rather than ID through IMevent
2009-05-16 Rémi Denis-CourmontQt4: keep input item rather than ID in the manager
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-16 Rémi Denis-CourmontQt4: remove dead code
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-CourmontTypo
2009-05-16 Rémi Denis-CourmontQt4: non-sense way of getting current playlist item
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-CourmontRemove never used value
2009-05-16 Rémi Denis-CourmontHTTP: try to fix mix of input item IDs and playlist...
2009-05-16 Rémi Denis-CourmontQt4: add QVLCInteger
2009-05-16 Rémi Denis-CourmontQt4: move QVLCVariable out of external dialogs
2009-05-16 Rémi Denis-CourmontTypo
2009-05-16 Jean-Baptiste KempfQt: 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 AimarDo not call EnsureUTF8 on NULL string (cdtext).
2009-05-15 Jean-Baptiste KempfDMO: support for WMAL and wmal fourCC
2009-05-15 Jean-Baptiste KempfAdd wmal and WMAL fourCC
2009-05-15 Jean-Baptiste KempfQt: Be carefull with C++. Fix the issue with downloadin...
2009-05-15 Jean-Baptiste KempfQt: 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 AimarUsed vlc_fourcc_GetCodecFromString where applicable.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfQt: Default Output address to 0.0.0.0 in HTTP and MMS
2009-05-14 Jean-Baptiste KempfRevert "Forbid Qt4.5.0"
2009-05-14 Rémi Denis-CourmontUse var_GetInteger()
2009-05-14 Jean-Baptiste KempfCopyright Update and cosmetic
2009-05-14 Laurent AimarAdded missing vobsub.h
2009-05-14 Laurent AimarAdded vobsub.h to Modules.am
2009-05-14 John Stebbinsvobsub idx parsing in matroska tracks
2009-05-14 Jean-Baptiste KempfForbid Qt4.5.0
2009-05-14 Jean-Baptiste KempfRemove kludge for old Qt versions.
2009-05-14 Jean-Baptiste KempfBump necessary Qt version to 4.4
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-CourmontXCB/window: add XFree86 extended key symbols
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontXCB/window: implement --video-title, UTF-8 names
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-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontXlib: assume we have a window provider
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontOpenGL: fix missing GLX window decoration
2009-05-13 Rémi Denis-CourmontXCB/window: do not depend on xcb-aux for one trivial...
2009-05-13 Laurent AimarLet libmpeg2 decode mp1v/mp2v too.
2009-05-13 Rémi Denis-CourmontOpenGL: fix missing GLX window decoration
2009-05-13 Rémi Denis-CourmontXCB/window: do not depend on xcb-aux for one trivial...
2009-05-13 Laurent AimarFixed downmixing to mono (close #2728).
2009-05-13 Rémi Duraffortfix compilation.
2009-05-13 Laurent AimarFixed downmixing to mono (close #2728).
2009-05-13 Laurent AimarCompilation fix.
2009-05-13 Laurent AimarFixed compilation (dmo).
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarUse vlc_fourcc_* helpers in avi demuxer.
next