]>
git.sesse.net Git - vlc/log
Jean-Baptiste Kempf [Thu, 2 Apr 2009 19:57:07 +0000 (21:57 +0200)]
Add a few bunch of FOURCC
Antoine Cellerier [Thu, 2 Apr 2009 18:27:29 +0000 (20:27 +0200)]
v4l doesn't like polling. Revert part of
db820529a4af54001dee9c06b6ad8570efa5abc5 .
Felix Paul Kühne [Thu, 2 Apr 2009 18:08:14 +0000 (20:08 +0200)]
contribs: removed the option to use the normal GCC instead of llvm-gcc on Darwin 9 and removed the DARWIN_COMPILER flag as it is no longer needed. llvm-gcc remains unused on Darwin 10. A new x86_64 contrib package will be provided later tonight.
Jean-Baptiste Kempf [Thu, 2 Apr 2009 17:51:09 +0000 (19:51 +0200)]
Win32 configure: compile Dirac & Schroedinger.
Deactivated libcdio and vcdinfo, they are for cddax and vcdx, and I never managed to compile those for windows... Anyway, if people want to rip CD, VLC isn't the good soft.
Jean-Baptiste Kempf [Thu, 2 Apr 2009 17:35:00 +0000 (19:35 +0200)]
Freetype: don't give the fontconfig time in seconds, it always shows 0s...
Jean-Baptiste Kempf [Thu, 2 Apr 2009 17:34:28 +0000 (19:34 +0200)]
Win32 Configure: remove dead options.
Rémi Duraffort [Thu, 2 Apr 2009 16:58:50 +0000 (18:58 +0200)]
Fix memleak and use var_Get(Integer|String|...) when possible (easier to find bugs).
Felix Paul Kühne [Thu, 2 Apr 2009 15:26:54 +0000 (17:26 +0200)]
contribs: compilation fix for x86_64 Macs
Rémi Duraffort [Wed, 1 Apr 2009 20:46:30 +0000 (22:46 +0200)]
use var_Set(Integer|Time|Float) when needed.
Rémi Duraffort [Wed, 1 Apr 2009 20:31:59 +0000 (22:31 +0200)]
add libvlc_media_player_(get|set)_agl to the hearder and symbole list.
Rémi Duraffort [Wed, 1 Apr 2009 20:28:19 +0000 (22:28 +0200)]
missing vlc_mutex_destroy in case of failure.
Rémi Duraffort [Wed, 1 Apr 2009 18:33:26 +0000 (20:33 +0200)]
factorisation and add a missing dbus_connection_unref.
Rémi Duraffort [Wed, 1 Apr 2009 18:24:54 +0000 (20:24 +0200)]
Fix memleaks.
Rémi Duraffort [Wed, 1 Apr 2009 18:06:29 +0000 (20:06 +0200)]
macosx gui: fix a playlist object leak and use pl_release.
Rémi Duraffort [Wed, 1 Apr 2009 17:40:47 +0000 (19:40 +0200)]
macosx gui: fix a playlist object leak.
Rafaël Carré [Mon, 30 Mar 2009 17:52:19 +0000 (19:52 +0200)]
HAL service discovery : fix a memory leak
Rafaël Carré [Mon, 30 Mar 2009 17:35:39 +0000 (19:35 +0200)]
Fix a memory leak when media library is disabled
Rafaël Carré [Mon, 30 Mar 2009 16:47:16 +0000 (18:47 +0200)]
Fix zsh completion generation
Rafaël Carré [Mon, 30 Mar 2009 15:08:24 +0000 (17:08 +0200)]
French translation : fix typo, add a string
Rafaël Carré [Mon, 30 Mar 2009 14:53:29 +0000 (16:53 +0200)]
ncurses : various fixes (runtime / display)
Release referenced input, only use "intf-change" playlist callback.
When using the "item-change" callback we can't lock the playlist,
because some callers lock it and some don't.
Drawback : Prevent UI updates when metadata becomes available for items.
Fix statistics box display (empty lines not refreshed)
Check asprintf() return value
Felix Paul Kühne [Wed, 1 Apr 2009 13:11:41 +0000 (15:11 +0200)]
macosx: remove the interaction code from intf.m and add a draft for dialog-fatal. The complete implementation will recycle the existing VLCInteraction dialogue code.
Laurent Aimar [Tue, 31 Mar 2009 17:40:48 +0000 (19:40 +0200)]
Fixed wav audio channel order.
Rémi Denis-Courmont [Tue, 31 Mar 2009 19:26:45 +0000 (22:26 +0300)]
Fix httpd reference counting (closes: #2614)
Rémi Denis-Courmont [Tue, 31 Mar 2009 19:26:20 +0000 (22:26 +0300)]
Cosmetics
Rémi Duraffort [Tue, 31 Mar 2009 19:04:40 +0000 (21:04 +0200)]
album art: use filename_sanitize function
and change this function to replace spaces by '_' on windows.
(should fix #2143)
Rémi Denis-Courmont [Tue, 31 Mar 2009 17:25:58 +0000 (20:25 +0300)]
Really XML encode the playlist and status contents
Rémi Denis-Courmont [Tue, 31 Mar 2009 17:25:05 +0000 (20:25 +0300)]
Use xml_encode instead of htmlspecialchars
Antoine Cellerier [Tue, 31 Mar 2009 17:12:11 +0000 (19:12 +0200)]
Add image_Type2Fourcc to symbols list.
Christophe Courtaut [Sun, 29 Mar 2009 14:34:37 +0000 (16:34 +0200)]
Fixed bug in snapshot format
--snapshot-format was proposing png or jpg, but if format passed to this
option was unrecognized, then fallback to png.
This commit fix the fact that vlc was always falling back to png.
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
Antoine Cellerier [Tue, 31 Mar 2009 17:07:14 +0000 (19:07 +0200)]
Report interlacing in debug output.
Antoine Cellerier [Sun, 29 Mar 2009 11:25:36 +0000 (13:25 +0200)]
Remove useless code.
Rémi Duraffort [Tue, 31 Mar 2009 16:57:20 +0000 (18:57 +0200)]
video_filter/logo: fix compilation.
Rémi Denis-Courmont [Tue, 31 Mar 2009 16:50:12 +0000 (19:50 +0300)]
Factorize identical XML escape RPN functions
Rémi Denis-Courmont [Tue, 31 Mar 2009 16:08:29 +0000 (19:08 +0300)]
logo-file is NOT 6 characters. strcmp() is -hopefully- your friend.
Rémi Duraffort [Tue, 31 Mar 2009 16:01:46 +0000 (18:01 +0200)]
playlist_art: blacklist some forbidden char for windows.
Sébastien Escudier [Tue, 31 Mar 2009 15:28:31 +0000 (17:28 +0200)]
leaks in case of http connection failure
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:43:45 +0000 (23:43 +0200)]
Unused variable
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:43:39 +0000 (23:43 +0200)]
fmt
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:38:49 +0000 (23:38 +0200)]
Unused parameter
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:35:43 +0000 (23:35 +0200)]
Fix missing prototype warning
I would really prefer to remove vlc_poll() from exports in the long
term.
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:35:35 +0000 (23:35 +0200)]
Document another issue
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:28:18 +0000 (23:28 +0200)]
Useless parameter
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:28:11 +0000 (23:28 +0200)]
Unused parameters
Rémi Denis-Courmont [Tue, 24 Mar 2009 21:23:41 +0000 (23:23 +0200)]
Format string (make gcc happy)
xxcv [Sat, 21 Mar 2009 17:58:13 +0000 (19:58 +0200)]
dshow: add missing parameter in dialog invocation
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Rémi Denis-Courmont [Sat, 21 Mar 2009 17:55:16 +0000 (19:55 +0200)]
dshow: remove dangerous alloca, fix charset and and invalid free
Invalid free pointed out by xxcv.
Rémi Duraffort [Tue, 31 Mar 2009 14:15:28 +0000 (16:15 +0200)]
qt4: fix uri printed in the media_info dialog.
Rémi Duraffort [Tue, 31 Mar 2009 09:04:54 +0000 (11:04 +0200)]
qt4: add some usefull const.
Rémi Duraffort [Tue, 31 Mar 2009 08:19:17 +0000 (10:19 +0200)]
qt4: missing const for QString.
Felix Paul Kühne [Mon, 30 Mar 2009 23:12:38 +0000 (01:12 +0200)]
macosx: implement RTP stream selection. Closes #2497, while #2496 is invalid as RTMP streams can easily opened by pasting the respective URL in the 'URL' field...
Felix Paul Kühne [Mon, 30 Mar 2009 22:33:23 +0000 (00:33 +0200)]
macosx: locking fix
Jean-Baptiste Kempf [Mon, 30 Mar 2009 23:08:40 +0000 (01:08 +0200)]
Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this.
Ludovic Fauvet [Mon, 30 Mar 2009 22:17:51 +0000 (00:17 +0200)]
Workaround for Qt bug #176201 (affect only Qt 4.5.0)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Srikanth Raju [Mon, 30 Mar 2009 23:01:54 +0000 (01:01 +0200)]
Fixes wav demux for PCM wavs
Ludovic Fauvet [Sun, 29 Mar 2009 22:58:03 +0000 (00:58 +0200)]
Fix a little bug in recents media menu.
When cleared the menu was not refreshed.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Kaarlo Raiha [Sun, 29 Mar 2009 15:06:20 +0000 (18:06 +0300)]
unicode support msn plugin
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sun, 29 Mar 2009 18:33:45 +0000 (20:33 +0200)]
Contribs: Provide GSM for FFmpeg. This library is stupid... Seriously.
Sébastien Escudier [Wed, 18 Mar 2009 15:18:27 +0000 (16:18 +0100)]
Avoid useless operations
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
Jean-Baptiste Kempf [Sun, 29 Mar 2009 17:23:14 +0000 (19:23 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc
Jean-Baptiste Kempf [Sun, 29 Mar 2009 17:18:07 +0000 (19:18 +0200)]
.Ram: forgotten include found by Christophe Courtaut
Geoffroy Couprie [Sun, 29 Mar 2009 17:09:23 +0000 (19:09 +0200)]
Win32: cleaning crashdumps
Srikanth Raju [Sat, 14 Mar 2009 18:26:21 +0000 (23:56 +0530)]
Fixes bug #2259. Sorts the files added to playlist using the Simple Open File is used.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sun, 29 Mar 2009 16:40:55 +0000 (18:40 +0200)]
Some broken .Ram playlist have .rm extensions. The real demuxer should take the actula .rm files before.
Jean-Baptiste Kempf [Sun, 29 Mar 2009 16:38:09 +0000 (18:38 +0200)]
Remove .Ram handling from m3u demuxer. This was broken anyway.
Srikanth Raju [Fri, 27 Mar 2009 21:16:44 +0000 (02:46 +0530)]
Split RAM playlist support from m3u to its own demuxer and fix its support.
Adds a RAM playlist demuxer to read .ram playlist files. Handles parameters author, copyright, clipinfo, start, end and title.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Pierre Ynard [Thu, 26 Mar 2009 17:11:17 +0000 (18:11 +0100)]
x264: Use -Bsymbolic to fix static link
On my linux x86_64 system, when trying to statically link the x264
module against libx264, I get the following error:
/usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation
R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when
making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
Even though libx264 was compiled as PIC. Dynamically linking against the
shared library, built during the same process, works well.
The x264 folks said that VLC needed to use the -Bsymbolic flag to allow
conversation of a static PIC library into a shared library, so that's
what I did, and it works for me.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Sébastien Escudier [Wed, 25 Mar 2009 10:12:52 +0000 (11:12 +0100)]
typos
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Sébastien Escudier [Fri, 27 Mar 2009 10:58:33 +0000 (11:58 +0100)]
Fix var type
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sun, 29 Mar 2009 16:00:26 +0000 (18:00 +0200)]
Qt4: avoid the blinking of the unparented widgets in customize dialog.
Laurent Aimar [Sun, 29 Mar 2009 12:09:07 +0000 (14:09 +0200)]
Modify INPUT_RECORD_PREFIX value (prefer h/m/s over : ).
Laurent Aimar [Sun, 29 Mar 2009 12:06:55 +0000 (14:06 +0200)]
Do not activate mkv-preload-local-dir by default.
It will avoid VLC loading every .mkv in the same directory than the
one you are trying to play (can be very very long).
Of course, this will break linked mkv files...
Laurent Aimar [Sun, 29 Mar 2009 12:04:13 +0000 (14:04 +0200)]
Fixed dmo decoder wrapper.
Laurent Aimar [Sun, 29 Mar 2009 11:39:14 +0000 (13:39 +0200)]
Cosmetics (dmo).
Laurent Aimar [Sun, 29 Mar 2009 11:26:40 +0000 (13:26 +0200)]
Fixed bandlimited resampler invalid access when used as an audio filter2 module.
This modules seems to not resample the first samples (which is not good
at all for an audio filter2 btw). This has to be taken into account when
calculating the output buffer size.
Fixes #1862 and #1962(duplicate).
Antoine Cellerier [Sun, 29 Mar 2009 10:57:26 +0000 (12:57 +0200)]
Missed on libv4l2 function use.
Sidney Doria [Sat, 28 Mar 2009 22:03:21 +0000 (22:03 +0000)]
l10n: Brazilian Portuguese nsis translation
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Luqman Hakim [Sat, 28 Mar 2009 19:20:04 +0000 (19:20 +0000)]
l10n: Indonesian update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Antoine Cellerier [Sat, 28 Mar 2009 20:57:11 +0000 (21:57 +0100)]
Alsa access: list available capture devices
Available capture devices will be listed in the debug output when no device is forces (alsa://).
Laurent Aimar [Sat, 28 Mar 2009 16:49:52 +0000 (17:49 +0100)]
Matroska seems to stupidly store dts instead of pts for real video codec.
Antoine Cellerier [Sat, 28 Mar 2009 15:32:14 +0000 (16:32 +0100)]
Fix some valgrind warnings.
Antoine Cellerier [Sat, 28 Mar 2009 15:22:33 +0000 (16:22 +0100)]
v4l2: rutime libv4l2 support
If compiled with libv4l2 support, first try using the kernel v4l2 api
and then fallback to libv4l2 if it didn't work. You can force using
libv4l2 with --v4l2-use-libv4l2. (libv4l2 broke the v4l2 access for
some people. This should be backported to 0.9.9)
Antoine Cellerier [Sat, 28 Mar 2009 15:04:37 +0000 (16:04 +0100)]
Add an important notes section.
Antoine Cellerier [Sun, 25 Jan 2009 18:22:34 +0000 (19:22 +0100)]
Add a bunch of possible hotkeys
Laurent Aimar [Sat, 28 Mar 2009 15:09:41 +0000 (16:09 +0100)]
Review a bit wav demuxer against broken files.
Srikanth Raju [Fri, 27 Mar 2009 21:04:12 +0000 (02:34 +0530)]
Wav GSM Demuxer Support Fixes Wav demux to work with MS-GSM codec. Uses ffmpeg decoder.
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
Laurent Aimar [Sat, 28 Mar 2009 12:46:25 +0000 (13:46 +0100)]
Fixed typo in input.c
Laurent Aimar [Sat, 28 Mar 2009 11:02:18 +0000 (12:02 +0100)]
Do not use only one vlc_cond_t for bidirectionnal signaling.
It fixes at least a deadlock in win32 when seeking.
Laurent Aimar [Fri, 27 Mar 2009 21:46:07 +0000 (22:46 +0100)]
Cosmetic (input).
Christophe Mutricy [Fri, 27 Mar 2009 22:50:38 +0000 (22:50 +0000)]
Add some translators to THANKS
Баярсайхан Энхтайван [Fri, 27 Mar 2009 21:18:59 +0000 (21:18 +0000)]
l10n: Mongolian initial translation
Not yet activated
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Tony GAILLARD [Fri, 27 Mar 2009 21:14:11 +0000 (21:14 +0000)]
l10n: Occitan update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Fri, 27 Mar 2009 10:53:20 +0000 (11:53 +0100)]
Typo
Erwan Tulou [Thu, 26 Mar 2009 09:30:56 +0000 (10:30 +0100)]
correct a compilation error specific to QT4.3
(gridLayout naming is hardcoded and seems to have changed)
Acked-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Thu, 25 Sep 2008 18:09:58 +0000 (19:09 +0100)]
l10n: More NSIS translations
Dutch by Myckel Habets
Polish by Michał Trzebiatowski
Simplified Chinese by Wei Mingzhi
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Wed, 24 Sep 2008 21:29:02 +0000 (22:29 +0100)]
l10n: More languages in win installer
Bulgarian by Ivo Ivanov
Catalan by Xènia Albà Cantero
Slovak by Marián Hikaník
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Tue, 23 Sep 2008 21:42:40 +0000 (22:42 +0100)]
l10n: New languages in Nsis
Translations by Cristian Secară, Vincenzo Reale and Gabor Kelemen.
I can't seems to be able to test Romanian and Hungarian under wine, so please test on win.
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Thu, 4 Sep 2008 19:10:40 +0000 (20:10 +0100)]
fix the language selection
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Wed, 3 Sep 2008 23:58:59 +0000 (00:58 +0100)]
Add finnish translation to installer
Seems to work but needs more testing
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Jean-Baptiste Kempf [Wed, 3 Sep 2008 07:03:23 +0000 (00:03 -0700)]
Simplification of nsis script that helps a lot.
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
David Flynn [Mon, 23 Mar 2009 17:28:31 +0000 (17:28 +0000)]
contrib: part of x264 win32 patch is now in upstream
Remove parts of win32 build patch that are in upstream git.
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>