https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
badc5d5 1st preview release for VLC 1.0.0 19 March 2009, 02:01:24 UTC
f01bf2d Merge the l10n from 0.9-bugfix Nominated for the price of the ugliest commitdiff 19 March 2009, 01:41:40 UTC
f65fad0 Update the pot file for vlc 1.0.0 19 March 2009, 01:38:14 UTC
e1c6e8a Remove deleted files from POTFILES.in 18 March 2009, 23:10:23 UTC
d6b6721 Simplify libvlc_media_player_is_playing(). Should really be inline. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 18 March 2009, 16:49:36 UTC
57fabbe Fix compilation of caca vout. 17 March 2009, 21:43:10 UTC
cc8c475 telepathy: get back the previous behavior. 17 March 2009, 21:33:08 UTC
e0efd3d No need to add a '\n' with msg_* 17 March 2009, 21:06:45 UTC
e430696 vout_ggi: fix return value. 17 March 2009, 20:57:29 UTC
48aef0f vout_fb: fix a potential memleak and some cleanings. 17 March 2009, 20:52:40 UTC
1ece85a directfb: fix potential memleak. 17 March 2009, 20:40:23 UTC
5dc266b fix a segfault when launching a video inside a tty. 17 March 2009, 20:34:17 UTC
3f27d44 vout_caca: fix potential memleak. 17 March 2009, 20:21:12 UTC
2c48c5b vout_aa: fix pontential memleak and cosmetics. 17 March 2009, 20:12:16 UTC
be4ffc8 sdl: simplifications. 17 March 2009, 20:06:57 UTC
0eeed6e Parse *only* NAL SEI for Closed Caption. 17 March 2009, 19:06:49 UTC
a43be92 Try to use video-filter instead of vout-filter for deinterlacing. It only works for blend and X mode but there are probably the most used. When blend/X are enabled/disabled: - It avoids recreating the vout. - It avoids deinterlacing the (soft) subtitles. The other modes are not possible without a lot of vout works, so it is postponed for later. As a side effect, the initial value of the menu now takes into account the command line options. Please, report any regression. This code is made complicated by the vout filter/video filter2 switches&tricks. 17 March 2009, 19:06:49 UTC
d463e69 Make sure that var_Get on a string will return a non NULL value. The current code assume it everywhere. 17 March 2009, 19:06:49 UTC
f720c4c Improved a bit deinterlace video filter2. It now supports I422 and discard mode. 17 March 2009, 19:06:49 UTC
f9cbf5e Removed dead code (deinterlace). 17 March 2009, 19:06:49 UTC
ac4dcf9 Cosmetics (vout, deinterlace). 17 March 2009, 19:06:49 UTC
03ba016 Remove intf_thread_t.change_lock 17 March 2009, 18:59:49 UTC
59414b0 CMML: privatize callback lock 17 March 2009, 18:56:46 UTC
31b183e WinCE: remove dummy locking 17 March 2009, 18:54:29 UTC
fbb29fc Qt4: remove dummy locking 17 March 2009, 18:54:15 UTC
5c29191 PDA GTK: remove dummy locking 17 March 2009, 18:54:01 UTC
4a0cc5f Hildon UI: remove dummy lock acquisition 17 March 2009, 18:53:22 UTC
a640cc7 OSX interface: remove dummy lock acquisition It is only used from a single thread 17 March 2009, 18:52:16 UTC
eb5d8fa showintf: privatize the callback lock 17 March 2009, 18:51:58 UTC
dd5df29 Gestures: privatize interface callback lock And hmm, this really should use a condition variable too. 17 March 2009, 18:50:47 UTC
ef652e9 VCDX: privatize interface callback lock 17 March 2009, 18:50:28 UTC
352cbd7 Unload interface plugin in StopThread rather than destroy That is the same problem as we already had with other object types. The interface really needs to unload when its owner stops it, not when the reference counter drops to zero. This fixes a reference dead loop when an interface yields itself (such as Qt through the view menu) and a crash if an interface releases itself last (unmapping the running caller code). 17 March 2009, 18:14:11 UTC
a276d9a input: fix stack overflow if user feeds an overly large MRL 17 March 2009, 17:58:49 UTC
22a10cf Qt4: cleanup 17 March 2009, 17:14:21 UTC
3c99a3b (prev|next)-(chapter|title) is a void variable. Fix aborts. 17 March 2009, 16:11:32 UTC
ed9fae5 at qt4 termination, ensure quit() function is executed in the right thread Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 17 March 2009, 16:11:32 UTC
0c2ad18 NEWS: document image -> scene (video-filter) transistion. 17 March 2009, 15:18:15 UTC
0cf6f79 safari: integer type cleanup 17 March 2009, 14:51:21 UTC
1cd2381 safari: fix crash on exit after going fullscreen in webbrowser plugin. 17 March 2009, 13:03:12 UTC
037a2d7 safari: add license to file 17 March 2009, 13:03:11 UTC
96be7ab macosx: cleanup 17 March 2009, 13:03:11 UTC
aeb990e macosx: remove unused variable. 17 March 2009, 13:03:11 UTC
95dcd91 macosx: fix potential memleaks 17 March 2009, 13:03:10 UTC
0392f8b check against libvlc_state_t states 17 March 2009, 13:03:10 UTC
9d926a9 minimal_macosx: "drawable-agl" and "drawable-gl" split 17 March 2009, 13:03:09 UTC
054e7db macosx: vout drawable rework. The macosx drawable variable that used to hold the drawable window reference is splitted up in two variables "drawable-agl" (used by macosx safari/mozilla plugin) and "drawable-gl" (used by macosx interface). 17 March 2009, 13:03:09 UTC
42bf6ff vougl.m: cosmetics 17 March 2009, 13:03:09 UTC
5886a52 sync activex test page with mozilla test page 17 March 2009, 12:55:32 UTC
825f771 libvlc_media_player_is_playing(): no need to throw an exception in this case. 17 March 2009, 12:50:27 UTC
146a729 small cleanup in mozilla test page 17 March 2009, 12:45:33 UTC
c253aa9 Require taglib 1.5. 16 March 2009, 23:23:21 UTC
02456d7 Skins: fix the popup-menu appearance on the video. Patch by Erwan10, <brezhoneg1@yahoo.fr>, simplified by /me 16 March 2009, 22:37:49 UTC
b133813 Qt: fix a crash when you don't want to have the recent items. And don't even show the menu. 16 March 2009, 22:32:20 UTC
04af5c7 skins2 vout manager Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 16 March 2009, 20:09:45 UTC
823b07a Qt4: hold objet while the popup menu is active 16 March 2009, 19:12:08 UTC
c3cffb4 Remove a whole bunch of non-sensical vlc_object_hold() In one case (noted by Erwan Tulou), this also fixes a large leak. There is _absolutely_ no point in holding an object and releasing it immediately. Holding an object only makes sense if: - the object cannot vanish while calling vlc_object_hold(), and - either: - the object could have otherwise vanished before vlc_object_release(), or - there is no way to avoid the (otherwise not needed) vlc_object_hold() because it comes from another component. Conversely, it makes no sense to hold an object, if: - it could vanish already while calling hold (race condition) -> this is *invalid* and might crash, - there is already a valid reference to the object throughout. I don't know in which case that code was, but the popup menu definitely does invalid object access in some cases. For instance: - start playing a single video, - seek to a few seconds before the end, - open the popup menu, go to video / deinterlace, - wait for the video to finish and the playlist to stop, - click on "X" from the deinterlace submenu. Oops. 16 March 2009, 18:51:41 UTC
d3a797f Unused variable 16 March 2009, 16:29:36 UTC
b1fdae4 Enable tcp keep alive in http Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 16 March 2009, 16:28:41 UTC
2c4367b x11: remove unused variables in Control. 16 March 2009, 11:46:22 UTC
b78eae4 mozilla: remove npunix_old.c and npwin_old.cpp 16 March 2009, 11:46:21 UTC
d99719c mozilla: rewrite and license npunix.c/npwin.cpp under LGPLv2.1 (or later) 16 March 2009, 11:46:21 UTC
53ac2e4 mozilla: Resolve files with conflicting licensing terms Renamed: npunix.c to npunix_old.c npwin.cpp to npwin_old.cpp Added new files from mozilla source code npunix.c npwin.cpp 16 March 2009, 11:46:21 UTC
9d05fa7 macosx: fix function prototype of manage_cleanup (argument for pthread_cleanup_push). 16 March 2009, 11:06:28 UTC
7d9b21b macosx: playlistlock is held when playlistinfo panel is updated, so call PreparseEnqueue with pl_Locked. updatePanelWithItem is called from modules/gui/macosx/intf.m line 1565 with playlist lock held. If this solution is wrong then revert and fix properly. 16 March 2009, 11:06:28 UTC
98c893e macosx: cleanup 16 March 2009, 11:06:28 UTC
a43467c remove dead links. 16 March 2009, 10:31:10 UTC
4884854 update: fix objects leak. 16 March 2009, 09:52:54 UTC
e0a09aa qt4: cleaning the singletons implementation. 16 March 2009, 09:23:17 UTC
ef65c99 Actually, the patch corrects three problems (2 pertaining to qt4 as a dialog provider for skins and 1 as the regular qt4). The problems for skins are real (lead to crashes when using menus). The one for regular qt4 was obviously a typo, but sometimes even removing a typo may have side effects. If so, please find attached a patch that reverts this part of the previous patch. Erwan10 Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> 16 March 2009, 05:12:04 UTC
02abb73 Qt: Provide a clean way to not transcode in Sout dialog. 16 March 2009, 00:10:55 UTC
15a6423 Skins2: less stupid match for opening the files. 15 March 2009, 23:34:45 UTC
0dd801d qt4_playlist: less includes. 15 March 2009, 20:24:52 UTC
095555e qt4: remove totology. 15 March 2009, 20:03:25 UTC
15edb45 Fix popupSave/Stream deadlock Signed-off-by: Rémi Duraffort <ivoire@videolan.org> 15 March 2009, 19:47:57 UTC
bcd90fb qt4: fix memleak. 15 March 2009, 19:36:30 UTC
59b66be qt4-correct several problems related to p_input (main input manager class) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 15 March 2009, 18:58:40 UTC
740270d Cosmetics 15 March 2009, 18:58:22 UTC
cf6df79 X11: make sure base window is really destroyed... ...before calling release function of the window provider (only way to prevent possible BadWindow xlib error) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 15 March 2009, 18:24:27 UTC
1977472 dvdnav: don't probe stdin (this just removes a silly error message) 15 March 2009, 17:46:06 UTC
c49da8a Qt: QString::number is more maintainable than QString("%1").arg syntax 15 March 2009, 17:21:43 UTC
319a10e Qt: correctly split options and escape ':' so if your dshow devices or your subtitle contains a " :" in the name, it is correctly opened. 15 March 2009, 17:21:43 UTC
25cda00 stats leaks 15 March 2009, 17:21:06 UTC
b22e760 Memory leak 15 March 2009, 17:13:23 UTC
db8219e Allow libxml 2.7. Leak memory. 15 March 2009, 17:04:54 UTC
5aa3552 Require libxml2 < 2.7 Thread initialization has changed in 2.7, such that VLC and Qt4 cannot both use libxml2. While this maximum version requirement is bound to frustrate Linux/BSD users, we cannot fix this within VLC. Falling back to xtag is not quite as bad as crashing. 15 March 2009, 16:22:18 UTC
620ea88 configure: use pkg-config for GNOME-XML We need libxml version 2.5 for text reader. pkg-config is present since version 2.3 at least (over 8 years ago). 15 March 2009, 16:22:18 UTC
72d2657 configure: trivial factorization 15 March 2009, 16:22:18 UTC
a622a74 Qt: remove Preferences singleton. Simplify and Close #2552 and #2551 15 March 2009, 02:41:19 UTC
db8fce2 Qt menu, "Open Location from Clipboard." 15 March 2009, 02:27:29 UTC
75a5efb Qt: provide a way to dump from the convert dialog. 15 March 2009, 02:07:14 UTC
97513e3 Qt: String change for 'Track Synchronization' 15 March 2009, 01:52:02 UTC
6e6dd55 Qt: move Sout Dialog out of singleton. 15 March 2009, 01:47:21 UTC
db8ce6e Qt: Sout strings modification. 15 March 2009, 01:38:03 UTC
5bdf4e1 Qt: various string fixes and consistencies in the ui 15 March 2009, 01:29:30 UTC
0571ef7 Qt: don't use "Open a Media" 15 March 2009, 01:12:51 UTC
c54715a Qt: split correctly the input options for Convertion and Sout Dialogs. 15 March 2009, 01:08:10 UTC
b42755d Qt: includes barrier fix. 15 March 2009, 01:08:10 UTC
a8e4b30 Qt: qt4.cpp cosmetics. 15 March 2009, 01:08:09 UTC
0bafd9f Adaptive PCM: set the output category (fixes assertion) 14 March 2009, 20:29:50 UTC
f5060d1 Improved preroll in avcodec. Do not decode non reference pictures while prerolling. It improves seek performance when decoding with ffmpeg. 14 March 2009, 19:43:15 UTC
back to top