]> git.sesse.net Git - vlc/history - modules
Fix silly [8666615cc]
[vlc] / modules /
2008-09-06 Rémi Denis-CourmontRTP: ignore packets with duplicated sequence numbers...
2008-09-06 Laurent AimarFixed DTS muxer.
2008-09-05 Laurent AimarCosmetic.
2008-09-05 Laurent AimarDo not ignore teletext initial page (close #1997).
2008-09-05 Laurent AimarBe sure to emit voutChanged() only when needed.
2008-09-05 Laurent AimarFixed initial snpshot/fullscreen state.
2008-09-05 Laurent AimarUse intf-change-vout to properly detect vout (close...
2008-09-05 Rémi DuraffortFix object leaking when taking a snapshot.
2008-09-05 Rémi DuraffortFix a BIG memleak in Qt interface (this poor object...
2008-09-05 Laurent AimarDo not ask stream layer to buffer data in UDP.
2008-09-05 Laurent AimarUse sub-language as DVD menu (close #1994)
2008-09-05 Rémi DuraffortFix memleak in Qt interface.
2008-09-05 Rémi DuraffortFix warnings.
2008-09-05 Christophe Mutricycdg codec is in codec/
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-09-05 Jean-Baptiste KempfFix a crash that happens if you play with video filters.
2008-09-05 Jean-Baptiste KempfAdd a sout-keep option in the GUI as sout-keep is remov...
2008-09-05 Jean-Baptiste KempfOnly Ctrl+H should make you quit minimalView mode
2008-09-05 Antoine CellerierFound another one! Sneaky bastard...
2008-09-05 Antoine CellerierThis is a bolean control, not tristate.
2008-09-05 Antoine CellerierRevert "Add option to disable embedded video in the...
2008-09-05 Antoine CellerierAdd option to disable embedded video in the simple...
2008-09-04 Antoine CellerierSimplify.
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Rémi Denis-CourmontRemove /* inside comment
2008-09-04 Rémi Denis-CourmontRemove declaration for vanished function
2008-09-04 Antoine CellerierFix memleak and config option type. (thanks to ivoire...
2008-09-04 Antoine CellerierAdd mouse cursor drawing support in x11 screen.
2008-09-04 Rafaël CarréFix g726 packetizing : forgot to compute the padding...
2008-09-04 Rafaël Carrértp: g726 packetization
2008-09-04 Antoine CellerierFix placeholder mode. UDP streaming now works.
2008-09-04 Antoine CellerierAdd --sout-bridge-in-placeholder-switch-on-iframe
2008-09-04 Antoine CellerierPrint an error when trying to add more than one ES...
2008-09-04 Jean-Philippe AndreQt: use the CoverArtLabel in the playlist view and...
2008-09-04 Jean-Philippe AndreQt: create a CoverArtLabel
2008-09-03 Antoine CellerierAdd placeholder feature to bridge module ("No Signal...
2008-09-03 Antoine CellerierMake it possible to have more than one bridge in a...
2008-09-03 Laurent AimarFixed config.h include order.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-03 Rémi DuraffortFix a typo to make the buildbot happy.
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-09-03 Rémi Denis-Courmontdouble variable declaration
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontSignals: only one thread needed now
2008-09-03 Rémi Denis-CourmontTelnet: fix arbitrary tick
2008-09-03 Rémi Denis-CourmontAvoid alloca()
2008-09-03 Rémi Denis-CourmontNo point in checking vlc_object_alive there
2008-09-03 Rémi Denis-CourmontDo not lock the input while talking to D-Bus
2008-09-03 Rémi DuraffortFix memleak (don't ask for error just for fun).
2008-09-03 Jean-Baptiste KempfCorrectly fix #1746 on Windows. Special for Trax :D
2008-09-03 Rémi Denis-CourmontRevert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
2008-09-03 Rémi Denis-CourmontCLOCK_FREQ is a 64-bits quantity as mtime_t
2008-09-02 Laurent AimarImproved a bit still frame support.
2008-09-02 Laurent AimarFixed a typo in YUVP blending to RGB.
2008-09-02 Christophe Mutricyi18n: tell gettext to not be silly
2008-09-02 Laurent AimarCosmetic.
2008-09-02 Laurent AimarFixed a big rtp demuxer.
2008-09-02 Antoine CellerierEncoders are allowed to change the input format. Hence...
2008-09-02 Ilkka OllakkaRevert "transcode: try to fix audio resampling (fix...
2008-09-02 Derk-Jan Hartmansubtitle demux: add comment about how to enable auto...
2008-09-02 Jean-Philippe AndreQt bugfix: pressing Enter Key in preferences dialog...
2008-09-02 JPegBugfix: last.fm segfaults under Windows This is due...
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-09-01 Laurent AimarFixed timestamp in ffmpeg reget_buffer callback.
2008-09-01 Laurent AimarAdded missing dvb scan.h include in Modules.am.
2008-09-01 Laurent AimarRevert "Partially work around a picture link in libmpeg2."
2008-09-01 Laurent AimarRemoved a debug commit in ffmpeg (do not force display...
2008-09-01 Laurent AimarRevert "Revert "Improved rtjpeg and seek NUV demuxer...
2008-09-01 Christophe MutricyFix RCC rules
2008-09-01 Rafaël Carrélive555: use floats for i_npt as well, remove useless...
2008-09-01 Rafaël Carrélive555: keep the npt clock unit: floats representing...
2008-08-31 Jean-Baptiste KempfQt: Check for NULLity to avoid segfault in AdvPrefs...
2008-08-31 Ilkka OllakkaTake care of different input/canvas aspect-ratio
2008-08-31 Ilkka OllakkaUse even padding in canvas
2008-08-31 Antoine CellerierFix croppadd out of bounds write (we were padding ...
2008-08-30 Pierre d'Herbemontmacosx: Don't allow playlist or media list draging.
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-30 Ilkka OllakkaSet i_aspect after vfilter in transcode
2008-08-30 Rémi Denis-CourmontUse cookie reference, not (uninitialized) value
2008-08-29 Rémi DuraffortFix crop/aspect ration and deinterlace menus in Qt...
2008-08-29 Rémi Duraffortupnp_intel: fix compilation.
2008-08-29 Rémi Denis-CourmontRemove leftover code
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontImplement ACCESS_OUT_CONTROLS_PACE as needed
2008-08-29 Rémi Denis-CourmontDisable instance pace control from stream rather than...
2008-08-29 Rémi Denis-CourmontUDP out: avoid useless references to p_sout
2008-08-29 Laurent AimarImplemented sout string escaping in QT.
2008-08-29 Laurent AimarFixed segfault when doing rendering without respecting...
2008-08-28 Christophe MutricyFix compilation
2008-08-28 Laurent AimarFixed swscaler minimal size for YUY2 sse2.
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-28 Rémi Denis-CourmontSAP: use thread cancellation, get rid of the waitpipe...
2008-08-28 Rémi Denis-CourmontSD: pull down cancellation safety on those SD with...
2008-08-28 Pavlov KonstantinSpelling: typo.
2008-08-28 Pavlov KonstantinSpelling typo.
2008-08-28 Pavlov KonstantinAdd braces where needed.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Rémi Denis-CourmontUPnP Intel: remove useless and harmful SD thread
2008-08-28 Rémi Denis-CourmontDrop prehistoric avahi versions support
next