]> git.sesse.net Git - vlc/history - modules
Let the value from --rate use the same code path than a value set at runtime.
[vlc] / modules /
2011-06-25 Laurent AimarAdded support for 'lpcm' in mov files.
2011-06-25 Felix Paul Kühnemacosx: moved all (main) menu related code to a separat...
2011-06-25 Laurent AimarFixed blu-ray LPCM support for non even channels count...
2011-06-25 Laurent AimarAdded an option to force bold font by default.
2011-06-25 Laurent AimarAdded support for RGBA rendering in freetype and dynami...
2011-06-25 Laurent AimarAllowed to give the list of prefered chroma to "text...
2011-06-25 Laurent AimarAdded fully configurable shadow support (freetype).
2011-06-25 Laurent AimarDirectly store alpha in font_stack_t::text_style_t...
2011-06-25 Laurent AimarTry to parse unrecognized color names as hexadecimal...
2011-06-25 Laurent AimarDo not try to fix the font color attribute at the codec...
2011-06-25 Laurent AimarImproved the order of options in freetype.
2011-06-25 Laurent AimarAdded fully configurable outline support (freetype).
2011-06-25 Laurent AimarAdded margin when using a background in freetype.
2011-06-25 Laurent AimarImproved underlining in freetype.
2011-06-25 Laurent AimarImproved glyph positionning and bounding box computation.
2011-06-25 Laurent AimarNo functionnal changes (freetype).
2011-06-25 Laurent AimarAdded background color/opacity options to freetype.
2011-06-25 Laurent AimarRemoved freetype-effect option.
2011-06-25 Laurent AimarCosmetics (freetype).
2011-06-25 Laurent AimarImplemented per glyph alpha support.
2011-06-25 Laurent AimarReimplemented the way glyphs are rendered in YUVA mode.
2011-06-25 Laurent AimarNo functionnal changes (freetype).
2011-06-25 Laurent AimarReimplemented the way text lines are processed.
2011-06-24 Laurent AimarAdded planar YUV > 8 bits support to opengl when possible.
2011-06-24 Laurent AimarSplit internal format from format for opengl texture...
2011-06-24 Laurent AimarMapped VLC_CODEC for I420 9/10-bit, I422 10-bit, I444...
2011-06-24 Laurent AimarUsed the AVCodecContext given to AVCodecContext::get_bu...
2011-06-24 Jean-Baptiste KempfBluray: changing the module type from access to access_...
2011-06-23 Felix Paul Kühnemacosx: fixed trivial merge mistake when broke 'advance...
2011-06-23 Tomer BarletzChange log severity from Err to Dbg.
2011-06-23 Felix Paul Kühnemacosx: re-implemented time slider to fit the new style
2011-06-22 Felix Paul Kühnemacosx: basic UI to have something as a start
2011-06-22 Francois CartegnieQt: enable tearOff on Navigation and Bookmarks menus.
2011-06-21 Rémi Denis-CourmontLua: use submodules for the different interfaces
2011-06-21 Rémi Denis-CourmontLua: useless #includes
2011-06-21 Jean-Baptiste KempfQt4: Crush PNGs
2011-06-20 Felix Paul Kühnemacosx: fixed incorrect URL creation (closes #4966)
2011-06-20 Akash MehrotraQt: equalizer, more consistency in format
2011-06-20 Hugo Beauzée-Luyssenmkv: Avoid duplicating the entire vector.
2011-06-19 Jean-Baptiste KempfSVCD: remove the useless debug option and associated...
2011-06-19 Jean-Baptiste Kempflinsys SDI: change shortnames
2011-06-19 Jean-Baptiste KempfVisual: remove 5 translation text
2011-06-19 Jean-Baptiste KempfMpeg-TS demuxer: fix typo and use one less string
2011-06-19 Rémi Denis-CourmontRun installed vlc-cache-gen rather than build-tree...
2011-06-19 Rafaël Carrévlclua_net_recv() : do like [b0d7c77b1] did for vlclua_...
2011-06-19 Rafaël Carréstream_out_select: no need for a tmp buffer to msg_Info()
2011-06-19 Rémi Duraffortbluray: fix compilation according to last libbluray...
2011-06-19 Rémi Duraffortgoom: simplify.
2011-06-19 Rémi Duraffortmodplug: use var_Inherit when applicable.
2011-06-18 Rémi Duraffortlua: remove debug printf and update the doc
2011-06-18 Rémi Duraffortlua playlist: add custom metadata to extra metadata...
2011-06-18 Rémi Duraffortlua: fix warning
2011-06-18 Rémi Duraffortlua: fix object leaks.
2011-06-18 Rémi Duraffortrc: remove uneeded cast.
2011-06-18 Rémi Denis-CourmontQt4: don't keep reference to toAscii() temporary array
2011-06-18 Rémi Denis-CourmontQt4: never assign qtu() to a variable
2011-06-18 Rémi Denis-CourmontQt4: use QString or QByteArray instead of strdup()...
2011-06-18 Rémi Denis-Courmontdvdnav: also white-list *.img files (fixes #4951)
2011-06-17 Rémi Duraffortlua: remove spurious strdup (a string is valid as long...
2011-06-16 Rémi Denis-CourmontOpenMAX DL: scaling and combined YUV->RGB + scaling
2011-06-16 Rémi Denis-CourmontUpdate LIST
2011-06-16 Rémi Denis-CourmontVideo chroma conversions using OpenMAX DL v1.0.2 IP...
2011-06-16 Rémi Denis-CourmontARM NEON: fix smurf in conversions from YV12 to YUY2
2011-06-16 Jean-Baptiste KempfDxVA2: Add the GUIDs for MPEG-4 Part 2
2011-06-16 Jean-Baptiste KempfDxVA2: add the GUID for H264/VLD With FMO/ASO
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-15 Rafaël Carrécorrect comments
2011-06-15 Akash MehrotraHTTP interface: give access to equalizer preamp
2011-06-14 Jean-Baptiste KempfAndroid video output based on Surface
2011-06-14 Yuval TzeSubtitles duration factor bug fix
2011-06-14 Laurent AimarSimplified a lot karaoke rendering in freetype.
2011-06-14 Laurent AimarMoved out FT_Face loading from ProcessLines() to its...
2011-06-14 Laurent AimarRemoved write only variable (freetype).
2011-06-14 Laurent AimarMoved down a function in freetype.c
2011-06-14 Laurent AimarRemoved use of run-len 'encoding' for karaoke/style...
2011-06-14 Laurent AimarSmall simplifications (freetype).
2011-06-13 Rafaël Carrév4l2: fix signed/unsigned comparisons warnings
2011-06-13 Rafaël Carréflac: reorder, remove some forward declarations
2011-06-13 Rafaël Carréflac: fix warnings (unsigned -> size_t)
2011-06-13 Jean-Baptiste KempfOpenSL ES audio output for Android
2011-06-13 Rémi Denis-CourmontSpelling
2011-06-13 Rémi Denis-CourmontSAP: fix Win32 warning
2011-06-12 Felix Paul Kühnemacosx: implemented a bunch of video filters
2011-06-12 Felix Paul Kühnemacosx: remove the extended controls panel since all...
2011-06-12 Felix Paul Kühnemacosx: added code to enable/disable video filters...
2011-06-12 Rémi Denis-Courmontaccess_shm: use HAVE_SYS_SHM_H
2011-06-12 Laurent AimarRevert "OpenGL: fix compilation / missing glXGetProcAdd...
2011-06-12 Francois CartegnieQt: Avanced Open Panel: set buffering increment to...
2011-06-12 Francois CartegnieQt: SeekSlider: remove warning
2011-06-12 Francois CartegnieQt: display buffering in SeekSlider
2011-06-12 Francois CartegnieOpenGL: fix compilation / missing glXGetProcAddressARB
2011-06-12 Andrey MakhnutinVOBSUB: fixed memory leaks
2011-06-12 Ashok BhatFixed bugs in AVI mux module
2011-06-12 Mike CardilloMac: Fixed bug #3312
2011-06-11 Tomer BarletzUse CCT to format subtitiles text properly.
2011-06-11 Laurent AimarSmall simplifications (freetype).
2011-06-11 Rémi Denis-CourmontTypo
2011-06-11 Rémi Denis-CourmontSAP: dead code
2011-06-11 Rémi Denis-CourmontNuke manual IP version selection
2011-06-11 Rémi Denis-CourmontMKV: remove unused parameter
next