]> git.sesse.net Git - vlc/history - modules
i18n: update POTFILES.in
[vlc] / modules /
2010-05-09 Rémi Denis-CourmontARM NEON: fix I420/YV12->UYVY
2010-05-09 Rémi Denis-CourmontCosmetics
2010-05-09 Laurent AimarImported gradfun filter from MPlayer.
2010-05-09 Laurent AimarUsed vlc_memalign for vaapi/dxva2 copy buffer
2010-05-09 Pierre Ynardlive555: recreate URL only to strip username/password
2010-05-08 Laurent AimarFixed xcb yv12/i420 UV planes swapping.
2010-05-08 Laurent AimarUsed CopyFromYv12/Nv12 for vaapi picture extraction.
2010-05-08 Laurent AimarMoved out optimized VA nv12/yv12 copy functions from...
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-05-06 Erwan Tulouskins2: fix skins crashing when playlist is flat
2010-05-06 Erwan Tulouskins2: fix wrong test (it's the other way around)
2010-05-06 Erwan Tulouskins2: fix memory leak (a malloc not paired with a...
2010-05-06 Sébastien EscudierFile output : add a sync option
2010-05-06 Erwan Tulouskins2(Linux): WM_CLASS also set for the invisible...
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-05-05 Jean-Philippe AndréQt/Extensions: remove useless "version" field
2010-05-05 Jean-Philippe AndréExtensions: fix vlc.deactivate() malfunction
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-05-05 Jean-Baptiste KempfAvcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using...
2010-05-05 Pierre Ynardaccess_http: avoid passing NULL to printf %s
2010-05-05 Jean-Philippe AndréExtensions: fix a leak (and a potential crash)
2010-05-05 Pierre Ynardaccess_http: fix unbalanced quotes
2010-05-05 Pierre Ynardlive555: fix RTSP URL when it contains no path part
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-04 Laurent AimarSplitted out text_style_t and related function to its...
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-05-04 Jean-Baptiste KempfQt: remove mousewheeling code.
2010-05-04 Jean-Baptiste KempfQt: Correctly close the player when alt+f4 is pressed
2010-05-04 Konstanty BialkowskiIncrease maximum allowed upnp response size.
2010-05-04 KonstantyThe upnp module is called upnp_intel
2010-05-04 Ilkka Ollakkaavcodec: use vlc_GetCPUCount() to set thread count...
2010-05-03 Laurent AimarAdded support for ffmpeg-mt.
2010-05-03 Laurent AimarUsed reordered_opaque for timestamp managment in avcodec.
2010-05-03 Rémi Denis-CourmontALSA: use non-modal error dialogs
2010-05-03 Rémi Denis-CourmontRevert "i18n fix"
2010-05-03 Konstanty BialkowskiUse correct title for upnp containers.
2010-05-03 Erwan Tulouskins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE...
2010-05-03 Pierre d'Herbemontmacosx_vout: Correctly change context after -lockgl.
2010-05-03 Erwan Tulouskins2(Linux): add WM_CLASS and _NET_WM_PID properties...
2010-05-02 Sébastien Escudiersmem : support non raw video format. In this case we...
2010-05-02 Laurent AimarFixed kate build without libtiger.
2010-05-02 Laurent AimarFixed compilation of freetype module without fontconfig.
2010-05-02 Laurent AimarFixed bandlimited audio filter with low output samplerate.
2010-05-02 Laurent AimarFactorized a bit bandlimited audio filter code.
2010-05-01 Laurent AimarFixed avcodec audio encoder wrapper.
2010-05-01 Laurent AimarMoved out avcodec SampleFormat -> VLC formats to its...
2010-05-01 Laurent AimarFixed potential segfault (on failures) with avcodec...
2010-05-01 Jean-Baptiste KempfAvcodec: Correctly free the Subtitles structures so...
2010-05-01 Rémi Denis-CourmontXCB/GLX: higher priority than Frame Buffer
2010-05-01 Rémi Denis-CourmontXCB/X11: disable ARGB support
2010-05-01 Rémi Denis-CourmontXCB/XVideo: add debug message in case of problem with...
2010-05-01 Rémi Denis-CourmontGLX: destroy context before window
2010-05-01 Laurent AimarFixed ASF muxer header with extended streams and aspect...
2010-05-01 Laurent AimarWrite new ASF header on the fly only in HTTP mode.
2010-05-01 Laurent AimarDo not remove track informations in DelStream for non...
2010-05-01 Laurent AimarUpdated remoteosd to new sub-filter mouse API.
2010-05-01 Laurent AimarUpdated osdmenu to new sub-filter mouse API.
2010-05-01 Laurent AimarFixed a segfault with osdmenu filter.
2010-04-30 Jean-Baptiste KempfQt: fix playlist entry in taskbar on Win32
2010-04-30 Jean-Baptiste KempfQt4: Fix the VLC hangging in fullscreen on Win32
2010-04-30 Jean-Baptiste KempfMKV: cosmetics and NULL-check
2010-04-30 Jean-Baptiste KempfMKV: reduce the scope of the var loop counters
2010-04-30 Jean-Baptiste KempfMKV: stream_io_callback simplifications
2010-04-30 Jean-Baptiste KempfMKV: EbmlParser, cleanup
2010-04-30 Jean-Baptiste KempfQt: fix debug messages
2010-04-30 Ilkka Ollakkaqt4: connect accepted/rejected from correct widget
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-29 Ilkka Ollakkaavcodec: default to 2 threads on encoding
2010-04-29 Rémi DuraffortQt4: fix a crash (kind of a 'use after free' error).
2010-04-29 Rémi DuraffortQt4: fix a memleak in the extensions menu.
2010-04-29 Rémi Duraffortqt4: clear extensions list when the dialog is destroyed.
2010-04-29 Rémi Duraffortqt4: fix memleak.
2010-04-28 Laurent AimarFixed MS-RSTP RTP packet parsing.
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Jean-Baptiste Kempfimem: remove tab in sourcecode
2010-04-28 Jean-Baptiste KempfQt: Do not show a progressDialogBar for too short a...
2010-04-27 Laurent AimarFixed qt4 fullscreen behaviour with multiple monitors...
2010-04-27 Laurent AimarFixed video display with directx and multiple monitors.
2010-04-27 Christophe Mutricyi18n fix
2010-04-27 Christophe Mutricyi18n: Factorise qtr() and fix nodes i18n
2010-04-27 Christophe MutricyRevert "Qt: fix missing translations"
2010-04-27 Christophe Mutricyi18n: Don't do _("")
2010-04-27 Christophe Mutricyi18n fix
2010-04-26 Jean-Baptiste KempfQt: forgotten translation
2010-04-26 Jean-Baptiste KempfQt: fix missing translations
2010-04-26 Jean-Baptiste Kempflibass/win32: Factorize
2010-04-26 Jean-Baptiste KempfLibass: put the dialog, where we actually need it.
2010-04-26 Laurent AimarMoved win7 taskbar disabling code from qt4 to msw.
2010-04-26 Jean-Baptiste KempfLibass: simplify and do not call ass_set_fonts_dir
2010-04-26 Jean-Baptiste KempfFreeType: simplify and let the p_dialog the shortest...
2010-04-26 Jean-Baptiste KempfFreetype: try to fix the fontconfig cache building...
2010-04-26 Rémi Denis-CourmontSlightly different name for Direct3D XP (fixes #3560)
2010-04-25 Jean-Baptiste KempfQt: translate external dialogs buttons too
2010-04-25 Jean-Baptiste KempfQt: translate all buttons in plugins dialog
2010-04-25 Jean-Baptiste KempfQt: translate all buttons in openurl
2010-04-24 Keary GriffinAdd support to mpeg-ts muxer to pass keyframe flag...
2010-04-24 Jean-Baptiste Kempfx264: activate preset only on recent versions of x264
2010-04-24 Laurent AimarSimplification in avcodec.
next