https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
24eee4b use proper error 02 March 2008, 00:09:35 UTC
edca13e Simplify. The previous commit "accidentally" worked around Drew Yao's first integer overflow. 01 March 2008, 18:59:18 UTC
3a62827 Fix buffer overflow. 01 March 2008, 18:54:56 UTC
44fc443 Fix calloc usage 01 March 2008, 18:31:32 UTC
34610e0 Another malloc check 01 March 2008, 18:25:25 UTC
fcbf24b Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless. 01 March 2008, 18:20:01 UTC
80af71f Fix some brain-damaged calloc use (Hint: sizeof(char) is ONE per the definition of sizeof) (Hint: size is the SECOND parameter of calloc, not the FIRST one) (Hint: calloc() calls bzero(), waste of time if memory is set anyway) 01 March 2008, 17:42:57 UTC
55f6f33 Mark the callback list as const (unfortunately, it will not be shareable since it contains relocations) 01 March 2008, 17:27:36 UTC
f1a3e87 Fix a few warnings 01 March 2008, 17:25:57 UTC
0cb5cfb Permit counter stat update per frame (appears to have no or little performance impact). 01 March 2008, 00:21:04 UTC
192a129 No need to test for avutil.h a second time 29 February 2008, 22:19:07 UTC
18a9a97 Typo 29 February 2008, 19:29:48 UTC
fa838a3 macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists. 29 February 2008, 19:24:48 UTC
45f5d65 control/event.c: Remove libvlc_event_detach_lock_state(). 29 February 2008, 19:09:17 UTC
478c793 extras/contrib/Makefile: Fix typo in qt4_win32 rule. 29 February 2008, 18:58:36 UTC
695ebfa cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected. 29 February 2008, 18:54:02 UTC
59c8165 control/testapi.c: Detach event that was originally attached. 29 February 2008, 18:42:30 UTC
5411dce control/event.c: Fix infinite loop. 29 February 2008, 18:41:02 UTC
141d39e cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h. 29 February 2008, 17:49:40 UTC
2ae1859 ffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for reporting). 29 February 2008, 17:08:57 UTC
244601e Fix previous commit. 29 February 2008, 17:04:45 UTC
791b8ca Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC. 29 February 2008, 16:44:10 UTC
afc470b cmake: s/sout_ts/mux_ts/g 29 February 2008, 15:09:18 UTC
db4727c cmake: Add sout modules. 29 February 2008, 14:46:52 UTC
99565f4 small cleanup 29 February 2008, 14:37:22 UTC
773c5ef check for malloc return value 29 February 2008, 14:35:40 UTC
c3a591a Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom. 29 February 2008, 14:29:40 UTC
a041f7e input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though. 29 February 2008, 13:52:08 UTC
d9cb27e Too many problems with new ffmpeg detection, reverting to last known good (rev 25403). 29 February 2008, 01:43:53 UTC
e00551f Detect and allow older versions of ffmpeg to be used in conjunction with VLC. 29 February 2008, 00:46:50 UTC
1757993 Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/. 28 February 2008, 23:09:18 UTC
a238fd8 Update svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc). 28 February 2008, 23:06:41 UTC
9f3fa00 Update references to ffmpeg header files to match new directory structure. All ffmpeg headers should now be accessed through: * <libpostprocess/postprocess.h> * <libswscale/swscale.h> * <libavutil/avutil.h> * <libavcodec/avcodec.h> * <libavformat/avformat.h> 28 February 2008, 23:05:29 UTC
4d89834 Swedish translation update by Daniel Nylander 28 February 2008, 22:56:30 UTC
cfe3127 package/win32: Update svn:ignore to ignore vlc.win32.nsi file. 28 February 2008, 22:51:28 UTC
dbe08e7 po: Update svn:ignore to ignore time stamp files (stamp-*). 28 February 2008, 22:38:31 UTC
9ecb0bc cmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile's convention. 28 February 2008, 22:35:09 UTC
36cbf7f extras/contrib: FFmpeg fixed the way their pkg-config files are created. 28 February 2008, 22:32:11 UTC
3654880 src: Update svn:ignore to ignore test binaries. 28 February 2008, 22:23:59 UTC
6076147 Add a --marq-refresh option to specify the format string refresh period in ms. Core statistics are only refreshed every 1 sec (see src/input/input.c) so we'll need some changes to the core if we want sub-second updates of stats data. 28 February 2008, 22:20:10 UTC
feef533 Add format string variable to display frame count. ($f) 28 February 2008, 21:58:14 UTC
2777465 Fix the symlink generation 28 February 2008, 19:56:45 UTC
805699e Accept MP3 as an alternative to MPGA for RTP and TS. Someone please double check that this is not bogus! 28 February 2008, 18:54:58 UTC
8b13b90 Unused define 28 February 2008, 18:16:29 UTC
bf380af macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint. 28 February 2008, 11:06:53 UTC
796b1e9 Fix small copy & paste mistake. It had no effect, but was wrong. 28 February 2008, 10:02:32 UTC
67ddda1 Fix most linking of XvMC Vout. 28 February 2008, 02:44:02 UTC
8d06898 Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet). 28 February 2008, 02:32:23 UTC
eb88f34 control/media_instance.c: Properly unregister the callbacks. 27 February 2008, 23:57:11 UTC
292040d control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau). 27 February 2008, 23:45:10 UTC
4838f12 control/media_instance.c: Sanitize input_thread_t management. 27 February 2008, 22:06:27 UTC
2209f29 * coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer) 27 February 2008, 21:34:27 UTC
887efa4 macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs 27 February 2008, 21:30:20 UTC
9ab3a05 Qt4 - Preferences refreshing fix by atmo, Andre Weber. 27 February 2008, 20:43:14 UTC
c482de1 fix #1404 27 February 2008, 19:46:31 UTC
9d349e1 asf demuxer: fix header demuxing & use padding without confusing the user (refs #1404) 27 February 2008, 19:46:04 UTC
689d893 We do need the symlink for the buildtree 27 February 2008, 19:37:56 UTC
c3f5005 fix win32 & osx packages (vlc is now in src/) 27 February 2008, 19:34:12 UTC
3fc9540 macosx gui playlist: allow drag & drop to the media library 27 February 2008, 14:24:51 UTC
818a663 fix macosx update gui 27 February 2008, 14:24:24 UTC
4bacd99 misc/objects: No need to do atomic list-release when releasing the list. 27 February 2008, 14:02:13 UTC
68aaf2c misc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an atomic refcount decrease and object removal from the object list bank. 27 February 2008, 13:23:28 UTC
df29166 Src: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber. 27 February 2008, 08:07:23 UTC
fb26fc4 contribs/extras: Compensate for shortfalls in ffmpeg's svn repository. Will submit shortfalls as bugs + patch back to ffmpeg dev team. 27 February 2008, 04:57:07 UTC
eaccd9e cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found. 27 February 2008, 04:55:47 UTC
3235f03 modules/ffmpeg: Revert change, there is a better way of detecting this. 27 February 2008, 04:15:09 UTC
0057e15 modules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure. 27 February 2008, 03:47:52 UTC
81472e4 cmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest changes in ffmpeg. 27 February 2008, 03:46:47 UTC
5458d5a misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed. 27 February 2008, 00:59:05 UTC
6ca5cc1 include: Update svn:ignore property, include cmake's autogenerated config.h file. 26 February 2008, 22:44:38 UTC
07d3b65 modules: Standardize svn:ignore property. 26 February 2008, 22:43:25 UTC
94fa960 Coding convention 26 February 2008, 22:36:15 UTC
e61cd9b Fix a little bug with the playlist interface (items swaped) 26 February 2008, 22:34:19 UTC
7a1856f contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use. 26 February 2008, 22:26:59 UTC
0154ce0 contrib/bootstrap: White space clean up. 26 February 2008, 21:14:18 UTC
5ee24a1 Update POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c 26 February 2008, 19:49:44 UTC
7feda7b Fix the issue with the order of the item in the playlist (normaly fix #1379) 26 February 2008, 13:44:54 UTC
dace727 Fix a little bug with the sorting in the interface 26 February 2008, 09:39:01 UTC
bc4789a set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to fix that flv muxing issue, and doesn't seem to cause regression. fixes #1285. Please notify if you notice something broken after this. 26 February 2008, 07:14:43 UTC
bb5b426 configure.ac: Backport the Mac OS X poll fix from cmake to autotools. 26 February 2008, 02:11:57 UTC
28a4115 src/playlist: Fix a rare memleak that could happen when the interaction is created earlier than expected. (Fix vlc_object mem leak that happen when no module is loaded). 26 February 2008, 01:37:34 UTC
55b3628 interface/interaction.c: Set the interaction object name. 26 February 2008, 01:21:03 UTC
d1d0a62 svn nightmare is ending... (Fix previous commit). 26 February 2008, 00:32:14 UTC
a78e273 misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed). 26 February 2008, 00:29:12 UTC
e769bca Doxygen documentation 26 February 2008, 00:17:42 UTC
7f1f444 Doxygen comments and coding conventions 25 February 2008, 23:26:45 UTC
3fd7eb0 cmake: Update the README. 25 February 2008, 22:24:01 UTC
95932c1 cmake: Code clean up, set up options before we start including custom macros, add CONTRIB_INCLDE to CMAKE_REQUIRED_INCLUDES if ENABLE_CONTRIB is set, and correctly discover postproc/postprocess.h header by temporarily adding FFmpeg_CFLAGS to CMAKE_REQUIRED_FLAGS before checking for the header. 25 February 2008, 22:15:52 UTC
ac2e4b7 cmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS. 25 February 2008, 22:02:42 UTC
d68d15e cmake: Remove duplicate macro entry. 25 February 2008, 21:54:14 UTC
d2d8554 XvMC: remove warnings. The compilation problems lies in a confustion between subpicture_data_t from spudec.h and subpicture_sys_t. No idea how to fix. 25 February 2008, 21:44:24 UTC
8b8b4f5 Ugly hack to prevent crash when logging an error while destroying libvlc 25 February 2008, 21:04:03 UTC
0d0f59a Remove argv/argc from libvlc_t (not really needed here) 25 February 2008, 20:50:49 UTC
3f48284 XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around... 25 February 2008, 20:44:40 UTC
78d012c typo fix. 25 February 2008, 20:23:08 UTC
0eda8dc Compile fix 25 February 2008, 20:04:10 UTC
206cd3a XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined. 25 February 2008, 20:01:42 UTC
28094cb Actually fix the ActiveX plugin 25 February 2008, 19:58:36 UTC
99a25fe - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings. - Fix ActiveX. 25 February 2008, 19:58:26 UTC
a795438 Mostly revert [25311], [25313]. Lets wait for 0.9.1 to sort this out. 25 February 2008, 19:52:09 UTC
back to top