]> git.sesse.net Git - vlc/history - src
typos
[vlc] / src /
2012-03-14 Rémi Denis-CourmontSDP: send the standard "cat" attribute in addition...
2012-03-14 Rafaël CarréSplit options parsing from config_ChainCreate
2012-03-11 Rémi Denis-Courmontdecoder: stricter assertion
2012-03-11 Rémi Denis-Courmontdecoder: pause aout at creation in corner case (fix...
2012-03-10 Rémi Denis-CourmontProvisions for localized key code strings (refs #5974)
2012-03-07 Rafaël CarréWin32 one-instance: fix mismatch in ABI on win64
2012-03-07 Rémi Denis-CourmontFix mixer leak (and crash at exit) when audio output...
2012-03-06 Rémi Denis-Courmontaudio output must be reset if the format or channels...
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-03-06 Rémi Denis-Courmontaout_DecNew: Use AOUT_CHAN_MAX
2012-03-05 Rafaël CarréDecoderFixTs: deindent, cosmetics
2012-03-05 Rafaël Carréinput_EsOutNew: use calloc
2012-03-05 Rafaël Carrées_out.c: use c99 for
2012-03-05 Rafaël CarréEsOutControlLocked: align case on same level than switch
2012-03-04 Rémi Duraffortlibvlc: inform that the option was deprecated since...
2012-03-04 Felix Paul Kühnesrc: fixed multicast reception on OS X when using the...
2012-03-03 Rémi Denis-CourmontRemove useless case
2012-03-02 Rémi Denis-CourmontAvoid char conversion in strchr() - should fix #6266
2012-03-02 Maciej BlizinskiInvoke check_headers with $(SHELL)
2012-03-02 Maciej BlizinskiUse libcompat in tests
2012-03-02 Francois CartegnieRevert "vlc_keys: define mouse's middle, 4 & 5 buttons...
2012-03-02 Francois Cartegnievlc_keys: define mouse's middle, 4 & 5 buttons.
2012-03-01 Rémi Denis-CourmontRemove the old glibc version check
2012-02-29 Sam HocevarFix a typo in the fourcc definition list affecting...
2012-02-29 Rafaël Carrédecoder synchro: cosmetics
2012-02-28 Rémi Denis-CourmontRevert "Fixing HLS on win32"
2012-02-28 Rémi Denis-CourmontRevert "uClibc compilation fix"
2012-02-28 Konstantin PavlovRegister CDXL, BMV, Ut Video, VBLE and Dxtory codecs...
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-27 Sébastien Escudierdereference p_libvlc->p_vlm after the media clean up
2012-02-27 Ismael LucenouClibc compilation fix
2012-02-26 Hugo Beauzée-LuyssenFixing HLS on win32
2012-02-25 Jean-Baptiste KempfAdd mp2a fourCC for some Mpeg Audio
2012-02-17 Sébastien EscudierSupport of Mxpeg codec
2012-02-17 KO Myung-HunMimic a behavior of GNU libiconv on OS/2
2012-02-17 KO Myung-HunTreat UTF-16 as UCS-2 on OS/2
2012-02-16 Jean-Baptiste KempfPlaylist: do not fetch art if you got an attachment...
2012-02-14 Felix Paul Kühnemacosx: since Cocoa expects the main thread to quit...
2012-02-13 Christophe MutricyTypo
2012-02-10 Brad SmithFix compilation due to missing headers on OpenBSD/powerpc
2012-02-06 Rémi Denis-CourmontStart dbus always, move inhibit and dbus startup to vlc
2012-02-05 Frédéric Yhuelsrc/input/stream.c: improve documentation somewhat
2012-02-05 Rafaël CarréMention 2.0.0 instead of 1.2.0
2012-02-03 Antoine CellerierFix --file-logging on windows (that was stupid...)
2012-02-03 Rémi Denis-CourmontLinux: add detection for SSE4A
2012-02-03 Rémi Denis-CourmontLinux: parse /proc/cpuinfo instead of playing fork...
2012-02-01 Rémi Denis-CourmontWin32: struct stat is a macro so we need to include...
2012-01-31 Rémi Denis-CourmontUse static_assert()
2012-01-31 Rémi Denis-Courmonttdestroy: use assert()
2012-01-29 Kaarlo RaihaWin32: Use CRYPT_VERIFYCONTEXT for vlc_rand_bytes
2012-01-29 Brad Smithrand: Also use /dev/urandom on OpenBSD as well
2012-01-29 Brad Smiththread: Simplify vlc_GetCPUCount / add FreeBSD/NetBSD...
2012-01-28 Rémi Denis-CourmontWin32: remove vlc_rwlock_t.writers - not really needed
2012-01-27 Hugo Beauzée-Luyssenthread: Implement vlc_GetCPUCount for android.
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <fcntl.h>
2012-01-27 Rémi Denis-CourmontMove 'struct stat' forward declaration where actually...
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-27 Rafaël Carréosx: fix config_GetLibDir
2012-01-24 Rémi Denis-CourmontFix MacOS build
2012-01-24 Rémi Denis-CourmontCompute the lib directory dynamically
2012-01-24 Rémi Denis-CourmontFix libvlccore linking order
2012-01-23 Rémi Denis-CourmontInline vlc_poll()
2012-01-21 Felix Paul Kühnesrc: removed 'vlc_poll' from symbol list
2012-01-20 Laurent AimarThread safe picture_t refcounting.
2012-01-20 Laurent AimarUnexport now unused picture_Delete().
2012-01-20 Laurent AimarUsed picture_Release when applicable.
2012-01-20 Laurent AimarCosmetics
2012-01-20 Laurent AimarMoved inlined functions defined in vlc_picture.h to...
2012-01-19 Rémi Denis-CourmontRemove the now broken Maemo 5 poll hack
2012-01-19 Rémi Denis-CourmontMove poll() to compat/
2012-01-17 Laurent AimarRemoved now useless teletext hacks in the core.
2012-01-12 Laurent AimarFixed a potential integer overflow in block_Alloc().
2012-01-11 KO Myung-HunDetermine psz_vlcpath in according to a location of...
2012-01-10 Laurent AimarAdded decoder_t::i_extra_picture_buffers field.
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2012-01-07 Laurent AimarAdded stream_BlockRemaining() helper.
2012-01-05 Laurent AimarScale subpictures without AR to fill up the whole display.
2012-01-05 Rafaël Carréplugin support for "other" system (non Linux UNIX)
2012-01-04 Rémi Denis-Courmontvlc_fopen(): implement C11 "x" open flag
2012-01-04 Rémi Denis-CourmontDo not use the monotonic clock if CS is missing
2012-01-04 Rémi Denis-Courmontvlc_cond_init() only needs clock setup if CS is available
2011-12-30 Hugo Beauzée-Luyssenstrings: Adding an helper to convert iso8601 durations
2011-12-29 Jean-Baptiste KempfSupport for Indeo4 decoding
2011-12-27 Hannes Domanialphabetical order in vlc_keys
2011-12-23 Sergey Radionovmessages.c: added logging via OutputDebugString under...
2011-12-23 Rémi Denis-Courmontaout: do not run filters on NULL block
2011-12-19 Rémi Denis-CourmontRemove old comment
2011-12-19 Pierre Ynardsap: handle SAP_Add() errors
2011-12-19 Tobias GüntnerFix assertions
2011-12-19 Cheng SunFix stack overflow in ExecuteCommand
2011-12-18 Pierre Ynardrtsp: fix up duplicate --rtsp-host option declaration
2011-12-18 Pierre Ynardrtsp: set default port back to 554
2011-12-18 Pierre Ynardhttpd: URL-parse --http-host and --rtsp-host
2011-12-18 Pierre Ynardhttpd: remove dead assignment
2011-12-18 Jean-Baptiste Kempf"Leave" => "Exit"
2011-12-15 Pere Orgafix filename self-references
2011-12-15 KO Myung-HunImplement vlc_rand_bytes() for OS/2 and split to differ...
2011-12-12 Laurent AimarEnsure that picture_Setup() use at least a mod 32 heigh...
2011-12-11 Laurent AimarRemoved now useless(invalid) muli-volume rar concatenat...
next