Commit Graph

16743 Commits

Author SHA1 Message Date
Christophe Mutricy 1c2b8a832c :) 2007-01-17 14:09:10 +00:00
Christophe Massiot 87d0efaa46 . 2007-01-16 22:39:51 +00:00
Derk-Jan Hartman ec3567fd98 * Ehm, MAX, not MIN of course. And let's check both before and after cropping. 2007-01-16 16:01:49 +00:00
Derk-Jan Hartman 3da30fcd18 * Don't allow negative offsets when blending 2007-01-16 15:52:30 +00:00
Christophe Massiot 38dd5944e4 * modules/codec/mpeg_audio.c: Add a debug message for broken streams. 2007-01-16 10:55:31 +00:00
Olivier Aubert 68652ddf55 include/vlc/mediacontrol.h: include windows.h on win32 to get HWND definition 2007-01-15 15:53:26 +00:00
Rémi Denis-Courmont 6662b32f51 s/wxwindows/wxwidgets/ 2007-01-15 15:22:11 +00:00
Jean-Paul Saman e6a39a3308 Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's. 2007-01-14 22:27:48 +00:00
Jean-Paul Saman 567dbc60c1 Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit. 2007-01-14 22:25:56 +00:00
Christophe Mutricy c73acb67df Happy New Year 2007-01-14 20:49:22 +00:00
Damien Fouilleul 5fa810ed34 Makefile.am: reorganize vlc_LDFLAGS for win32 2007-01-14 20:35:51 +00:00
Damien Fouilleul 9a28f3c1df - ffmpeg/encoder.c: more int64_t fixes 2007-01-14 20:35:11 +00:00
Rémi Denis-Courmont b7bb84da7d Oups (again) 2007-01-14 19:44:24 +00:00
Rémi Denis-Courmont 3e1e9f157b Fix out-of-bound read uncovered by sam 2007-01-14 19:32:20 +00:00
Rémi Denis-Courmont 1c3fcde6ec memory leak 2007-01-14 19:20:20 +00:00
Rémi Denis-Courmont 97773f131c Fix memory leak 2007-01-14 19:13:26 +00:00
Rémi Denis-Courmont a353bd1b60 Fix a bunch of potential segmentation faults:
- out of bound read initially uncovered by sam,
 - also malloc() can really return NULL for arbitrary large alloc,
   return value MUST be checked.
2007-01-14 19:07:17 +00:00
Christophe Mutricy 43ab467903 Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES 2007-01-14 18:41:22 +00:00
Christophe Mutricy 2824ad78ba Add myself to AUTHORS 2007-01-14 17:57:50 +00:00
Christophe Mutricy 04a180a19e Add translations from rosetta 2007-01-14 17:35:19 +00:00
Felix Paul Kühne 29ae4a7af4 * give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit 2007-01-14 16:25:41 +00:00
Felix Paul Kühne 4b55ce4207 * commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749) 2007-01-14 16:14:05 +00:00
Felix Paul Kühne 51ba14989f * applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911) 2007-01-14 16:09:15 +00:00
Jean-Paul Saman 886c4902c7 Updated THANKS file for rev 18566 2007-01-14 14:17:46 +00:00
Jean-Paul Saman 4e0b36058d Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me. 2007-01-14 14:16:33 +00:00
Felix Paul Kühne 4e751f1126 * allow the screensaver to appear when video playback is paused (closes #963) 2007-01-14 13:02:59 +00:00
Felix Paul Kühne 14275baf39 * design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989) 2007-01-14 12:40:05 +00:00
Christophe Mutricy 41fc10b74f hmmm i should use a clean tree for update-po 2007-01-14 01:28:48 +00:00
Damien Fouilleul d30de10d16 live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc 2007-01-13 17:29:16 +00:00
Damien Fouilleul c6c38ccd2c demux/live555.cpp: added support for avc1 in X-QT over RTSP 2007-01-13 16:45:10 +00:00
Jean-Paul Saman 151b33e865 Fix segmentation fault in modules/control/telnet.c introduced in rev 18519 2007-01-13 12:26:38 +00:00
Christophe Mutricy b728ff1bf7 make update-po 2007-01-13 00:52:49 +00:00
Christophe Mutricy a99ffd530c Italian translation update. Thanks to Vincenzo Reale. 2007-01-13 00:52:15 +00:00
Christophe Mutricy bb12789524 Merge po file from 0.8.6
fix translation of "C" closes #969
2007-01-13 00:27:17 +00:00
Sigmund Augdal Helberg 20692ca20e libasf.c: Don't store pointer to bad data. Fixes #992
Btw when did "crash" change into "denial of service"?
2007-01-12 18:12:15 +00:00
Rémi Denis-Courmont eef3b9d9bc Do not assume long integers are 32-bits.
Should fix fullscreen on amd64 - closes #670
2007-01-12 17:16:21 +00:00
Jean-Paul Saman 4413cbfe45 Fix indentation 2007-01-12 12:44:51 +00:00
Jean-Paul Saman 7ea4dc2480 Make parenthesis explicite 2007-01-12 12:42:51 +00:00
Christophe Mutricy 174bef2955 Twolame need -DLIBTWOLAME_STIC under win32 to use the .a 2007-01-12 12:38:23 +00:00
Filippo Carone d959364cf5 audio methods aligned to libvlc audio functions 2007-01-11 23:43:18 +00:00
Christophe Mutricy 4db4b3afe3 Remove the warning. thanks to Quovodis 2007-01-11 23:37:25 +00:00
Christophe Mutricy a00419ea65 Better a compile warning than a bug. Thanks to Robert Stepanek. 2007-01-11 23:33:02 +00:00
Damien Fouilleul 8856dd0d99 - ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int 2007-01-11 23:28:59 +00:00
Rémi Denis-Courmont 7d4385aa63 Fix denial of service (NULL dereference) in ASX parser
Closes #988
2007-01-11 15:35:44 +00:00
Rémi Denis-Courmont 7cc6aae19a Cosmetic fix 2007-01-11 15:31:18 +00:00
Damien Fouilleul 86eae317f9 mtime.c: previous codepath prevented RTC from ever being used on win32 2007-01-10 22:41:06 +00:00
Rémi Denis-Courmont 6884bea864 Do not read inexistant configuration parameter 2007-01-10 17:34:37 +00:00
Damien Fouilleul 364f370e80 - mozilla/Makefile.am: make sure rpath is only used for UNIX build 2007-01-09 22:14:53 +00:00
Damien Fouilleul 9d52c6b6d3 - src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes 2007-01-09 21:53:04 +00:00
Damien Fouilleul 81386b7a52 - firefox/nspr plugin development fix for ubuntu/debian 2007-01-09 21:27:57 +00:00