https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
f7b0aa6 Dutch l10n update by Myckel Habets 13 July 2008, 23:14:00 UTC
3a754e5 Update po files for test2 13 July 2008, 23:14:00 UTC
79f590d directory: Remove unuseful debug message. 13 July 2008, 22:03:24 UTC
878902e directory: Return VLC_EGENERIC in case of interruption (playlist death). 13 July 2008, 22:01:47 UTC
a9a5e48 directory: Don't get stuck if playlist dies. And remove an unused param. 13 July 2008, 22:00:25 UTC
1fac4d7 playlist: Fix input item deletion (stupid macros), and don't send to the fetcher if it is dead. Fix #1704 13 July 2008, 21:59:00 UTC
564cbea playlist: Fix a typo and an unecessary loop. 13 July 2008, 21:59:00 UTC
575659c playlist: wait for preparser end from playlist thread. 13 July 2008, 21:58:59 UTC
81b983e playlist: Don't export playlist_ItemNewFromInput as it is not used, and don't use pl_Yield from here. 13 July 2008, 21:58:59 UTC
54a5155 playlist: Don't accept more items when if preparser is dead. 13 July 2008, 21:58:59 UTC
1f1e110 Contrib: build libschro / liboil by default for OSX. 13 July 2008, 20:40:30 UTC
f31cfba macosx: Don't use playlist_NodeAddInput() it's deprecated. Fix #1705. 13 July 2008, 20:07:46 UTC
2335fa6 macosx: Assert on cases that should never happen. 13 July 2008, 20:01:14 UTC
763302e Qt4: merge unicast and multicast UDP, add RTP - fixes #1706 13 July 2008, 19:59:39 UTC
b49f957 macosx: Replace "Get Stream Information" by "Fetch Meta Data". 13 July 2008, 19:01:03 UTC
4ed7283 macosx: The menu title should be Information... not Information. 13 July 2008, 18:59:16 UTC
8fecaa8 macosx: Make sure there is a title or a name for the input item. 13 July 2008, 18:50:56 UTC
35ce0c3 macosx: Fix art loading when URL contains spaces. 13 July 2008, 18:35:00 UTC
8d88a42 macosx: Make sure the volume slider is activated when vlc starts. 13 July 2008, 18:02:46 UTC
df13914 macosx: Make sure right click can select a playlist item. 13 July 2008, 17:52:20 UTC
6eaebb9 macosx: Make sure we can move the window by clicking in its background. Regression if I recall well. 13 July 2008, 16:52:35 UTC
c1a89c6 macosx: Fix aspect ratio. This might requires some other adjustements. 13 July 2008, 16:34:30 UTC
4ad2f8d macosx: Make sure the o_info object gets released even if the nib has not been loaded. 13 July 2008, 15:11:10 UTC
a369438 Update qt4 interface to use new "teletex-es". It fixes the unwanted display of teletext buttons every time there was a subtitle track. 13 July 2008, 15:05:45 UTC
0e3098c Added input "teletext-es" variable to ease teletext support from interface. (This variable will contain the id of spu-es that is teletext or -1 if not present) 13 July 2008, 15:04:17 UTC
ee1da75 Add libdvdread instead of compiling it implicitly 13 July 2008, 14:43:36 UTC
7cf99d8 macosx: Fix the info panel. Remove the use of maybe-freed-ptr. Make it display currently selected item. 13 July 2008, 14:18:37 UTC
fcc30d4 macosx: Never try to find an input anywhere, but get the playlist input using pl_CurrentInput. 13 July 2008, 14:18:36 UTC
1c10df8 playlist: Defines a small helper to directly access current input. 13 July 2008, 14:17:54 UTC
2c2f564 live: fix unsafe use of setlocale() 13 July 2008, 10:00:37 UTC
71c0675 playlist: Fix a warning about an unitialized ptr. 13 July 2008, 09:33:05 UTC
fe6b1c6 macosx: Close the window after 3 seconds of not video output, instead of 1.5. 12 July 2008, 21:21:59 UTC
d521d1d macosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if it was visible and not faded. 12 July 2008, 21:19:40 UTC
113ee07 macosx: Make sure we don't leak an input. Should fix the input item leak error when quitting VLC. 12 July 2008, 20:27:06 UTC
491e2b0 text: Remove forbidden, and subject to race, playlist input access. 12 July 2008, 20:27:06 UTC
a284640 osd: Remove a number of unneeded cast. 12 July 2008, 20:27:06 UTC
33a0f4d osd: Make sure we release properly in __osd_Volume. 12 July 2008, 20:27:05 UTC
6224fcb osd: Remove a yield() that doesn't make sense. 12 July 2008, 20:27:05 UTC
f324714 Merge the final 0.8.6i notes 12 July 2008, 16:04:10 UTC
f71d55d macosx: Remove a lonesome pl_Yield. 12 July 2008, 15:45:00 UTC
3699bd0 Qt4: remove useless IPv6 option We have been able to autodetect this for ages 12 July 2008, 15:41:16 UTC
225b543 macosx: Fix #1694 "Fullscreen video after end of playlist". 12 July 2008, 15:36:29 UTC
79559bd macosx: Save current fullscreen state. 12 July 2008, 15:36:28 UTC
a30d659 macosx: Make sure view gets removed before we close the vout. 12 July 2008, 15:36:28 UTC
95779dd macosx: remove the show window hack. 12 July 2008, 15:36:28 UTC
1af1638 macosx: Simplify the title update code. 12 July 2008, 15:36:28 UTC
aebbc1e macosx: Fix currently playing input item retrieving. 12 July 2008, 15:36:28 UTC
caf6188 macosx: No need to use FREENULL here. 12 July 2008, 15:36:28 UTC
5c3f5db macosx: One more direct playlist access removal. 12 July 2008, 15:36:27 UTC
f48ad23 macosx: Close embedded if fullscreen ended. 12 July 2008, 15:36:27 UTC
faae87f macosx: Don't name 'Real' the functions that applies to those executed on MainThread. 12 July 2008, 15:36:27 UTC
4168ec3 macosx: Remove VLCEmbeddedDetachedVout because it's not used. (Or at leat doesn't bring more than its superclass). 12 July 2008, 15:36:27 UTC
fd96445 Ehm, this is 0.9.0-test2, not 0.8.6i *coughcough* 12 July 2008, 15:25:23 UTC
c47c6a8 Updated version strings for OS X 12 July 2008, 14:58:40 UTC
2b406b2 macosx: Make sure input menu are up-to-date. Fixes #1684. 12 July 2008, 10:39:59 UTC
2a07de6 Proper CODEC_TYPE_ATTACHMENT check. 11 July 2008, 22:36:32 UTC
941254c Revert "Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library" This reverts commit 49776bde2872747c8285c4aa6c5e07e35e630265. 11 July 2008, 22:35:58 UTC
4f793a1 Fixed resize of subtitle with original size specified (close #1683 with the help of thedj) Clean up. 11 July 2008, 22:28:34 UTC
49776bd Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library (more than 7 month old) 11 July 2008, 22:28:34 UTC
4433dd4 Clean up. 11 July 2008, 22:28:34 UTC
f8a7b33 More clean up... 11 July 2008, 22:28:33 UTC
8c75d5e More clean up on subtitle. 11 July 2008, 22:28:33 UTC
fa1117e More clean up (it has 1 minor side effect but in a buggy section anyway). Fixed scale loading conditions. 11 July 2008, 22:28:33 UTC
cf7731d More vout spu split up. 11 July 2008, 22:28:33 UTC
338a138 Split up spu_RenderSubpictures to make it more readable (no functionnal changes except a few more return checks) 11 July 2008, 22:28:33 UTC
6dfadde Remove dead code 11 July 2008, 21:01:58 UTC
2f2c5f8 Avoid to discard qualifier 11 July 2008, 20:07:42 UTC
afd188c Fix description 11 July 2008, 20:07:42 UTC
2083717 Fix warning 11 July 2008, 20:07:42 UTC
124f8de Fix warnings 11 July 2008, 20:07:41 UTC
fe9b4d2 Fix potential dereference of already free()d pointer In some error cases p_block will have been freed before p_block is dereferenced. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> 11 July 2008, 18:16:26 UTC
f797ddd Clean up chroma handling in ffmpeg (as a bonus, fixed the last issue with #1488) 11 July 2008, 17:44:44 UTC
16ceb0d Fixed segfault when using sfilter in transocde (close #1663) 10 July 2008, 22:15:32 UTC
ce4c05b Don't use strdup on a string created by asprintf (useless). 10 July 2008, 21:28:27 UTC
46f77d8 When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? ) Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup. Fixes #1682 10 July 2008, 21:11:14 UTC
8834505 Fixed memory leak of 1 audio(video?) buffer when quitting. 10 July 2008, 20:53:53 UTC
14cc976 Let swscale handle video conversion when available (close #1695) 10 July 2008, 20:06:30 UTC
f698b43 vlc_thread_ready: remove 10 July 2008, 19:30:18 UTC
9dc1a1a Fix positioning of dvbsub. closes #1686 This was caused by commit 23cc599d06abb5c84913c7399dd08c6b283fc49e and an attempt at fixing it in commit 251648e32246c48729986e65678bac16e5061e47. 10 July 2008, 00:07:49 UTC
a82e5fc Fixed infinite loop if alsa was closed before playing any audio. 09 July 2008, 21:59:00 UTC
5f2b369 Don't leak memory when something goes wrong. 09 July 2008, 21:33:47 UTC
6ce6dc0 Fix non utf-8 encoding. 09 July 2008, 21:33:47 UTC
1a112b8 Revert "dejidjei:" This reverts commit 5183d34db7b6640a79aeb4f919d8825df3694c2b. 09 July 2008, 21:22:30 UTC
dfea366 rtsp: Include xlocale.h for Mac OS X (at least). 09 July 2008, 21:20:55 UTC
deee3a2 playlist: Be a good citizen and kill the thread before releasing fetcher and parser. Note, this kills a non-letal warning from libvlccore. 09 July 2008, 21:18:07 UTC
5183d34 dejidjei: 09 July 2008, 21:06:07 UTC
95c5101 Try to fix asademux compile on Win32. 09 July 2008, 20:59:37 UTC
dc8472e Fixed selection of simple mixer (close #1688) This mixer can only downsample. Let trivial mixer handles Dual-Mono -> Stereo|Stereo-left|Stereo-right|Stereo-reverse. (Please double check on your multiple channels sources) 09 July 2008, 20:42:43 UTC
11097ec A little clean up of simple channel mixer. 09 July 2008, 20:42:42 UTC
191bedc String review. Again. 09 July 2008, 20:40:21 UTC
ed90b52 Contrib: use -O3 to build libschroedinger. 09 July 2008, 20:34:44 UTC
5e4e0bd Patch to fix liboil build when --disable-shared Without --enable-shared, libtool doesn't generate symbol lists. Use some autogenerated-libtool-internals to sort it out. Tested with: gcc on linux-amd64, mingw crosscompile, apple-os10.5 Signed-off-by: Pavlov Konstantin <thresh@videolan.org> 09 July 2008, 20:34:44 UTC
10d809d Document the guidelines for strings. 09 July 2008, 20:14:39 UTC
2234190 Various strings change and capitalisation changes to match the guidelines. Capitalization fixes 09 July 2008, 20:09:28 UTC
62557bb use OK instead of Ok Same as previous 09 July 2008, 20:08:05 UTC
62fae3a Use Header capitalisation for dialogs titles. 09 July 2008, 20:08:05 UTC
64417a2 Remove non-sensical NPT computation code from c9569b35. If you want RTSP time, please come up with an algorithm that makes some kind of sense. In the mean, it's better not to claim to support somethign we don't support. 09 July 2008, 19:55:24 UTC
e1b39c5 Partially fix parsing of npt= 09 July 2008, 19:55:08 UTC
7c14959 Fixed asa decoder colors (on x86 at least). Can someone test on a big endian CPU (I don't know if it is CPU dependant) ? 09 July 2008, 19:03:18 UTC
bb62ffd Partial clean up and fixes of asa codec. 09 July 2008, 18:03:15 UTC
back to top