]>
git.sesse.net Git - vlc/log
Felix Paul Kühne [Fri, 25 Apr 2008 09:31:24 +0000 (11:31 +0200)]
Compilation fix related to the recent threading simplifications. Needs additional testing.
Jean-Paul Saman [Thu, 24 Apr 2008 21:48:21 +0000 (23:48 +0200)]
Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.
Christophe Mutricy [Thu, 24 Apr 2008 20:09:08 +0000 (21:09 +0100)]
Meaningful Typo
Jean-Paul Saman [Tue, 22 Apr 2008 14:26:11 +0000 (16:26 +0200)]
Remove silly out of memory message in an out of memory situation and fixed indentation on bool declarations.
Jean-Paul Saman [Tue, 22 Apr 2008 14:14:02 +0000 (16:14 +0200)]
Cleanup and move debug message to a better place.
Jean-Paul Saman [Tue, 22 Apr 2008 14:12:28 +0000 (16:12 +0200)]
Fix indentation in scope blocks after bool change.
Jean-Paul Saman [Sat, 19 Apr 2008 22:08:51 +0000 (00:08 +0200)]
Don't return at the end of void function.
Jean-Paul Saman [Sat, 19 Apr 2008 12:20:02 +0000 (14:20 +0200)]
Fix latest crash in modules/codec/x264.c with ratecontrol.
Jean-Paul Saman [Sat, 19 Apr 2008 09:41:24 +0000 (11:41 +0200)]
Fix indentation after vlc_bool_t by bool replacement. Makes the file readible again.
Felix Paul Kühne [Thu, 24 Apr 2008 14:28:57 +0000 (16:28 +0200)]
Compile FFmpeg on PowerPC-based machines without AltiVec support until it is fixed.
The attached patches fixed --disable-altivec for libswscale oO
Rafaël Carré [Thu, 24 Apr 2008 13:28:59 +0000 (15:28 +0200)]
Fix input item leaking
Rafaël Carré [Thu, 24 Apr 2008 13:28:39 +0000 (15:28 +0200)]
Typo
Christophe Mutricy [Wed, 23 Apr 2008 22:25:09 +0000 (23:25 +0100)]
Rename the files here also
Rémi Denis-Courmont [Wed, 23 Apr 2008 19:24:45 +0000 (22:24 +0300)]
Win32: Simplify mutex
Rémi Denis-Courmont [Wed, 23 Apr 2008 19:18:42 +0000 (22:18 +0300)]
Win32: remove (now dead) old mutex/cv implementation
Should save a bunch of kilobytes of code.
Rémi Denis-Courmont [Wed, 23 Apr 2008 18:57:49 +0000 (21:57 +0300)]
Win32: don't use spin locks^W^Wfast mutexes instead of mutexes
Rémi Denis-Courmont [Wed, 23 Apr 2008 18:53:10 +0000 (21:53 +0300)]
Simplify threading code a bit
Rémi Denis-Courmont [Wed, 23 Apr 2008 18:33:45 +0000 (21:33 +0300)]
Win32: don't use weak linking for SignalObjectAndWait
Rémi Denis-Courmont [Wed, 23 Apr 2008 18:24:31 +0000 (21:24 +0300)]
Win32: fix core target
Rémi Denis-Courmont [Wed, 23 Apr 2008 18:23:35 +0000 (21:23 +0300)]
Fix win32 warning
Olivier Aubert [Wed, 23 Apr 2008 17:40:11 +0000 (19:40 +0200)]
Trailing whitespace/tabs fixes
Olivier Aubert [Wed, 23 Apr 2008 17:32:23 +0000 (19:32 +0200)]
mediacontrol: get_stream_information returns an empty url field if no media is set
Olivier Aubert [Wed, 23 Apr 2008 13:30:44 +0000 (15:30 +0200)]
libvlc.h: some doxygen fixes
Olivier Aubert [Wed, 23 Apr 2008 13:25:44 +0000 (15:25 +0200)]
python bindings: update to the new libvlc and mediacontrol API.
Objects have been renamed (vlc.MediaPlayer/vlc.Media) to match the current API.
Olivier Aubert [Wed, 23 Apr 2008 13:01:08 +0000 (15:01 +0200)]
python bindings: rename some files
Olivier Aubert [Wed, 23 Apr 2008 12:54:52 +0000 (14:54 +0200)]
mediacontrol API: update to use the new libvlc_media_player/libvlc_media API.
This implies the removal of playlist support (single-file playing only, through set_mrl/get_mrl methods). Position parameters for _pause, _resume and _stop method have also been removed.
Olivier Aubert [Mon, 14 Apr 2008 14:51:57 +0000 (16:51 +0200)]
Some documentation fixes (following the mediainstance->mediaplayer renaming)
Rafaël Carré [Wed, 23 Apr 2008 08:25:46 +0000 (10:25 +0200)]
Remove playlist items from the "items" array when they are deleted
Note that the only aim of this array seems to be counting the non-node items
Rafaël Carré [Wed, 23 Apr 2008 05:15:36 +0000 (07:15 +0200)]
meta-data handling cleanup
Remove VLC_META_ENGINE_*
Don't use VLC_META_INFO_CAT
Avoid using input_Item{Add,Get}Info
Remove disabled code in cdda
Remove "meta fetcher":
There was only 1 module (not) implementing it (musicbrainz)
Reduces complexity in playlist core
Use a more consistent naming
Factorize QT4 sorting and column display code
Remove unused members
Antoine Cellerier [Tue, 22 Apr 2008 21:00:55 +0000 (23:00 +0200)]
psz_object_name should not be const! (else module name aliasing cannot work)
Antoine Cellerier [Tue, 22 Apr 2008 20:49:30 +0000 (22:49 +0200)]
Revert "Fix memory leak"
This breaks module aliasing.
This reverts commit
16afc89353c2f61e3dd671bd842540cdf3627193 .
Antoine Cellerier [Tue, 22 Apr 2008 20:20:22 +0000 (22:20 +0200)]
Add picture specific alpha setting for mosaic pictures.
Add coordinates settings for mosaic pictures. (This kind of duplicates the --mosaic-offsets setting which I'm thinking about removing.)
Rafaël Carré [Tue, 22 Apr 2008 17:51:33 +0000 (19:51 +0200)]
playlist-tree has only 2 meaningful values now
Rafaël Carré [Tue, 22 Apr 2008 17:42:44 +0000 (19:42 +0200)]
Remove unused option: b_prefers_tree
Rémi Denis-Courmont [Tue, 22 Apr 2008 16:20:34 +0000 (19:20 +0300)]
Typo
Rafaël Carré [Tue, 22 Apr 2008 16:09:20 +0000 (18:09 +0200)]
Revert play & send durations, read preroll as 64 bits
The "unknown, always 0" field looks very much like it is the not used 32
msb of preroll
Thanks to Juho Vähä-Herttua
Rafaël Carré [Tue, 22 Apr 2008 15:44:23 +0000 (17:44 +0200)]
Absence of cvs could result in not explicit warning
Pierre d'Herbemont [Tue, 22 Apr 2008 15:11:46 +0000 (17:11 +0200)]
httpd: Fix vlc_object_wait() usage. It's needed to check if we were not already killed before calling vlc_object_wait(). Thanks to William King for spotting the deadlock.
Rémi Denis-Courmont [Tue, 22 Apr 2008 14:49:11 +0000 (17:49 +0300)]
Pierre d'Herbemont [Tue, 22 Apr 2008 14:45:20 +0000 (16:45 +0200)]
block: Remove a no-op introduced by me and spotted by funman.
Pierre d'Herbemont [Tue, 22 Apr 2008 14:26:05 +0000 (16:26 +0200)]
input: Make sure priv->p_sout won't be reused when freed.
Jean-Paul Saman [Tue, 22 Apr 2008 10:16:35 +0000 (12:16 +0200)]
Put extra debugging behind ifdef ZVBI_DEBUG.
Jean-Paul Saman [Tue, 22 Apr 2008 09:36:25 +0000 (11:36 +0200)]
Cleanup
Jean-Paul Saman [Tue, 22 Apr 2008 09:27:37 +0000 (11:27 +0200)]
Fix error in undef zvbi private define ZVBI_PIXFMT_RGBA32 and fix compiler warnings for unused arguments.
Jean-Paul Saman [Thu, 17 Apr 2008 12:52:53 +0000 (14:52 +0200)]
Rework to use asprintf() in live555 demux
Pierre d'Herbemont [Tue, 22 Apr 2008 13:50:13 +0000 (15:50 +0200)]
stream_output: Expanded debug message at sout input creation/destruction.
Pierre d'Herbemont [Tue, 22 Apr 2008 13:40:57 +0000 (15:40 +0200)]
stream_out/description.c: Add some debug msg to better track down an assertion failure.
Christophe Mutricy [Mon, 21 Apr 2008 23:40:26 +0000 (00:40 +0100)]
Source files can be in subdirectories
Like for qt4 or skins2
Christophe Mutricy [Mon, 21 Apr 2008 22:08:17 +0000 (23:08 +0100)]
Dutch l10n update by Myckel Habets
Rémi Denis-Courmont [Mon, 21 Apr 2008 20:13:56 +0000 (23:13 +0300)]
Update vlc-config.in construction
Rémi Denis-Courmont [Mon, 21 Apr 2008 20:09:47 +0000 (23:09 +0300)]
Remove un-needed SYMPREF
Rémi Denis-Courmont [Mon, 21 Apr 2008 20:06:01 +0000 (23:06 +0300)]
Batch writing to vlc-config.in
Rémi Denis-Courmont [Mon, 21 Apr 2008 20:01:06 +0000 (23:01 +0300)]
Remove un-needed VLC_CONFIG_HELPER macro
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:52:50 +0000 (22:52 +0300)]
Do not touch m4/private.m4 from modules/genmf
This fixes genmf when not called from bootstrap
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:51:03 +0000 (22:51 +0300)]
Remove un-needed vlc-config --target mode
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:45:49 +0000 (22:45 +0300)]
Same as previous commit
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:42:55 +0000 (22:42 +0300)]
Replace a nasty ugly construct with another similar one
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:36:29 +0000 (22:36 +0300)]
Remove unused target
Felix Paul Kühne [Mon, 21 Apr 2008 19:55:39 +0000 (21:55 +0200)]
Save the Last.FM account's password correctly
*coughcough*
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:31:47 +0000 (22:31 +0300)]
Complete flags factorization
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:12:42 +0000 (22:12 +0300)]
Simplify
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:05:39 +0000 (22:05 +0300)]
Remove dead code
Rémi Denis-Courmont [Mon, 21 Apr 2008 19:04:35 +0000 (22:04 +0300)]
Fix genmf invocation
Rémi Denis-Courmont [Mon, 21 Apr 2008 18:54:50 +0000 (21:54 +0300)]
Remove dead and ugly code of mine
Rémi Denis-Courmont [Mon, 21 Apr 2008 18:49:06 +0000 (21:49 +0300)]
Excess whitespace
Rémi Denis-Courmont [Mon, 21 Apr 2008 18:48:43 +0000 (21:48 +0300)]
Makefile factorization
Rémi Denis-Courmont [Mon, 21 Apr 2008 18:36:24 +0000 (21:36 +0300)]
Accept libtool archives and libtool objects as well as plugin names
Rémi Denis-Courmont [Mon, 21 Apr 2008 17:53:17 +0000 (20:53 +0300)]
Excess whitespace
Rémi Denis-Courmont [Mon, 21 Apr 2008 17:42:38 +0000 (20:42 +0300)]
Put common modules Makefiles stuff to an include file
Less escaping, less stuff that Makefile.am's depend on
Rafaël Carré [Mon, 21 Apr 2008 15:01:30 +0000 (17:01 +0200)]
Revert "FFmpeg use --cross-compile option"
This reverts commit
63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac .
Don't use old snapshots and think its HEAD
Rafaël Carré [Mon, 21 Apr 2008 14:52:43 +0000 (16:52 +0200)]
FFmpeg use --cross-compile option
Rafaël Carré [Sun, 20 Apr 2008 19:26:49 +0000 (21:26 +0200)]
Correctly release sout object when it has been kept
Rafaël Carré [Sun, 20 Apr 2008 19:08:35 +0000 (21:08 +0200)]
Attach the sout object to libvlc
Rafaël Carré [Sun, 20 Apr 2008 15:38:33 +0000 (17:38 +0200)]
Rafaël Carré [Sun, 20 Apr 2008 15:35:53 +0000 (17:35 +0200)]
Check dialog return value
Rafaël Carré [Sun, 20 Apr 2008 15:09:47 +0000 (17:09 +0200)]
Remove framework-only links when packaging VLC-release.app
Rafaël Carré [Sun, 20 Apr 2008 12:05:15 +0000 (14:05 +0200)]
Detect (and use) unknown codecs - idea by JPeg
Rafaël Carré [Sun, 20 Apr 2008 11:43:00 +0000 (13:43 +0200)]
Release the input in PopupMenu
Patch by Jean-Philippe André
Felix Paul Kühne [Sun, 20 Apr 2008 08:55:38 +0000 (10:55 +0200)]
More ignores (OS X and QT4 related files & folders)
Mirsal Ennaime [Sat, 19 Apr 2008 22:09:56 +0000 (00:09 +0200)]
Fix MPRIS method names
Mirsal Ennaime [Sat, 19 Apr 2008 22:05:16 +0000 (00:05 +0200)]
Avoid a deadlock.
Filippo Carone [Sat, 19 Apr 2008 21:26:36 +0000 (23:26 +0200)]
test code fix
Pierre d'Herbemont [Sat, 19 Apr 2008 18:44:30 +0000 (20:44 +0200)]
test: Fix make distcheck by including libvlc/test.h in check_HEADERS.
Felix Paul Kühne [Sat, 19 Apr 2008 15:50:02 +0000 (17:50 +0200)]
Updated the CVE references for 0.8.6f
Pierre d'Herbemont [Sat, 19 Apr 2008 15:12:12 +0000 (17:12 +0200)]
cmake: Add FindTaglib.cmake.
Pierre d'Herbemont [Sat, 19 Apr 2008 14:11:26 +0000 (16:11 +0200)]
test: Remi's copyright in libvlc/meta.c as asked by jpsaman.
Rafaël Carré [Sat, 19 Apr 2008 12:38:24 +0000 (14:38 +0200)]
Meta test:
Precise a comment
Wrap a long line
Rework the assertions:
Do it in the right order
Do not put str*cmp-that-could-be-a-ugly-glibc-macro in assert()
Rafaël Carré [Sat, 19 Apr 2008 12:14:03 +0000 (14:14 +0200)]
Don't use the local media library in tests
Pierre d'Herbemont [Sat, 19 Apr 2008 02:42:56 +0000 (04:42 +0200)]
cmake: Link with zlib where needed.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:35:03 +0000 (04:35 +0200)]
cmake: Detect taglib.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:20:38 +0000 (04:20 +0200)]
cmake: Detect libid3tag.
Rafaël Carré [Sat, 19 Apr 2008 02:12:48 +0000 (04:12 +0200)]
didn't I say too strong ?
Rafaël Carré [Sat, 19 Apr 2008 02:11:06 +0000 (04:11 +0200)]
prune is too strong ...
Rafaël Carré [Sat, 19 Apr 2008 01:43:28 +0000 (03:43 +0200)]
Mikael Stanojevic rules them all (especially Bonnevile)
Pierre d'Herbemont [Sat, 19 Apr 2008 02:02:10 +0000 (04:02 +0200)]
test: catch() a bit more, and send artist meta to log output.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:58:12 +0000 (03:58 +0200)]
cmake: Add meta's test.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:41:30 +0000 (03:41 +0200)]
test: Copyright and formatting in libvlc/meta.c.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:34:43 +0000 (03:34 +0200)]
test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:31:53 +0000 (03:31 +0200)]
test: Don't leak a libvlc_media in libvlc/meta.c.
Pierre d'Herbemont [Sat, 19 Apr 2008 00:51:42 +0000 (02:51 +0200)]
test: Test meta data support.
Note, this is done even if no meta data module is compiled. A future commit should fix that.