]> git.sesse.net Git - vlc/history - modules
Fixed resize quality issue with direct3d vout (especially win7).
[vlc] / modules /
2009-10-11 Laurent AimarFixed uninitialized variables (msw).
2009-10-11 Sabourin GillesOpen : fix typo.
2009-10-10 Rémi Duraffortopengllayer: the variable is a void* and not an integer...
2009-10-10 Pierre d'Herbemontminimal_macosx: Don't attempt to use the vout when...
2009-10-10 Felix Paul Kühnemacosx: fixed logic errors in previous commit pointed...
2009-10-10 Felix Paul Kühnemacosx: merge AppleRemote fixes from the Lunettes project
2009-10-10 Pierre d'Herbemontmacosx: vlc_keys seems to need vlc_common.
2009-10-10 Rémi Duraffortaout_sdl: fix compilation.
2009-10-10 Pierre d'Herbemontmacosx: Silent a harmless warning.
2009-10-10 Pierre d'Herbemontmacosx: Dummy build fix.
2009-10-10 Rémi DuraffortFix potential object leak.
2009-10-10 Rémi DuraffortUse var_Get* when applicable.
2009-10-10 Rémi Duraffortlua: fix potential memleak.
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi Duraffortuse var_ToggleBool when applicable.
2009-10-10 Rémi DuraffortUse var_Get* when applicable.
2009-10-10 Rémi Duraffortvout: use the new var_GetAddress.
2009-10-10 Rémi Duraffortmp4: fix potential memleak.
2009-10-10 Rémi Duraffortvout_directx: fix memleak.
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-10-10 Rémi Durafforttwolame: "quality" is a float variable and not an integer !
2009-10-10 Rémi Duraffortaccess_dvb: constify.
2009-10-10 Rémi Duraffortaccess_dvb: constify.
2009-10-10 Rémi Duraffortsout_std: imporve logic (and save a malloc/free)
2009-10-10 Rémi Duraffortsout_std: fix potential memleaks.
2009-10-10 Rémi Duraffortsout_raop: factorize.
2009-10-10 Rémi Duraffortsmem: try not to re-create the variables too many times.
2009-10-10 Rémi Duraffortsout std: factorize.
2009-10-10 Rémi DuraffortWinCE: fix memleak.
2009-10-10 Rémi DuraffortFactorize.
2009-10-10 Rémi DuraffortSD_mediadirs: no need to strdup.
2009-10-10 Rémi DuraffortCosmetics.
2009-10-09 Rafaël Carréglobalhotkeys xcb : fix modifiers with xcb-keysyms...
2009-10-09 Rafaël Carréremove debug left over in [b3a591d0]
2009-10-08 Laurent AimarUsed VC-1 avcodec decoder for WMVA.
2009-10-08 Laurent AimarDo not realloc a block already given to ffmpeg.
2009-10-08 Laurent AimarFixed avcodec audio decoder after API behavior change.
2009-10-08 Laurent AimarFixed globalhotkeys compilation with old xcb version.
2009-10-08 Laurent AimarQt: add deinterlace and deinterlace-mode to simple...
2009-10-07 Rafaël CarréRevert "dbus control: event based message notification"
2009-10-07 Rémi Denis-CourmontQt4: fix URI character set in playlist
2009-10-07 Rémi Denis-CourmontFix Service Discovey plugin names character set
2009-10-07 Rémi Denis-CourmontQt4: fix character set in playlist dialog title
2009-10-07 Rémi Denis-CourmontKeyToString: allocate key on heap
2009-10-07 Rémi Denis-CourmontCompile fix
2009-10-07 Rafaël Carrédbus control: event based message notification
2009-10-07 Rafaël Carréglobalhotkeys : use new xcb-util API (>= 0.3.4)
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-10-07 Rafaël Carréglobalhotkeys/xcb.c : cosmetics, make all lines fit...
2009-10-07 Rafaël Carréglobalhotkeys/xcb.c : fix warnings
2009-10-07 Pierre YnardWinCE: fix build of the RTP stream output
2009-10-06 Christophe MutricyFix for people with old automake
2009-10-06 Ilkka OllakkaRevert "avcodec: initialise p_dec.fmt_in if it's missin...
2009-10-06 Ilkka OllakkaRevert "avcodec: initialize fmt_in.video.i_aspect to 0"
2009-10-06 Ilkka Ollakkaavcodec: initialize fmt_in.video.i_aspect to 0
2009-10-06 Ilkka Ollakkaavcodec: initialise p_dec.fmt_in if it's missing, not...
2009-10-06 Ilkka Ollakkaasf.c: fix variable usage
2009-10-06 Ilkka OllakkaRevert "asf.c: allow adding tracks on-fly when doing...
2009-10-06 Rémi Denis-Courmontstrerror(errno) is not thread-safe, use %m
2009-10-06 Rémi Denis-CourmontRTP out: support build without libvlc_srtp
2009-10-06 Rémi Denis-CourmontRTP: support build without libvlc_srtp
2009-10-06 Rémi Denis-CourmontGet rid of ligcrypt M4 macros
2009-10-06 Ilkka Ollakkaasf.c: allow adding tracks on-fly when doing normal...
2009-10-06 Ilkka Ollakkaasf.c: write new header when track is removed/added
2009-10-06 Ilkka Ollakkaasf.c: use vlc_array_t for track-storage instead of...
2009-10-06 Ilkka Ollakkaasx-playlist: add ability to have multiple href in...
2009-10-06 Felix Paul Kühnemacosx: fixed IR Remote HID support
2009-10-05 Laurent AimarUpdated qt4 after deinterlacing changes.
2009-10-05 Laurent AimarUpdated hotkeys after deinterlace changes.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-05 Felix Paul Kühnequartztext: removed dependency on Carbon and implemente...
2009-10-05 Rémi Denis-CourmontIFO: memory leak
2009-10-05 Francois CartegnieQt: uniformize ui previews, drop xml declaration relate...
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-05 Rémi Denis-CourmontRTP output: accept COMEDIA connections in a separate...
2009-10-04 Rémi Denis-CourmontQt4: re-center FSC if the target screen has changed
2009-10-04 Laurent AimarUsed the new "deinterlace" option for Qt4 simple prefer...
2009-10-04 Laurent AimarFixed scaletempo after "audio filter2" conversion.
2009-10-04 Jean-Baptiste KempfAdd new file to Modules.am for distribution
2009-10-04 Francois CartegnieQt: Simple prefs/input: fix variable handling
2009-10-04 Laurent AimarAdded yadif deinterlacer to our module.
2009-10-04 Rémi Denis-Courmontbandlimited resampler: fix heap overflow at high playba...
2009-10-04 Rémi Denis-CourmontM3U: fix mem leak on non-UTF-8 systems
2009-10-03 Antoine CellerierMake it possible to flag blocks as interlaced and use...
2009-10-03 Antoine CellerierTweak standards selection and list.
2009-10-03 Laurent AimarFixed rar stream filter.
2009-10-03 Laurent AimarFixed J42X support in deinterlace filter.
2009-10-03 Antoine CellerierWork around what seems to be a driver bug when auto...
2009-10-03 Laurent AimarFixed bandlimited when switching from non resampling...
2009-10-03 Laurent AimarFixed discontinous flag in bandlimited when not resampling.
2009-10-03 Laurent AimarSmall correction to bandlimited.
2009-10-03 Laurent AimarFixed E-AC3 in ATSC TS stream.
2009-10-03 Antoine CellerierFix automatic libv4l2 fallback and prevent leaks when...
2009-10-03 Rémi Denis-CourmontDolby mixer: audio filter2
2009-10-03 Rémi Denis-CourmontDTS to SPDIF: audio filter2
2009-10-03 Rémi Denis-CourmontA/52 to SPDIF: audio filter2
2009-10-03 Rémi Denis-CourmontParameterized equalizer: audio filter2
2009-10-03 Rémi Denis-Courmontchorus_flanger: audio filter2
2009-10-02 Christophe MutricySilence uic, moc and rcc
next