https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
15c3e9e Remove unused vlc_(send|recv)msg 12 April 2009, 09:51:21 UTC
74eba5d Fix C++ linking 12 April 2009, 07:24:33 UTC
6b67d82 macosx/framework: Back in business. 11 April 2009, 19:37:58 UTC
21ad64a Use the nsobject for minimal_macosx. 11 April 2009, 19:37:58 UTC
474d2d3 libvlc: Export _get/set_nsobject. 11 April 2009, 19:37:58 UTC
cc6d6cb Typo 11 April 2009, 18:36:38 UTC
3cda36f Win32: use the destructor function for TLS (fixes #2398) This fixes a long-standing leak. But this fix is untested and might cause disastrous crashes. By the way, I think we should split Win32 and pthread stuff apart from threads.c 11 April 2009, 18:01:48 UTC
4062a4a vlc_thread_fatal is not needed on production builds 11 April 2009, 18:00:38 UTC
5196c5c libvlc.dll needs libcompat.la 11 April 2009, 18:00:08 UTC
a651a1b Preprocessor is sufficient for mingw-runtime check 11 April 2009, 17:59:44 UTC
4385b3b Fix strcasestr replacement 11 April 2009, 17:59:13 UTC
3119668 Deinline vlc_threadvar_(|s)get and kill useless indirection I wonder if we should unexport threadvar functions? In any case, they are not used from outside libvlccore at the moment. 11 April 2009, 17:10:14 UTC
a0967d7 typo 11 April 2009, 15:14:23 UTC
31921d2 Rationalize string 11 April 2009, 12:20:31 UTC
8420dc4 Fix object leak (1 from my previous commit + 2 others) 11 April 2009, 05:45:24 UTC
c7b874c Fix segfault: press Shift+A without an opened AOUT would crash. 11 April 2009, 05:31:37 UTC
d4799c2 Qt: toggle minimal view should not change the interface size 11 April 2009, 04:42:22 UTC
ee95f80 Qt: no popup menu over the status bar and menu bar 11 April 2009, 03:51:46 UTC
0f749c6 Remove buggy and unused vlc_wraptext() It did not count non-ASCII characters at all (wrapping asian text must have been fun...). Then again, to wrap even fixed-width font text, you need to use wcwidth()/wcswidth(). 10 April 2009, 19:53:01 UTC
32dccae macosx: fix compilation error introduced in [5c30d75fcc257c8479e2d03f12b634b7fb87c3d5] 10 April 2009, 19:33:15 UTC
30f35be mkv: remove unmatche #endif introduced [b870bc9ddf45f01d24adb398b5f442ddc87a00ae] 10 April 2009, 19:20:59 UTC
d3c449f Merge branch 'master' of git@git.videolan.org:vlc 10 April 2009, 19:19:20 UTC
8186391 Move remaining replacement to static import library 10 April 2009, 19:17:13 UTC
003bdf4 Mention which standard replacements follow 10 April 2009, 19:12:30 UTC
5c30d75 macosx: NSApplication was subclassed in [408f769e5768bf1c8dbc840bef1c560a91de6d5f], so let's set the file's owner to use the correct class This also fixes some minor type errors in the main nib 10 April 2009, 18:57:10 UTC
4496957 Avoid alloca() By the way, alloca() _cannot_ return NULL. It simply crashes if there is not enough memory. 10 April 2009, 18:15:18 UTC
b870bc9 Use stack array rather than alloca 10 April 2009, 18:14:38 UTC
6def57f Remove useless bsearch check 10 April 2009, 17:17:03 UTC
e1a78b7 Start moving replacement functions to a static import library 10 April 2009, 17:14:10 UTC
6c3b289 Remove unused scandir check 10 April 2009, 16:41:21 UTC
401456f win32: delete old *printf fixup code. mingw provides this all for free and is better. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 April 2009, 16:05:25 UTC
b8f6df7 win32: Fix *printf & require mingw32-runtime version > 3.13 *printf as per MSVCRT is not c99 compliant. mingw32 provides a set of replacement functions, but these are buggy in old versions. Defining __USE_MINGW_ANSI_STDIO causes mingw's stdio to provide a set of wrappers that use the mingw32 version that gets statically linked. Attention needs to be given to contrib too, it is possible for contrib to expect a c99 *printf and later die. This patch modifies the conrtib bootstrap to define the above in CPPFLAGS, however, not all builds honour CPPFLAGS. This can be validated by looking for the import from msvcrt: $ find vlc-w32/vlc-1.0.0-pre1/ -name '*.dll' -print -exec sh -c \ 'i586-mingw32msvc-nm {} | grep __imp__.*printf' ';' If all is good, this shouldn't find anything. This patch *will* break WinCE support. However, it is semibroken anyway; better to force it to be fixed completely. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 April 2009, 16:05:25 UTC
6bcbeed Revert "Revert "win32: remove old attempts to define snprintf _snprintf"" This reverts commit db01e438b2125e1a221535adc07eda1ae65b0769. Original commit was correct. -- davidf Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 April 2009, 16:05:25 UTC
214c93b contrib: fix building static liboil Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 April 2009, 16:05:24 UTC
26bc198 Remove useless check for time.h 10 April 2009, 14:05:14 UTC
dd029e3 Remove useless (partially used) check for stdint.h 10 April 2009, 14:05:13 UTC
3054d03 Remove unused check for sys/sockio.h 10 April 2009, 14:05:13 UTC
4fb633f Remove useless (very partially used) check for errno.h 10 April 2009, 14:05:13 UTC
9f2a0ba Remove unused check for stdbool.h 10 April 2009, 14:05:13 UTC
7a944e6 Remove unused check for wchar.h 10 April 2009, 14:05:12 UTC
566b93e Remove unused check for sys/int_types.h 10 April 2009, 14:05:12 UTC
353c721 Remove useless check for inttypes.h 10 April 2009, 14:05:12 UTC
06edede Remove useless check for (C89) <signal.h> 10 April 2009, 14:05:12 UTC
408f769 macosx: implement controll support for the Media Keys on Brushed Al Apple keyboards I'll add an option to disable this feature later on 10 April 2009, 13:53:07 UTC
0aeb82b macosx: fixed crash in case either psz_module or psz_msg are NULL when received from core Fixes playback of AVI files... ;) 10 April 2009, 10:02:04 UTC
dad0ff2 Qt4: correct fix for Hotkeys preferences. 09 April 2009, 20:39:36 UTC
02fc220 Contribs: live-win32-nonblock.patch is unneeded now (applied upstream) 09 April 2009, 20:34:25 UTC
c9f729e Revert "win32: fix %zu fixups - dont use mingw's vsnprintf" This reverts commit 151982aab503fa812cd4d6e830df34e78871c106. 09 April 2009, 19:56:55 UTC
45b0f5c Revert "win32: vlc_fix_format_string - various fixes" This reverts commit 3779d5bd1c335d724b31ce730a8387cb7770fc06. 09 April 2009, 19:56:55 UTC
ff3ff3e Revert "win32: make vlc_vsnprintf more like c99 vsnprintf" This reverts commit 30f33e7a0e3726404e4b9d2f51840e8de1a527f3. 09 April 2009, 19:56:55 UTC
db01e43 Revert "win32: remove old attempts to define snprintf _snprintf" This reverts commit 3bceb9cfef124ace40526336905a2a0656bb5630. 09 April 2009, 19:56:54 UTC
32687bb Revert "Qt: fix crashes possible in Hotkey settings." This reverts commit f5d10727954d8b176a25a54e12e30832b599b509. 09 April 2009, 19:56:54 UTC
9338767 Improved wav multichannel support. When a channel mask is incomplete, use 'random' position to fill it up. (It means that the channel position is 'unspecified' and so we have to choose it ourselve). It should fix #2618. 09 April 2009, 18:51:47 UTC
c7c2fbc Compile fix 09 April 2009, 16:19:20 UTC
f5d1072 Qt: fix crashes possible in Hotkey settings. 09 April 2009, 16:14:56 UTC
0310df1 XCB: resize support Note that the video output core seems to call pf_end while some pictures are still in use upstream. That will crash. IMHO, this is a libvlc bug, as the vout plugin cannot know when to release the picture or reallocate those pictures. 09 April 2009, 14:59:20 UTC
62701cf X11 common: code factorization 09 April 2009, 14:59:19 UTC
3d819f9 xcb_window: implement VOUT_SET_SIZE 09 April 2009, 14:59:19 UTC
5bddd2d Contrib: Force schroedinger to be mono-threaded, until it is fixed for win32. 09 April 2009, 14:07:04 UTC
e2680bf macosx: updated window styles for VLCControllerWindow and VLCEmbeddedWindow based upon a patch by Georg Seifert Some tweaks to the nib file (so VLCControllerWindow looks all textured again) will be submitted later on. 09 April 2009, 09:22:46 UTC
e7b350a Add vlm_MessageSimpleNew with --disable-vlm 09 April 2009, 09:02:57 UTC
cf105ef Fixed spu_t attach/detach sequence. It should fix #2622 (segfault with vout-filter). 08 April 2009, 21:30:31 UTC
edc8b8e Fixed sanetizing of file name in input_CreateFilename. It should fix #2620 (and was not limited to windows only). 08 April 2009, 20:36:02 UTC
e99754a Warned about unused filename_sanitize result. 08 April 2009, 20:36:02 UTC
3e077c3 Fixed integer overflow in avi index creation. It fixes #2583. 08 April 2009, 20:36:02 UTC
8a93a22 Improve debug 08 April 2009, 20:15:43 UTC
80b7a3f Cosmetic 08 April 2009, 15:51:19 UTC
3b72912 Forcefully update file size if read data past the former end of it Maybe we could call fstat() at every read anyway? While a file is open, the operating system is extremely likely to have its meta data cached. 08 April 2009, 15:49:51 UTC
2c87bce Reading regular and block files can always be paced 08 April 2009, 15:49:08 UTC
55f3ad8 avi: set title instead of message. This looks better in dialogues 08 April 2009, 11:18:01 UTC
9b6c433 macosx: make sure that 'dialog-progress-bar' and 'dialog-login' don't look like aliens from outta space, but normal OS X dialogues 08 April 2009, 11:13:46 UTC
cdda10e macosx: draft for 'dialog-progress-bar' and clean up This isn't fully functional, as the callbacks aren't being triggered, although set. Needs some more investigation. 08 April 2009, 11:08:14 UTC
3bb3947 macosx: added 'ffmpeg-skiploopfilter' to the simple prefs too and fixed the postprocessing level setting, as the variable name changed 08 April 2009, 10:10:12 UTC
20cba89 l10n: Italian update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 08 April 2009, 00:39:33 UTC
58efdeb qt4: i18n fixes Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 08 April 2009, 00:31:06 UTC
c29fd5f i18n: Add missing files And remove deleted ones Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 08 April 2009, 00:30:01 UTC
e0e7b2a macosx: compilation fix *grml* 07 April 2009, 21:27:58 UTC
ecc0ebd macosx: reflect the renamings in the respective files 07 April 2009, 21:24:03 UTC
f488cdd macosx: rename files as there is no Interaction framework anymore 07 April 2009, 21:22:44 UTC
7c6b577 macosx: new nib file for more complex dialogs triggered through VLC's core 07 April 2009, 21:18:06 UTC
eda81eb macosx: implemented 'dialog-login' and cleaned up most dead code 07 April 2009, 21:14:26 UTC
b9537dd macosx: implement 'dialog-fatal' and 'dialog-question' correctly and completely This introduces a lot of dead code, which will be cleaned up later on, but is left there for reference. 07 April 2009, 17:46:45 UTC
fe273e3 macosx: fix addition of empty folders to the playlist. needs some beautification later on. 07 April 2009, 16:52:22 UTC
d7119bf contribs: forward-port Derk-Jan's libswscale fixes (PPC only) 07 April 2009, 16:25:30 UTC
17cbf68 contribs: bootstrap dirac on Darwin, so we don't need to update libtool 07 April 2009, 16:09:50 UTC
dfe86c1 contribs: fix goom compilation 07 April 2009, 14:20:07 UTC
4d08ad8 contribs: updated libtool to 2.2.6(a) because of dirac 07 April 2009, 14:15:46 UTC
c0b3451 contribs: live555 compilation fix 07 April 2009, 13:40:49 UTC
67b86a2 l10n: Italian update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 06 April 2009, 23:45:58 UTC
4cfcbaf l10n: Dutch update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 06 April 2009, 23:45:57 UTC
6f479dc l10n: Punjabi update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 06 April 2009, 23:45:57 UTC
4cc65c7 l10n: Czech update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 06 April 2009, 23:45:56 UTC
a9afcf5 Merge po with new vlc.pot 06 April 2009, 23:45:56 UTC
1133cdf Update vlc.pot with the strings from the .ui this time 06 April 2009, 23:45:36 UTC
8e305e1 Don't reinvent strcasecmp(). 06 April 2009, 21:30:56 UTC
09debb5 Use image_Mime2Fourcc(). 06 April 2009, 21:30:56 UTC
0f19b0d Add image_Mime2Fourcc() function and use in image_ReadUrl() 06 April 2009, 21:30:56 UTC
3fac978 libmpeg2: Fix Closed Captions in GOP. This fixes a case where our libmpeg2 module was not extracting Closed Captions from the user_data, when this user_data was in the GOP header, instead of in the picture header. This information is retained until the next picture (date) is handled. See sample "bob-dvd-closedcaptioning works in ffmpeg but not in libmpeg2.ts" 06 April 2009, 20:58:49 UTC
22f452d Do not print the password in the log. That's dangerous! 06 April 2009, 20:14:47 UTC
2885592 Bring the glibc detection back, not using dlopen() hacks anymore. 06 April 2009, 17:28:19 UTC
back to top