]> git.sesse.net Git - vlc/history - src
Handle MKV segment change properly
[vlc] / src /
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...
2011-12-07 KO Myung-HunDo not define ENABLE_ROOTWRAP on OS/2
2011-12-06 KO Myung-HunAdd missing getaddrinfo(), freeaddrinfo(), getnameinfo...
2011-12-05 Jean-Baptiste Kempfpicture_BlendSubpicture: remove assert on chroma incomp...
2011-12-04 Jean-Baptiste KempfFix strings mistake for translation
2011-12-04 Rafaël Carrévout_new_buffer: fix signed / unsigned comparison
2011-11-29 Rémi Denis-CourmontMove stats.c to input/
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontHard-code stats update interval
2011-11-29 Rémi Denis-CourmontMove stats counter declaration to core
2011-11-29 Rémi Denis-CourmontRemove write-only HTTPd statistics
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-29 Rémi Denis-CourmontRepack libvlc internal data
2011-11-29 Rémi Denis-CourmontRemove unused timer instance data
2011-11-29 Rémi Denis-CourmontRemove unused counter_t members
2011-11-29 Rémi Denis-CourmontRemove dead stats_DumpInputStats() function
2011-11-29 Rémi Denis-CourmontRemove unused min, max and last stats
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-27 Rémi Denis-CourmontRemove useless config.h #define
2011-11-27 Rémi Denis-CourmontReplace MD5 implementation with FSF LGPL'd one
2011-11-27 Rémi Denis-CourmontCorrect debug message
2011-11-27 Rémi Denis-CourmontMove MD5 test to src/
2011-11-25 Rémi Denis-CourmontMove intf_EJect() out of core
2011-11-25 Rémi Denis-Courmontintf_Eject: remove unused MacOS support
2011-11-25 Rémi Denis-Courmontintf_Eject: remove Linux <= 2.0 support, fix error...
2011-11-24 Rémi Denis-CourmontSet VLC_MMX and VLC_SSE where needed while testing...
2011-11-24 Rémi Denis-CourmontWin32: default to binary mode in vlc_open() (fix #5578)
2011-11-24 Rémi Denis-Courmontisatty() requires <unistd.h>
2011-11-24 Rafaël Carréfix album art caching for files without artist/album...
2011-11-23 Rafaël Carréwin32: fix gnutls access
2011-11-22 Rémi Denis-CourmontWin32: do not set _fmode
2011-11-22 Rémi Denis-CourmontWin32: setmode(stdin) belongs in the app, not the library
2011-11-22 Rémi Denis-CourmontWin32: assume binary file open mode by default
2011-11-22 Rémi Denis-Courmontlibc.c: remove former authors
2011-11-22 Rémi Denis-CourmontRemove unused variable
2011-11-22 Rémi Denis-CourmontRemove useless <unistd.h> inclusion in core
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-14 Jean-Baptiste KempfAdd .mp2 and .mp1 fourcc for mpeg audio in .iso playback
2011-11-14 Rafaël Carréwin64: vlc_GetCPUCount: fix GetProcessAffinityMask...
2011-11-11 Rafaël CarréFix #5706
2011-11-11 Rémi Duraffortdecoder: fix warning
2011-11-10 KO Myung-HunImplement vlc_poll() on OS/2
2011-11-08 Sébastien Escudierfix win32 threadvar linked list
2011-11-08 Ludovic Fauvetinput: fix a crash when loading an invalid mrl
2011-11-04 Rémi Denis-CourmontRemove revision.txt and revision.c on maintainerclean
2011-11-03 Laurent AimarWorkaround for video size incompatible with the colorspace.
next