commit 6cbf0a467252512cda940f561b71e68ba8057488
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 20:40:22 2008 +0300

    Missing #include

commit a607595869cc8aaa1f3e24257a699720f874f6f3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 20:34:57 2008 +0300

    Fix make distcheck

commit 3c093c80675e26aaa84b245e6a753bf2ea117c41
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 20:23:23 2008 +0300

    Sync with (provisional) 0.8.6i

commit 0abeddd4e2879b6d304928ce266723ecb4d6a0da
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 20:22:16 2008 +0300

    Fix gettext use

commit 127a867bc75e3688f0de69f9abb2ae41dc28faaf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 19:42:23 2008 +0300

    Do not recycle video outputs - fixes #1651
    
    For the same reason as audio outputs. The code was thread-unsafe beyond
    repair.

commit acd09b4c95f13abdced07a7903f11e1217042573
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 19:41:26 2008 +0300

    Revert "Remove the suxor thread"
    
    This reverts commit 74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8.

commit 6ad63e8cf411092b7888d0d08ab618650a495ba5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jul 1 19:45:53 2008 +0300

    Qt4: Remove hackish use of vout window for the FS controller.
    
    This fixes #1651. We can hopefully get a proper patch for the FS
    controller.

commit fd78181dd3d3e6453140fc51bda50cce22eef025
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jul 1 13:50:57 2008 +0200

    Fix compilation of VLC with --disable-vlm.

commit 6ca53488910d5e9920384f7c363f625568123ec6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jun 30 23:08:28 2008 +0000

    Allowed RV32 (same code than RGBA).

commit db9c722322fa9ed556368366566d119a5b04cc92
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jun 30 23:05:19 2008 +0000

    Fixed chain for chroma+resize.
    This allows resizing non overlay output without swscale support.
    (I have disabled chroma chain building until someone tests it.)

commit 9248217feec1932c190728d0cf65eb6fba9577e6
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 30 23:47:17 2008 +0100

    Distribute lua/lib/misc.h

commit 8124e6f90ee92675671525d30fd0cb0a1bf1ccc5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 22:39:13 2008 +0200

    Here too.

commit 7cf574445a92ad4be1d237beff532c545f291766
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 22:27:47 2008 +0200

    Don't build the rtp module when you don't have gcrypt (I hope it still
    works when you have it :p)

commit 9f2fb28d7e4899695ccf5a92a3bba3396ebd2e7f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 30 22:57:54 2008 +0300

    Remove the brain-damaged video output destruction code
    
    Fixes crashes, deadlocks and assertions failure with #1650.
    One cannot remove object references one does not own.
    
    Reopens #1637.

commit 2d6a7985cf7e21b0b7d5f697366874105d225fe5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 22:14:01 2008 +0200

    Fix typo.

commit 74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 30 22:52:04 2008 +0300

    Remove the suxor thread
    
    There is enough sucking code.

commit 6ef09b541a286e0ee1e2e3a313bc22dd6f60da2f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 21:46:43 2008 +0200

    Fix implicit filter chain module.

commit d2aa472ee162b6c81403b90a4eb0b3e44fc778a9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 30 22:39:08 2008 +0300

    Suxor thread: cleanup
    
    Why call vlc_thread_ready when the other side does not wait anyway...

commit 674ccb48ec8ccda0e077a6e6ec423cf02a69a160
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jun 30 18:52:20 2008 +0000

    Clean up spu/filters when a vout module cannot be loaded.
    (The clean up path of vout is in a need of more cleaning).

commit 18516cc6727f3a03d91e7ba97a9697aa1aa437c6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jun 30 17:59:34 2008 +0000

    Clean up vout error path.
    Correctly free spu and filter chain.
    Do not free 2x vout pictures.
    (At least, vlc -V x11 does not segfault any more on resize, it
    just does not work)

commit d962b50eede7adbdc0a5fe9a37dc7c85f3293ae9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 22:31:45 2008 +0000

    Removed an invalid lock.

commit 791b55cfb3a6f2562c69b0a8a094a0a3a6cf0ecb
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jun 30 19:51:49 2008 +0200

    src/control/mediacontrol_audio_video.c: to create a generic object,
    its size should be passed to vlc_object_create (instead of VLC_OBJECT_GENERIC)

commit 2641ceaec6a0d5318c8c7cfa5872a97d51611000
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jun 30 19:24:16 2008 +0200

    python bindings: fix compilation

commit a417ec82d9a793a2681be75be9be719e4972cfce
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 30 19:09:47 2008 +0300

    Warn in case of dangerous thread join patterns

commit 17e4415c642051164b63dd27d65f7dc9c34ffd92
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 30 19:09:15 2008 +0300

    signal si redumdant after kill

commit e8e4876a7061b7fe269b4a2b90ec2298b09d8f5c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 30 16:02:48 2008 +0200

    We don't want to use this module for avc1

commit a06ead21d0053345648c4f28a6366ee87fcba9e8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 15:31:24 2008 +0200

    Fix clean target.

commit cba75ff969fbbe00005fd6e78ff5f114add23aa6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 30 14:41:46 2008 +0200

    Correctly disable the Core Animation vout for the 10.4u target

commit 7c3c44956e67fb27c725973398a60691d63d019d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 30 13:55:59 2008 +0200

    Note to self: test compilation before applying patches.

commit d1e3b1c2518db752f9e31fba2219010d7188003e
Author: Georgi Chorbadzhiyski <gf@unixsol.org>
Date:   Mon Jun 30 12:00:34 2008 +0300

    Add --sout-asf-bitrate-override setting to ASF muxer
    
    This patch adds setting to override calculated bit rate outputted
    into ASF stream. This is needed in the cases where ASF muxer
    receives stream in TS (for example) and can't correctly determine
    what output bit rate should be.
    
    Windows Media Player actually uses ASF bitrate setting to calculate
    how much to cache and if the output bit rate is wrong it tries to
    cache too much or too little.
    
    To test the behaviour before this patch try to stream WMV in TS
    container to another VLC that remuxes it into ASF. Open the remuxed
    stream into WMP and you'll see how it tries to cache 1%, 2%, 3%
    and so on...
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit fbaa0ee2d65c9c98b982f27d0b0a541892dda59d
Author: Georgi Chorbadzhiyski <gf@unixsol.org>
Date:   Mon Jun 30 12:00:32 2008 +0300

    Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
    
    Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit a76c04610bb31cd895cbd43bc1f93e871772c043
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 22:01:52 2008 +0000

    Cosmetics (moved down filter2 update)

commit fae2f3f288543e0024d9a64bf940f9bc45778ae7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 21:09:40 2008 +0000

    Use ChromaCreate/Destroy when applicable.

commit 71c1ddb6aa1c9715d1096b3bbee3e7f0abcc7f07
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 20:59:01 2008 +0000

    Added ChromaCreate/Destroy (cosmetic)

commit bfd381dc4270c0fc139752d4115c5d42ee82438b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 20:39:05 2008 +0000

    Do not take/release change_lock inside InitThread/EndThread.
    (Cosmetic, it will allow cleaning up a bit the vout thread).

commit 7c853ff7684769d25ccda470c3dfd18467ba4752
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 20:25:24 2008 +0000

    Partially fix data leaks when vout creation fails.
    Could someone with good vout knowledge review this commit ?

commit 6b47943ac3dc7fa866dbcf00cab7893daae75bcb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 23:21:53 2008 +0300

    Fix previous commit

commit 93cbb89ab431546a28d011b25240a383eeda7804
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 23:16:18 2008 +0300

    Cosmetics

commit 3be7c61b0db43282fb51cc73d74a68c0d278328f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 19:08:20 2008 +0000

    Added reget_buffer implementation for correct PTS for codec using it.
    This allows playing of MS Video 1 file but it is not yet correct because
    of the way VLC handles RGB (it won't work on big endian, and the colors
    seem broken).

commit 7544774bffebd4ae162d7aebd7f3f57bf62e573e
Author: Jonathan Rosser <jrosser@rd.bbc.co.uk>
Date:   Thu Jun 26 18:04:48 2008 +0100

    Add dirac video support to the ogg demuxer
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit f8823a8fd023052e26de9bc6624bb1373e1807f7
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Wed Jun 25 12:44:58 2008 +0000

    ts demux: add support for dirac streams via registration_descriptor
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 425a85df64f1c1671ea9536f0140a611a1e0d7a5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 20:41:33 2008 +0300

    RTP: avoid loosing the first received packet

commit 4e72534d7da8bb2cda63791ffe4d611e7dcf0929
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 16:23:12 2008 +0000

    Check against too low sample rate and 0 channel count (avoid division by 0)

commit 37402ad5d32c33a0f6f76eda0cb39d6b2339062e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 29 16:22:19 2008 +0000

    Check against 0 sample rate (returned by ffmpeg).

commit b07357af26f3b5dadbea7fa1f255a3d0fc0de630
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 18:22:43 2008 +0300

    schroedinger: fix warnings

commit 1d2139aa05982eb40df53cf4f04e5c34196e7217
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 18:21:10 2008 +0300

    Fix corner case memory leak

commit 42779914fe039a85be152661a4f93e0e7ba7b4d9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 29 18:20:36 2008 +0300

    Announce libschroedinger support

commit e5747cadd72ca895f2d4d28137dc73a02d9632be
Author: Jonathan Rosser <jrosser@rd.bbc.co.uk>
Date:   Fri Jun 27 17:17:16 2008 +0100

    Introduce new codec module to decode dirac video via libschroedinger
    
    Schroedinger is a fast decoder of the Dirac video codec.  This plugin
    is currently the most complete dirac decoder (compared with ffmpeg or
    codec/dirac.c) and should ideally be used in preference
    
    - Input data blocks are handed over to schro which eventually free's them
      (avoids memcpy).  Freed by SchroBufferFree()
    - Share picture storage between schro and vlc -- avoids memcpy of picture
      data after decoding.  Freed by SchroFrameFree()
    - Autodetection of libschroedinger in configure.ac
      May be disabled with --disable-schroedinger
    - Bumped decoding priority to 200, to beat libavcodec.c and dirac.c,
      this module does a better job than either of them.
    
    - Remove potential memory leak when allocating pictures
    - Always use p_block rather than priv in SchroBufferFree
    - Performs pts interpolation for streams that do not have one pts per picture
    - Set progressive, top_field_first and nb_fields on picture_t's properly
    - Fix copyright date in header
    - Reorder picture_pts_t structure for efficiency
    - Print 64 bit types correctly with "%"PRId64
    - No need to p_buffer->i_buffer=0 before buffer_Release()
    - Work around schroedinger's lack of handling multiple parseunits per block
    - Work around corrupt data produced by demux/ts.c after discontinuity
    - Correctly reset decoder at Dirac END_OF_SEQUENCE
    - Split decoding loop into two parts:
       - First, injecting [valid] parse units into the decoder
       - Second, itterating the decoder
    
    Signed-off-by: David Flynn <davidf@woaf.net>
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 025d0a239f580936ee53685119daebbc9a09ed13
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Jun 29 14:34:55 2008 +0200

    failing test for libvlc_media_list_player added

commit 229c8f90e7c004f641140ff50f30ad0716ffa18e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 29 00:37:29 2008 +0200

    *cough*

commit 6b7540a5c18cdf46db2e21f4198ab2d2d14677e9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 29 00:34:37 2008 +0200

    Don't try to use 10.5-only threading features on a 10.4u target. Fixes #1614 on OS X.

commit 8d65a7555d7cda5a871f104dc97d4ea963161903
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 22:20:12 2008 +0000

    Do not delete input variable, only remove callbacks (and all of them).
    Otherwise, every one would have to check the return value of var_Get ...

commit 4a28278bdaf1d5b3bf978b9c1725a61e104de93c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 29 00:20:01 2008 +0200

    Simplify.

commit e81f6fca6f99e83338959f956b1f4d1e14602078
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 22:12:00 2008 +0000

    Fixed segfault when parsing wav file to check for dts/a52.

commit a11cc33695f3b4bc9f939e457bd3e5f16397968f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 22:09:27 2008 +0000

    Fixed segfault on corrupted wav file.

commit 26d305ed5a301cd35f7a9bf279742f775fde2658
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 29 00:04:43 2008 +0200

    Remove trailing spaces.

commit 64a31ec90363f92c9500bf8fc5882aad85183b22
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 22:03:31 2008 +0000

    Fixed buffer size computation with non zero bits per sample mod 8.

commit e0c708fec3e8a001994174b0d647f4ac34cd9e29
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 21:59:48 2008 +0000

    Fixed invalid unlock on invalid audio format.

commit 470ba2c1ea11b8b11fda606ff0279fad11e6c4a2
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jun 28 23:58:29 2008 +0200

    Don't assert.

commit d97af9aeb77ec6a505fc37a5a55c5ae85bb6ea35
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 14:10:15 2008 +0300

    wav: fix integer underflow
    (cherry picked from commit 105335dd73917555335c03460aaa67fcdb9d4a55)

commit 3de60bf5b886ad81d7c05d68dff7a1ba461c0ac1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 14:00:57 2008 +0300

    wav: fix integer overflow (CVE-2008-2430)
    
    When i_size is sufficiently large, we would overflow malloc(), and then
    overwrite the heap with stream_Read().
    
    Bug reported by: Alin Rad Pop, Secunia Research.
    
    (cherry-picked from commit 95e2f0ff579a5b987cbde9454aa1fc86080528e2)

commit 9512f7de73883472b39a712748c33e9a51074a02
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 28 21:40:12 2008 +0000

    Fixed use of freed memory every time rtmp access is probed/used.
    (for example, on invalid file ...)

commit e8d41dd3a713bd54aa9251cc87c80747a6e7dfdf
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 23:33:03 2008 +0200

    Check malloc return value.

commit c8e9ec9612c5421b1299355dfcd20516fab58ba3
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Jun 29 00:22:21 2008 +0300

    fix error: lua playlist warning: Error while runing script
       share/lua/meta/googleimage.lua, function fetch_art(): share/lua/meta/googleimage.lua:43: calling
       'stream' on bad self (string expected, got table)

commit db4d130ff9597b0b7822a057c5e4303cb85121c7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 23:14:41 2008 +0200

    Fix memleak when the codec can't be loaded.

commit 840644c6abfb724e068c3864c5a5db4e5abbaf26
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 28 23:12:05 2008 +0200

    No need to patch FFmpeg's MMX code if we are on Darwin-ppc

commit 67a55f9c6be8d6cb905a201ffe8d40f89032d7af
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 23:03:03 2008 +0200

    Don't leak an object in case of an error.

commit 275d5450c79bea01965abfe218decd1cdedcfe5b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 22:35:49 2008 +0200

    Remove unused variables.

commit fa9803042fcf9161cef764a77d707f0b4bba2d58
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 22:30:41 2008 +0200

    Fix compilation warning.

commit 9142b699ffca5aa5a8b6488d18b82cd04915c847
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 23:02:17 2008 +0300

    Forgot this file

commit 8fa65a4d5895a0cf3e6567dcf1115189580a7439
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 22:52:16 2008 +0300

    Qt4: weak reference the video output...
    
    ...so we don't try to vout_Control() it after it's been destroyed.
    We cannot yield the video output for real either, as it would prevent
    it from being destroyed once it is not needed anymore.

commit 7ca46db5b0de9a4f15de790990303cc46b496e24
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 22:22:00 2008 +0300

    playlist: release video outputs *once* - fixes #1593
    
    Releasing other thread's references is not a very good idea...

commit c2c6729b7abd3a0d1096c79251a6d05a2e9a3403
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 21:46:26 2008 +0300

    VLC_OBJECT_FILTER: remove

commit 2adfbf0c7d073b0b031c8673f057de28c1a54ae9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 21:36:02 2008 +0300

    VLC_OBJECT_DIALOGS: remove

commit 166dc5d2b4e0856b8a0a8b54821561117f4fb42b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 21:34:42 2008 +0300

    vlc_object_create: assert that the object type is known

commit 219e1deaa769e4f693cb41c59b2bf7c368a62f2c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 21:31:20 2008 +0300

    Use sizeof(vlc_object_t) as appropriate

commit 2d7ef1f4bb145fd0ea210edefd32f60e2eabb214
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 21:22:24 2008 +0300

    vout: use vlc_custom_create

commit f8fbd68453c4f2dd24de8bc4864993afdf40eccf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 20:43:51 2008 +0300

    vlc_pthread_fatal: fix error message
    
    The error message was overriden to "Illegal seek"

commit 02fac42885fcce504fe960ae0c601acce3ca3f9c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 20:25:33 2008 +0300

    Typo

commit e134a03534080e4276a50130de9e484dfb914b52
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 20:23:37 2008 +0300

    Remove completely useless mutex

commit c68f07f2395e11d6bc7d09ee21cbcbb384674f4b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 20:15:07 2008 +0300

    Avoid dummy error

commit b437d81275b647e67450cad8d5d8f616bf5dd5ef
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 20:15:01 2008 +0300

    Remove unused variable

commit 64ee6dd8aabaf747999f869514653b84cddf06ad
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 28 19:00:05 2008 +0200

    We don't need the vlc_mutex_lock here.

commit 2c595f3810f717639fd1a1666c77b6e176d9ec53
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jun 28 19:02:05 2008 +0200

    Move intf-popupmenu and video-on-top variables from playlist to libvlc.
    Should fix assertion errors.

commit 6d6c549c4be66337c41293be64cb04fcf151300b
Author: Kaloyan Kovachev <kkovachev@varna.net>
Date:   Fri Jun 27 14:00:49 2008 +0300

    Small fixes for ts_mux
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 9b587a816efb36bd3fd3aae9f066cc94bc14e9d0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jun 28 16:09:05 2008 +0200

    Fix a few bugs in mosaic bridge.

commit cb02b264b58150bf45d0f68019ac32c02d2b5f1e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 15:36:38 2008 +0300

    Remove abusive error message

commit c8ef76214a724af64c07fc20d88fcd4dc0459694
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 13:32:07 2008 +0300

    ChunkFind: fix skipping very large chunks

commit eaa8fb6d9f44b149bdcd4e5252794765e620ad83
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 13:07:02 2008 +0300

    uint is not standard (and breaks Win32) - use unsigned

commit 1f03f5e7d63405106b7fc4f34101d04ce61c78d0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 12:56:26 2008 +0300

    Remove unused parameter

commit e9cf1f8754ed0c8fe702b9b4108c341f9d98c148
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 12:53:35 2008 +0300

    Fix format string

commit 7cd22823b1e7e4b6a3f23e8f6624ded298459b73
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 12:49:56 2008 +0300

    Fix function name clash

commit 264f09b66b24ea7d11e875d255c11f7e90947410
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 12:46:56 2008 +0300

    ABI break

commit a8af64458655e9f803cb2f754cfa04affaf944b8
Author: Rov Juvano <rovjuvano@users.sourceforge.net>
Date:   Sun Jun 22 12:09:27 2008 -0400

    Use the Scaletempo audio filter
    
    Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
    no chipmunk effect).  This fixes the pitch scaling caused by using the
    resampler to handle playback rate.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 3c5f3a24ced2212136529fb8637072070d5ca58f
Author: Rov Juvano <rovjuvano@users.sourceforge.net>
Date:   Sun Jun 22 12:09:27 2008 -0400

    Add Scaletempo audio filter
    
    Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
    no chipmunk effect).  This fixes the pitch scaling caused by using the
    resampler to handle playback rate.
    
    Ported from GStreamer.  Inspired by SoundTouch library by Olli Parviainen.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 10eab32c8fa2c23467bb2efb3c9c30b077bc47fa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 28 12:37:05 2008 +0300

    __EVEN: expansion-safety

commit ce1450531445c7cd7348b9206b59b694cd019513
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 27 23:48:14 2008 -0700

    No reason to not use $(HOSTCONF) when possible.

commit 9ecd18578e50dd748818dffca1b03bf90af85fd7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 27 23:10:52 2008 -0700

    Fix previous commit.
    
    Stop the drinking... Sorry about that.

commit d3b448c731a11c8c0b97e04d9d18ca5152a11ce3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 27 23:00:52 2008 -0700

    Headers for newer libdvdread have moved :D

commit e6ea3dd15af9d9f73d019f93f549a12c2dfa616e
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 06:57:29 2008 +0200

    dvdread headers can be in libdvdread now...

commit d8f0bf5a8ebbc288935582850c49bcf84232bf55
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 05:56:17 2008 +0200

    Don't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
    fixed.

commit 4bdbeaeed32ab0dcc673c3f7420d1bd221125d43
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 05:54:30 2008 +0200

    Don't make liba52 inside ffmpeg. What is the point.

commit 35129005f62ee88fc127694118df2a99431148b1
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 02:48:55 2008 +0200

    Mrraaaah at dirac 0.10 when crosscompiling. A bit sharp but works.

commit 2a6addaa64d4ad0235e5c13c4504a28f8e7091ad
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 01:56:59 2008 +0200

    Libdvdnav using HEAD.

commit b5a8714b8b854b5f11f7934bd58a97ea9419d037
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 01:40:18 2008 +0200

    Libdvdread compile fix.

commit 8ae3a0a26b08421cb76611e053951784bd9106d2
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Jun 28 01:32:50 2008 +0200

    Use libdvdread fork on the libdvdnav SVN.

commit 3c67532fc931b1feddf628264e1edc8ad01a8ee6
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Jun 24 00:31:48 2008 +0400

    Contrib: add libschroedinger. Add some patches that would be dropped on next
    libschroedinger release.
    Contrib: fix fluidsynth distclean target.

commit 0e91a89b9bdfc674f97f897916970b43b99fee9d
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jun 21 00:56:04 2008 +0400

    NEWS: tell users about glide removal.

commit 81a758a32f6f46a42c1cd74df5fdc49eba8986ba
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jun 27 17:23:54 2008 +0300

    use strcasestr in input_MetaMatch too, so search is really case insensitive.

commit 23d1d36b83c4b88c57ea321bbae61394e62956d9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 27 18:43:15 2008 +0300

    Check some invalid uses of pl_Yield()

commit c71ebdc51d377eb489b8e53d749d722d6fd4e563
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 27 18:31:27 2008 +0300

    Remove video output when input stops - fixes #1637

commit 96c04ef2573b6a9cb95acb09f5300e343b43b9fc
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 27 16:03:58 2008 +0200

    Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).

commit 6f5ee98782b887d86e40e04b9b88ed0b38ba117e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 27 13:29:10 2008 +0200

    Don't segfault when looking for art with the lua scripts. Thanks to ILEoo for spoting the bug.

commit 9ad990ac8df8a3a29ef20f9771d59633789c3146
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jun 27 14:29:41 2008 +0300

    Don't release vout if it ain't present (eg. when audio is playing and
    background image is only visible).

commit 46cf6c1438d0c1a4b80ecbcc84a7cbbef0300930
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jun 27 14:15:36 2008 +0300

    give playlist to vlclua_playlist_add_internal instead of NULL, core doesn't like
    NULL as playlist. fixes eg. youtube usage for me. Thou not sure if this
    could be done some better way.

commit ba9ecc700f9dd868929b81e492ea287f0ed244f6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 26 19:05:13 2008 +0300

    Fix warning

commit 7e0ac127a7558b801dacd8a6afb1dcb0f30a61b5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 26 19:00:37 2008 +0300

    Warn about buggy X11 connections

commit 6017c758f077373d50cda3f0b4a0ac9acbd6a7a8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 26 18:54:05 2008 +0300

    Remove unused variable

commit 88a2f3ed297cc89eb4f13e1ec4c673c04fdf5f29
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 26 18:39:38 2008 +0300

    Bump version

commit 4ee6361f0dca1c334bd25956fdd3a07e12ced09a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 26 18:38:55 2008 +0300

    Remove dummy $Id$

commit e2a614c82b502ea6c3cdee7d0fc39cbb9627041e
Merge: 51f898a... c617646...
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jun 26 10:38:53 2008 +0300

    Merge branch 'master' of git@git.videolan.org:vlc

commit 51f898a0eb6029c1922b2b4311f074245c99e963
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jun 26 10:32:52 2008 +0300

    Set strict-rc functionality as default if user hasn't
    defined quality based encoding, and remove strict-rc option
    because it's not needed ( thou maybe someone needs vbr-transcoding
    with some hint of bitrate without quality-based encoding ? )
    
    Should fix transcoding bitrate bug and close ticket #1463

commit c617646c2e1a5675791200e7eeb54f111875a559
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Wed Jun 25 14:25:44 2008 +0200

    Fix hidding of fullscreen controller after leaving fullscreen
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d89fff7e007bd4bceb55f5446d2f31e672927c1b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 26 01:53:46 2008 +0200

    A few OS X related clarifications and updates

commit dd397096f3111638d2fe138455055fc8912892ec
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 13:54:04 2008 -0700

    Remove Unicows.
    
    If you don't like it, repair it or fork it :D
    Or install debian. :D

commit 7c37640524623aca14ecd04b0fcb2508bef56b32
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 13:52:55 2008 -0700

    Win98 is dead.

commit 3e621f3fd9ed1d3e4488b5078c62ec00cc069124
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jun 25 22:38:44 2008 +0200

    Fix the update system now we can't close vlc and stop the download correctly.
    Should fixe #1635

commit 0b2ea3de7ef423f322aa569a956bbe404cbaed99
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jun 25 21:54:20 2008 +0200

    Fix the update system, based on funman patch + some modifications.

commit 6f25cb79f46b9c5e6069beba37abbd2b4e4efd06
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 12:53:43 2008 -0700

    Windows 98 is dead.
    
    If you are unpleased about that, fix the core (threading and networking).

commit 84e0f97a07c049c9c7082032699d54f9b4e5708a
Merge: 2f53d49... 12b1883...
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 12:49:51 2008 -0700

    Merge branch 'master' of git@git.videolan.org:vlc

commit 2f53d49924d2806ae17b28ec09163fa2e8668c3d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 12:48:09 2008 -0700

    NEWS and THANKS.
    
    Mentions of FS controller and dropping support of old platform.

commit 12b188309df1e63cd65c7988c97d78aa857e21aa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 22:29:49 2008 +0300

    Allow more than one use of the video widget
    
    However, I suspect the Qt4 interface will break if there is more than
    one video output _at_the_same_time_

commit c4c75ec7733e6dbceff2babccc73b21e733a8f3a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 22:10:27 2008 +0300

    Qt4: small memory leak

commit fbb218448ea93858c8b9bc6e6cee5b931f9d944f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 22:06:07 2008 +0300

    Revert "Disable embedded window by default"
    
    This reverts commit 6214852830f1efc761af1181f5d777732efbc758.

commit dacad69570d71938bf412ef74b982a27e4fdaabd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 22:05:44 2008 +0300

    Qt4: restore the fullscreen controller

commit 1512cf1a20070d45f764ecddb2d9620fbc374a49
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 21:59:53 2008 +0300

    Use QPointer and QMutexLocker so we don't crash at Qt4 interface exit

commit bd3008a3a1d7122b7fb738f3ea4844b742dc72c2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 21:44:47 2008 +0300

    variables use are thread safe. No need for nested locking.

commit 1862b832be21ed0dda30fae3ac275d30a2da0d65
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 21:42:05 2008 +0300

    Remove useless variable

commit 8c6064c922a385a981ed1e9140ba676047e93363
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 21:38:23 2008 +0300

    Qt4 window: use a proper condition variable instead of msleep()

commit cdad38197173431b485f22583ef0ceb692dca45c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 25 21:21:48 2008 +0300

    Remove out-of-date comments

commit 3c68fe377b6fc76292e5bcf847325432044aac54
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 25 11:35:55 2008 -0700

    Break compilation on Qt4.2
    
    Man QEventLoop and man QxtSignalWait can help fix that.

commit 3d6595b148de9956d99c98215abcb53c9d77baad
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 23:26:07 2008 -0700

    Fix typo.

commit 7b0d811f8104b4332fd394c4ab3e38baa4510a13
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 22:36:48 2008 -0700

    Add OMA to the interface
    
    Since ffplay can read those files now :D

commit e1901193c03cff2dfeca1c00f4c856d569317fc7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 21:34:28 2008 -0700

    Very small fixes on UI.

commit 8313bcef7ecfad913eefa5c30f7e5641d2b74664
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 21:33:53 2008 -0700

    Forgotten tooltip :D

commit 2242c9a26212a77015c76d186bbd3125196a7f5c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 18:49:07 2008 -0700

    Fix Ok/Cancel button position in advanced capture properties.

commit c997e06cab6ec45e06664c2fe6447085b4aab187
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 18:45:42 2008 -0700

    Code Cosmetics

commit a10edeec0fbf5a5f6e3dabd03ca3af6e428fe08f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 18:37:42 2008 -0700

    Add RTMP option on the panel.

commit 16bf241c0ef8cb5ad5905817233af703080ed654
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 18:34:06 2008 -0700

    Fix network panel behaviour (comboBox and adress generation especially )

commit d79d5b339afb1310571a14579d66954dc12fb06d
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 23 22:27:55 2008 +0100

    Fix permissions

commit 8b43c0859249b422fb70e77c6a1be58cc57efd86
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jun 25 01:04:21 2008 +0100

    Increase videowidget size priority over the others.
    
    At the moment it is redumbdant with 6ec764aec733da
    (QSizePolicy::Expanding) but it will be needed when the docked playlist
    is re-implemented

commit 06970296ddc77ca6e23e1e669e6d110672f21d74
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 16:59:37 2008 -0700

    Cosmetics

commit 6ec764aec733dacb654ce11d2f0566c54e3b0c15
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 16:41:45 2008 -0700

    Don't expand the bar, but the video during resizing...

commit 68cb7744866cfe9f18516c186d1c84dc3667c07d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 16:31:12 2008 -0700

    Resize the video to the normal size on launch

commit 14440202e06ef7a26a50abbc32a0d5c3bc0d1140
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 24 15:34:21 2008 -0700

    Force dialog to be shown when automatic updates are made.

commit fd2c554d2abae44f8c732af1da51127c3ab00741
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 24 22:54:52 2008 +0200

    Fix a double vlc_object_release (partially fix the update system)

commit 4f541d3b05be7729e48a28e5daf8497102598bb8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 24 23:25:02 2008 +0300

    We actually need to deliver the signal synchronously here
    
    Otherwise I sometimes get:
    [????????] x11 video output error: X11 request 2.0 failed with error
    code 3:
     BadWindow (invalid Window parameter)
     X Error of failed request:  BadWindow (invalid Window parameter)
     Major opcode of failed request:  2 (X_ChangeWindowAttributes)
     Resource id in failed request:  0x1000027
     Serial number of failed request:  26
     Current serial number in output stream:  27

commit 6798d2cfedbe767f052318955f80f857647d4817
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 24 21:26:18 2008 +0300

    Fix vout_ReleaseWindow invocation

commit 6372f8faa09ea7deaa74a84e6bb4dfd38ed0a182
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 24 21:02:50 2008 +0300

    Fix/workaround for #1633 (input rate not set)
    
    Someone still needs to fix this properly though...

commit 6465bbf725b1155954a7472ec401576c305eb048
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 24 19:23:41 2008 +0300

    libvlc_InternalDestroy: remove dead code

commit f7bb9fcf168e22df7ac7a056ec989ce8ef41ffb4
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Mon Jun 23 19:33:21 2008 +0200

    Avoid potential problems with bad saved value
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1fcc611a8924edf4ec205daa6b4ba597fb4c5dc0
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 24 13:49:07 2008 +0200

    Distribute images for telx functionality.

commit f66626b34809a4881a52582ae755586e885270c6
Author: Yohann Martineau <yohann.martineau@gmail.com>
Date:   Tue Jun 24 00:19:07 2008 +0200

    fixed compilation on debian etch.
    
    config.h is now included first, before any other header.
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit 3af6cdb2886dbae6203dce54e8a292dd112af921
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 23 23:27:22 2008 -0700

    Renumber event number in order to debug better.
    
    This doesn't change any functionnality.

commit 268ae7b98abba5ed899879988293964d7d6d7e0a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 23 23:23:52 2008 -0700

    Fix DVD menu button. Fix metadata name displaying.
    
    This needs more checks, because we might have unneeded stuffs left.

commit ccea19a630405c1ef60e2c4314a4065ae46fe031
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 23 21:58:23 2008 +0200

    Fix compiling warning.

commit 71142c5c0b2a3faab6f07b4a801893c07c38b56e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 23 21:57:54 2008 +0200

    Remove unneeded msg_Err and check malloc return value.

commit f3dad63031402c5f6ac2de72145420b8042728fa
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 23 21:39:19 2008 +0200

    Malloc return value.

commit 3cdff66bb4ac97489defa9c58b90704c44efa0ff
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 23 21:25:57 2008 +0200

    Close file in all cases.

commit 6f6d891fc42bbbae7c942f5c4716c9b3e1668e4d
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Mon Jun 23 21:10:48 2008 +0200

    Fortunes update

commit 066b3e50f4b59e1784e4e17c533bf90a2463ce90
Author: Eric Petit <eric.petit@lapsus.org>
Date:   Mon Jun 23 18:59:48 2008 +0200

    Fixes a leftover in [eb691987575a7fd877da56d5c8c1219795e02347]

commit eb691987575a7fd877da56d5c8c1219795e02347
Author: Eric Petit <eric.petit@lapsus.org>
Date:   Mon Jun 23 18:55:14 2008 +0200

    Set i_visible_width/height, some video filters need it (e.g. croppadd)

commit 291e63dd10758db1bed1be3d54f926a9fbb2e284
Author: Eric Petit <eric.petit@lapsus.org>
Date:   Mon Jun 23 18:33:51 2008 +0200

    Fixes the input format for the video user filter chain

commit d3b5afd1debb05c8bed44a3e1e71af8d09d5ce5e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 23 18:19:30 2008 +0200

    Fix spelling and description.

commit f42f818e7656527ebbd434d8fecf012d32c7f195
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 23 18:14:45 2008 +0200

    Add aspect ratio option to canvas (like what transcode used to have). Please confirm that i'm not using the aspect ratio the wrong way :) (aspect instead of 1/aspect or something)

commit d29ca07c51709ca18fbecca135009468c05d3260
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Jun 23 18:01:29 2008 +0200

    Add Lukas Durfina to the THANKS file.

commit ec725cdc50c7b23539c4d455b1d5edb03c7e764b
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Mon Jun 23 14:08:49 2008 +0200

    Fix teletex buttons
    
    uninitialized variable and synchro with fs controller
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 51b21bc3a21f925a30fd5401bafe50ffedcba382
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 23 17:40:35 2008 +0200

    We don't need to detach. Since we're in the parent's destructor, it's already been done for us.

commit 3333b45a525dc2f8f2645fa51280743cced63c56
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 23:08:29 2008 +0200

    Fix release of chroma module in vout core. I still get an "object is not
    attached" on vlc_object_detach although the object was attached
    previously ... what could that be due to?

commit 37a2578ce4265f4ed495290923e3fa674c662656
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jun 22 22:05:09 2008 +0200

    Remove unneeded msg_Err.
    Fix potential segfault (check malloc return value).

commit 172e22c2f2b4abbdfee50d9fe8aaaede4b405c76
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 21 20:12:25 2008 +0200

    Remove unneeded msg_Error.
    Fix a potential segfault.

commit 42bb236284b09355d8bfde47fb4915dd1f07aa68
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 21 20:08:37 2008 +0200

    Remove unnedeeded msg_Error.

commit b674dab81ccd2a089896b26a2afc258118e6a990
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 21 16:03:19 2008 +0200

    Remove unneeded msg_Error about memory failure.
    Fix a double malloc.
    Fix potential segfault.

commit 7d1d56fec646569bd14262f6b9dde31becbe2137
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jun 21 15:55:57 2008 +0200

    Add an #undef

commit f7b2327bfa30ea47cefc7bfa5b0edc15ae8c66fd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 21:30:39 2008 +0200

    Don't print (null) when we don't have a filter name.

commit e03d215f1c667c493a14744d4e0cbdc29cf157c6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 22:13:40 2008 +0300

    Stick to ASCII in gettext messages
    
    We already had the discussion (again) a few weeks ago. If you want
    non-ASCII code points in the American English locale, create po/en.po
    or po/en_US.po

commit 03fa43b1b285bcb6320c0e60f874624e09350fee
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 21:12:03 2008 +0300

    Remove dead code

commit 4cd43d60fa3746eb86367a46f70ef1e2505b56b2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 21:01:17 2008 +0300

    vlc_object_kill: remove the libvlc-specific hack
    
    It was causing deadlocks (due to misordering of structure_lock and
    object locks). Besides, this hack should not be needed now that we have
    libvlc_wait(), and that libvlc_release() explicitly calls
    vlc_object_kill as needed.

commit 2c16687563b6e6096f5621db56917d9ef05424b2
Author: Bill C. Riemers <briemers+git@redhat.com>
Date:   Fri Jun 20 20:47:51 2008 -0400

    http: fix Content-Length and stream closure issues.
    
    Changes:
    1. Don't send Connection: close or Connection: Keep-Alive.
        So we will maintain a persistent connection with HTTP 1.1.
    2. Close the connection if and only if the server does not send
       Connection: close, and a zero length is received indicated by either
       Content-Length: 0 or a 0 length size in the byte range.
    3. Correct i_remaining to deal with file larger than 2GBi.
    4. Update i_remaining in Read and OpenWithCookies.
    5. Use -1 for uninitialized size so we can tell the difference from a
       zero length result.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit f5623dec1ca290e9adcbbc34ba4fe3f03a4c2e69
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 19:20:15 2008 +0200

    Finish fixing audio rate changes.

commit b4a4b564cda53b03aebf818dd2db65709602c68b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 18:51:56 2008 +0200

    Revert "Special case for fourcc samr and sawb in transcode_audio_new()"
    That commit broke audio sample rate changing.
    
    This reverts commit ddac67aaf2bde4179f695bb26033488e8e7c35cc.

commit ffd957bd3130b792a11fc0422b9908ff5b46bf59
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 19:46:48 2008 +0300

    libvlccore: is a pure C library - don't use the C++ linker
    
    Saves linking against the C++ runtime,
    and allows libtool to generate the symbols table properly.

commit 991ae089635d4b4c3882e9125369be2e7ead85af
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 19:42:55 2008 +0300

    Fix nissing include and atoi() invocation

commit f991c0201362390627c4a9c9e1111f83d8bb9244
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 18:33:58 2008 +0200

    Remove dead code.

commit d4c651d58b69aebb1c35c25d3603124ece6e1c65
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 18:33:47 2008 +0200

    Add new symbol.

commit ac58629e0db818d81d2be1aafca8b784286efa43
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 18:11:25 2008 +0200

    Remove duplicate function.

commit 55f1d3272f61f46068e58c41690111e879082188
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 18:03:45 2008 +0200

    Set i_bitspersample to correct value when changing an audio codec. (Not
    sure if I didn't miss some spots where that was missing). Thanks to
    Kevin DuBois for finding the bug. (This should fix some audio
    transcoding crashes)

commit 4c8296b58b24175921b37f99dfa7bda5e08f6cdb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 19:02:50 2008 +0300

    Fix specifying a sout RTP port number using a sout MRL

commit a458b6af6b88534edadd8bd218b368fbf173a273
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 16:15:49 2008 +0200

    New canvas video filter.

commit 43019afa7b7e428e7955e476bb164f5f5879b556
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 14:44:27 2008 +0200

    Update NEWS (crop, padd and canvas changes in transcode).

commit 0da3eb61151f34c108a5eb4072ae514e390c9ff2
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 14:38:57 2008 +0200

    Handle image size changes in the video filter chain correctly in
    transcode.

commit 4f46f26d3ec830813599956ea051d5c2b6fa8b40
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 14:38:29 2008 +0200

    Change way arguments are given to croppadd module.

commit 3223bb48e69376664842115be49c4550c4506eaa
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 14:37:52 2008 +0200

    Check for NULL pointer before using it, not after.

commit deef7f86ffe121398d3c86ab828e29a621dbad9d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 22 14:37:33 2008 +0200

    Add support for format changes inside a video filter2 chain. (Not sure
    if something similar is needed for audio filter2 ... I don't think it
    is)

commit e2499dc3873f07fc916f292187c07d0eff74061c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 17:29:30 2008 +0300

    Remove BlockingQueuedConnection, hopefully not needed

commit b185143182ec88ffaf77fc0620cbd56664d8a21f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 17:29:12 2008 +0300

    fix revision.c

commit cc2f0cb637a9e56fec65241fdcd27fd40ac3d6bc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 16:39:25 2008 +0300

    Fix deadlock in vlc_object_kill (should fix #1543)

commit 6059d32eaba8a12fe2b84d78780456e978fdc208
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 16:26:02 2008 +0300

    Remove superfluous locking

commit 19685d00b2e6230a42a52cef095740fe999e8239
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 16:25:48 2008 +0300

    Qt4: apprently fix the embedded video
    
    code from ILEoo (not sure what this actually does)

commit ace8caefad8be422bc4b478d4c8b2474189801f0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 22 15:30:30 2008 +0300

    LibVLC: wait until all threads are terminated

commit 6c790747f3847ae2c88a03d6a053968143ad76e6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 11:58:40 2008 +0300

    Remove VLC_OBJECT_INTERACTION

commit 5277e0fe73d6dd16254017ce83c005d72a9fc33d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 11:57:48 2008 +0300

    interaction: no need for vlc_object_find()

commit a1238857104da694b0f7d521f06015322007570d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 11:48:31 2008 +0300

    Remove VLC_OBJECT_HTTPD_HOST

commit fee5351a006a79125e73086b96a045fc644d1b7a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 11:38:04 2008 +0300

    Qt4: add XFlush - this does still not work right

commit b18441e9ec21126aca4b5d38d38c335d0cb47da0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 11:31:09 2008 +0300

    ship vlc_window.h

commit 5f551992093f49323b0dd06cf9cf7da6cfffccce
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 23:12:09 2008 -0700

    String consistency.

commit 3de5c39cbd264145186cdede18f9e63eb5719da9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 23:10:43 2008 -0700

    String consistency.

commit 4df7b18ff2b3b9eec5a56314a844aea3ba3531c1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 23:05:26 2008 -0700

    I think we said to use disc over disk.

commit 8e756cec1bd06ae701367708134fdbbb76bed755
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 23:03:08 2008 -0700

    String updates ( some are meant to match the macosx interface and simplify translators' work)

commit 6a260a1c7269cc07905d058dc448812e34deb132
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 19:51:14 2008 -0700

    Code cosmetics.

commit dbce1bed8e286a346e4d57c2018e0ee784083cec
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 19:50:24 2008 -0700

    Fix alignment issue on teletext buttons...

commit 6f972eb30bc81a06ff106d01a71810ca97bfcdfa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 20 18:49:54 2008 -0700

    Fix pause not pausing.
    
    Patch by Rov Juvano. thanks.

commit ea20728712835aa7ccdfec4076363cd3a02468d9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 00:58:19 2008 +0300

    Qt4: Avoid a warning when embedding is disabled

commit 74ef05f32740e93237f8ce8fd1a90641cb4aa1e6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 00:53:51 2008 +0300

    Avoid comments within comments

commit bd3a0ce3785a21e7ffa02a47a67ae342502c2d33
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 00:27:44 2008 +0300

    access_file: use the waitpipe and always poll
    
    This removes dummy wakeups, and fixes a deadlock when quitting while
    reading from a FIFO.

commit 3fe7ae53925a9543d188baa1ed9909e64904ac78
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 21 00:26:48 2008 +0300

    When the underlying access dies, suicide the stream

commit dcd84049bf607c196397d999c18dab32fa65b1e6
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jun 21 00:28:45 2008 +0400

    Contrib: explicitely tell ffmpeg to disable shared and enable static libraries
    to produce well-formed pkg-config files.

commit e58633393c744fcc1b0809c23a69dac68195183c
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jun 21 00:20:44 2008 +0400

    Update dirac support to 0.10.0.
    Require it in configure as well.

commit 4c270ec59c7e10e41c224a44f874d306cb81e5e6
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jun 20 00:46:04 2008 +0400

    Remove glide video output module.

commit 20a560c6adbf97a3129e090d5d323c15694def58
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 23:33:38 2008 +0300

    Cleanup service discovery - always

commit f8763a6ca1881728dbc5025acfe3103536036ab7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 22:21:24 2008 +0300

    RC: fix segmentation fault due to input state changes - fixes #1620

commit aeb8ed0fb0a896579de098b6a13ffcae41fc8ec7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 21:39:06 2008 +0300

    Qt4: wait for VideoWidget::paintEvent
    
    This seems to solve the invalid handle problem, as pointed out by
    Laurent. However, I get a poststamp-sized video output now...

commit 5c603c041addd09cddcd24ec1af3828feeb4c8e0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jun 20 19:20:10 2008 +0100

    Typo

commit bef5f1274b47396965d3c2a2352888ea8ddb525e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 21:08:39 2008 +0300

    Fix typo

commit 39cbef1f76d2b8a75f1a3e6d0edb983ce63f29b1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 21:06:01 2008 +0300

    qt4: remove dummy error messages

commit 686ad4c9b1a2c4f7dd61a73e47a8522f6bc07cb7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 21:02:48 2008 +0300

    Another compile fix

commit b3c34d1580d3c9c5e39b1db8a9ef2844e80f5709
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 20:55:22 2008 +0300

    Compile fixes (untested)

commit 1426a88f97b17b67b5538072e1efce3e874aaa40
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 20:48:30 2008 +0300

    skins2: use the vout window interface (untested)

commit 6214852830f1efc761af1181f5d777732efbc758
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 20:30:01 2008 +0300

    Disable embedded window by default
    
    until someone manages to fix it.

commit 8e19592ff4a491709286db15f62f4b27daf68ede
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 20:28:02 2008 +0300

    Encoding damage

commit b541f09e5c9a38b8bf4d87cac4ed39cfa0564fb9
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jun 20 18:08:36 2008 +0100

    Compile fix
    
    That would need to be properly fix with the new embedded vout API

commit 5f010182e0e86ef0fe7fa3ddc0345ffa034fb392
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 19:45:03 2008 +0300

    Qt4: wait until the video output is ready
    
    Except that this still returns an X11 invalid handle

commit 81126aae092b083285f624ced656ba541deea1a8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 16:39:46 2008 +0300

    Qt4: embedded window support
    
    Except that this returns an invalid X11 handle.

commit 6ba2d51e5da45ca6a30709b902c6f4369e2b409a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 20 16:36:08 2008 +0200

    Fix toggling of transparency on teletext pages. Keep in mind that the subpicture core seems to be broken. It doesn't remove old subpictures with the ephemer setting as it used to do.

commit 52ca31e6963b0f2c68ecd461959eb8aca9c25605
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 20 16:12:29 2008 +0200

    Check memory allocations.

commit 69afa8556007dbb6424cacffb174aa3bb84733f1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 20 13:55:54 2008 +0200

    Fix behaviour of the button logic for teletext and use the images.

commit 9497e5ca1d827f6320dbfee8213ffde83648e3b5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 20 12:40:57 2008 +0200

    Nice pictures for teletext buttons.

commit 81c7b0627056ca8dbe7c68d925eb7cf0fdf6ca3e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 16:40:27 2008 +0300

    Rewritten embedded window internal ABI

commit 138da1916eef4f4d0e30883a8c1ac999c355aca9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 14:17:45 2008 +0300

    Remove the broken window embedding core code

commit a735127f42a2d108b8a26aa0594c2e0365b53935
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 11:52:44 2008 +0300

    Revert "No need to send Connection: close or Connection: Keep-Alive."
    
    This reverts commit 4e497a21adba27e618095b7b3f2538e3adadd6fe.

commit c53818652b0b09494e7b18c7cbbdf3c57de6fbaa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 11:43:34 2008 +0300

    Don't xgettext non-existent files

commit afe61c02f07bd13df71e832992592c19047ade74
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jun 20 11:15:14 2008 +0300

    Emit event to check inputchange in maininputmanager startup so
    if playlist/item starts before that, it's noticed. Should
    fix #1614 for qt4 part

commit 89cbc196a3ce2bb0e54f16575a48d94703c1cc6e
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Wed Jun 18 10:56:44 2008 +0300

    add xml_encode to http-control rpn, so status/playlist.xml can be easier
    be valid xml without str_replace-stuff.

commit c49d12129a0d9835d56a1879b02643b99515ab2c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 20 09:52:13 2008 +0200

    Improve behavour on teletext buttons.

commit 82744463caf51fafbab6a52215cb6d88e735aa1c
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jun 20 00:17:57 2008 +0300

    Remove audio-es/video-es callbacks and replace it with a better solution by using directly vlc variables. Also change ChangeSPU to send event for customevent-handler in callback, and do the signal emiting in there so we don't need to be in callback that long.
    
    Patch fixed up by me.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit ac08060e63daffcba906b7ecd4064f2d2f47dbd8
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jun 19 23:35:26 2008 +0100

    Update POTFILES.in due to lua reorganisation

commit 7fd85170e34c377e3748c3cd71c5c86bccaaf7e2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 20 01:14:25 2008 +0300

    Typo - fix make dist

commit 6be5b238c1f2b76060710b8f996fb1c143131cf3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 19 23:23:10 2008 +0300

    browse.xml: fix description and file date - closes #1628

commit 98a8a735fccf1a16d042e34fdfab2c492a85a0da
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Thu Jun 19 22:05:37 2008 +0200

    FIx libdvdnav revision since they now depend on unreleased version of
    libdvdread...

commit 4eb14b4abd9c60d76c0e7fa9f12516b70b2fef2b
Author: Bill C Riemers <docbill@hartnell.local>
Date:   Wed Jun 18 13:24:50 2008 -0400

    configure: detection for xulrunner 1.9
    
    Based on earlier work from Nicolas (kwizart)
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 57c3ecd2292588c7312afbb6935d414bfbe2e826
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 19 19:57:09 2008 +0200

    Remove msg_Err about memory allocation.
    Fix two potential segfaults.
    Cosmetics.

commit ec300ad9a870240b1196ce97db607ff23deede43
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 19 20:21:44 2008 +0300

    fix variable name - closes #1629

commit 260c3894961c8a0ccb62cdaf11f07fa54155a514
Author: Sebastien Escudier <sebastien-devel@celeos.eu>
Date:   Mon Jun 16 11:17:45 2008 +0200

    Live555 demux: fix EOF detection
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit fc56db95650683b9af4471c1fbb2ac88787ba4d6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 19 01:55:50 2008 +0300

    Revert "Typo in pl_Release();"
    
    This reverts commit 9bddd7d37362150b20961c45c0e508356251e4f9.
    
    By its current design, pl_Release() takes the same argument as
    pl_Yield(). This had _already_ been discussed earlier (vlc-devel is not
    a write-only mailing list).

commit 8d1c75f3e2f6bb558346b6188c118d3ea0b9ea6a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 18 19:05:41 2008 +0200

    Fixed VLC-release.app and distribution of Info.plist

commit 62f9fbe79ef5f77570fd97c93064d306567973a8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 18 16:28:09 2008 +0200

    Should fix compilation of dshow access. Thanks to Poe.

commit 213ebf55974f760b0fa3f16bbf81bed1d1bbfd20
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 17 19:13:16 2008 +0200

    Fix uninitialized pointer use.

commit a51138ae60bcc527d7a1aa135817f317d4def011
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jun 18 12:24:23 2008 +0200

    Forgot to test when ZVBI is not compiled in.

commit 053d2cb670937094abd07f2b6a4c4298295f5110
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 18 12:12:27 2008 +0200

    Add options to configure audio input format (code was already there ... all it lacked was the options).

commit bda958187b1b990d74660bcc2f821fb7fbe86684
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 9 09:55:22 2008 +0200

    Cosmetics.

commit 662e93752f5b54859104f82e1eb7a6136621e591
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jun 18 10:53:38 2008 +0200

    Fix mozilla toolbar button click logic.

commit ae00feec507d9cd4784f89bb7b2459f773baa510
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 23:32:59 2008 +0200

    Update mozilla test page.

commit 227de1f76923c66c00711b6adb6721a5a325e28d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 23:30:14 2008 +0200

    Try to correctly guess which button has been clicked in the mozilla toolbar.

commit afe32c01a91575ec9098ec6a60a15c6a897e27d4
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Mon Mar 31 17:03:31 2008 +0200

    Add "toolbar:bool" RW property for the JS API, fix toolbar visibility
    
    The mozilla plugin has already a "toolbar"(bool) parameter.
    For coherency between ActiveX and mozilla plugin, the "toolbar"
    parameter has been added to ActiveX, which has created also a
    "toolbar" property in the exported API (JavaScript for web pages).
    This commit add it to mozilla plugin too, to maintain coherency.
    
    This commit also fix toolbar visibility when toolbar="true" parameter
    is used in embed object.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 4dd78ea829792ab2ed08f5d662dddda05cc76d4e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 17:45:44 2008 +0200

    Break long line.

commit 100d24f1d88ff2a76bbe3c3db83374bd0cca02e5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 17:45:17 2008 +0200

    Fix calculation of toolbar width.

commit b7c2ed30bf69a3f3e6397d8943870c727beb039c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 12:33:17 2008 +0200

    Use commandline value if available for setting teletextGoto field.

commit ef9f3691a8d756873445b4ed6a0b49861dbc4582
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 17 11:52:26 2008 +0200

    Add callback to spu-es from the input.

commit e5127326704fa04d68ae39c807e1d5e738a854dc
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 20:46:47 2008 +0200

    Add some video-filter2 effects to wxwidget extrapanel

commit 3b8c56cc792ccb1ce15b615ab2dfeeafab07048a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 20:15:07 2008 +0200

    Remove silly out of memory message in out of memory situation.

commit a2174f04844383afce9277afc1fda717f24f714e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 18:46:33 2008 +0200

    Replace vlc_object_find() and vlc_object_release() of VLC_OBJECT_PLAYLIST with pl_Yield() and pl_Release()

commit 9bddd7d37362150b20961c45c0e508356251e4f9
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 18:45:16 2008 +0200

    Typo in pl_Release();

commit 9be4778f5a1662a45f25303e07072868ad3eb502
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jun 18 08:50:16 2008 +0200

    media_player: Don't forgot to clear exception.

commit ffc8b7ce42ac14be81f201b085404c9858e422bf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 17 23:35:47 2008 -0700

    Menus: Comments and code cosmetics.

commit 3b4ca0c1da25a49b3126f319ae19f12d2538fc37
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 17 23:21:55 2008 -0700

    Fix popup menu play and interface entries.

commit 03525e493820f8a2900e182d7df61f8c2aaba117
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jun 17 21:09:03 2008 +0200

    Qt menus: fix popup submenus non disparition
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4e497a21adba27e618095b7b3f2538e3adadd6fe
Author: Bill C Riemers <docbill@hartnell.local>
Date:   Tue Jun 17 16:16:22 2008 -0400

    No need to send Connection: close or Connection: Keep-Alive.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit fe4423ddd4038e314d5cf07e75c3da4f42f43bdc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 23:24:23 2008 +0300

    RTP: align RTP port numbers properly

commit e21ba63b8a25191bb68d2a6d075763a3d65371ff
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 22:33:26 2008 +0300

    Move object lock and condition into the internals

commit 838cee473b8ab2c2ed36f7c73c15ab2966329116
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 21:55:55 2008 +0300

    SAP: mutex double initialization

commit a3e989d4523e9252f53017fd030db87ac5691e00
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 21:43:32 2008 +0300

    Remove the last direct use of object_wait

commit 337933ee7056470f0a253aa582a08807c8c01945
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 21:21:07 2008 +0300

    Use vlc_object_signal

commit 7e413aa7c9d60c30c86a7cd84862fc14f4920c83
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 20:56:58 2008 +0300

    Use vlc_object_lock and vlc_object_unlock

commit ef17f9a4277e587c586307550029e3a912fdcf95
Author: Bill C Riemers <docbill@hartnell.local>
Date:   Mon Jun 16 11:46:47 2008 -0400

    access_http: do not close the stream when seeking out of range
    
    + minor simplifications
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 09dce84e51e50938f2c2a1f92680776b2aee6a42
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 19:33:08 2008 +0300

    HTTP: do not send a negative byte range

commit 080410c1474d14cc6358123f426e58ac696a6b57
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 17 19:01:06 2008 +0300

    AVI: do not ask whether to fix the index for non-seekable streams
    
    Based on patch from Bill C Riemers

commit 5a601aac516e2e9256024746cdc50ae19ebe4925
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 17 08:16:31 2008 -0700

    Simplify and remove duplicate code.
    
    Menus are the same on the right click and the main menu... Thanks for the users...

commit c7cd0ac4979a796904402309a4978de7416286ec
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jun 17 12:26:00 2008 +0200

    input: Attempt to fix variables deadlocks.

commit c351872b520541b73d547bc9003b6c68ddd1b941
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 17 00:29:57 2008 -0700

    Fix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]

commit 8674567614a2b6a7d0391662527323cfc57670a2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 16 20:37:57 2008 -0700

    Small change in menus order

commit 62ceeabfeb55aefefe76ac438f2269622a63ef25
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 16 20:19:36 2008 -0700

    Cosmetic.

commit a28bdff5986161bc5e762c6d29540e6d384a825f
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jun 17 01:25:29 2008 +0200

    Qt menus: use addDPStaticEntry and add a static Subtitles Loader in popup
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 5dd029ec8dd6975324a93e6c80487b522993d939
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jun 17 01:00:35 2008 +0200

    Qt menus: popup interface menu
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 5fc62fec2e919d54c0fd8ccd0c6aad457a8aa9af
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jun 17 00:17:09 2008 +0200

    Qt menus: Add a fullscreen switch button (popup)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 17365ad04c4fecd14bc904bd1e664a0d88159f91
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 23:41:16 2008 +0200

    Clean popup menu
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 02e74e703ed99bfe33c88f5adf2b3d6482a075ae
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 23:01:57 2008 +0200

    Qt menus: s/Q_FOREACH/foreach
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit e825ac8648c1bf443f0778491a19488d407fc4f6
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 23:01:02 2008 +0200

    Qt menus: prefer THEMIM->getInput()
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 68b2161a58257620fce16fb034b6fd16f0294694
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 21:05:41 2008 +0200

    Qt menu: fix navigation, delete non static entries
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4dc4a8d088e1ab8b46e83ed5f52413830dc489ef
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 18:26:46 2008 +0200

    Qt menus: add loadSubtitlesFile
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 895c05d72e5c8d75ca016e06a377cd55aa86f9af
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 16:58:17 2008 +0200

    Qt menus: enable/disable correctly static entries
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 33aa26b1b9d86ef711e120554f5001273020ecae
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 16:30:41 2008 +0200

    Qt menu: use MenuFunc with InterfaceMenu
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 5ec2ab65b9da97c218818273f7a8e62cd7eaee09
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Jun 16 15:40:10 2008 +0200

    Qt4 menus: start fixing ticket 1602
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 514a804f231641c2ca86d96281939df2a3843721
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 16 22:21:36 2008 +0300

    vmem: small memory leak

commit fed83de55cdaf7f623a16f1051d97d450c44ad63
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 16 21:16:23 2008 +0300

    live555: remove tautology

commit a616807cd6aa91029f11def2d57bca769af819f0
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Mon Jun 16 20:01:42 2008 +0300

    Fix Memory leak: free proxy_factory even when buffer for asprintf can not be assigned
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 289f23911af9ce924e74b9ccf698b4b2bf3258be
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 16 20:30:59 2008 +0300

    RTP: handle odd port numbers correctly
    
    We should also open a RTCP socket, if only to not send ICMP errors back

commit 50083d4a143a10582e56343d2d78d5bda4cb013f
Author: Przemyslaw Fiala <bl4@playker.info>
Date:   Mon Jun 16 18:53:19 2008 +0200

    MMS stream pausing
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit a58caab63564d9940258e7daa9ba88e48a903cec
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 16 19:47:52 2008 +0300

    RTP sout: memory leak

commit 297002cf2c9237445fbe2435d9c9ce3ac3b67ff0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 16 19:47:40 2008 +0300

    RTP sout: append RTCP BYE to the Sender Report
    
    Pointed-out-by: Sébastien Escudier

commit 9074b2fc7ea620916db536a46ccb8a4340dbdf71
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Mon Jun 16 10:37:34 2008 +0100

    ogg: only check kate magic in the first 8 bytes
    
    Follows a proposed common requirement for Ogg codecs.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit bbc37b53fbf6ad9210de17a8166aa245bbbbef69
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jun 16 11:45:05 2008 +0200

    input: Make sure we send input state changes events. (Should fix the non sending of a play event reported by Rov Juvano).

commit af28383a4e362803402e2d3f367e8c8f1a5bce10
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 16 09:55:43 2008 +0200

    Removed the 'fetch-meta' setting as it isn't present anymore

commit 1405cf748a267b5e7ad21b606172a27d688eda56
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 15 19:27:03 2008 +0200

    Redesigned the window to make it look more Mac-like and much smaller by adding a popupbutton at the top to choose the filters and by removing all the expanding stuff
    
    This way adding more uis to different filters is much easier and faster to do.

commit 8723270708232c719a2629ea58ac35b1e69aaf50
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 15 16:52:26 2008 +0200

    Added stub on libfreetype, so we don't forget about it

commit 025c96ac36d5c8b98615e7de945f7d15284d3d41
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 15 16:39:59 2008 +0200

    the vout might still run after the playlist termination, so we don't want to use pl_Yield. Pointed by courmisch, thanks!

commit 8c16b6a8e89dfaced6868463079c5f2006346da7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 23:14:14 2008 +0200

    update: It's not allowed to vlc_object_release() from an object's thread.

commit e503ff351bb7aa379b571ab861ef7949afab7e05
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 23:10:23 2008 +0200

    macosx: Make sure we have an autorelease pool in -checkForUpdate.

commit 312324cd44cf10c2b090e91eefe8242a62cbeb1b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 23:07:33 2008 +0200

    update: Use const char * for psz_destdir.

commit 7e7f3bd7530de33ee945ce6d893c85431369c477
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 23:07:07 2008 +0200

    macosx: Make sure we do call update on main thread.

commit c5132d352300a2f59ac15c91ac8e109d65e75e12
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 22:51:37 2008 +0200

    macosx: Get rid of vlc_object_find(playlist).

commit ee1ba2fd72f46d28e92709cf3b0ef2fd70851b4e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 22:51:13 2008 +0200

    macosx: Fix assert. (hum).

commit dbf2c5168319b48bb8199a7d818893086f688284
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 22:44:14 2008 +0200

    Fix VLC.app.

commit 7aafdfd7e4e1b14edca3b427de1a2dbc0a36584b
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Jun 15 22:26:21 2008 +0200

    Fix win32 compile.

commit f0436bfa55343cd1ff195fbb66a8f51fec6ea1fb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 22:11:43 2008 +0200

    macosx: s/NSAssert/assert/

commit d716c3db4433414d4d83c99d8bb4e6d85b14f348
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 22:02:57 2008 +0200

    macosx: Use var_GetBool.

commit be05e83bd9e714ef409e0d91b778eaead6c9ab4e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 21:55:49 2008 +0200

    macosx: Use NSAssert for impossible cases.

commit e1f0919720c9ba214ce800146a3155e3924ce7d5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 22:41:04 2008 +0300

    RTP sout: fix buffer size for SRTP

commit bc3af7e7aadb33cb0940e50fa270a165192a06bc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 22:40:33 2008 +0300

    SRTP: check buffer length before sequence

commit 74e39ff5c2338562f55aba264ac70ed7f1b43e85
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 22:39:55 2008 +0300

    Add build dependency

commit 72fc2d9c9d87002fb29a508271759397157ad99f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 21:48:48 2008 +0300

    RTP sout: rudimentary SRTP support

commit fa14c0922728246fe6353042ce4ae052fa4f75d8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 22:03:57 2008 +0300

    SRTP: test the parser

commit 8650df15a2468f76f2af570b32c5936f42c9cdb8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 21:23:55 2008 +0300

    SRTP: fix parser

commit 60e93de0e96977d7cced502ad5236d7bbaa18366
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 22:04:28 2008 +0300

    RTP: need to create variables before using them

commit 7640ddc6ada933e322eed7087929f2c75f3a6201
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 15 19:47:52 2008 +0200

    Fix image resizing with non accelerated vouts. Still uses chroma builtin
    resizing which is horrible. Upcomming commit will fix that.

commit 65340ca284dea0d1dd337b022934311ace637b65
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 19:34:40 2008 +0300

    Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types

commit 1a7f1a447036710c49b67d0471a7b4af57583a94
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 19:32:33 2008 +0300

    input: kill all the children [add evil laughters here]
    
    No need for vlc_object_find()

commit d0a2e557fb47b3a2376781e88cf28409620cad25
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 19:28:26 2008 +0300

    streams are always attached to access - no need for vlc_object_find

commit 320337e01ad4696b5f011389f72a3516468bd24b
Author: Kaloyan Kovachev <kkovachev@varna.net>
Date:   Wed Jun 11 18:22:14 2008 +0300

    Dynamic two-keys CSA
    
    N.B.: I suspect there is a small race condition whereby the callbacks are
    invoked while being deleted, but this looks like yet another LibVLC
    objects insanity.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 75bd4e6380117cdad04ebc2cd0873b64c0dcb7f3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 17:54:07 2008 +0200

    libvlc_event: Typo.

commit df4a1af939008b0d1064ab7d67097138630ea761
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 17:22:27 2008 +0200

    libvlc_event: Fix a typo in libvlc_event_manager_release(), that result in a double free(). (Issue reported by Rov Juvano).

commit 1290cd7ea4fb2e980f223da3d4812daef48c2550
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 15:57:24 2008 +0200

    vout: Create the drawable variable from the vout, not libvlc.

commit a1123b0a179ebeba90f29d0456dee475703e2775
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 15 15:43:29 2008 +0200

    playlist: Fix a typo in event detaching.

commit 10ca561a7fb0f5b9b76063380c6b393b384afb95
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 16:22:53 2008 +0300

    Fix warnings

commit f2f15f46eca071e5118bd115fc298cb507872fe4
Author: bl4 <bl4@playker.info>
Date:   Sun Jun 15 14:58:40 2008 +0200

    M3U playlist detection
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 8c032439f9efb3cc5bcadb05cd12b770b1459bf6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 15:52:51 2008 +0300

    RTP: always enable Roll-Over-Counter carriage
    
    It is pretty much impossible to receive broadcast SRTP without this.
    If/when someone needs to disable this, let me know.

commit b501c2e0bc8160ea26ffe50cbe209bb291166e03
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 15:32:09 2008 +0300

    Remove unused VLC_EBADOBJ

commit d408d54f23107e7e2eb1274c910c0e56977ef6fd
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Sun Jun 8 16:56:35 2008 +0300

    HTTP access: support for libproxy, with configure autodetection
    
    Libproxy can read proxy settings from KDE, GNOME, NetworkManager, or
    the environment.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 6ff7bb037ccb392b26575bfa81037f9f6030ec78
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 14:24:34 2008 +0200

    Add a note about extended state reporting for the web plugins.

commit a0b369116891d69b06e7a56ca66e4057a2150c7b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 14:14:58 2008 +0300

    RTMP output: fix warnings (msg_Warn invocation was broken)

commit c88f8414bc19e430d4f7dc2ff704b7e6568434fb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 14:11:15 2008 +0300

    RTMP output: restore listen/accept and remove ENOSYS connect
    
    Revert "Remove non-sensical connect->listen transition"
    This reverts commit e1b146414f8b85755fb917bbac941367fb3c4e15

commit 66bffcc5a3b8544635d4bfbe261ef381d577502a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 13 12:14:16 2008 +0200

    Update lua intf scripts to new API (untested).

commit 009f2b02c21d1d1e6e3e04d0766ecbde9f1facd9
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 13 11:51:31 2008 +0200

    Update lua meta script to new API (untested).

commit 8a16cc00967f87fe3344c40d86f5db29f2bcbbbb
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 13 11:50:35 2008 +0200

    Update lua playlist scripts to new API. (untested)

commit 326015842fbb404a7d947d1d7cdeb64fe879b69c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 13 00:36:58 2008 +0200

    Add a global documentation for all the Lua modules.

commit c0b61e8a89d47587b3df91c38910e3732b291ca4
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jun 12 18:23:28 2008 +0200

    Use filter chain in mosaic bridge too.

commit 95addd57388b78fdfb6a58c90437085de8bbbc33
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 11 15:57:58 2008 +0200

    Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround.

commit e9315c82f5662380e2f6c22b5ac419ae0dc2f876
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 15 09:33:29 2008 +0200

    Fix test program.

commit 43a486b582e5aad8ebbe075bcf2071bb8eb72057
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 22:30:20 2008 +0200

    Make distinction between stop and ended status.

commit 13706670b8ae37cfbd0edcd742b629ce4864d8d2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 22:28:36 2008 +0200

    Add Ended state.

commit 99c1a2579b946e0fd4212f533e3201ad2f49a164
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 20:22:00 2008 -0700

    Cosmetic.

commit 7d723b44f45faeb3f9c6806f270f2fe2cd7afd50
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 20:21:11 2008 -0700

    Attempt to fix crashes on the extended panel.

commit 5dd166aea54615debc47126762b0470e921ddcb2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 18:28:08 2008 -0700

    Kill a Warning

commit 286f6666e3538531bcbf0cadb7ab86f608f795c0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 18:02:17 2008 -0700

    Small adding to NEWS.

commit aa1388193ede252fe2a5d181b921d5ded7205953
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 17:55:31 2008 -0700

    Fix typo introduced in [ba06700b854653f4c1af9175aefcb92796d8fd2e]
    
    Sorry about that.

commit 83aca3e6b7bacf8e3ac54ed45f75d7c5264e903a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 17:53:42 2008 -0700

    Update freetype since security issues are present in 2.3.5.
    Remove unneeded patch applied upstream.

commit c69ca05dbe5cb62b500b547a5953ab08a5a63b8c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 17:48:31 2008 -0700

    Kill a "cannot pass objects of non-POD type 'class TagLib::FileName' through '...'; call will abort at runtime" warning/error on Windows.

commit 2d85699db07d43c46ca2b7eafcf81bfce489b0e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 17:17:36 2008 -0700

    Don't use deprecated functions.

commit ba06700b854653f4c1af9175aefcb92796d8fd2e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 17:13:33 2008 -0700

    Kill a warning on windows.

commit f82fe2f3cc346069e28085b1d0fcb78566c41204
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 16:51:43 2008 -0700

    Don't define smb_auth on windows.

commit 86682a8d838cd3efe3b6bab6114cdc347a6ab025
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 16:32:45 2008 -0700

    Remove unused variable.

commit a0a315c850c037a71e4bf8fd854bb6c671af4e02
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 16:31:33 2008 -0700

    Kill warnings.

commit b5c0d68d4eaffc2334ec3f558c54447560269ae9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 16:11:17 2008 -0700

    Kill warnings.

commit 25bf450c9bb035a1bd5a255b39175745f9d62c57
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:45:17 2008 -0700

    Remove unused variable.

commit 5e36fea91b8091649c87df437c99477e3472707f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:44:06 2008 -0700

    Remove unused variable.

commit ecbf636873c480950be9ded1c66ab5b696c5b5ec
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:43:27 2008 -0700

    Add a shortname to USF subs decoder.

commit 37708112ca12f0bacbed99fc5a1a7e774b7a8511
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:39:57 2008 -0700

    Remove unused variable.

commit 9d56c1846867dfa94f8e9318bdaaad0fd7f88bf6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:39:11 2008 -0700

    Remove unused variables.

commit 9b372ac695c839d5058d52be3860a870b69688c5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:37:16 2008 -0700

    Remove unused variable.

commit e43f1917217e06cceb4ecac4fc4ecf86f6c8a90c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 15:25:24 2008 -0700

    Introduce setLayoutMargins for layout margins difference between Qt4.2 and Qt4.3

commit 9af5ad61ebdb2f706a991b228ddb2aa36bc925d5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 14 21:48:05 2008 +0200

    Added a couple of more useful error messages

commit 3646783cd4862a71c0ae29ee114918cdc98fafeb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 14 21:23:54 2008 +0200

    Work-around a playlist-core bug which prevents 'intf-change' to be set on-time after the addition of new inputs.
    
    However, this doubles the idle-CPU load, so we may to fix that in core properly..

commit 967acfe76318ec2999308a47ee7fa43318d5723d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 23:22:29 2008 +0200

    Added some stuff to make sure that we get nice fps values for screen capture (range: 1 to 30)

commit a9654857c29c01272d235c1a85a3e4df95057d6a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 14:54:32 2008 -0700

    Parse RealAudio headers files. Doesn't decode correctly yet .

commit cc6941a5134af40e0a41620215bf9efe8ab5ba94
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 00:39:34 2008 +0300

    Fix memory leak and error handling

commit 8cb6c0e68064b2ec798487b81a97e01336d88cfd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 15 00:35:43 2008 +0300

    Spare relocations

commit 4fac9bb2655ad8894ad15b8bc896f88b08fbba0a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 14 14:12:28 2008 -0700

    Support more path to look for RealVideo Dlls.

commit 8ad05151abe4cefca9e61318d2f21c9a8d382923
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 18:11:20 2008 +0200

    mp4: Don't use playlist code.

commit bcab891bb6cfa062ed460c45dd0b8903de0419b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 18:01:15 2008 +0200

    nsc: No need to include vlc_playlist.h

commit 5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:56:42 2008 +0200

    demux/playlist: Remove ununsed functions.

commit 2c503642b62b88f4735c27b129fe8d38c047e02c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:56:22 2008 +0200

    mms: Get rid of the playlist.

commit 5faadbd6cd9bcb3c72c38ad51b48bc117a60c094
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:38:34 2008 +0200

    Remove VLC_DIR_ACTIVITY, as it is not used.

commit a0e351f5a791d05b4e38bf835064055d10730efc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:36:03 2008 +0200

    demux/playlist: Don't use playlist_t.

commit fcaf3746c77c7aaa692e39b3c377321f2155bda1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:28:29 2008 +0200

    stats: Kill a warning.

commit 188b8fa701e3987cb8479572dadd64644e6920c2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:27:48 2008 +0200

    sgimb: Kill a warning.

commit ff6d0af6bd54027a616eaab0caab220329b34b92
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:25:41 2008 +0200

    lua: Don't use the playlist in the lua demux.

commit 44b98768ae4e644412c662f909a5e3d1e5d1357a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:15:03 2008 +0200

    stats: Remove vlc_playlist.h

commit dfef0e4dcc482ae1d8fcaba9845b16607f5c2bf1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:13:51 2008 +0200

    cdda: Fix a really right warning.

commit 8589b24945ea0e4f049ab0d32de0fab8a480e9bd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:12:13 2008 +0200

    demux/playlist: Don't use playlist_t code.

commit 9e93e03708144022e1d47f138ba1917fd4eb41b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:10:03 2008 +0200

    sgimb: Don't use playlist code.

commit 555437f5819af1d783c9d05156da643672032184
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:09:08 2008 +0200

    shoutcast: Don't use playlist code.

commit 33c10298dba22b426c26aadf4e643a7f2765ca6d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:05:09 2008 +0200

    directory: Playlist code shouldn't be used here.

commit 23613e67cacdbcaefd3cf019a25bac7e3c34c02c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:04:25 2008 +0200

    cdda: Warn about wrong playlist usage in the file.

commit 2a5fae44a59cc6875825fdf16ab15a1ed305f6cc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:03:33 2008 +0200

    cdda: Warn about wrong playlist usage in the file.
    
    We should open a ticket for that one too.

commit d974dcd56c3e6e64c63911f8aee16eb3bf5ca1b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 17:01:25 2008 +0200

    cdda: Remove inclusion of vlc_playlist.h.

commit 359761887328403392fa85d36ef418aafc3eb00a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:59:47 2008 +0200

    xspf: Remove references to the playlist.

commit 89d24455d9c05be06de9ba8979806e0eb7647570
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:55:05 2008 +0200

    vcdx: Don't include playlist.h

commit 1d63f0df1be407b1976a37636ce69c76a0adea62
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:41:57 2008 +0200

    stream_output: Remove vlc_playlist.h from included headers list.

commit ffcd6fe001075b974d1e2605848f42c9f9458d3a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:41:21 2008 +0200

    vout: Remove vlc_playlist.h from included header list.

commit e018b9f1b325d9b10dd877428740bccc50eb71e5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:25:59 2008 +0200

    input: Remove p_playlist gc signaling now that the playlist is aware of vlc_InputSelectedStreamChanged.

commit 3c5f6d9e775895f0180c60befe3824172b4dfdad
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:25:01 2008 +0200

    playlist: Listen to vlc_InputSelectedStreamChanged events.

commit e9fba763dfcb5f7ba12211bddf75bba55c35896c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:22:35 2008 +0200

    input: Send vlc_InputSelectedStreamChanged.

commit 1c35d45fda7f5f2005629713a1fe07a9efa7182e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 16:19:13 2008 +0200

    Fix typo

commit 9649fa500ae53b88110ea92bebf711874e26762a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 16:01:26 2008 +0200

    Fix status reporting in test.html.

commit 84476bb3bd953b4ccae25427bfc9f1ea6c62d170
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 15:46:17 2008 +0200

    Update test HTML page.

commit a4bb63528cb37044ad04db9bb763d342cb3a7b15
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 15:35:43 2008 +0200

    Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t.

commit 0a54676f99e9dfe2461c3c6b893400357f68c440
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 13:56:58 2008 +0200

    Take win32 into considiration.

commit 15e55a2f26b2c758b482c5dbe3c7f80188ea67aa
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 13:56:02 2008 +0200

    Cleanup indentation

commit ef5b823d8102ea89d27a53705a9cc7cbace6b352
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 11:16:38 2008 +0200

    Remove deadcode.

commit c21f918405085ffadcaea9d7554d854cbb6efb10
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:12:51 2008 +0200

    input: No need to include vlc_playlist.h in control.c now.

commit 86c84715d3aff267e7a9c80854ec5394bdd8cfc5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:11:42 2008 +0200

    ncurses: Properly update on item-change variable callback.

commit bbd88529842f240f4bbe8a66b2e4b8d4a554d75d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:11:03 2008 +0200

    input: Don't do NotifyPlaylist() now that the playlist properly listen to input item event.

commit 89237ca2e9266e3cbbd8f561585443eba4584c6d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 16:04:24 2008 +0200

    playlist: Respond to Name and Info changed events.

commit ed1e1f8fc74fec155de7dd615801eb69f6f0d411
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 14 17:10:40 2008 +0300

    vlc_object_find(playlist) is an error

commit d01611b8bf53f270ba24762b2db465ea38b196bb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 14 17:08:58 2008 +0300

    Make the playlist a generic object

commit 378b00a0c611a99bd5449831886817775079276c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:58:28 2008 +0200

    input: Fix a typo in previous commit.

commit cea7dd86b070723c0c5f61cac8b45e9b8874201c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:52:23 2008 +0200

    Revert "events: use input_state_e in input_state_changed."
    
    This reverts commit 627aaa888d8bf6f2fa64749263128be78791b462.
    
    Well, we do need to define the type first. Limitation of how we declared events.

commit 627aaa888d8bf6f2fa64749263128be78791b462
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:49:42 2008 +0200

    events: use input_state_e in input_state_changed.

commit ace6fa7617eae3294d0d59d282d2975e0c6a4d47
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:47:26 2008 +0200

    events: vlc_input_state_changed->input_state_changed

commit 788413cf9c52db26d592426083b920cb5a364e3e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:45:44 2008 +0200

    input: Send vlc_InputItemInfoChanged, and vlc_InputItemNameChanged events.

commit 6db8b4dd9d6f2c545674055d6643b0a9aa436952
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:34:54 2008 +0200

    libvlccore.sym: Alphabetical order fix.

commit 680faa3c2e0e2e0c025f44bdd6e987b40ad3a42a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:33:20 2008 +0200

    libvlc_media_player: Use the input event instead of "state" var callback.

commit 1f145937721523b02169e0c03697b65b95444bd3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:15:19 2008 +0200

    input: Remove vlc_playlist.h inclusion.

commit c2bb7bf0d94e2fd931c531db15ee849482cfd3e6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:14:50 2008 +0200

    input: No need to playlist_Signal() on error now that the playlist receive state changed events.

commit 4d6512f547833838d0466c4d1f534a4671a15fd8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:14:04 2008 +0200

    input: No need to signal input's end to the playlist now that the playlist gets an event for that one.

commit 94e3fe126d7f582d1c64b0c23d4032d657df5a48
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:12:52 2008 +0200

    playlist: Respond to input state changed event.

commit def34b917dc0694ae650f3962662e79e63f22924
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:11:41 2008 +0200

    playlist: de-inline p_input setters.

commit 966feba166c6a6abe77fc2660da9da4549b4d104
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 15:03:15 2008 +0200

    playlist: Use a set/release accessor for playlist->p_input.
    
    (To better track when to attach/detach events).

commit c75d563f2fb190ba3cbd8ff7137c01cf05f0d84d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 14:51:44 2008 +0200

    input: Change the state to END_S when playback is really finished.

commit 18acd8a0fa3fc8239ba6d637f128d223e76a659c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 14:16:24 2008 +0200

    input: Add input_get_event_manager().

commit 5573aa7bb51ec74facfbe00fdaf4bc44711e7470
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 13:49:49 2008 +0200

    input: Send vlc_InputStateChanged events.

commit 6a938c3c6d2c933cba002cb93c286865def8ba40
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 13:37:02 2008 +0200

    input: Register vlc_InputStateChanged event.

commit acb1a3ac0c092b5d8d58ef23e629de8ebf26b95a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 13:21:10 2008 +0200

    input: Add an event manager to the input.
    
    Currently libvlc uses "state" callback to notice input state changes, and the playlist notice input state change via direct call from the input.
    playlist can't use the "state" variable as it is also used by the playlist to ask the input to do a certain action.
    
    The event approach is much more clear here.

commit a779588f7212b9d6f34b61dfcb457b31d0153f3a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 12:19:05 2008 +0200

    events: Add wrappers around vlc_event_manager_init for object casting.

commit 04f19d0ca3b49c830789f10381e8e5b30dd8eb7b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jun 14 12:09:14 2008 +0200

    events: Fix docs.

commit 0ac31c77f2e46da5bc61cb3dcdc77651ecf43027
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 11:05:32 2008 +0200

    Turn comment into error message.

commit ed58d07d9bc6718a4856fa57caf7615ba5334623
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 14 10:00:42 2008 +0200

    Fix indentation.

commit 117e2de01fcd2c3a29375ed0cd2f9cc7d34d6170
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 13 17:03:24 2008 +0200

    Remove trailing whitespace

commit ef7ff281ab3587a43786529cb67704752c8148b5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 13 16:18:55 2008 +0200

    Add playlist_CurrentId() to get the playlist item id from the currently playing item.

commit 5da255df6aa85568a0b8d736701472aeb0222057
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 13 16:16:06 2008 +0200

    Fix indentation in some of the structs defintions.

commit 21d5beede3b4df8a588b131a3ec598f2b84bc6de
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 16:34:25 2008 +0200

    Add comment about getVariable() and setVariable() JS function: they are removed because of their security implications. Everyone is advice to use the newer ActiveX v2 (IVLCControl2) interface instead.

commit feca357aaa88380d9e9c5c1bd21b2b25d4723acf
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 16:25:13 2008 +0200

    Fix building of ActiveX control with 3 functions being unimplemented right now:
    - VLCControl::setVariable()
    - VLCControl::getVariable()
    - VLCControl::get_PlaylistIndex()

commit e5eae01a3ef40bc9399c7da03958163571355008
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 16:24:38 2008 +0200

    Fix compiler error.

commit 23844810c6a042193496ed3de7b7b7eb8895f505
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 15:54:25 2008 +0200

    Readibility improvement.

commit 7f06456a573f5f4b951005035140bcd13c377495
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 15:53:34 2008 +0200

    Fix get_VersionInfo() and break long lines.

commit e5ff4e7a60e66465322c356392778a3593918b95
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 15:39:59 2008 +0200

    Move Toolbar to the IVLCControl2 interface object, where it should have been all along.

commit a2ccb9b4e1210d29a9578074636e6969e0bf8795
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 10:57:07 2008 +0200

    Use the same internal libvlc API as vlccontrol2.cpp does.

commit 6a0f2d4686439e3691462abfd602172b023e9272
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 10:55:32 2008 +0200

    Add some sane default values.

commit 763b6733737946e6527ce6bc4a803dccd04de834
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 09:43:29 2008 +0200

    Remove VLCPlugin::getVLCObject() methond from ActiveX

commit 30b36a445eb2607bb808b10c1e68d11489f3cec4
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jun 10 09:03:06 2008 +0200

    Add missing include to activex/plugin.h

commit 919164ac4d30e90a44a21a35be8377b25f69f804
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 8 19:53:58 2008 +0200

    Revert "Desactivate activex until it's fixed"
    
    This reverts commit 722f244d86015adc90ec9c7687856d941a5bf207.

commit 9f2297e41cea0b507a3826192e439c69da66d061
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 8 19:52:25 2008 +0200

    Indentation fix.

commit 1fda54e9d2ea9ae489dbb60c0164aa0b09c610cd
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 8 19:51:57 2008 +0200

    Revert "Do not try to build the ActiveX so we can at least have nightlies."
    
    This reverts commit 097f8fc9cddf85baac0ad3083c13a85384e86e66.

commit 15a5a372d8163340162f03bd0ed7a2d33a5ba33c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jun 14 00:24:31 2008 +0100

    More config.status magic.
    
    I'm not sure why we have a PRODUCT_VERSION and VERSION

commit 7290a1dc36d415fd9c800abad0c34a396b562236
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jun 14 00:22:28 2008 +0100

    Fix logic and comment

commit fe8791f079816dc89143aac47e8a123f759c6a1a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jun 14 00:04:31 2008 +0100

    Cosmetic

commit 5e9f18d23393ec13a36b366ef61ef1156408ab5c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 23:09:04 2008 +0200

    demux/dummy: Remove vlc_playlist.h inclusion now.

commit 058cf75a3dc66e4cf223a8cded6910daea90144e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 23:01:08 2008 +0200

    demux/dummy: No need to check for playlist availability. (Also fix #1543)
    
    This is a bit contriversial, but libvlc actually uses vlc://nop, and this without a playlist.

commit 6175138560eec61cb77424374b244818b0412fdc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 19:54:08 2008 +0200

    Implement the full/basic switch correctly and completely. Additionally, fixed a rare sprefs init failure.

commit ca0d8dc71f0b9250b2afb5f672c720970c87ab67
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 19:25:50 2008 +0200

    Removed useless setting which can confuse some setups

commit e783b74eca272d40c90c1bf3982894e074f11808
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 18:45:58 2008 +0200

    Add support for the http proxy password setting to the simple prefs and make sure that the last.fm password isn't displayed as plain text

commit 1de3029270b6aeb6a7301aead3b6587ae0a006bb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 13 18:52:09 2008 +0300

    HTTP: put the password to a separate field, so we can have ****

commit 1d23debf78f42a459c4ddef8ffeee8c17ac8694f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 16:29:32 2008 +0200

    VLCKit: Typo and create a link to include and share.

commit 21e1542f08c01307634b367a535bf60a14b3607c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 16:10:56 2008 +0200

    VLCKit: Fix #1587 "missing libvlc/mediacontrol header files".
    
    Headers are in VLCKit.framework/include/vlc.

commit 5a1dc1c6ec6583a0e7758eb7ae3ec494796f1182
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:47:11 2008 +0200

    libvlc: Fix compilation of libvlc_media_player_set_drawable().

commit ec8b0a2dd7c1d5e81d710a53b268ad70a37a0693
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:42:24 2008 +0200

    libvlc: libvlc_video_set_parent and libvlc_video_get_parent are deprecated.

commit 7041e62b4aceeba159c9b24396e27bcdbf59a233
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:39:47 2008 +0200

    libvlc_video_set_parent: Use libvlc_media_player_set_drawable().

commit d7f46e85fb1bbe570dc617458529f71552005bcd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:38:23 2008 +0200

    libvlc_video_get_width: Don't use a potentially freed pointer.
    
    Pointed-out-by: Lukas

commit fb90e6be51d85758f6275f69fb923e0461b7a5e9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:37:21 2008 +0200

    libvlc_media_player: Coding style.

commit 3e2015d830378f0e47b9a03c99608df7e7628486
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:36:44 2008 +0200

    libvlc_video_get_height: Don't use a potentially freed pointer.
    
    Pointed-out-by: Lukas

commit 4b83963f56efe43365aeeb7aa0a8e5558db65db0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:35:16 2008 +0200

    libvlc_media_player: Allow reparenting in libvlc_media_player_set_drawable().

commit bcecd6e072477ec9f88e65f2a34ce579ab2f6a77
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:20:11 2008 +0200

    libvlc_video: More line saving on error cases

commit 9b2aec79b1cab65b78581819e13410421116a253
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:16:55 2008 +0200

    libvlc_video: Suppress playlist existence checks.

commit 333b3ea49f5ebd606a409c39275d07559871d9cc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:15:13 2008 +0200

    libvlc_video_set_viewport: No need to check playlist status.

commit e315c9b416dd33922deb3700dd192bad1cfff872
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:14:38 2008 +0200

    libvlc_video_set_viewport: Make sure we don't crash if view is NULL.

commit d5aaf6b2714a65b9fd25f1c34624ca551c0ce99d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:13:34 2008 +0200

    libvlc_video: Save a few line in error case handling.

commit 242309aa32c60673010d3fd620818310d268b5d2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:12:05 2008 +0200

    libvlc_video: More simplification.

commit f3128ac1bc6e357f774f481b437b511752f02832
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:07:39 2008 +0200

    libvlc_video: Rename p_vout1->p_vout.

commit 57530c1b6605efa9510c28f0d3e5b4898f10eb1c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:07:15 2008 +0200

    libvlc: comment about libvlc_video_destroy().

commit 72d6a16e0038b544fdcb36f30139acf1dc9e5c83
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 15:04:57 2008 +0200

    libvlc: move libvlc_video_destroy to the deprecated function.
    
    It is doing something not supported at all.

commit 654e539f5501d6fff57dc0e8850d9c7d8a1550bc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 14:59:48 2008 +0200

    libvlc: Simplify get/set/toggle_fullscreen.

commit 662da2b390ed6c9de9c49ac1d349d855facaa819
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 14:56:18 2008 +0200

    libvlc: Properly release vout. Pointed out by Lukas.

commit 6b718fb870c80fddff21e2a87b25beee190f10bf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 14:55:03 2008 +0200

    libvlc: Don't attempt to search an input's vout everywhere. Only search it in input's children.

commit 917203ff1fc72c97676f3853881c55c6da8c2aff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 13 14:54:07 2008 +0200

    libvlc: Fix GetVout's comment. Pointed out by Lukas.

commit fd6294273ec43243abac97dd11b4fca1cd4f0257
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 09:48:13 2008 +0200

    Replaced a certain amount of vlc_object_find by pl_Yield
    
    Great news: there is no need to check for the existance of the playlist!

commit 6a498752f498c192bcdde2f37609746c28db1df2
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Fri Jun 13 09:04:15 2008 +0200

    Bootstrap when you modify configure.in

commit c84678fdc7d6971cc3ceb9aa8b7f9d2403b63444
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 08:45:04 2008 +0200

    We can't use this plugin for audio decoding on Leopard due to the removal of the old pre-carbon SoundManager API.
    
    As this plugin is heavily based on QuickDraw and Sound Manager, we definitively want a re-write using sane and supported APIs meaning either QTKit or a combination of CoreAudio and the 32bit C QuickTime API

commit cc13469bbbefe6789ad41271fa9d6c539e48d17d
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Fri Jun 13 08:26:18 2008 +0200

    Libdvdread fix on Win$uck$

commit e541f7f3aa33c65ad4e27d986251ce0eafdd96b2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 02:16:11 2008 +0200

    Added complete l10n to the Capture interface and a useful error messages to the input module

commit 5863629c3745e6dae9ba6a859beda1b35debde2b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 01:57:11 2008 +0200

    Assigned cmd-R to 'Open Capture Device'

commit 01744abf01e4a5389a19bfdabfa1c613c6c363c1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 13 01:47:34 2008 +0200

    Don't double free objects on error. Pointed by Pierre

commit d9421a57fca120c70c5980d5f4e69e9fa2c7324b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 23:54:13 2008 +0300

    Fixes and cleanup

commit 4c1e526b89aa7efe530406a35ab63c3dd955e544
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 23:33:37 2008 +0300

    Wx: remove translations

commit 0c19fd4113707e45ed9319212b8061175b9f9bf9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 23:32:14 2008 +0300

    WxWidgets: good bye, I will not miss you.
    
    If you wanted to keep it, you've had two years to take maintainership
    and start fixing this mess. It's a bit late.

commit 5801a8c41b16e796f9995cf6fa1a4cc054064523
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 23:29:15 2008 +0300

    Refer to Qt4 rather than WxWidgets for interactions

commit 9638c71a2d212b932a785d7effb5eef7c42a7198
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 23:19:58 2008 +0300

    Disable vout_RequestWindow. It has never worked properly
    
    Some people should have read some documentation about threading before
    they did 1000+ commits. Yes, I am obviously annoyed. I have been fixing
    VLC for 18 months because of these "great former developers".

commit bd054d30866ab0144e0b0582e249184a8ea6506f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 22:01:16 2008 +0300

    Remove services discovery tasks before the playlist
    
    I assume nothing can ever try to add a new one once the interfaces have
    been destroyed. If not there is a race condition.

commit bff9720dbec39d193e25cea5defee42da464ca92
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 21:53:33 2008 +0300

    Fix previous commit

commit b3de39d4bde46f4702e3ca4052e3abfcca330c61
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 21:37:23 2008 +0300

    NULLify p_playlist when the playlist is gone

commit 175310ff6066991ee45e2a839f8c53e12b75e6d4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 21:12:21 2008 +0300

    live: add --rtsp-mcast to force multicast

commit 64a03d2cb62dbeef8455883b0b5db99a7a777625
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 21:11:49 2008 +0300

    boolean cosmetics

commit f7f6282f0105598153d03fed83e6d29a2c2d8723
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jun 12 19:50:01 2008 +0200

    VLCKit: Use --ignore-config.

commit 67b654a45166f5ec078a0ac8dc6083ba50950814
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jun 12 19:47:11 2008 +0200

    opengllayer: Don't protect a module by #ifdef you'll end up in warnings. Disable it at configure time if needed.

commit 6a5fc04ec3b5e2e52a28c43bfac4d3b8587422f2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 19:38:39 2008 +0200

    Redesign the Capture Device panel
    
    Complete l10n to be done later on

commit 566d7d2fc459ca6047acbf3194275ce780c8190c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 20:40:23 2008 +0300

    Don't block all signals.
    
    Some (buggy?) thread implementations use RT signals internally...
    The handling of SIGPIPE remains somewhat problematic. We should probably
    use MSG_NOSIGNAL when writing to sockets, but this does not work when
    dealing with pipes/FIFOs or writing to sockets using write(). In
    particular, net_Write uses write() so that it can be used on non-socket
    descriptors too (I believe this is used by the RC interface).

commit 0ad8477b20fb8400808a7fd6148684f0960c0403
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 20:22:03 2008 +0300

    accept: ignore interrupts

commit 4e21e41ac9381e7d24f3a0ace8870ae0532d2cd7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 20:16:55 2008 +0300

    connect: handle EINTR
    
    Though this should not happen as we are using non-blocking mode

commit ead20e7c7c83815787f946db920e51bc38706eee
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 20:10:55 2008 +0300

    File: devices are not seekable
    
    Character device may be seekable (depending on the device) and block
    device are seekable, but only on certain boundaries which we don't
    handle.

commit 799fa2004db121688cec8a61e7be16d4d04f4dfa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 20:09:53 2008 +0300

    Network: handle interrupts when reading and some comments

commit ce5d66353521887ee67482d2a13178ee240216f1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 19:54:10 2008 +0300

    access_out_file: fix non-atomic write and error handling

commit fbeaf830d351d634d3ed3cecbae07d02f9663601
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 12 19:52:12 2008 +0300

    Factorize interrupt handling

commit 6914ba783217992334b90aa2bf3a8e2d8af3e09d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 12 00:47:59 2008 -0700

    Warning killing.

commit dcb4272a3a0816aa76720bc41823888290648d75
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 08:48:41 2008 +0200

    Also fix the video output window thanks to IB2.5

commit 852edc030a23e3f106e9eb31c2efbcab2705b2f7
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 07:44:51 2008 +0200

    Fix the controller resizing
    
    Note to self: don't ever trust IB3

commit 1008fd146bd6e91258e6692e8cd9e6051978f524
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 06:15:21 2008 +0200

    We don't need the .dvdread target anymore in here

commit 87e8a672735d277453f8225c87fb650c2ab20b85
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 06:11:20 2008 +0200

    Prepare for future darwin releases

commit 7a8c67c20fd1efca32b72897447d308ab023a1d9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 06:08:28 2008 +0200

    Make sure we download all sources first
    
    (only on supported platforms, being just Darwin right now)

commit cfa68960fd6e94f40b5e0061cccc1c51694d04f2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 11 20:55:58 2008 -0700

    Update the FFmpeg patch... Do we still need that ?

commit 775f2164a72873268eb01be8da048f6adbc3eb38
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 04:35:58 2008 +0200

    Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed.
    
    Additionally, we are a good citizen now, since we actually quit our session instead of just releasing it. This takes a couple of secs though.

commit fbbabab3905eccf35566b38eb3f70aa7633cae53
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 03:42:22 2008 +0200

    Fix the Default and Deployment modes for the native target

commit c6d27a64d05464580eac38e765d87a0f68310dfc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 03:25:09 2008 +0200

    Clean more correctly
    
    Use a ffmpeg revision which suits our state of patches

commit 2b31f402c55300bcc09692499ed1e9c7cfe3d539
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 03:16:40 2008 +0200

    Trying to use non-existant patches isn't exactly the idea of the century.
    
    Please leave the FFmpeg revision fixed and only update it if you sure that your newer one is stable, nice and cool.

commit 88c0dc5f1c242954c80f5404d885a55a8e89ab09
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 03:07:08 2008 +0200

    Use the native target instead of the jam-based target.
    
    The jam-based target is removed by this commmit.

commit 7f6fef58e8a7318f96d4a090493677e01d063a0b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 03:01:30 2008 +0200

    Finally upgrade the build target to a native one (in favour of a jam-based one, whose support is to be reomoved by Xcode's next release)
    
    Regrettably, this adds yet another file where to change the VLC version

commit 16bf23cb303dfa4e399d6d52336be8c8dfcbc2e3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 12 02:37:19 2008 +0200

    Fix libdvdnav in a reliable and quite clean way.
    
    Unsure about my sanity now though.

commit a02297fea0da8febdafbec72254a0869be58d13f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 23:06:43 2008 +0300

    Fix translation

commit a5d6fe0341f72612b7ca6be13d52fb2fca581f5d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:54:58 2008 +0300

    Use block_Alloc directly

commit 4fa484f5461bcccaaf37957b0803efc0932fce81
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:52:01 2008 +0300

    Remove useless stream parameter

commit baf568bd8ef0b334b89bfe8e5249f0ce4d420bb3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:48:44 2008 +0300

    RTP sout: use block_Alloc

commit c7a9cb6023cc1036e4e1762fd5c96956afc6216d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:45:27 2008 +0300

    Another ptime fix

commit 6cd917a9a69da17bcc2f477dbaaaa1c3cb38842c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:44:05 2008 +0300

    Of course, L16 has two bytes per sample...

commit 832cb393faa2548cbee96df95499f374daf4e8ed
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 21:39:41 2008 +0300

    RTP sout: rework sample-based audio codecs to not exceed the MTU
    
    Send as much data as the packetization AND the MTU allow

commit e72ecce9ec4febce33d043eb88bed83a32466ed0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 11 18:28:19 2008 +0200

    Fix logic error pointed by Meuuh

commit 59e0425d59a9be5f496ada0d89ac7f1e0574d442
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 19:24:39 2008 +0300

    vlc_object_attach: do not kill an object within the structure lock
    
    Killing a the parent within vlc_object_attach looks like an awful hack
    anyway. And there was a documented race condition, in addition to the
    dead lock.
    
    This reverts all the pluses from 99e8bcdd. vlc_object_kill() takes the
    structure lock internally (through vlc_list_child()), so this would
    always deadlock. Besides, we cannot take any lock within the structure
    lock, lest we forbid any thread from ever manipulating the objects
    structure while holding a lock on any object.
    AFAIK, only object reference spins and the messages bank can be locked
    within the structure lock.

commit 0b06fc57642beaf6e21c5cfdcb9166a52f3dc1f8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 11 18:57:54 2008 +0300

    Blind attempt at fixing the libintl/g++-4.2 problem

commit e39bc8a53f6217f817a1e8dabbcd1c7e292bc545
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Wed Jun 11 12:29:10 2008 +0200

    Fix of showing FS controller when it is slowly hidding
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 2aa6ed9b67b83743c36baed75e1e6b56e91284dc
Author: Rafaël Carré <rcarre@m2x.nl>
Date:   Wed Jun 11 16:57:23 2008 +0200

    FFmpeg encoder : be sure to use the minimum required buffer size
    
    Use the correct type for the buffer

commit 03ec97b0f1e272d2a247571415d9bc0e03d0add2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 11 10:19:30 2008 +0200

    Add support for Cinepak, Indeo Video IV, DVC Pro 100, DVC Pro HD and Pixlet (the last one being Mac-only)

commit a7cde6734406704ee529a3bef09e1f4af5d3637d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 11 09:44:53 2008 +0200

    We also want to activate AMR-WB. More to come within the next few days.

commit 4a86bd439339cf24000dfadce78dd05c0fe46a45
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 11 09:40:40 2008 +0200

    Activated iLBC support on Macs running QuickTime 7.5 or later

commit a39be0837a5252caf944638e898b96369492c73e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 10 16:07:53 2008 -0700

    Try to fix the win32 compile.

commit ab9b30429626c36ea819e05dc5fce1bc13db59c1
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Wed Jun 11 00:51:12 2008 +0200

    FFmpeg update.

commit e9deaa7efcc16156fbfdb114c8fcd36244fba441
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 22:38:31 2008 +0300

    Typo

commit 6fecdb7f115fb07bf99a5e6c9402611215df9016
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 22:37:17 2008 +0300

    Fix make check too

commit 5740cd118b3ec8a833ceedbd21603d281f15abc7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 22:34:44 2008 +0300

    Fix make check (sic)

commit 4eea8797286691d6518e0508d7c4656deca53b70
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 22:10:34 2008 +0300

    Bunch of always on demu/x plugins

commit 7e5e610fc819430240ca7fdfb168d891a1a86941
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 10 11:11:12 2008 -0700

    Fix postproc compiling.

commit b2507fdacfeb67212a47b15e35aac4af06fe360b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 21:02:36 2008 +0300

    Fix permissions

commit 4c20f3dc05464b7568cfff194cb4d400f3f11a3a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 19:54:33 2008 +0300

    RTP Vorbis payload format (incomplete)
    
    (as per RFC queue'd draft-ietf-avt-rtp-vorbis-09).
    Not tested against other implementations, and some pretty bad PTS
    issues. RTP only provides us with a valid PTS for the first frame in a
    packet, and we don't know the length of each frame, so, hmm... I wonder
    how to compute the PTS for non-first frames...
    
    Also, we would need either an SDP parser to use Vorbis (properly) as a
    dynamic payload type, or to use a proprietary static payload type and a
    proprietary static RTP clock frequency.

commit a48b31078719ddd3ee9890ccf66613043376408f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 10 20:02:32 2008 +0300

    rtp: don't build unused directory

commit 79489524037f62469bb9db74f442328351b294c9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 10 09:18:51 2008 -0700

    Decode H.264 with QuickTime on the Mac.

commit c55222a882256a2c28245dc6cf9486bcf969befd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 10 16:59:13 2008 +0200

    Unregister a "sub filter"'s private SPU channel when destroying the
    filter. Since filter destruction is always requested by the subpicture
    core itself, we already have the subpicture lock so no need to lock.

commit bb03e12e367a4e3a5e8127fd5ebc1a7eb670c4f0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 10 16:31:30 2008 +0200

    Partially fix sub picture filter chain handling. Still needs a bit of
    work.

commit a7588a7ed7877c3b46b193ea07b2fccf70d6e2c1
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 10 16:16:31 2008 +0200

    Fix zoom gauge in magnify.

commit d9330ddd769d2969242ebda00868880d1c8c27f2
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 10 12:32:08 2008 +0200

    Add missing include (OpenDemux uses the CloseDemux function, so the
    compiler needs the prototype).

commit 081302dd85a4f6c2593ee5ac1d8f1a6c6e929a5b
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Tue Jun 10 12:02:39 2008 +0200

    Fixes for fullscreen controller
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit da6227f959a0a4448f4a49927fa9bdff8939ab02
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 10 10:09:31 2008 +0200

    Remoteosd: initialise gcrypt

commit c3d58105344a51ff1e20c99ea4c6bd64e61f63be
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 10 10:08:09 2008 +0200

    Remove outdated comment

commit a1710873c5c71fe1deb8cf1991e51bb6d5654faa
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Sat Jun 7 18:30:19 2008 +0200

    Fullscreen controller
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit e6a8ec99f28bfc1baed92328c9afa737c18afdfd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 9 23:41:54 2008 -0700

    s/H264/h264 in http interface.

commit 27479a57a9eda150ad9e221f0368fc4f8c0fd5fc
Author: Adrien Maglo <magsoft@videolan.org>
Date:   Thu Jun 5 14:24:56 2008 +0200

    Use less CPU : reduction of the number of iteration when it draws the frame. Some non-code corrections of the previous patch.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit a690954e568e8445fa42108fb6f85825b5bc58a9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jun 10 02:08:15 2008 +0200

    Fix libdvdnav compilation

commit b5983c975eb5e13c39310d889c291a8f290f2899
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 9 22:34:52 2008 +0100

    Update and activate portuguese l10n. Thanks to Bruno Queirós

commit 45ae1b754ba80def6823e0f0d93787e7953601f0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 9 22:13:20 2008 +0100

    Typo (pointed by Bruno Queirós)

commit a77080d567d0ba6598a06af6f02c7ef24bfbadcb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 9 21:49:29 2008 +0300

    Support for sudo

commit bf19c9ed7a2d45d6a76ab80da12d1ef87315d540
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 9 21:50:01 2008 +0300

    Update files list

commit fadf3d1c018ec08e2b3cbda5f50bc926c91c0f55
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 9 19:08:27 2008 +0300

    chroma.h has moved

commit 6158cc5ff47bc0134d40516f30d56d403dffb114
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jun 9 17:08:15 2008 +0200

    These days, the Quit method of mpris is made on the root object

commit 2759cb40cd3e22536b2b64e9a22fb9026ee377ff
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Mon Jun 9 16:22:19 2008 +0400

    demux/avformat: add Modules.am (otherwise bootstrap is b0rken).
    thanks Vladimir Belousov for noticing.

commit 9666ad55571f788991718daee284c13539d41e9d
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Sat Jun 7 17:23:04 2008 +0400

    HACKING: fix some wording / changed macros / changed dirs.

commit e1dc5004a567f11726ed2412a463d1045374bae2
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Fri Jun 6 16:01:17 2008 +0400

    toolbox: dont remove config.rpath.

commit c14e984f064918563e7ec6c942f1bd2bf24cb5af
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 9 09:44:40 2008 +0200

    Remove executable permission from source files. (btw, why isn't the .h
    file just named remoteosd.h?)

commit e384ccdd7c800ced1f02681b217f8f798526f586
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 01:03:52 2008 +0200

    Remove old post processing code remains from avcodec/video.c.

commit f7d5f3e7cab176a0d68b736e05dece392d611161
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:59:51 2008 +0200

    Move avcodec module files to modules/codec/avcodec. (The 3 shared
    headers, avutil.h, chroma.h and fourcc.h are also located in that
    directory.) This should be the last commit in the "Move all the old
    ffmpeg modules source code files around to make it seem like you're
    working while you're not".

commit 139829d3d2a11be7b95b71e0887775f8350d5586
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:52:34 2008 +0200

    Move imgresample.c to the video_filter directory.

commit a2caeb589c2a22159eccda561298807fe961adc7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:47:20 2008 +0200

    Remove crop/padd code from imgresample module. Imgresample is now only
    1 submodule (well, 1 main module) which can take care of resizing and
    chroma conversion (basically it's the old chroma.c code). All the files
    have been merged in imgresample.c. In the long run I might split
    resizing and chroma conversion to 2 submodules (performance impact would
    be nil). (This is untested.)

commit 24463d005000387f52b962cc29558981e6975025
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:23:42 2008 +0200

    Add a FIXME and fix a capability declaration.

commit 21574c3af48d66e582466f1260175ba9c5f445f2
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:31:54 2008 +0200

    avformat is demux/mux. Move it to modules/demux/avformat.

commit 25f84cd94c4174a3fccea9977c7b2e6e0390ba2e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:17:52 2008 +0200

    Move swscale.c to the video_filter directory.

commit 3f92e9ad6a693a76a01affd41136c90f585a5aeb
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:15:39 2008 +0200

    Merge all swscale plugin related source files (except chroma.h).

commit 3e3d877613cb0d0fba70343464c96a6a10abf411
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jun 8 00:00:01 2008 +0200

    Add new var_Change action: VLC_VAR_SETISCOMMAND. Previously it was only
    possible to set this attribute at variable creation time (and for some
    reason I don't understand that didn't work in one case so I added this
    work arround :p)

commit cc872f332621b1f639362e6b2a3d57e9dd9bc533
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jun 7 22:53:56 2008 +0200

    Revive postprocessing. It is now a video filter (the interface code
    needs to be changed accordingly). It "works" but I can't spot any
    difference between postproc-q 6 and postproc-q 0 using the
    redefined-nintendo.mpg test video ... I'd appreciate feedback on that
    point.

commit 13d659d285019565598b0f202d68c2628bead821
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 9 09:41:23 2008 +0200

    Last time I checked, V4L2 was not a demux :) (well it can sometimes be used as an access_demux ... but it's still an access)

commit 5c8b51dde22f92bd6a0a97ffb5d7f5ffb6cc621f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 9 09:27:51 2008 +0200

    Cleanup, a few additions

commit 60e28ddcc0c593d9d1184e0668bc260a1cff73f5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 9 04:49:28 2008 +0200

    Fixed linking the remote OSD plugin

commit e42134085b4ffb63084693684a0237d592c5f06d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 9 04:34:18 2008 +0200

    Default enable the update checker on OS X as pointed by j-b

commit fa31c4f9fc83e8b792ebe478e61bb6e5b1c6f358
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 9 04:04:23 2008 +0200

    Merged the notes for 0.8.6g and 0.8.6h
    
    Some wording improvements

commit 446404d040a75c4b3d57ae8e8f0d994a7d0cee53
Author: Matthias Bauer <smile4you@gmx.ch>
Date:   Sun Jun 8 09:41:49 2008 +0200

    Added plugin RemoteOSD, a VNC client as video-filter
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit c52079ad5b4c3b0f6382f226df319dfc8d7c2173
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 18:43:26 2008 +0300

    This was not supposed to be committed, sorry

commit eff0b66b3f4486d7f62b6bd4749145967baa7b49
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 18:40:09 2008 +0300

    RTP: partial Vorbis payload format support: defragmentation

commit 3e3e4050ad254cdc5c1e60ca860ea71635a9d244
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 17:52:16 2008 +0300

    RTP: set the discontinuity flag as appropriate

commit 2487f4b1224c3ae07686de96b376d14325922e84
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 17:52:43 2008 +0300

    Fix typo

commit 5112dd3d4b64c1c7a263b2a78f11fa5bd4c216b2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 8 16:06:25 2008 +0200

    Fix building module/demux/rtp.c for Win32 and WinCE (mingw32/mingwce)

commit dd8d083b9220e81aa08963696d60240d5b4b2fce
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 6 11:59:15 2008 +0200

    Break long if statement in several lines.

commit 53acc52072e1aed06c67e9fb721f54eed2c49391
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 16:31:00 2008 +0300

    RTP: fix packet re-ordering

commit badb0cf039197a9642d0f235903ca5e88deb7f3c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 00:18:58 2008 +0300

    RTP: partial linking fix

commit 539ecfa542c90027a5312ab9bfc91b40b2090bbe
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 8 00:15:09 2008 +0300

    Fix warnings

commit 933e99f23c0eb1a9800b7ecf2e1f5a9eaae720a3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 23:47:00 2008 +0300

    Fix return type

commit bc3065cce85a957d079b9addd0cc5bd26935c7ba
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 22:35:15 2008 +0300

    Include copyright and license message in each plugin

commit b19b0c517976be0f8b6642ba606d6c712f1c43fd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 21:54:06 2008 +0300

    Fix the libgcrypt variables substitution

commit 37ff7ca16070b6ebbcaeec3f088b867e8bb1352f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 21:37:29 2008 +0300

    Remove non-sensical statement

commit d298be305753896b424a729995eeebb8f15c6ba7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 21:21:55 2008 +0300

    RTP: add secure RTP receive support

commit 086a3bc3ee6dc48b4398d8e75036528b2cf926fb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 21:18:20 2008 +0300

    SRTP: try to fix dependent libraries

commit 7788eb792526b6ff51d4fb9c899fcf27dff55f1e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 21:17:57 2008 +0300

    SRTP: support for parsing key and salt from a string

commit 593ead3e38343338a59a85208b372703481edeaa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 18:34:49 2008 +0300

    Ooooooooups

commit 26f8df3b9bb2b1d3af666feafe1faf4e108c42ea
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 18:34:16 2008 +0300

    UDP: remove old RTP code

commit 51a5b2bedc0dd99f556c3fb64ffa8450c5401a44
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 18:33:47 2008 +0300

    RTP: add Framed RTP over TCP support
    
    (untested as I have no software capable of sending this)

commit 1b44115761bd8c966bca4452e8fba9fb321e7991
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 18:05:24 2008 +0300

    Remove some dead code

commit c26261bf473f3ffdb8777132b1bf82817c3ece84
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 17:24:00 2008 +0300

    UDP: remove unneeded DCCP support

commit 24d0946f7a13ab7ee7f5c41fcf374f677bb6fd89
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 17:23:49 2008 +0300

    RTP: support for DCCP

commit be0a4188843b2cb1ab4b68a7bd08d78e178a5a21
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 17:22:37 2008 +0300

    RTP: ignore muxed RTCP packets for the time being

commit ce5b2bb75fa980d1b0c47c2ce4f8020170113c83
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 17:31:57 2008 +0300

    RTP: fix sequence tracking

commit fb3812f73c1461ec69e4b861f7e1561227ffe2c3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 15:06:42 2008 +0300

    Fix POTFILES

commit e00ed66db01fd05f61006f1b06fadf637dfc6291
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 14:44:23 2008 +0300

    Revert "Qt4: do not use vlc_object_get"
    
    Qt4 (and a bunch of other GUIs, I suspect) needs to reference the audio
    output properly, but they don't. As such, we need to keep the loosy,
    slow and broken vlc_object_get() usage.
    
    This reverts commit 7f120f79a85567bcd5ff484c03a15d15a9b11cdb.

commit 4619c0a56757e47963f5f4c65b414d14468f92b1
Author: Kaloyan Kovachev <kkovachev@varna.net>
Date:   Wed Jun 4 22:18:15 2008 +0300

    Move the CSA Key parsing inside csa_SetCW function
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit d9810ce021930691108ea74812d4ce6f5e3df547
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jun 7 10:31:17 2008 +0300

    Untriplicate vout release code - fix #1593
    
    Unused video outputs are currently attached to libvlc, so there is no
    point in destroying them from the playlist (twice), then from libvlc.
    This should also fix #1593 (multiple vout free).

commit 872bfb52d2563c38c8fe3f4c831d2503d3f3a104
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 19:34:03 2008 +0300

    Force thread priorities in the supported range
    
    (assuming rt-offset is zero)

commit fbb8255dcf8ced858d59927cb17c4f577a8d9c15
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 19:07:55 2008 +0300

    Remove __LIBVLC__ test

commit fa22e4435c9fc1d5d774567b150ba4fb587e2f1b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 18:55:10 2008 +0300

    Bring back reckless user proofing.

commit d9799c1965d9d4781f5fd87310cd7052d790eb11
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 18:47:56 2008 +0300

    Bring the root wrapper back

commit 793c4fa6eed6c89c4622728c9cf02ac7ebce3d9a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 18:30:39 2008 +0300

    vlc: fix conditional compilation

commit 536779c8d510cc6b9a29be9614be5e51961caeb8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 18:14:56 2008 +0300

    Fix/split rootwrap_bind

commit aa47b1621816c96eff4d6c7edb7b4859192013a4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 17:48:48 2008 +0300

    Rescale POSIX realtime priorities within a portable range
    
    POSIX warrants at least 32 priorities from
    sched_get_priority_min(SCHED_RR) to sched_get_priority_max(SCHED_RR).
    We were previously relying on 41 priorities, from 0 to 40.

commit 33c8a14f95a2c378b1f374ff3e2d3e669d4992a3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 17:39:28 2008 +0300

    Do not set a priority for non-realtime threads
    
    Contrary to process priority increment ("niceness"), thread priority
    increment increase in the priority of the thread. So multiplying
    negative priorities with -1 was totally wrong here.
    
    On Linux, there is only one non-realtime (SCHED_OTHER) priority, 0, so
    the code was failing safe silently. Don't know on other systems.

commit 2efddef08d002f95619b37232c52c74baeb696f2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 17:29:46 2008 +0300

    Set the thread priority before its creation
    
    This should avoid priority inversion.

commit 6145aa227a84a32b65beb8f27758e63f0b23b6b3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Jun 6 16:51:52 2008 +0300

    Add missing unicast parameter in the Transport: response
    
    So-called "RTSP" VoD remains extremely broken,
    and I have no intention to fix it.

commit 05480492c24943a17a784b8551562e5d728e8a4e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jun 6 15:35:02 2008 +0200

    Mention the RTMP access and access output in the NEWS.

commit 37cc9246d48fadc7797cf892d1b35842a3433add
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 13:48:50 2008 +0200

    Fix typo.

commit 1403a857a80372af56bd37b70f24275b95f88408
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 13:10:36 2008 +0200

    stream: Don't attempt to seek() when reading to NULL in *Immediate method, as pointed by Rémi.

commit e0791ca6584cc946e3cbd94695c88cb6bde4d289
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 12:58:38 2008 +0200

    stream: Support reading to NULL buffer in *Immediate method.

commit fedb1403b0e27202857cc76bef1da40a4f09aa6e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 11:44:59 2008 +0200

    NEWS: Add something about the new options to reduce latency.

commit 73b24166d6307f39a76394b85cda0cd073ce138d
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 12:03:23 2008 +0200

    Revert "Fix mozilla detection logic"
    
    This reverts commit 05cb347026d5f03fdbddac517fe75372fc308a9b.

commit 7076fe3a4144be3b546eceefbd2578d1cca2521d
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 12:03:03 2008 +0200

    Revert "stream_Read() : makes the buffer mandatory"
    
    This reverts commit 0bcda15e362b5e00fd4b6f458206ac52035b217d.

commit b1285bea5deab1b29307256057f661b573d03186
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 12:02:56 2008 +0200

    Revert "ASF: Use stream_Seek() if we only want to seek"
    
    This reverts commit e9fdaf06b59ebdd0b9b5faa000c18732354e44e1.

commit 01a24c0a09948e805de1534b0ef238ef21d8872a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 12:02:46 2008 +0200

    Revert "ASF: Do not use stream_Read with a NULL buffer"
    
    This reverts commit 77a7babe4a2e4391ec33bf690fb1abecd28cbb74.

commit 77a7babe4a2e4391ec33bf690fb1abecd28cbb74
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 11:54:50 2008 +0200

    ASF: Do not use stream_Read with a NULL buffer

commit 05cb347026d5f03fdbddac517fe75372fc308a9b
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 11:40:41 2008 +0200

    Fix mozilla detection logic

commit 38cc65962e877401d6209e8b925f345fc17369ec
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 11:39:54 2008 +0200

    Use stats demux only if selected

commit e9fdaf06b59ebdd0b9b5faa000c18732354e44e1
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 11:39:18 2008 +0200

    ASF: Use stream_Seek() if we only want to seek

commit 0bcda15e362b5e00fd4b6f458206ac52035b217d
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jun 6 11:38:47 2008 +0200

    stream_Read() : makes the buffer mandatory

commit 8e95f585aa1986e02153ed407abf00d998d8af3b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 5 18:25:21 2008 -0700

    Small fix for DVD menus.

commit ee285661e1b40a67b004af979c7b66c02bb432fb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 02:31:15 2008 +0200

    input: Comment on how to enable auto pts delay adjustement.

commit ed7b6cb100a89089a05b59b8c2ff70d0663a05c4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 02:30:50 2008 +0200

    stats: Ownership.

commit 722f244d86015adc90ec9c7687856d941a5bf207
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jun 5 23:54:39 2008 +0100

    Desactivate activex until it's fixed

commit 1bf957985128b9b4b294ae84f4558172cbcb89c2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jun 5 23:45:43 2008 +0100

    ffmpeg.h was removed

commit 2713a7228ba300c9a82d8d27189320a6e46d0be1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 00:27:35 2008 +0200

    input: Explain a bit more how --auto-adjust-pts-delay works.

commit ea89b9c2d9d5b13c28da56f6b5ec284614db491f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jun 6 00:13:27 2008 +0200

    input: Add --auto-adjust-pts-delay, this allows to stream/receive with an extremely low latency.
    
    Simple demo:
    vlc --sout="#duplicate{dst=display,dst='transcode{vcodec=mp4v}:std{access=http,dst=0.0.0.0:8080,mux=ts}'}" --ignore-config  --use-stream-immediate movie.avi &
    vlc --use-stream-immediate http://127.0.0.1:8080
    and
    vlc --use-stream-immediate http://127.0.0.1:8080 --auto-adjust-pts-delay
    
    You'll have to wait a bit until the pts delay is auto adjusted. Generally it takes 2-4 seconds, because access set a very high default pts delay value. One amelioration would be to lower the pts_delay when this option is set to allow a quicker convergence.
    
    The general algorithm requires some tuning, but results are here.
    
    Note, this only works if there is a video track. A similar function could be developped for the audio tracks.

commit 6f8ce7ca56918ca2423b8728a3276aac8ba1cfe4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jun 5 23:11:00 2008 +0200

    input: Use mtime_t for pts_delay.

commit b99a3f6baaab73b33bd088bcdbf37b2291debeb3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jun 5 21:42:09 2008 +0200

    stats: use vlc_common.h instead of vlc/vlc.h
    
    Don't trust cherry-pick blindly.

commit 70d5f8682bdcff58d50e5aac649e0e47be893374
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 01:06:48 2008 +0200

    stats: Add vout stats module.
    
    ./vlc movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8081}"
    ./vlc -vvv http://127.0.0.1:8081 --demux=stats --vout=stats --codec=stats

commit f4844c9888a5410803fe9cfa13813dee4823e67d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 19 19:14:54 2008 +0200

    stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}"

commit 5df2e973d079c0a43572cb9b248d226911b4cfbc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 23 13:28:36 2008 +0200

    stream: Add a new method for buffering access: A*Immediate method.
    
    It is much more efficient regarding latency as it doesn't bufferize more than needed, and let the module access take care of that eventually.
    
    Enable with --use-stream-immediate. We may want to default it.
    
    Note: --use-stream-immediate will be only effective on access that don't provide pf_block() for now. This is because I didn't benchmark against the Block method.
    
    Here the gain that I did measure is about 200ms (less latency) when using the http access on a loopback.

commit 446bfcd5f40d640097b4e765ae234c47b9831d12
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 5 20:10:04 2008 +0300

    Do not use print colored help if stdout is not a TTY

commit b11eefc487ea5da71db21a775b3de3e0214d7188
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 5 20:05:34 2008 +0300

    Typo

commit 8e17cc40106fd1b44b6f48fec0bdc1298b27c2bf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 5 19:04:56 2008 +0300

    Support for using a custom text domain for configuration strings

commit 64ae2cbffa7639c04869e6588f80f5c1a7d05221
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jun 5 19:16:05 2008 +0300

    Support for custom text domain in module strings

commit 129717e22fe674e4e4ac69fbcd5e9f055db3708d
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Thu Jun 5 19:39:00 2008 +0400

    Contrib: remove unneeded and outdated dvdnav.patch.

commit 40e5d0d1abbf12b90e8b47ccdbd7452d720b0b52
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Thu Jun 5 19:37:52 2008 +0400

    Contrib: Remove libdvdnav-win32 patch, applied upstream.

commit 25ef68ba9cdf9590433a0e2faf001dd2a1cc835c
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Thu Jun 5 19:36:15 2008 +0400

    Contrib: update bulk patch for libdvdnav.

commit ca2350877d158830421fa47f147387a11e2f0ba1
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Thu Jun 5 13:04:03 2008 +0100

    enable display of background bitmaps (eg, picture subtitles)
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 26716258739260ba9c3ffbe0d1e78509635abda2
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jun 5 15:31:02 2008 +0200

    Don't workaround unknown bugs in external libraries
    
    Better comment them fully, if you are too lazy to report upstream

commit ae2b7693af07621c2b3d7cf22c9acb242cb224d8
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jun 5 13:00:14 2008 +0200

    Use a libhal property only if it exists
    
    Regression introduced in [c75dafab5775afe24fc5f2bd944199bb361d6269]
    Bug spotted by Fabio Ritrovato

commit 2f05de0d7e3ca03806b2306deb9d256a6e789a0d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jun 5 02:35:29 2008 +0200

    libvlc: No need to link to Cocoa.

commit 47db573323acbeef61d4261c24764aa971be2ef2
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jun 5 01:52:50 2008 +0200

    Don't try to build broken postproc modules

commit 4f96ebd607c62dac7a21d6055514c07dd2d4cd09
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jun 5 01:31:23 2008 +0200

    Remove debug (tip: put debug messages in spanish, they're easier to grep
    for in english code)

commit 778665b00ee9e8788174eaa540f050276b18cf0f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jun 5 01:23:17 2008 +0200

    Default enable the dvb and v4l2 modules.

commit 42683681f7a24c8441828d8ee77e3b40d8661dcf
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jun 5 00:46:39 2008 +0200

    Typo: use debug code only when wanted (and defined)

commit 3c5c04601e89885ce961a766d85cffe9ab5b375a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jun 5 00:02:42 2008 +0200

    This should fix audio transcoding. (unfortunately I have some issues
    a bit later ... but at least it gives a starting point for people
    wanting to have fun with transcode / audio / filter chains)

commit 6d004778d445e1666c33b6ea4515a32428218e05
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 23:06:27 2008 +0300

    RTP: support for pulse code modulation

commit 8235fe322236b1e1270caae42da9c2591ea0263f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 22:04:58 2008 +0200

    YUV 422 Packed motion detect (still kind of broken).

commit 2306ec6b95ece0e0443cd1a292ea8095c99209e5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 22:04:44 2008 +0200

    Fix segfault in transcode (audio).

commit 2085fb08ae43ba48a2ab115505b9524808233b3c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 20:19:05 2008 +0200

    Factorize some code in the filters.

commit b6dc08dbaaf134f80a528e1ac1e63309a55cf9c7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 20:02:58 2008 +0200

    Factorize picture dating and releasing code.

commit 728bc0ab3a8436fd68cdbf3c4f91399a3c0100b0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 20:02:22 2008 +0200

    Useless statement.

commit aa1b2f6ffffa6ce35440e5fe7b3e81e19b0c771e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 19:58:16 2008 +0200

    Add support for Packed YUV 422 to rotate video filter. Output quality is
    less than that of the planar version (uses nearest neighboor instead of
    interpolated colors)

commit 2e65b47b71e8458270d3988271200232536acbe5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 16:53:19 2008 +0200

    Only try creating the filter chain once.

commit 3088c9e953ab32bf63e93490f78a278e488bb5ce
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 22:30:44 2008 +0300

    access_udp: remove UDP-Lite support

commit 7636aceaee9cff1ec11710848d0822132189a46f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 22:30:13 2008 +0300

    RTP: add UDP-Lite support

commit f10ba0d30508dc9e66f9853f79b5b7e1d8505aa4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 22:16:04 2008 +0300

    Do not use the old UDP access for RTP/AVP

commit 421bedb95dd122328c40f15093c74bb10762d16d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 22:14:51 2008 +0300

    Build the RTP plugin

commit 9649c59908053fd96488d1126a9149ce9ce40fc4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:43:38 2008 +0300

    Don't check for impossible error involving object types

commit c3a30a7b7b312f3004b88fe9185b491ea3fc7430
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:35:56 2008 +0300

    FTP: do not rely on object_type

commit 2709abbb60aeeba299d9cab347cda64f635c2b26
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:30:38 2008 +0300

    Remove VLC_OBJECT_SOUT

commit a03298340f2ff224d52446bb3ad55eb4208fac52
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:24:25 2008 +0300

    Remove another unsafe sout cleanup hack

commit 031c6028192ea228892e105e94b1c370256b0d3c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:16:29 2008 +0300

    Playlist takes care of sout-keep, NOT libvlc!
    
    Fixes a bunch of crashes at exit.

commit 65892ac8249cd60f0f2ae25e138a76c76436e9e3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:13:47 2008 +0300

    Handle sout-keep from the playlist engine

commit bed1fe1b898a0721a58461fe7c97f0eb376ac1d2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 21:12:07 2008 +0300

    Simplify

commit 0c3914d0a43ef2132131828967146169343a39d6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 20:45:43 2008 +0300

    VLM: remove the unneeded sout-keep hack

commit e3c6b242570ec32867138f9bd11414400814431b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 20:34:38 2008 +0300

    Remove sout-keep from the input code
    
    It needs to be done by the parent (VLM or playlist)

commit f2852bcf0d7f6d19df6af364d806a42dfc040677
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 20:34:13 2008 +0300

    Fix crash if inputs fails and there is no sout

commit 86afb9792b9990d47d036cdbc3a1f216152d0960
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 20:33:17 2008 +0300

    Fix grammar

commit cc01f686c5f807d6b53ea5298c4687f5a41dac28
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 20:16:47 2008 +0300

    vlc_threadobj under NDEBUG and refcheck under LIBVLC_REFCHECK
    
    vlc_threadobj() is no use otherwise. People may want not to enable
    reference checking all the time also...

commit c15a5164ddd9105ce4de09fc9dcd95d4263ad3df
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 19:59:28 2008 +0300

    Ignore exceptions correctly - don't let libvlc assert

commit ed2a403f13bf8265d16ec5a721f8b27e07945e79
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 19:50:20 2008 +0300

    Remove redumdant b_play code

commit 4d50cccae6bd757cfc3db77f515827a8c94dac21
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 19:43:25 2008 +0300

    VLC: start the playlist at start

commit a62595b97ffddfb1e75827354ff56da227f44cad
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 19:32:23 2008 +0300

    libvlc_InternalAddIntf: remove the other boolean

commit 17eeea99c4940cbbd43f2c7e25da23f5e6e133c2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 19:18:24 2008 +0300

    Simplify

commit a8712a3720567c0b03612d0d93d354bd90f8b138
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 18:43:06 2008 +0300

    Fix sout leak if the playlist is gone

commit 497087466251d63b5245082c5200f5df21a5af4f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 16:51:20 2008 +0200

    Use gray for the place holder color on packed formats (else you'd end up
    with an ugly green in packed YUV).

commit 35877427331f64d9ec9b7b662564722301908c65
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 15:32:12 2008 +0200

    Fix help string.

commit eb7856b7405bb1ae4472081760d89b6134fad464
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:34:35 2008 +0200

    Add "Y800" and "Y8  " as aliases for the "GREY" fourcc in the core.

commit 39eef2d3c94153157cafa65f8b655c19e6b80806
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 12:57:50 2008 +0200

    Ugly hack to make the filter chain work correctly for the video output core. This will be removed once all the different picture release methods have been merged into one coherent method.

commit 5cc4255aa74f938e38cbdd9dcca4136475a4bc3f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 12:56:46 2008 +0200

    Fix a few compilation warnings.

commit e259db6fefa6941b1a9cc2c01de8536c53b3ec01
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 02:24:00 2008 +0200

    Use filter chain in subpicture core.

commit 350148d32c57a849a34dd44df89058b41f28531c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 00:28:03 2008 +0200

    Use filter chain in video output core.

commit 9675983e20ab9bd6d9784afbf01f72ade9f5a7db
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jun 4 00:27:34 2008 +0200

    Use filter chain in transcode (audio filter2 and video filter2).

commit 7f0421c222c40c5a7719d25463dc99540f3aac93
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 22:48:45 2008 +0200

    Remove unused types and fix indentation.

commit 57d88c823edb427bdba7ed9d77da707064d90f2e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 22:44:06 2008 +0200

    New filter chain handling API. This should make it possible to factorize
    a lot of code everywhere a filter_t chain is used ("video filter2":
    vout core, transcode, chain.c video filter; "sub filter": spu_Init;
    "audio filter2": transcode; the other types of filter_t objects are
    never chained)
    
    Btw, why aren't "audio filter2" filters used anywhere in the aout core?

commit 69c6803c9cdf2232a76903722a542e26146e7d51
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jun 4 00:06:27 2008 +0300

    RTP: support for G.711
    
    Note that it seems to suck badly, but as I get the same awful results
    with RTSP+live555, I have to assume eitehr the whole synchro is broken
    or the stream output is

commit 7e42e3223bf8b5bb8baa8477b3636cec3dcbb72a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 3 23:39:48 2008 +0300

    Ignore unknown payload types

commit 91f7b6f52527c671ddafcb0f478a33a83ce0f379
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 3 23:32:27 2008 +0300

    RTP: add support for MPA and MPV static payload formats

commit b8b6f0b05a4964e50321644b6bf36a6814557a01
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 22:24:43 2008 +0200

    Add missing prototypes

commit ceb76725a3e379b337fada346417818030b497c2
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 21:57:31 2008 +0200

    Link with libavutil when needed
    
    Use tabs in Makefile

commit f9dcddd88db1da17054b2eb2285ac7126772e38c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 3 22:43:29 2008 +0300

    Minimalistic RTP demux
    
    Currently, only MP2T payload and UDP transport work.

commit 1a811a836cf332ca0492d3e7f8898329197cc9aa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jun 3 19:09:59 2008 +0300

    Fix typo

commit 11b51d62210fb0cd6f0c067eec6e40074e9c9c7d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 17:01:03 2008 +0200

    Do not align height and width on multiples of 16 in XVideo output. This fixes #1604. If someone thinks that this fix isn't correct, please revert this commit ... and explain why it was wrong :)

commit 86c91e1260731c8c3d708af0ed289b048d78bf98
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Jun 3 18:56:20 2008 +0400

    Contrib: update libdvdnav patch to current SVN.

commit b72ef60a0dc52ac7c1d8a455a3d6975b0f1b50d8
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 16:02:11 2008 +0200

    Shut down debug useless to most users and developers

commit 425e7f204caa4ed2ae2dd77062cd18bd9c598702
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 16:00:45 2008 +0200

    Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec (small hack include to fix AC_CHECK_LIB code), postproc with libpostproc.

commit 3a49e9f3cae6e766766fbf81ed9239a6e475be7e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 15:19:37 2008 +0200

    Split should now be complete (postproc still needs to be fixed).

commit 11aac010aca2776806eeee5f95fbdf6b87e751be
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 14:56:07 2008 +0200

    Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers.

commit f289c1f178d4eee60e527153021fa6f91adb4d7a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 12:48:17 2008 +0200

    Mention the ffmpeg split in the NEWS file.

commit c0662427d22a4c90a57a051a46a552eaef1f31bf
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 12:01:50 2008 +0200

    Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale.

commit 1ce62168f30a42924db2535fe8c499e1eae5d2bb
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 11:24:15 2008 +0200

    Remove unneeded VLC_OBJECT_CHROMA define.

commit ebbc287d752e33efd2bdb74fbc4916134df00bf7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jun 3 11:23:11 2008 +0200

    Add fallback to img_resample based plugin if swscale isn't available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...).

commit e81f8e4ca21f28b3449b8922b6b81e12c1e56a4b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 01:50:37 2008 +0200

    Remove dead autoconf tests

commit 68eb2ac4c12e2b93017a276ae6df1038006b2774
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 01:46:45 2008 +0200

    Makes configure list enabled modules

commit ad3d28409f5b7ad44136b19332ccc609362f8025
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 01:32:40 2008 +0200

    Listen to autoconf warnings: cache-id must contain _cv_

commit 267c2d9cbee2264324a7539641ac8efbe8d88151
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jun 3 01:09:58 2008 +0200

    Cmake : cmml has no dependency, enable it by default

commit a692da436862b7ed8177169ce0008aead618fdc9
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 3 00:27:56 2008 +0100

    libhal is not a strict requirement

commit deb2a71bb413431047d1980d31902ee71e146789
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 3 00:13:09 2008 +0100

    Slovenian l10n update by Matej Urbančič

commit c85bb4b7cbf13c16e74bc4d21a2487f5f8b98d1d
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 2 23:27:06 2008 +0100

    Update pot and po files

commit 04f2e3ab668962c758fdd2d0c7adf624abc4c399
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 2 23:18:03 2008 +0100

    Serbian l10n by Marko Uskokovic and Gorana Milicevic of cp6linux.org

commit c75dafab5775afe24fc5f2bd944199bb361d6269
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jun 2 22:10:26 2008 +0200

    Remove support DBus & HAL APIs
    
    Acked by DBus code maintainers

commit 5b49b6b1456606c6f82cbaa79e5a0f9970364470
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jun 2 21:53:19 2008 +0200

    Fix i420_yuy2 chroma

commit b538efdf8d7080991284c705b8e5176e3a2cdcff
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 2 20:45:15 2008 +0300

    Fix linking postproc

commit 135b7417245087df851d518c583982eae0efb197
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 2 20:32:07 2008 +0300

    Look for postproc/postprocess.h correctly

commit e0f21fbc2e9bc4a1a385dd4e6fa0a1bfdb6b98ae
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Jun 2 19:22:10 2008 +0200

    Fix applying of ffmpeg-svn-configure patch.

commit 66902e1ba79b6181caa26b3420a60831e4f7faf8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 18:34:05 2008 +0200

    This module scales with nearest neightboor algorithm ... lower it's capability score so that swscale will be used if available instead.

commit ecc787cdac7b327be6a97f65627972a8c1556977
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 18:26:39 2008 +0200

    Simplify scale and chroma conversion code a lot. Remove native croping, padding and 'canvassing' support for transcode. Those will be availble through transcode's vfilter chain in the near future.

commit b28eb687ff725907f2ffb37c4c3fc1071bf77437
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 17:24:20 2008 +0200

    Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core.

commit f4c4d8d2f03eefa4333203c35d1cb0ebf433438f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 16:44:03 2008 +0200

    Setting a local var to NULL right before exiting the function is useless.

commit 218efb93081e39e66b44a78d728847e1a3679db1
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 16:25:25 2008 +0200

    Chroma modules now exactly implement the "video filter2" capability.

commit a519caccb5a01a42700c664d69bb5ced218dafa1
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 15:01:33 2008 +0200

    Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules.

commit 7f9999df31ecac9d34fcf98a6074776ab275b754
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jun 2 14:31:34 2008 +0200

    Enforce --no-overlay option in SDL video output.

commit 2e2178f773f3316cb9895e25eb14b8db70f9a414
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 21:44:06 2008 +0200

    Chroma API change. Chromas are now normal video filters (almost).

commit efc571987f4047c0454f75d3ee30ba4df3693fa7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 22:36:04 2008 +0100

    Adapt transcode to use the new croppadd video filter when needed.
    Do not use knowledge about the FFmpeg version in transcode.

commit 0b74611881cf342ad2acc2337e3a4f5210b714df
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jun 2 18:02:36 2008 +0300

    Add -ldl (git commit --amend with -a again!), document news

commit 12f23f648dbe01c8c362a24315020f59b90e3efe
Author: Wang Bo <silencewang@msn.com>
Date:   Mon Jun 2 10:14:38 2008 +0800

    RealVideo codec through DLL loader
    
    With the mutex patch plus a few fixes.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 72da704cd7eddd002c5de789bec9b528aa838656
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 22:30:26 2008 +0200

    Cmake: enable a bunch of modules - still a lot TODO

commit 2a1ee35de7086cd7a967ad6cd55321412767c008
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 22:16:11 2008 +0200

    cmake: enable mmap access

commit b46ba4105c1db449f5045f07386931052e6eb042
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 23:13:13 2008 +0300

    vlc-control.pc -> libvlc.pc

commit 6fd7ce2fba1afbe9832f4846456017c5f7a8e6a0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 22:07:20 2008 +0200

    playlist: Code readability.

commit 097f8fc9cddf85baac0ad3083c13a85384e86e66
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 23:01:30 2008 +0300

    Do not try to build the ActiveX so we can at least have nightlies.

commit 0e7a548e6e2d4e6adbdcb5f963cca635ac2a96f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 21:50:18 2008 +0200

    playlist: Compile fix for previous commit, plus warning removal.

commit 61ee17a85417817e8046fe5373f160f5349cbf07
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 21:47:49 2008 +0200

    playlist: Listen to duration changed events, and remove a vout->playlist dependency.

commit 9ff2a688923e778b1526dba269c836afa1c5a1e1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 21:44:31 2008 +0200

    playlist: Listen to vlc_InputItemMetaChanged. This removes one more playlist->vout dependency.
    
    This could trigger some interface bugs, especially if they handle their callbacks carelessly. Revert if you have issues, but also consider to fix your interface.

commit fe1fdaf598d73a3cabe417ae85a6132623a10466
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 20:52:20 2008 +0300

    Simplify AI_NUMERICSERV usage

commit 3527f69d9fbbbd8327c80354c4ad3122df521ee8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 21:17:16 2008 +0200

    libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout->playlist dependency.

commit 65f35e28ead51530840e0c4b488a8b219a019fe7
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 20:32:25 2008 +0200

    Fix various bugs / missing checks for cmake
    
    Add ENABLE_NLS define, and make po files optional
    Update source files to latest modifications
    Add missing function checks
    Define QT4LOCALEDIR
    Require ncurses (I will submit a patch to cmake to check for ncursesw)

commit 7d218020ad0516530bcd6a3b3c18998bdf024a1b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 15:53:45 2008 +0200

    Typo

commit 15e6f2c9d099fac8307a8e40055886e2f11de1d5
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 14:30:27 2008 +0200

    Binary updates: support arbitrarily long descriptions
    
    Note that an upper limit should be set anyway

commit 53c74579305052334468d130a3f4bfcfc3757209
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jun 1 13:49:42 2008 +0200

    s/vout_Destroy/vlc_object_release/ - A cat is a cat

commit 23293def20be7820c9b891c4e219e2cf71f6d636
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 16:50:01 2008 +0300

    Look for reference leaks. I found none, though.

commit 6391721b5a50240dfc9da84d4bac3ba9759f33df
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 16:32:54 2008 +0300

    Another memory leak

commit 586f3818972c895194167f06c3003b8a9236ca34
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 16:28:42 2008 +0300

    Fix small memory leak

commit e750a4887f4bc15f726dc2ab00f1dfaa18b39e8c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 16:17:11 2008 +0300

    Simplify Win32 command line parsing

commit ca12c6bb9fffe9dee9442c5f57c8ad620e4c9c4d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 14:40:13 2008 +0200

    Revert "service_discovery: Remove an uneeded hack."
    
    This reverts commit e31c7798f239aa6ea94c8ba302c663405d4d9a27.
    
    Damned, this is a hack to display psz_cat in the playlist.

commit e31c7798f239aa6ea94c8ba302c663405d4d9a27
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 14:29:37 2008 +0200

    service_discovery: Remove an uneeded hack.

commit dd9d6f4ed86df260b6447a4a1d8db5a5ccaeee48
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jun 1 11:16:57 2008 +0100

    Handles the VLC_EEXITSUCESS case
    
    So that vlc --{list,help,module} don't get us a non-null exit code

commit 3df8219d70e452cfdd6631658202fb59da4e225f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 12:13:57 2008 +0300

    RC OSD: Fix NULL check after deref (CID 109)
    
    (cherry picked from commit a2d82490555eb3271a77b4958bc8528091951901)
    
    Conflicts:
    
    	modules/control/rc.c

commit 951d135f82db558748836d065ba440ab9128e9e4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 11:57:22 2008 +0300

    ./vlc: clean, also speed up make distcheck a tiny tiny bit

commit 2e40b4c523f32cfeca90434c63c705b467863393
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 11:34:41 2008 +0300

    Fix deadlock when quitting the dummy interface

commit ca797b1332660646ac7c8f0cec481782433726ae
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 11:16:10 2008 +0300

    Use pl_Yield instead of vlc_object_find

commit ddfce772105e4d8a765a3c29e692a93593ec4ec5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 11:03:45 2008 +0300

    Missed files in previous commit

commit d17b42fe978dd0de33aebd002e37d8ced946d021
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:49:10 2008 +0300

    Fix a warning

commit 6f9eedc7b73936de86ab406f9cfd3e3946d68d96
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:48:49 2008 +0300

    Fix prototypes
    
    /!\ In pure C, `()` means `(...)`, not `(void)`

commit ef20d249e83dfd3321754c1e7a964e448001898e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:40:13 2008 +0300

    Try to fix mozilla

commit 87c8d9dd25ea706a53eb05deb54f32401fffa262
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:37:56 2008 +0300

    Fix changelog distribution

commit eb5e7fb48e14a138a4e05c3672626995d58a90d0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:29:08 2008 +0300

    Fix building the testsuite

commit f56ed8d5f4ce44fed277cecfd8a0be495c4191da
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:26:46 2008 +0300

    mediacontrol: fix compilation

commit dc902fa14a53020687df276243e532eaec407fa8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:22:29 2008 +0300

    Remove recursive libvlc <-> vlc/vlc inclusion

commit 92fd43285ca7188ce237788dd5172cf3f6071fcc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:13:32 2008 +0300

    Bring mediacontrol back in the headers test

commit 8c80fa1d7682cb48cec428fd5f8c10325169316c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:12:55 2008 +0300

    Do not include vlc_common from vlc/vlc anymore

commit cf249e3a425ed77f6cd37c3247001c744603bbf2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:12:28 2008 +0300

    mediacontrol: include vlc_common and fix ABI (= avoid bool)

commit 6349569ec884998211024e3288b41ae3fa6adc6c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 10:11:34 2008 +0300

    include vlc_common

commit 78649c5df05775231258c14d30c1fd3b7dfe0010
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 09:47:52 2008 +0300

    Fix the headers test

commit 24f4104f8afa6c896a51207b223e7d488c7b01e8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 09:39:36 2008 +0300

    Fix

commit 952d118d97d168123b947cf8edcbc3a0360f0d9b
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jun 1 00:42:33 2008 +0100

    Be more verbose about the failure if we return a non-null exit code

commit ff90a8aa61756921006597b7ce37f380df3c80aa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 31 15:41:45 2008 -0700

    Don't include deleted files.

commit 42a19ee8d0729b5fb39a994b4778990f6227b48d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 23 16:03:27 2008 -0700

    Mingw64 defines _I64_MAX in limits.h

commit 2203521d89348a28dc1d0381c5ed8d28ee8d9de3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 31 23:30:27 2008 +0100

    Don't use deprecated and removed API in Mozilla plugin.

commit 31a8cbee8c72701d11dc5152b91256134c8165c8
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 31 23:03:37 2008 +0100

    Don't use vlc_int64_t. It no longer exist.

commit 231a36af4f787ee52033de936b8e7d2ed4f06732
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 00:21:29 2008 +0200

    Revert "Preparser: yield the playlist (NSDRCID 1)"
    
    This reverts commit f3b97438a7451c340b27446d687c6c5603a8323a.
    
    It creates a circular reference holding. (playlist is the parent of the preparser and hold a reference to the preparser during all the preparser life's span).

commit a717f3bb306a96e04a1ef0993a4f379d307ffa49
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jun 1 00:19:11 2008 +0200

    libvlccore: Don't do vout destruction before destroying playlist.

commit dc6b4028e188f28131b487e6ea817de150c2eecd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 23:48:33 2008 +0200

    minimal_macosx: Add miosx as shortcut too.

commit b394e8e711d9e0f90d0b4b13353ead8b43bd9621
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 23:47:14 2008 +0200

    minimal_macosx: Add a KillerThread, that will kill the App when the intf is killed.

commit f3b97438a7451c340b27446d687c6c5603a8323a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jun 1 00:03:00 2008 +0300

    Preparser: yield the playlist (NSDRCID 1)
    
    (Not-So-Dumb-References-Checker IDentifier one)

commit 48c51ebb1336aac7ebb026a128457828782a87d6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:56:19 2008 +0300

    The not-so-dumb references checker
    
    I saw you, evil preparser thread...

commit 070e3454880e849f3ebca21d5f803cdd13351049
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:51:19 2008 +0300

    Keep track of object held by threads

commit 90fd835fb4e43fcc2cb0b80d988b253843c4c548
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:33:04 2008 +0300

    Remove unused static (oops)

commit 91bf9631ce65c0e5183573810f338fe7cbc7ea1e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:30:58 2008 +0300

    vlc_current_object: remove, vlc_object_get does the same thing

commit c45fbbdf1014b87cc36f2cab4bb683415e123377
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:20:29 2008 +0300

    Fix memory leak (legacy of CID 92)

commit 90ab070189879c021ab380e9505aeb25e1e6e8ee
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 23:09:10 2008 +0300

    Fix memory leak (CID 95)

commit 13a1c6b8b8c82e1234d11b8b90c9ceb488ee55f0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 22:30:46 2008 +0300

    Remove VLC_* dead APIs

commit 5ba2255e622499a3bb545e89c84a675f0adde07f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 22:06:17 2008 +0300

    Remove vlc_int64_t. Was not even correctly defined.

commit 3dfd0c4914338cc83373e1f4e006acdc0b1b1d43
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:49:14 2008 +0300

    Do not include vlc/vlc.h from libvlccore header files
    
    If something depended on this behaviour, it should really be fixed...

commit 3561b9b28f58eb7a4183e158a8fd973800d31ceb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:49:57 2008 +0300

    Plugins: include vlc_common.h directly instead of vlc/vlc.h

commit d666030b2349e8a710fcba4d2cabb912cc700580
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:56:22 2008 +0300

    libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h

commit 2ec3bddef115eb4cf575c5dafd64077891a6196f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 22:09:39 2008 +0300

    Move LICENSE_MSG to the right section

commit df4d199617f1d4bcb56c5fe4426fb655a2786949
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:51:14 2008 +0300

    vlc_common.h: protect against multiple inclusions

commit 2a9418cb81410ad8e2c538674b64bb6cbb91385d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:44:57 2008 +0300

    Do not use VLC_AddTarget internally

commit a20c35e9023c2ac3e413451224e9cb8370da9d9b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:36:40 2008 +0300

    Move non-deprecated version functions out of the deprecated file

commit a308763e5e6312316c38d7e40e1a0eaaa78b3cf5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:28:51 2008 +0300

    Separate libvlccore and libvlc headers
    
    Now, we still need to remove the vlc/vlc.h hack.

commit 2f1752dd6c9c5c45ba432a8aff2a30d29ca0e7c8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:27:28 2008 +0300

    Playlist stuff belong in vlc_playlist.h

commit 5a81d0eed372f73ccd5e419c674171192c4e8e5b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 21:18:26 2008 +0300

    kVLCDestructor: remove, does not exist

commit ae7fd38a47a43ebbba3674dff19c2b3d20245807
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 20:12:55 2008 +0300

    VideoLAN VLC media player 1.2.3a is too long for NSYS - fix #1490

commit f9b646408f693e006d9df0afd3355374f0583d12
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 19:37:20 2008 +0300

    Kill LibVLC children without the libvlc lock

commit 1245b2b35ab23b0a9e06a7194b937e592570bbdf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 19:35:56 2008 +0300

    vlc_list_children: fix memory leaks

commit 3bccf493a142f1cac0042f3dc5f714cea1340671
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 19:16:57 2008 +0300

    Typo

commit ed6a92ec6518a92167dca6c3ebb90c42c9c3de53
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 19:07:05 2008 +0300

    signals: fix race condition with sigwait()
    
    The signal thread may catch a signal before the interface thread is
    initialized. We need to check signum before the first wait.

commit 425d6074da0f80e93ba092507c487068ada8e054
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:55:03 2008 +0300

    vlc_object_timedwait: same change as vlc_object_wait
    
    Also fix a minor timing problem in the screensaver plugin.

commit cb56da1c4061ac2b22378e085a5253f0d94d95b0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:45:22 2008 +0300

    inhibit: fix another instance of the killed-before-wait race

commit 0adb6e3edef57a255a4c405fbecdce5f6f1dd03c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:40:15 2008 +0300

    Have vlc_object_wait() to "return" void.
    
    It was a misdesign to have it return b_die, due to the race condition
    mentioned earlier.

commit ca996f1791eab14f411419d4048dd501eda3f715
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:58:21 2008 +0300

    signals: exit properly

commit 119907171ba2165f0259e37baf19cdf9e9f595a5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:30:23 2008 +0300

    Ignore vlc_object_wait return value
    
    We need to check vlc_object_alive() anyway, due to the intrinsic race
    condition whereby the thread is killed before it's got the chance to
    lock its object and call vlc_object_wait().

commit 2606ef55873bcd2b1366c161b97d8d693facd26a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:28:54 2008 +0300

    Do not use b_die directly, and simplify

commit a3069143195fc51aecced37fef9725c0f8acb9dd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:26:07 2008 +0300

    interaction: fix signal leak
    
    There is no point in unlocking and locking again immediatly.
    Not only will this typically fail to yield the CPU to another would-be
    waiting thread, but vlc_object_wait() will unlock&lock anyway.

commit 4463b6cbc4ba8023b65309c30c862dbcdff7dec5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:23:25 2008 +0300

    Remove unused variable

commit da9faf35be408e8fe1968e5a1acd66599c454b8f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 18:38:59 2008 +0300

    Fix make race condition

commit 043f82024c6e216a8516fca775da1561ad427a8c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:18:31 2008 +0200

    This should work for all planar YUV formats (in fact it should work for
    all formats where the pixel pitch is of 1 byte on every plane).

commit b2f6e68bff8cec278b8fb9b3dd10db961af0968a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:13:13 2008 +0200

    Validate input chromas here too. Currently only planar yuv is supported
    but packed should be easy to implement.

commit ef1b187e33d3bfac639e5b32e141ae8a516c9774
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:07:58 2008 +0200

    Validate input chroma for grain filter (planar yuv).

commit 0c6b8c406c486d06087dfe7a470174dc8cbe83ad
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:04:01 2008 +0200

    This can work on all the planar YUV formats.

commit 7e748b09efa87817a363338c8f75858e0a2a425c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 31 17:00:26 2008 +0200

    Validate input chroma in gradient filter (the current code only supports
    planar YUV).

commit 81c68015ca4dd00cb35d1784040a48e5915c7989
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 31 17:13:43 2008 +0200

    Fix CID 103: resource leak in EsOutAdd and check malloc return values.

commit 222d90e0f1b6efc6421228392e02a3906680d5c7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 31 16:04:37 2008 +0200

    Check malloc return value

commit b39f83c87a5234cfbb8de61364d757288f4880c7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 15:42:08 2008 +0200

    Work around the fact that autosh..tools does only check for header presence, not usability.

commit 498c3f39debd343d190f511fc2f5143d72bb7841
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 31 15:31:01 2008 +0200

    Removed check for p_sys->b_osd because it is not necessary.

commit 07f363a4228870c2210957ad202635ad1dc45e4d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 15:27:53 2008 +0200

    mozilla: Use --ignore-config, we don't want local VLC to interfer with the plugin. Also support exception.

commit 71d7c0d462dc16ec4eb806209020a04f046e85ef
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 15:26:53 2008 +0200

    vlckit: Make sure it compiles, by switching to autotools. This will allow the framework to be a bit more stable, as autotools is still our main buildsystem, and modifications to it break cmake often.

commit fdee36bba38e0471580b5196f4a59dcb374ee11b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 31 15:23:39 2008 +0200

    Fix CID 107: dereference pointer before NULL check.

commit b5aea37246dccbbc96ada824df72ac54ae38ed5e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 31 14:43:14 2008 +0200

    Fix CID: 101 resource leak in osdmenu parser.

commit 091157c2e15ecdf9d1d8c884b5a30a3796ea8b63
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 14:07:51 2008 +0200

    Typo.

commit e68398dc863a4eb87fcc804d32ab0d6eb3eae9c2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 14:04:33 2008 +0200

    configure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.

commit 4af9b5114e371d07eb5c30890cdf1f8b133a563d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 31 13:37:48 2008 +0200

    macosx: Sanitization. Suppress non-sense yield(->p_input) release(->p_input), invalidate the manage thread, make sure we don't re-run a timer when the interface is dead. (Shoot 'em up!)
    
    Remember, you can't assume that in your thread an object is alive if you don't delimit want-to-be safe place by a lock(p_obj)/unlock(p_obj).
    Also, yield(p_playlist->p_input) is invalid if you don't lock the playlist before. The correct way here is to use vlc_object_find() as the locking policy of the playlist is not safe.

commit 1993aa3c29ccd1daf22cd5925e218b34afa52a1c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:42:58 2008 +0300

    Remove bogus old code in tree dump.

commit 792c8ca37fbac2707af4eb695f231c3d70284a92
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:38:12 2008 +0300

    Warn about vlc_object_get

commit 26c146e8ac44d1e23d57c1e950578768c85e4465
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:29:30 2008 +0300

    intf_Create: remove unused parameters

commit 40caaae0a39213f906821ba206cfc1fd59ebdf10
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:25:56 2008 +0300

    libvlc_InternalAddIntf: remove useless options

commit 9ae47b931d4026f7f41e7f4e729cee35a4d767ff
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:23:24 2008 +0300

    Do not use interface parameters

commit 06a986a5f375bc21a107349bd05548ea2853af3f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:14:18 2008 +0300

    libvlc_InternalAddInft: Remove unused b_block parameter

commit 1814dd90cd47216f0d51d5cb84de3a4466080de5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:06:16 2008 +0300

    Simplify

commit 639305249fa03e6c5ade7d829e4f2435e8205323
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat May 31 13:02:29 2008 +0300

    Fix typo

commit add88a3ae20f0073da5eb5c35f9cc202532143e1
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Sat May 31 11:17:56 2008 +0200

    Explicitly check for and link to libavutil
    
    av_free and friends are used in the ffmpeg plugin, and after r13528
    ffmpeg's .pc files do not tell anymore to link needlessly to its
    private library requirements.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 6af454000084721920ae7a50c53c921b68d88c6d
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Sat May 31 10:14:02 2008 +0200

    Include altivec.h before any other vlc header
    
    Including it after stdbool will cause compile failures as pointed by
    Mike Frysinger in https://bugs.gentoo.org/show_bug.cgi?id=224289
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 2ec34bde3ba7c7207e0f44c1ad5d4910101b37f7
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 22:45:54 2008 +0200

    OSX GUI was forgotten in [85f5092ee68d13fd4056848d5a2124e753fc69f5]

commit a7aecc25db75993d860e8002993881155d6f73d1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 20:52:25 2008 +0200

    macosx: Make sure the killer_thread ends.

commit b6efef389a66779d7a2e4a7a4bd7b45ef5aab0df
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 30 12:10:01 2008 -0700

    Quit correctly(?) from the interface/DP. Should fix #1598.

commit 19c12d3c5f70ff4dc5f34b1caa644bdba539b221
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 30 11:28:01 2008 -0700

    Set style in mediacontrol_showtext()

commit f754dc2291a35f9bff26ca0868e01835125df724
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 30 11:21:46 2008 -0700

    Fix a warning.

commit bde69111f30b2466ee3f22628060184558b14513
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 30 19:53:52 2008 +0200

    Fixed FFmpeg configure patching

commit 375c32ffcacd8781b7c5329d4d7714d8c879625b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 19:25:22 2008 +0300

    When checking for filters overflow, actually handle the error (CID 48)

commit 7c2d9c9b74261d773cbce34e0243f28c99157f34
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 19:07:06 2008 +0300

    block_Realloc: shortcut the release case

commit 84207844e7c0a51fbe16693ead8698c1db0e1b4f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 18:03:10 2008 +0200

    libvlccore: Also print a backtrace on Mac OS X.
    
    Note: We may want to check that at configure time.

commit 3a2e925ec784fad9370cdebdf28fca22a2fb3517
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 18:01:58 2008 +0200

    macosx: Remove a trailing
     in msg_Dbg.

commit 23c0576033063e9669a6443c42fbedbea09f043d
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri May 30 17:24:14 2008 +0200

    Fix generation of libswscale.pc in ffmpeg.

commit fb04f24982242a835b3ae7382f6dd4fcf6ace5f9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 18:56:42 2008 +0300

    Fix NULL pointer deferences (CID 120 & 121)

commit 47e1374a4ece32cb234b361da3dccfb1f846e7ee
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 17:54:39 2008 +0200

    libvlc: Don't wait if p_libvlc is dying in libvlc_wait().

commit 21702e21867f9c7134865397eb6e19e994636149
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 17:31:43 2008 +0200

    playlist: Make sure fetcher and preparser won't miss a vlc_object_kill().

commit 449e70599ee029f1b11155e4e9da3ee09e4108bb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 30 17:29:45 2008 +0200

    More *.m4's to ignore

commit a64f194f6a5188a0f2e1214d92e10c923a8a64d3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 30 17:27:46 2008 +0200

    Fix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly. Thanks for finding the duplicate!

commit 3f14ac4172fe496b8e0deb2e01c2713e5b3133eb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 18:17:40 2008 +0300

    Print backtrace in vlc_pthread_fatal

commit 234a17d087d4b5648adb9051a847db31bbc47149
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 18:14:25 2008 +0300

    Improve the still really dumb reference checker

commit 7a826ae225a087ddeee5993e5230878dd2ded7c5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 17:00:29 2008 +0200

    audio_output: Typo.

commit 79b485f92c454b7444ff5a2f2fd6e649aa7b8270
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 16:50:16 2008 +0200

    macosx: Fix a typo.

commit fc97e2fff881ccea8474e7360aadc603732a1ff6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 15:48:54 2008 +0200

    macosx: Cleanup in -applicationWillTerminate:, properly quit libvlc when Application is exited.

commit 6f1a3e531fea1743aff0b39ed4a80dbe35225852
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 16:52:41 2008 +0200

    var_CreateGetString must return NULL in case of error

commit 0a3bbd165da498aff03220294585197727622ba6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 30 17:17:33 2008 +0300

    Revert "Simplify - CID 6"
    
    This reverts commit 9ca4d5423b158b41090e9c0a621b5916fc040133 which
    introduces a segfault.

commit 49be6b3b2b0258ca24d2238f0941a6c9483172d5
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 16:11:21 2008 +0200

    Remove unused arguments - CID 5

commit 01d2d94282164b14c79f4edca5835f7fbab93435
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 16:10:05 2008 +0200

    Ignore libtool M4 macros

commit 9ca4d5423b158b41090e9c0a621b5916fc040133
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 16:08:20 2008 +0200

    Simplify - CID 6

commit 3a8dc9aa12268701539287f7a93726935fb87d77
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 15:54:37 2008 +0200

    Check properly if vout is dying - CID 7

commit c8075f3500bfdd1e4159f5091c767bcd916f0e26
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 15:44:13 2008 +0200

    Remove dead code - CID 9

commit 136eb9e288cc80ffc46b9d0d6a99966b3dbf1670
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 30 15:23:22 2008 +0200

    Remove useless NULL check (p_sys->p_vout can never be NULL once the
    filter was opened). (CID 110)

commit 3d90c11d8e9c238cd594a52f3dd026dea7f5cd57
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 30 15:07:25 2008 +0200

    Fix off by 1 errors (CID 42 and 43).

commit af5aece7d5356daadacec2e260df961be78d3b6c
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 15:02:02 2008 +0200

    Fix double free - CID 131

commit deb87a07e5eca0662506ab6500de48c187e2a3e9
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 30 14:51:09 2008 +0200

    Fix stupid logic (CID 13).

commit 85fa3c2d9681587bf97ce5f55622f77631330195
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 14:49:08 2008 +0200

    git commit --amend src/misc/objects.c. Ahum.

commit 99e8bcdd96b8b3d0997acac002de434f603a75c4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 14:46:13 2008 +0200

    objects: Don't lock parent in vlc_object_attach(). It creates quite hard to resolve dead lock, and hopefully it is safe enough not to lock here. We only risk receiving kill event twice. But given current API it is ok.

commit 7c9181f67bcbfc2e6a53be2c5731084722e25f33
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 30 14:42:26 2008 +0200

    Fix image handler leak. (CID 102)

commit a9565f33d3e6742d5a18c8a0e6b8d811d95cc885
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 14:18:02 2008 +0200

    objects: Make sure that we don't loose a vlc_object_kill() when attaching to a dead or dying parent.
    
    Note: We do need to lock the parent for that.

commit 60d602251a048ac8160867a00a8f56165c5c34b2
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 14:08:19 2008 +0200

    Simplify: false positive CID 139

commit 173420e8c2bb2d4c20278dae3beebd2f6aaf52e5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 30 13:25:40 2008 +0200

    Add support for applesmc motion sensors (macbooks) on linux. (Untested
    since the sensor doesn't want to work on my laptop)

commit 74400291c2e06e05e51f9e959b4149f25012543c
Author: Antoine Cellerier <antoine@macbook.(none)>
Date:   Thu May 29 09:10:21 2008 +0200

    Fix spelling.

commit 065b5cd26181866e9a007064015e974410a15d02
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 13:24:04 2008 +0200

    Fix double fclose()
    
    CID 140

commit 02c821f546ecadf9ee378915cec1e1a77615095a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 30 13:12:02 2008 +0200

    Fix double (or up to 2^sizeof(int) times)
    
    Reported by Coverity scan : CID 142

commit 6257a24fc3745efc9a1a9b140781e610f80320e9
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Fri May 30 12:52:51 2008 +0200

    Update vlcwidget.py to match the new mediacontrol API

commit 8af4fbace0fef3c160dbb52acc9af7ad8f8eab79
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 30 08:55:01 2008 +0200

    vlc_network.h: Define AI_NUMERICSERV if not defined.

commit de832a153a9cd072438c8aeca32a9cdd40029ffc
Author: Jean-Philippe André <jpeg@via.ecp.fr>
Date:   Fri May 30 00:08:56 2008 +0200

    Better patch to fix bug introduced by 0448c670c32d9f See: http://dinauz.org/~jpeg/VideoLAN/capture32.png (after left-click in the video output)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9565a093f9fce8aa15e54990e9fd9d3086b41b08
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu May 29 23:47:17 2008 +0200

    signals: Workaround the fact that sigwait() isn't a pthread cancellation point on Mac OS X.

commit 003c1216d89735a273e075c66a3af0f7655a54ae
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu May 29 23:32:11 2008 +0200

    standard: Special case for AI_NUMERICSERV (if not defined).

commit a8f72d056fc842e3d338971ebf2a7511c59855a5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 22:50:19 2008 +0300

    Use the signal interface and fix signal handling

commit 0efa83acc9ea7758bceae38f0e0e5453c7239e20
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 22:26:36 2008 +0300

    signal handling interface

commit 19091cce427c769cc586270d85ea2b448e61d6cc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 22:49:31 2008 +0300

    libvlc_run_interface -> libvlc_add_intf (non-blocking)

commit da316c39348c837e7dc4e506e17ede6922901112
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 22:48:52 2008 +0300

    libvlc_wait: wait until libvlc is killed by an interface

commit 8b270041340d60f49902be5d990766c7c288f869
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 20:01:10 2008 +0300

    Block all signals in VLC threads

commit debed14afc143e80839ba97b92ea5be332c4ed51
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 22:08:42 2008 +0300

    Fix infinite loop

commit 6d9fde80110542d213ed6236efc134931da58066
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 19:34:36 2008 +0300

    Spelling

commit 522baa537196376d0e517c68547a78bb830dddd7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 19:08:49 2008 +0300

    Cleanup handling of thread-less interfaces

commit e3fa003bfa151ec22840ae6c2047e7c468761092
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 18:53:06 2008 +0300

    Simplification

commit 7b3fb502677610e9cee80e6a6413347b5028a29d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 29 18:10:11 2008 +0300

    This file is automatically generated nowadays

commit ec2fa76559c37cd7dce42538d6e9f659d9bc0e42
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 29 12:57:34 2008 +0200

    Another workaround to not forbid development
    
    I should do a real fix within a short time
    Probably using vlc_gc_* for picture_t

commit 1b72149a5607d46b56a84f48e16a9adde10c8e63
Author: Adrien Maglo <magsoft@videolan.org>
Date:   Tue May 27 22:52:54 2008 +0200

    New vu meter visualization.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 523ef308d2bff928d1246e968003a3ff429890db
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 22:32:25 2008 +0300

    The totally dumb reference checker

commit 1746fdda5a2bc062d52a3b8a30d9d1d6518e64b4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 21:52:17 2008 +0300

    vlc_threadobj(): returns the object nesting the current thread
    
    Also fix the threads entry point prototype on Windows.

commit 94f55c6038a3f727f3de61099167a44dfd9f2cd6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 20:25:41 2008 +0200

    Make sure INT64_C is defined correctly, and that we don't conflict with config.h.

commit daf35d71d9c0a2a1a984f6da341566da8dada431
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 20:22:25 2008 +0200

    Revert "Revert "live555: Don't put any INT64_C related hack here. We need to fix that properly.""
    
    This reverts commit b8d7dae428bc149d70633f044d335be611187609.
    
    There was a reason for the removal of this hack. I introduced that hack while trying to fix that precise compile error, and decided that this fix was hiding a bigger problem. Would be nice to summon before reverting, that could prevent such mistake.

commit 358c28c444e3063246c6d966b0834b1078018fdf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 20:56:15 2008 +0300

    intf_Destroy(): use vlc_object_release() and a destructor instead
    
    While reading this, you will find a bunch of:
      while (find (VLC_OBJECT_INTERFACE))
         release; release;
    
    These are of course plain BUGS (which are neither introduced nor fixed
    by this commit). Imagine, for instance, what happens if two threads run
    the code above at the same time... they end up releasing the interface
    once too many.

commit 2e7d3d7d1581487800fbdb820e26559b5f43de15
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 20:34:26 2008 +0300

    vlc_object_get() sucks badly enough, no need to add more bugs

commit b0e0b794c961d183e6a64b3ad2b5ea4492810606
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 20:31:50 2008 +0300

    Fix unlikely lock leak

commit 0d37c5b11c5226f990a48d4617f4b70527bb50b3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 20:22:34 2008 +0300

    Use a doubly-linked list for objects instead of a flat table
    
    Speeds up object creation and deletion, slows down vlc_object_get (which
    you should not use anyway, remember), makes no difference for the rest

commit 620675d9d1a3580afb6913dedd642028ee4582eb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 20:21:27 2008 +0300

    vlc_internals: use VLC_OBJECT, kill a bunch of warnings

commit a93015e7c27fcaf7c668e1d08c16b2d7a46d4ab3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 19:51:44 2008 +0300

    Fix a warning

commit 3ead0c71de880ae8e114d678d5ea9f892feda29c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 19:43:14 2008 +0300

    Fix Winsock

commit f1e6d5dcf7aa6de97d587ab1bfbc3b6e0ddbe0d3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 19:41:04 2008 +0300

    Windows does not have AI_NUMERICSERV for some reasons

commit c0a2676e7c7a2af609afce53b333ddee41f565ee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 19:17:10 2008 +0300

    Do not serialize DNS queries on Win32, that's slooow!

commit 8b27d7c2ab5684ca5a05b6f3e900e2cfa8a6b0ae
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 19:15:41 2008 +0300

    Fix gai_strerror replacement

commit ff58efe4687840ee043d510a51a911917fb9a912
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 18:21:48 2008 +0200

    Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]

commit 975a356c965b7f84586b929b14ea8a70c6535beb
Merge: b4fdd33... e41bccd...
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 18:12:49 2008 +0200

    Merge branch 'master' of git@git.videolan.org:vlc

commit b4fdd335a492ae0254f0eb4b50aa46f01cfddd6b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 18:11:32 2008 +0200

    Revert "Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale." It was the wrong fix.
    
    This reverts commit e1629c217e6c7e99225f40a5a7d778217e9a742e.

commit e41bccdf8818640a8a03241c1a36613995a779fc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 18:49:45 2008 +0300

    Simplify, and remove racy IDN code

commit eb43a637d79cef96542e0e7f2bf52f82fdebcaf4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 18:48:06 2008 +0300

    vlc_getaddrinfo -> getaddrinfo, and set sane hints
    
    We really do not want to apply the VLC address family "policy" here.

commit 0c9a964bf7b8face64b103ad99c1865f85d2bf29
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 17:41:51 2008 +0200

    Revert "Avoid using vlc_object_find() when not needed"
    
    This reverts commit ee6f60d7278f9d45835522eb60c247ee8bef77ac.
    This case is already handled in vlc_object_find()

commit dd61f37b57429f10db99ffef010ec1c4e2fa0498
Merge: e1629c2... c807daf...
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 17:33:49 2008 +0200

    Merge branch 'master' of git@git.videolan.org:vlc

commit c807dafe39ee811da69b5fda6729e21ed77734bf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 28 18:15:51 2008 +0300

    vlc_dgettext: remove

commit 0b14c73d42ed99afc9d4234c8399315aab2c45ae
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed May 28 16:04:14 2008 +0200

    Enforce the --vbi-position option. Don't crop letters.

commit 8c140b9e37ab05d0f766a133c34f897e0a3fed92
Author: Antoine Cellerier <antoine@macbook.(none)>
Date:   Wed May 28 16:04:53 2008 +0200

    Fix ffmpeg section flag handling calls. (at least it fixes the pkg-config code path)

commit ebd3b8f316ef4c114eb5625372f11fd87bd809a5
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 15:05:11 2008 +0200

    Builds opencv video filters elsewhere than win32

commit e1629c217e6c7e99225f40a5a7d778217e9a742e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 14:41:24 2008 +0200

    Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale.

commit b8d7dae428bc149d70633f044d335be611187609
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 14:23:33 2008 +0200

    Revert "live555: Don't put any INT64_C related hack here. We need to fix that properly."
    Don't break the build in the mean time !!!
    
    This reverts commit d682e91e10f9ceabfb52385e0956e1fabba9928c.

commit b3983d355b1feae3b007c1353cec5207654704f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 13:16:50 2008 +0200

    qtcapture: Initialize our structure no sooner than needed.

commit d4e0e3d40ea8c451ff84bfa9a98d1668bb6063aa
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 13:07:56 2008 +0200

    qtcapture: Don't probe qtcapture access if not selected.

commit b818dbc606f03b2f685b078e7e488f68de0c6848
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 10:27:26 2008 +0200

    NULL pointer dereference

commit d497ab179019dd6f9e4a359bbb25ce426ca8c074
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 27 19:31:44 2008 -0700

    Install libvlccore.dll  too.

commit 4eb07beac6e692cfcae86ef4a065caedc17b33ea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 27 18:36:51 2008 -0700

    Try to fix Windows packaging.

commit 95e3bb2eaf22929dac3e2c37a26a23e9a0619333
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 03:06:14 2008 +0200

    audio_output: Use a destructor.

commit aeaf0da4ea02c39b49bc49493a8a6c2de3dec411
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:46:01 2008 +0200

    video_output: Make sure we check p_vout->b_die inside the object lock.

commit d682e91e10f9ceabfb52385e0956e1fabba9928c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:38:45 2008 +0200

    live555: Don't put any INT64_C related hack here. We need to fix that properly.

commit a45f0c18e8fb82539eaabeb4ee1582e434d2b8f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:29:52 2008 +0200

    live555: Work around buggy Mac OS X headers for INT64_C.

commit 38ed746ecf24744e61c932710cb174a56183e758
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 27 17:30:51 2008 -0700

    Fix windows package following [703887]

commit a5387cb16f3edf595c7e295bcfc88c754c20db2f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:20:56 2008 +0200

    libvlccore: Add update_GetRelease to the exported symbol list. (Fix make check)

commit 78a0673f05bd5560eb57f5146ca7971efd9a7ca8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:18:47 2008 +0200

    VLC.app: Revert to the previous state.
    
    Mac OS X doesn't like much the fact that we place a script that launch an other executable. We end up in having no Dock connection. That would require some tweaking on our side that is not pretty.

commit 9a8a48399886e1a53e2ab143aef5488c5786b3bd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:06:40 2008 +0200

    live555: Include <stdint.h> to get UINT64_C() on darwin.

commit 80667302b019f2b8f101333c298e97b1f72f06e9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 02:03:57 2008 +0200

    VLC.app: Don't ln to vlc, but put a similar script in place. (Remove clivlc which makes no sens in VLC.app, as it is a build dir only target, so use vlc for clivlc).

commit c2a60588b14813405be029560109f469137402e8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 01:52:45 2008 +0200

    VLC.app: Fix ln to vlc.

commit 952101a8c41ae545312f8f23896459644c8d1959
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 01:47:46 2008 +0200

    update: Include vlc_update.h even if UPDATE_CHECK is disabled to get the essential definitions.

commit 9f7848e1796237eedafed575ee543a52977f5fda
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 01:40:37 2008 +0200

    update: Fix vlc_update header when UPDATE_CHECK is disabled.

commit e73624fd4d2fd111b92a2b20ce91c24bbc90e958
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 01:25:01 2008 +0200

    VLC.app: Use a link to vlc for the executable.

commit 1e50cd4c4da6441c8c390f0ba1ae39c5cb387d2a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 01:20:20 2008 +0200

    libvlccore: Add vlc_wclosedir to the exported symbols.

commit 6475cab1130971b2bd135ecb5595c9bd0f5f7b15
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 00:58:09 2008 +0200

    video_output: Don't use vlc_object_find to look for the playlist.
    
    We shouldn't look for the playlist from the vout too... but...

commit ee6f60d7278f9d45835522eb60c247ee8bef77ac
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 14:25:59 2008 +0200

    Avoid using vlc_object_find() when not needed

commit 270e081243fdd412e2391e7aba1cfca96f5b148f
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 13:45:48 2008 +0200

    Workaround invalid use reference counting of pictures

commit a095d6b7e60913054625b1b7fea710621586ebe9
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 13:04:10 2008 +0200

    Do not use a GNU extension in public headers

commit 2a64087b4cb7fdce80d8c22dfbc8b22b27f7b5b2
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 13:02:01 2008 +0200

    Add missing header

commit 85f5092ee68d13fd4056848d5a2124e753fc69f5
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 12:33:47 2008 +0200

    Privatise some structs and enumerations of PGP update
    
    Export update_GetRelease() to the plugins
    Modify qt4 & wx GUIs to reflect this change

commit 1589b92e3257e215cdffe6525a9d811d468651ea
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 28 00:44:20 2008 +0200

    Fix check for img_resample and sws_getContext

commit e9b987f4ad35218b3ca51336fd138facc9e5e335
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 28 00:42:37 2008 +0200

    libvlccore: Don't attempt to use vlc_thread_set_priority() before the config are initialized.
    
    This fixes a crash on Mac OS X.

commit 8020675058a96bdbf754007b98cc925618c67204
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed May 28 00:16:29 2008 +0200

    Unbreak ffed6142d652bb8154dbeac565000ea3673722a0

commit 5af4cc854bcc7ec083195b41e555dac5988feabb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 22:31:06 2008 +0300

    Do not require semi-colon after module macros
    
    This leaves us more room to rework the macros later on

commit 5e15258c9ef28558fe2abc941fc1527e02b04c21
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 22:16:52 2008 +0300

    A lot of missing const in options lists

commit 1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 21:30:50 2008 +0300

    Spare a few relocs

commit 80304bcee1ddd980e957695b4e90075850553522
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 21:11:35 2008 +0300

    Spare 9 relocations

commit 696d57444256a66823a493de08274ca6316ebf8e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:59:16 2008 +0300

    Fix HTTP interface with --disable-vlm

commit 1809597bc557b8a0828b44ff6279c4e0598116ef
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:55:48 2008 +0300

    Another non-sensical declaration

commit 2d025a3b5dc7e8d0946c11be94e99617c2d41d0b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:53:31 2008 +0300

    Cosmetic

commit 2bf6c95c4219b23c382afc35e150880ae67929a2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:49:52 2008 +0300

    telnet depends on --enable-vlm

commit b40e223bc2bf21c63fd552efc394a6db7ba9ff37
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:48:27 2008 +0300

    Fix non-sensical declaration

commit c0e20d5c28a0baff78a38d037c0971d757b7bee6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:47:30 2008 +0300

    Fix lua with --disable-vlm

commit 85c5476d316e6697abe423ef65894942eb999367
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 27 19:20:28 2008 +0200

    Fix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgot to use pl_Yield instead of vlc_object_find.
    And fix some other use of vlc_object_find for the playlist.

commit 6a34da50cecb7c75f493b94d539b677cac8e7f8d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:30:21 2008 +0300

    Use sh

commit 6db66e5be6d1e7b8b3d7dd603294a87b15b89a6b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:27:57 2008 +0300

    Resolve git race condition

commit f305f749f83e39c2671ef06415b968744c91b984
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:26:46 2008 +0300

    CIL API sanity checks (well known to fail at the moment)

commit 0daf5bc0b5bebe3b4f1b94edffc26e14611063d9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 20:12:40 2008 +0300

    Prevent glx from breaking distcheck

commit 49fbd281fe8fd09e84b324b2971ff57396ca415f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:59:39 2008 +0300

    libvlc depends on its exports list

commit 5181ef7f34415a5593c707717923c96ece805ff5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:56:44 2008 +0300

    Fix distcheck

commit ebe615077be69d2768e0f2fa437826231cf99ad7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:53:01 2008 +0300

    Remove DecodeLanguage (dead code)

commit 885bc36a823c7fefdf3ba055bf4d2d8267c036f0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue May 27 18:45:29 2008 +0200

    libvlc: Use a symbol list for exported symbols.

commit b5aee88c089035938b603929d29b5d113553f4fa
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue May 27 18:33:14 2008 +0200

    libvlccore: Make sure all symbol listed in libvlccore.sym are exported.

commit c302959a487d7aa1a4c5cb38d644e1dce6ccc9cf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 21:06:20 2008 +0200

    qtcapture: Hack to get a more decent CPU consumption.

commit 821856d8b5100044f9f128a837c80c5d2867374a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:48:05 2008 +0300

    RTMP output needs Winsock

commit cbcdf0dcb952af84ea98ef25038c105b04fc8ca2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:41:42 2008 +0300

    Cleanup previous commit

commit 73a3e8a92011955d41e7a0858d9fb77d68e6fbb6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:36:59 2008 +0300

    Work around the mingw linker

commit d5ba879486adfb0e65526752673fce6e524e481d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:19:32 2008 +0300

    VLM depends on sout

commit c6c6c0e3a86f8c3c75ecc1779164e143727ac9e6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:01:38 2008 +0300

    VLC_PRIVATE_API: no-op, removed

commit 3dc646548a260b897828d5ce93ef697245895beb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 19:00:45 2008 +0300

    Exporting private APIs is contradictory

commit 1c8c942251d1dbd4fe88134e4b1571da25ea4e41
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 18:52:39 2008 +0300

    Warn when pl_Yield() is not used

commit 14be786c1f5cb85549cba8cc125e57bb40eda4c6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 18:42:48 2008 +0300

    Simplify vlc_object_find(FIND_ANYWHERE)
    
    We end up looking up from p_libvlc anyway, so we might as well as well
    do it from the beginning

commit a043d59ab6243e51b7bbee3a3fc22ab45f2113e8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 27 18:02:45 2008 +0300

    Fix strcasen?cmp overflow
    
    Pointed out by Hannes Domani

commit 0448c670c32d9fc60889ce2c3e8f72330a389e44
Author: Jean-Philippe André <jpeg@via.ecp.fr>
Date:   Tue May 27 00:43:20 2008 +0200

    Bugfix: non disparition of the Qt Popup Menu with X11 or SDL outputs.
    
    Actually, we just need to do like Direct3D: catch left-click.

commit 2fa5009a3115757819806c5a85256f03bb042ad5
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 27 00:44:36 2008 +0200

    Backport FFmpeg pkg-config patch from HEAD to r12920
    
    lamers

commit fbbdb7571d7e81a6d690febef1acac768205fabf
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 22:43:35 2008 +0200

    Remove duplication

commit fc9f851816aa9d98dfbc84c8ffee4a00d58d4e6b
Author: bl4 <bl4@playker.info>
Date:   Sat May 24 20:17:49 2008 +0200

    mms/tcp: hanging or unexpected seeking after the end of stream
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit c865a653ad0a4341af807a2018c8686a4a1c5bf2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 22:53:44 2008 +0300

    Only allow VLC_OBJECT_MODULE outside of p_libvlc
    
    Speeds up vlc_list_find(), as we avoid looking up the 200+ plugins for
    each vlc_list_find(). Also avoids accidentally stealing objects across
    LibVLC instances. IMHO, the object tree should be per-instance, and the
    root object should not exist, but that's too big a change yet.

commit e72368e0d2c63c89a8e497442ae3c7e333dbfb54
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 20:38:32 2008 +0300

    Cosmetic fix

commit f66f01a125d936a607991a13fc18e09c9e2e1d8e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 21:48:09 2008 +0200

    Fix FFmpeg .pc creation - patch to be sent at FFmpeg developers

commit 213cea9c47c82be66386a2e36bd250cee3475b8f
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 20:57:19 2008 +0200

    Remove strange stuff ...

commit 7002ebccadbf13c62cb2ff69e386d1327b0acb64
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:56:49 2008 +0300

    Ship a lot of useful headers
    
    (main remaining offenders: vlc_interface.h and vlc_network.h)

commit 83f88155046151da849352a78149ab2fc90dd794
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:46:45 2008 +0300

    Export WORDS_BIGENDIAN to pkg-config unless someone knows better

commit 2025f093ca1737dd96014d92708fc83fde2e0938
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:37:27 2008 +0300

    AC_C_BIGENDIAN works nowadays

commit 9970930dbc8ce19f3bbea188481868ee61744b9b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:29:55 2008 +0300

    Revert "Move VLC_FOURCC to vlc_es.h"
    
    This reverts commit 62b9f5b0251b41dbcb2a38902e03fc70cf3677ab.

commit 562773d60e1775780f5fb301670b8d515f0612d3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 20:18:54 2008 +0200

    libvlccore: Rename iso_lang.h to vlc_iso_lang.h because we use VLC_EXPORT there, and plugins may use it.

commit 62b9f5b0251b41dbcb2a38902e03fc70cf3677ab
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:11:01 2008 +0300

    Move VLC_FOURCC to vlc_es.h

commit a2adfba0d88880e1919d2460a3299a070532c768
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:10:37 2008 +0300

    Missing assert.h

commit 6bd44f4c62f87f24e301310fa3941d640b76ec5b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 21:01:00 2008 +0300

    Install a bunch of "clean" headers

commit db7b9410e3cc17b9476890cdd5ec0b956e9a4ccb
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 19:51:45 2008 +0200

    Remove unused HAVE_XXXX_{SWSCALE,FFMPEG}_TREE defines

commit c43e98790c8ccbe82d1095af30d5fb6ee420740e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 19:29:15 2008 +0200

    Remove broken support for linking FFmpeg plugin with a build tree
    
    Remove workarounds for broken (probably very old) FFmpeg .pc files
    Errors out if nor swscale headers, nor img_resample() in libavcodec are
    present

commit cd03df6c6f0f0cd9dc50b37791938abb616a7101
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 16:13:41 2008 +0200

    Update NEWS.

commit 8562522f069409daccff92bfb4b38efb76e45fa4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 20:45:38 2008 +0300

    Revert broken part of 653bca0a937929bf4308bdac4232dde37b175a6e

commit 3b9c8273f54c0a16cab11d032e11d324930c6ab6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 20:24:45 2008 +0300

    Enable check_headers

commit 653bca0a937929bf4308bdac4232dde37b175a6e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 20:24:39 2008 +0300

    Have hton64 accept rvalues. Remove dep upon WORDS_BIGENDIAN

commit 024bed3c7554d72db02069c6b9a2823e82f14ddf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 20:04:35 2008 +0300

    Penultimate (initial) public header fix

commit 9d85c35d50b34f3b7d54f12555ab268c73cb95bc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:58:44 2008 +0300

    Fix HAVE_ATTRIBUTE_FORMAT usage - refs #297

commit 9aba4faded6a1c29a02797726f634445cf115046
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:41:28 2008 +0300

    Do not depend on NDEBUG inside headers
    
    If stats are too heavy weight to use w/o debug, we should either fix
    them or remove them completely anyway

commit c0a898e18e7fce541be58980f09ca199b736dc1c
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 18:41:19 2008 +0200

    Include assert.h where assert() is used

commit cf2f0f1e65282ec8b61a75bd3155461789165665
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:39:13 2008 +0300

    Another bunch of invalid config.h usage

commit 9e946839014e5613b4ede8cf09568e4ccbf03c02
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:23:50 2008 +0300

    Syntax error

commit d2bccf539237a772d6db796b3ec918ab7998803a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:23:30 2008 +0300

    Remove another invalid use of config.h

commit b3892a3a52e224a6a2c8507119cab4958144257c
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 18:34:09 2008 +0200

    Adds missing assert.h header

commit 900ea6ff821ff4b2f84da3a248b9c61a82d94c76
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:19:42 2008 +0300

    Do not use assert in public headers

commit e5fcb7ff3e6764a575271ad84377585036836361
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 19:06:46 2008 +0300

    No need for SYS_LINUX

commit d3cccc0bd127932962cf22df25129167f56ba46b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 18:59:43 2008 +0300

    Remove unused variable

commit 021d3cb9e8d258d255bef48a4e629a4633593222
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 18:54:07 2008 +0300

    C++ compile fixes

commit e7b46c6389c3759c8b7b4a29302cad3fe26d60ac
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 18:38:05 2008 +0300

    Remove unused attribute visibility check

commit f0892b807a54596cf854734ad5ea944d007c8eac
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 18:44:47 2008 +0300

    Do not use visibility. It breaks #297 as well as libvlccore.sym

commit cd5d7f6391d47ff860cfecc71cad36ba5cf953a1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 26 18:37:33 2008 +0300

    Remove HAVE_ATTRIBUTE_VISIBILITY - refs #297

commit 0724e042f307d6e340bfbc3887409a028d276389
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 25 18:34:44 2008 +0300

    Fix #includes

commit a9427049cd8561fc2086359a998af43680ac5104
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 16:07:55 2008 +0200

    Oops.

commit 005db53dd87c0bea5bfc7ae72e5efafb68fc986b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 16:06:02 2008 +0200

    Use mouse as capture retangle center instead of upper left corner.

commit 96973d2db5caddc6f8fc381e9350ec43181f920d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 16:03:33 2008 +0200

    Add --screen-mouse-follow option (x11 only).

commit 121f9617f801728fc45c68853c92587f98629c01
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 15:11:43 2008 +0200

    Fix the rawvideo codec when visible_pitch != pitch. (And simplify code) This should fix partial screen captures using non multiple of 16 values.

commit 3c810a5543257b87078822429e554e23bf45643d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 14:52:25 2008 +0200

    Add some missing symbols in a blind attempt to fix the buildbots. Feel free to revert if this is wrong.

commit a3c8effe2d508f172255743daf28380aae48a93c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 14:35:28 2008 +0200

    Fix --enable-lua flag description in configure.ac

commit 3538dcff661918a5fd9be9d80ca9b04a790c277e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 14:13:20 2008 +0200

    Fix pkg-config based libswscale detection tests.

commit 4e8ff11fa527bcfb49eb4e747fac40b7b249233e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 13:49:44 2008 +0200

    Remove unused variable.

commit f233bb690d7db8551516a048c30cbf94d6668a2b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 13:52:02 2008 +0200

    libvlc: libvlc_vlm_get_media_instance_* is in header, not libvlc_vlm_get_media_*.
    
    This is the last fix for libvlc.dylib compilation on Mac OS X.

commit e58c9db65d3556079214df5c81b75a82aba934ae
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 13:51:03 2008 +0200

    libvlc: Remove libvlc_event_(init|fini) as they were finally not needed.

commit e111c9e23b96ddf7bc0b5464858e0168f93bdb4c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 13:41:31 2008 +0200

    libvlc: Prefix internal function with VLC_PRIVATE_API.

commit eb01699c9b2b17b77e3a356f6b3380b4a4c94d51
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 13:33:03 2008 +0200

    Revert "Remove VLC_PRIVATE_API"
    
    This reverts commit 96cc9c261db1c616efa2fbc0aea21bc70b1e46fc.
    
    This commit is reverted because we are using a regexp to determine the list of exported symbols in libvlc. However some private symbols start with libvlc_, this produces (here on Mac OS X) a nmedit error about symbols not being found while exported. A solution is to externalize those private symbols, hence using VLC_PUBLIC_API.
    
    Feel free to come up with a better solution.

commit 43b9ba7c5eda13d1eed419cd79e2659ef8094ef1
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 26 12:39:10 2008 +0200

    Implement partial screen capture for x11. Feel free to add similar code for the other platforms.

commit 69b32f594f9440af60885ff4006af756b05a208b
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 26 10:25:47 2008 +0200

    Do not malloc(0) - to make valgrind not report 0 byte leaks

commit 44e62217a16765805c5a3ef8440375395d56e86c
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue May 20 16:23:35 2008 +0300

    modify logger-module rrd-output to use time for timestamp instead of mdate()

commit 5dfbd013db078d191a24305df86006e6d47ff2a2
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 23 17:15:45 2008 +0200

    PDA intf: clean up
    
    Fix some warnings
    Get the pixmaps from the right directory

commit d171dda10a7eece56faeeca851c2d3dd8bd664ea
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 03:10:59 2008 +0200

    qtcapture: Don't use the pts provided by qtkit. I don't get how it works for now.

commit 303a7cc10d552e17be537c30ddfd8fc6f79360a6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 02:57:26 2008 +0200

    qtcapture: Fix a warning.

commit 3e461d28dece0aa2f8820010121d9aecb6b2d7fb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 02:55:39 2008 +0200

    qtcapture: Tab fixes, plus attempt to get the real PTS. We still really do lag compared to PhotoBooth...

commit 90d9d6dda3dc1a6260ac5e3eb355c83b377da201
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 02:34:01 2008 +0200

    qtcapture: statification and comment.

commit ba369e1fd642d2ed22a801881171e6ed4751fac3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 02:31:40 2008 +0200

    qtcapture: msg_Err->msg_Dbg

commit 9dcd81a1dc9e0cfa685c61f67f43fa85cb7f9d5b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon May 26 02:22:38 2008 +0200

    qtcapture: New access_demux module (QTKit based) to capture video from your iSight Camera on Mac OS X.
    
    Usage: 'vlc qtcapture://'.
    
    This is a 2 hours hacked module. We don't grab sound yet, and there are a lot of FIXME.
    
    Note: For some reason QTKit needs a the main thread to be a cocoa thread. Don't expect it to run with -I dummy for instance.

commit 3dfed6db962960e045721ff09fc7ef624635c3df
Author: Antoine Cellerier <antoine@macbook.(none)>
Date:   Mon May 26 00:11:33 2008 +0200

    Take program prefix and suffix into account in the make-alias script.

commit c6b1b02ad16f78618a0329deb23f8106db2dc47b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 25 13:48:39 2008 -0700

    GNUTls fixed the vasprintf bug. No need to delete the files.

commit ea10aaa71a2db1c4aef933bf63ff065a5ab85dfb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun May 25 20:22:04 2008 +0200

    Added ChangeLog info

commit 407ea4021f20c6ae20e149db71d87ae8c044cb6e
Author: Antoine Cellerier <antoine@macbook.(none)>
Date:   Sun May 25 15:22:14 2008 +0200

    Add UYVY to the list of chromas tried by default in the v4l2 module
    (that's one of the isight's chromas)

commit 785b6e2bf9a83baee6becb9b324824ce99fa331c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 25 18:06:00 2008 +0300

    access_out_file: fix append mode, relax stdout support, simplify
    
    O_APPEND puts the file pointer to the end after _each_ write.
    We want to put it at the end (only) after open.
    Also allow reading/seeking stdout, as it could be a redirected file
    (of course, it won't work if it's a terminal)

commit 77acf509d89e39c0bc48b5bdbb643b2e11ce2373
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 25 16:02:10 2008 +0200

    Option to link ffmpeg plugin with libdca when using a static ffmpeg

commit 010b9a85ea1906d27e48fdeaab5c1d1543f8f81c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 25 16:45:50 2008 +0300

    Fix va_start invocation

commit 4bacba8c7b69f54b3e4e0f575d11ce9b56971f39
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 25 14:46:55 2008 +0200

    We don't use paranoia_mode_t if libcdio <= 0.72

commit ae8638cbd8630e9370cbbb411e5d6141465fc42e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 25 14:30:14 2008 +0200

    PARANOIA_MODE_* were introduced in libcdio 0.72

commit a398f405e6926b5c7be66e6fce3c7b600e5806e1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 25 13:19:03 2008 +0300

    Remove audio output recycling support. It kept crashing.

commit 5a3ede13d44e768a4f43c2e13b5865485ae81545
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 20:22:50 2008 +0300

    VLC_EXPORT is meant for libvlccore, not libvlc-control

commit 966cd094f1c06e6dcfd14eacfd84ea6b9dc4df23
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 20:10:26 2008 +0300

    More symbols fixes
    
    Still not working though

commit e1b146414f8b85755fb917bbac941367fb3c4e15
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 20:00:02 2008 +0300

    Remove non-sensical connect->listen transition
    
    Thank you big time for committing stuff against people's review.

commit db47cf33d70da786fd365b0321700b2236546926
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 19:58:47 2008 +0300

    Don't parse no options

commit f160db450ae04c034b306510eaca1aeddc2364b3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 19:57:58 2008 +0300

    Inline and fix some linking errors
    
    Should fix strlcpy() issues on Linux, but Win32 is surely still totally
    broken by d754b40584b5fd5ffd5f39a2288a14f9f4662f78

commit 04e6970605c4c6f63d8ab507bca5126612c98625
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 24 18:51:10 2008 +0200

    Fix rtmp access_output building
    
    Mark description & shortnames as translatable with N_
    (Thanks for testing the build before committing, I think the source code
    had the same review)

commit 86af35f2401ca1eb2da89a182d54bbe6c1540a2e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 24 18:30:36 2008 +0200

    C++ needs explicit casting

commit a9e55ea669697aceb47f2adce3c7f3da1ea1ea27
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Mon May 5 23:31:17 2008 +0200

    RTMP access output module
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 567cacc077f1806b56e33d7f5ec56e0c578ce6d1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 24 09:06:52 2008 -0700

    Thanks for MMS/TCP patch.

commit 59feb952c5902f97510a05d7cf7901238cbb975f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 24 16:45:18 2008 +0200

    Added another couple of missing symbols.
    
    Please review whether this patch is correct as it adds internal functions using VLC_EXPORT.

commit d754b40584b5fd5ffd5f39a2288a14f9f4662f78
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 24 16:28:25 2008 +0200

    Updated the symbols

commit 876df3a7f4b60549f6006414f218976a122923c9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 24 15:55:24 2008 +0200

    Add GNU Make 3.81 for Darwin 8

commit e73d94ef6322e1f2f855ada2921a8e4e93bfec22
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 24 15:42:10 2008 +0200

    Disable the default compilation of cmake as its support is to-be-removed.

commit c80de559fa80947d00a98561ab1f506bcf910d0c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:56:52 2008 +0300

    Fix win32 linking

commit 1231f33d9c2d07117ed4f1615592d4fff4609e27
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:45:46 2008 +0300

    vlc_scandir: remove (dead) code

commit 22fe2438b98e2d041b4481c0c8706096a8f160ce
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:40:57 2008 +0300

    Simplify, fix and inline strcasecmp and strncasecmp

commit 05cfa654a872bd3b6dc8123cc736110d3d022b20
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:24:26 2008 +0300

    VLC update: provide stubs

commit 287081caeb571486a0381ee9964198855706a208
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:15:26 2008 +0300

    Inline strnlen() and use it

commit 71c7fb199ac0cadd55f686d8b8dcfbfd82353215
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:12:15 2008 +0300

    Try to fix make check

commit 5143683b7bf2be576bf0efd3bd5a80838e902556
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:09:00 2008 +0300

    Provide default for vlc_pthread_fatal

commit cb63940a0b567471603b667c391770309ad15c31
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 12:06:24 2008 +0300

    Inline atoll and atof

commit 2b617e77c1f838066916c4a46de7c0e99b38105c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:55:05 2008 +0300

    Inline strdup, strndup, lldiv and getenv
    
    Also fix an overflow in strndup().

commit c4e0f18676bfbc37fe1504a719b51204e92de664
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:41:49 2008 +0300

    provide default block_mmap_Alloc

commit 3f68eb0010ff0b4bc09e0c41f981a4fd0be6dd55
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:35:51 2008 +0300

    Fix header problem

commit bb29acd2f25176a70759862417b99b8cbd082e2d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:33:03 2008 +0300

    vlc_wclosedir is still needed on Windows

commit 9194945adec1b6805e5a0cbef0966d5c15bd88d2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:19:42 2008 +0300

    Remove VLC_INTERNAL
    
    I should not have put internal stuff into the header files anyway

commit 00e71fbf49079629e40aca7468d906848343c7e8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:18:51 2008 +0300

    Win32 vlc_w.*dir: declare internally

commit e4c0e92a1f78b19caf0f13b02198b37b9f8144cd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 11:04:59 2008 +0300

    vlc_.*dir: declare internally, as it's only used with libvlc

commit 0b3174ed6e6940bc628544e7effed4ff90f5a7fa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 10:56:20 2008 +0300

    vlc_current_charset: declare internally

commit 7d1d75f350f043298c46c90fd7e2ff29684387b5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 10:55:10 2008 +0300

    vlc_fix_readdir: declare internally

commit ff02bf907b6272b898612724634371bc95b8a5f1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 10:52:00 2008 +0300

    seekdir, telldir: unused, remove

commit 96cc9c261db1c616efa2fbc0aea21bc70b1e46fc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 10:47:32 2008 +0300

    Remove VLC_PRIVATE_API

commit 67ad2d4678941860cb4bf8abbcb0b77a4c0a1616
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 24 10:39:07 2008 +0300

    -export-dynamic is no sense for libs, use -export-symbol (or nothing)

commit 54dc1499af57b6f265f73292146168b0b9a1d91e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 02:41:03 2008 +0200

    transcode: If no module is explicitely selected, print that we are potentially using any module.

commit f60fff1adf4e6b73d9529c2522436d930d71f33b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 02:36:14 2008 +0200

    transcode: When failing also print the fourcc we were looking for instead of just "(null)" if no explicit module was selected.

commit 4d7aa85f7622326929c6b3407db7903bda9f1344
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 02:23:51 2008 +0200

    transcode: Put more details in error messages.

commit 6e708ae5f2e485751f59836969897fa776114cf0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 00:57:17 2008 +0200

    Revert "stats: Don't crash if there is no timer to dump."
    
    This reverts commit 8fe54e490872687b20e52581d84a94ffa7f443b0.
    
    No need for that one, now that Rafael handles it in DumpTimer directly.

commit cf4026c9f3377830fa1b234362c73c6f7f85930a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 00:54:11 2008 +0200

    transcode: One more occurence of pf_encode_video() that needs a timer.

commit 98a390423abcb4fe7b33e5dad841cbcadc9e58ca
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 23 15:42:09 2008 -0700

    Thanks.

commit ccda57b716269326917b1a82efcf9d843f74d17c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 23 15:36:10 2008 -0700

    Cosmetic et metadata fixes.

commit 36bde12633aa3997e24a121db8cf1fb56f936f96
Author: Wang Bo <silencewang@msn.com>
Date:   Fri May 23 20:38:26 2008 +0800

    real file index and seek
    
    Signed-off-by: Jean-Baptiste Kempf <jb@ambre.(none)>

commit 93d9a388cab3b40a5361df3b779cbc5ff6e25140
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 24 00:16:06 2008 +0200

    config: Clean up for the -psn cmd line argument case on Mac OS X.

commit 7c359c66acbc65bede22e11bf6e8a510fbac5fc7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 23 22:47:44 2008 +0200

    transcode: Measure the time taken to encode one audio or video frame.

commit 8fe54e490872687b20e52581d84a94ffa7f443b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 23 22:46:03 2008 +0200

    stats: Don't crash if there is no timer to dump.

commit b19b539f6b5b250d79da8c2704a30a1016c0d9c5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 23 18:43:57 2008 +0300

    VLC: remove win32 stuff

commit ab67a5346fe9ce156eb4fe1e79861e261fde0a0f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 23 18:42:11 2008 +0300

    Separate and refactor the win32 main code
    
    It has almost nothing in common with the Unix main code anyway.

commit 311b28dea50ef654ab9aa59728ec6c2e33cf2b72
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 23 18:26:16 2008 +0300

    Code factorization

commit a87e722124d2fc8aa8911f7ece1d331ce7d456af
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 23 17:06:51 2008 +0200

    Be lazy : let modules do what they want with stats - without crashing

commit da9d2466b1e689e3f45c6a02ad3119d2d7b1e467
Author: bl4 <bl4@playker.info>
Date:   Fri May 23 15:50:27 2008 +0200

    mms/tcp: send requested media file path to the server without leading / character
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit f3d55b94c47dfc6a2b694e272b438b97b3a3a0a3
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 23 16:40:19 2008 +0200

    Don't do pts changes to telx blocks if we're not runing real time.

commit 001bc3d2a10b58ef03c5172a0632d69adb4a990e
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 23 15:52:20 2008 +0200

    Help to fight NULL pointer dereference in stats

commit c3c3d074a690ed93cbd8964de2ee881dbdad7fc7
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 23 15:51:08 2008 +0200

    Add gtk2 cflags/libs to gtk2_main

commit ec5ce05ca037ba37dac3571c0b9b72880d976cf9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 23 15:27:37 2008 +0200

    Fix linking when compiling with enabled update checker

commit 3452c06ffe82acc737947e1842895e312789bd31
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 23 14:54:30 2008 +0200

    We need xlocale.h here too

commit c9517f626f4402d3fdadab92e1c6d7d9fb2b18b6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 23 14:48:04 2008 +0200

    Include xlocale.h on OS X for locale_t

commit 45a444a2b4660bccfba8478b9691ddb170666092
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 23 14:12:26 2008 +0200

    Keep a good rendering quality when rendering zvbi subs as text.

commit cde8ee9e4bf7787164a8ede9eaae8bf259345fbd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 23 10:18:34 2008 +0200

    Fix the display date in zvbi.

commit 90d9c8e49dc97265b64b9c4e42b43a86c6bd3642
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri May 23 09:50:23 2008 +0200

    Only keep the full pes packet if using the zvbi teletext decoder. (zvbi should be fixed to be able to use the vbi data directly without all the pes stuff)

commit 3d240f51c51b3e7a2c74c37b70b64bf29c8a9e93
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Thu May 22 23:26:46 2008 +0200

    Fix wx build
    
    The ugly casting is correct wrt the vlc_object_t inheritance
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 7eaca895c90b3f14ab208373d0213d0579515e70
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 22 21:58:28 2008 +0200

    Check malloc return value when needed and don't print an error when such error happend.
    Fix a potential segfault.

commit fa781f2253cc4438cddfc4420b23496a42df66bd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 23:46:34 2008 +0300

    Use netinet macros instead of pointer access

commit 41a9fefc167a601fc892c7a90cb0fbf7f8f00d43
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 23:03:16 2008 +0300

    Fix vlc_threadvar_delete

commit ccedc495ebc6e646a219077286488b8fed1017d3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 23:03:00 2008 +0300

    Remove (hopefully) unused #include
    
    We don't want config.h stuff in vlc_common.h

commit b2060480374a36794958855d153d48801d18ea5f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 22:59:49 2008 +0300

    Remove THREAD_COND_TIMEOUT

commit 5f2dd73ec8e68b0191d251ec80dc220b70624719
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 22:46:11 2008 +0300

    Provide vlc_gettext on all platforms
    
    This avoids having to link a few plugins with libintl on platforms where
    it's not built-in libc. This also factors the internal use of
    dgettext("vlc", ...).

commit a6ab35eee2d88fda9c3e0397504547f01c88bf5a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 22:32:30 2008 +0300

    Move _ and N_ to the right header

commit 59dec65d5fe153565ea8705767874a2d876d2103
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 21:28:54 2008 +0300

    Remove libvlc->psz_homedir and use config_GetHomeDir() instead

commit 46c39c8e9c2e0ec3ba1bf8dc37e6e3e5efb59a08
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 20:32:25 2008 +0300

    Make config_GetHomeDir return a const string too

commit b152c831cf6bd6dab1fe8e29859ea85d9f384022
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 20:18:12 2008 +0300

    Store the home directory statically, as it cannot change

commit eef284f3b6e266ffc7f82a2f447f74d5813afbc1
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 22 20:24:36 2008 +0200

    Workaround f*cked up iTunes

commit 9298671dc006165c536e499e5721b7614d8ce829
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 19:42:46 2008 +0300

    If uselocale() is absent, assume libc does no localization
    
    Otherwise, the user is screwed anyway

commit da5d49e2845972ebc5ecb8e65544c06a75eb9371
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 19:39:53 2008 +0300

    Put the _same_ _platform-independent_ stuff in the same place

commit e104a2e689d4a1de68655d6e7936a6ceb87e6283
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 19:32:05 2008 +0300

    Use the same directory layout on all platforms.
    
    It was an artificially-created mess. Besides, many other Windows
    applications also have a data, datadir or share directory.

commit 3f02d5ddbd48efd89f6e3ffaff3e24e86220b52c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 19:10:10 2008 +0300

    No need for huge automake if's

commit 7e86c20b39e75632f1f2bf64822a63c4cbef8851
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 19:04:15 2008 +0300

    Split directory handling and core configuration

commit 56a6c87699827a7e6f5e344fdec575ef32d9524c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 22 18:52:50 2008 +0300

    Cosmetic

commit b268e2e8d2721942dfd1ca41987756940e2f05db
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Thu May 22 08:50:00 2008 +0200

    GnuTLS and libgcrypt bump from 2.2.2 to 2.2.5 and 1.4.0 to 1.4.1

commit b95cac1c3685e4d3ce7f16303957cf100cdd5541
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 21 14:18:17 2008 -0700

    Update NEWS and interface string about the latest parsing for the subtitles.
    Some comments about the naming of the subtitles (mplayer doesn't name as gnome-subtitles does, and none of them respect the main conventions)
    Most of the subtitles format are now parsed. However, some styles are still discarded.

commit 0b00646d20a3401348b8673b7ec896cd7203a05b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 22:12:11 2008 +0300

    us_strtod: do not make any kludgy assumptions about number formats

commit a2c338bb861ca781457ae23c8a36215a6ce82ea6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 22:07:22 2008 +0300

    Don't rely on scanf when parsing floats from files
    
    (well, you _can_ but you'd need to use uselocale() then)

commit a159f4795d5eeeca17c600c80fcc8fb823302682
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed May 21 20:02:22 2008 +0100

    Win32 also has and needs fcntl.h

commit 71f0e10dee124f93351697f8c1fec7236b724e02
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:59:03 2008 +0300

    Remove unused i18n_atof

commit bb1fb263758ffb26e0d2887bb309d274972687c2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:58:01 2008 +0300

    VLM: use american numbers too here
    
    (we don't want sample scripts to break in certain countries)

commit 6d85ab85a3f785b8eb86f8f98a58725d9c577e4f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:55:15 2008 +0300

    Parse vlcrc following American standards for numbers

commit 8d961ec721f5016fbf60f1959a0caafb75a86a16
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 21 20:45:24 2008 +0200

    Use cmake 2.6.0 release

commit 0d683192fe0cb77bb721ecb68d3ddfc14c7702a9
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 21 20:37:19 2008 +0200

    make.pl: matches gcc-xx and g++-xx

commit 2b58a805b907efafbc5ef03347b6c086023806f0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:41:52 2008 +0300

    Always print numbers (floats) in American format in vlcrc

commit b15107dacf8ad0e8e51bf4fa32dd7585a98e0d0e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:39:25 2008 +0300

    French uses comma as a decimal separator
    
    (and at least the Qt interface uses commas for preferences formatting)

commit 6bc9799c8a4d70e2761ae26b7a54c205823782c9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 21:05:11 2008 +0300

    Remove i18n_strtod - nobody uses it and it's an ugly hack

commit 788907c4acb9441c756c4c232727800a2d4c6714
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 20:49:38 2008 +0300

    Fix previous commit

commit b6b695f1884564441499b817246a1c0536c23225
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 20:48:11 2008 +0300

    Remove internal Python build support

commit c5e0f9db280c579c65845614fda229f5363d94d1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 20:39:41 2008 +0300

    Fail loudly if --enable-java-bindings is used
    
    as it does not work anymore

commit 456aa837c26aab85cdd46553d26ca3623e79e2fc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 21 10:32:45 2008 -0700

    Add mx4n and mx4p FourCC

commit 13ae40b0efc4f1b1ce205d9a057537047fcab3f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 20:19:25 2008 +0300

    Use gettext_noop() consistently

commit f06802bb0473b765a7751cf78b244da240cd1fcc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 20:18:56 2008 +0300

    Translate help, short name and description

commit 76774f676dbb8cebd0dc65bfc35eac4986fee104
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 21 18:55:16 2008 +0300

    vlc_config_set: use dgettext() explicitly
    
    This is a cosmetic change at this point as _() invokes dgettext(). This
    is just a small step toward supporting out-of-tree plugins. These will
    need to use their own text domain.

commit 2123e7c23fe7879ed1ddc4efcedcf6da5d16a7f8
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 21 17:50:49 2008 +0200

    Add support for MPEG2 FOURCCs in mp4 demuxer
    
    Fix #1590 - patch by jj

commit 7c72aa3aa8546521c13bf4241566365460647c8c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 20 22:37:32 2008 +0200

    More updates, partially Mac-specific

commit 8e75a0055ad9b8a5915260f479e06845096829c9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 23:19:35 2008 +0300

    GnuTLS: proper location for ca-certificates

commit 0e51a9e6be1fe0f6b06e7a4cb95e369814bc56ff
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 23:18:02 2008 +0300

    GnuTLS: read key material from memory - fixes #1108

commit a2ad5ed16ce41045897dd3be5b7322ef9dd8856b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 22:26:45 2008 +0300

    block_File: test case

commit 2ec9d996a737986148acb5c1ce61058e9b3e4ff4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 22:15:12 2008 +0300

    block_File: loads a file into a block_t

commit c65b4ea96c47550a8876513222aab4b81cfc42dd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 22:57:54 2008 +0300

    (Almost) pread() for Win32

commit 1ba9301e99b19e80eb0888fc0d7f8d0e0fd5a53e
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 22:10:21 2008 +0200

    CMake : don't try to link unused targets

commit d1e78644b51a81983feafcd45823a8820f43febe
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 22:09:25 2008 +0200

    Cmake : disable samples downloading & related tests

commit 0e6016e25fa45c57ab88c2e6b8dcc21f57bd89da
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 21:57:59 2008 +0200

    Cmake : fix libvlc* versionning and naming

commit 5ca79d6b13f01f5a28cc71c8efa1a4e80b612ef5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 21:20:32 2008 +0300

    Updates

commit 7b98e85b48a69ad0519dee858fbbebd461c84537
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:59:28 2008 +0300

    Don't use stat() before opendir()

commit ce0b5da92eb3d06a34ce32b63421b605c8b19d2e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:55:50 2008 +0300

    Fix handle leak

commit be24a28f94929ecca09911d4659dec0484cc1de5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:54:59 2008 +0300

    Don't waste stat() right before opendir().

commit 31bf9857bf400f283e072f053d33f6e210f698b9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:52:22 2008 +0300

    Don't test if a directory exists twice in a row
    
    Better yet try to parse it directly...

commit 04aae4db17b7b59c04870677448a0b49262b5f71
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:50:42 2008 +0300

    No need to do stat() before opendir()!

commit cca9e206e38081bcb72ce16e16b8dfdd954a48f7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 20 18:47:25 2008 +0300

    Use fstat()!

commit f3efda92b1cba1161c5f59b94f55770a3f824beb
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Tue May 20 11:36:44 2008 +0300

    Directsound 7.1 support and some debug messages...
    
    ...to help identify possible issues
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
    
    Squashed with VLC boolean updates.

commit 2113d41e90575c54097871f53f2f5b28a4e90726
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Tue Mar 25 23:07:14 2008 +0200

    Untested attempt to DirectAudio support for 7.1 system
    
    (See also http://forum.videolan.org/viewtopic.php?f=7&t=42590).
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
    
    Squashed VLC_TRUE fix

commit bbfb0053341db10afca4e72cf1dde091533af955
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue May 20 16:10:47 2008 +0200

    Fix decoding of teletext in ps files (the zvbi decoder expects the full PES packet, I haven't been able to test the telx.c decoder yet as I don't have any ps file with teletext subtitles available).

commit f7c94f789ded4172cd5abb442f475265a919f622
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 15:15:40 2008 +0200

    Fix the reference counting of pictures stored in the mosaic_bridge ring
    
    Code cleanup without semantics changes
    Resets the reference count when returning a previously allocated picture
    Check error path

commit e8120e68db7397af96173ee53cbffdab45f6c171
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 15:06:24 2008 +0200

    Check allocation and initialise memory

commit 27965f62a1a68ddbff697474e9ca3eab0b3b907b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 15:05:40 2008 +0200

    Fix memleak

commit e110b99aac4bc342fb927d9c83197f59a4f867f1
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 15:05:16 2008 +0200

    Use reference counting for pictures

commit a5ff1f926dc6ae6bf2db641b2025a4b5ffdecdf5
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 13:48:10 2008 +0200

    Fix memleak

commit bc1649c4f3c0de31b016fcf6fac1a7b9ce78b73f
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 13:46:52 2008 +0200

    Remove not used allocation added in [bc650c59ca6d2edbf555dc0cec11091f274b42f5]

commit cf9c7df72756886b02e6a6a0f657c68194dd4882
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 20 12:40:10 2008 +0200

    Don't change pf_release() to a dummy function
    
    In the meantime, another module (like the mosaic_bridge hack) could call it.
    Instead, increase the reference count to be sure it won't be destroyed.

commit 393b34257f6abcde79f2972e3898674da9a8a481
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Mon May 19 13:34:34 2008 -0700

    Formatting cleaning

commit cffe2dbbf5082a82944aa2ca7aecfe8124780dd5
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Mon May 19 15:49:45 2008 -0700

    Add options for preferences.

commit 3845f37d56912d6b82f6374a2d85fef06bb8e5c9
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Mon May 19 15:44:14 2008 -0700

    DKS and Subviewer1 parsing support.
    Some cleaning too.

commit 47b6f76146af7c4e2a18e7e59b926d639669f7f2
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Mon May 19 08:09:20 2008 -0700

    Multi-line support for JacoSub.

commit 85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue May 20 10:22:52 2008 +0200

    Fix bash syntax in rrd doc.

commit 4063d631ecb3558e596fc794dc3158ca8200ef4d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue May 20 10:05:33 2008 +0200

    Video bitrate tolerance is advertised as kbits/sec in the help (not bits/sec).

commit 3a6f1b598c7c31dc8171479cce28f8ca12aeb9b7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 19 09:52:43 2008 +0200

    Cosmetics.

commit b26f5a25af04ccca0d539d0711f5ff9316064641
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 19 21:11:45 2008 +0300

    Remove incorrect if BUILD_VLC

commit 665a5b28ae3e50d725fdd6e903c6af8b9440a5c7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 19 20:53:56 2008 +0300

    Use TIMER_ABSTIME when it's available

commit a056e64e5142c36651a7a15ed5143075266e3e06
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 19 20:42:48 2008 +0300

    mwait/mdate: remove cached_time - not thread-safe
    
    Could go badly wrong on platforms without atomic 64-bits access

commit e2b38c968064a42fc31f82e7a0bb9a6d1d79d531
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 19 20:35:41 2008 +0300

    mprec: thread-safety

commit f2312da8a85f4646ac97ce46bc98a08dd3d2de4b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 19 18:23:56 2008 +0300

    Remove useless volatile keyword
    
    In this case, volatile was both incorrect (volatile does nothing about
    thread synchronization) and not required (there is an explicit lock).

commit 3008c478206789d38cc1935aef3fdbb1f7fa9933
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 19 13:40:56 2008 +0200

    Destroy the playlist AFTER looking for a sout attached to it

commit 8d6c2121985d39118999f44544e97b603b301a89
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 18 13:34:49 2008 +0200

    Return VLC_ENOMEM when malloc fails.

commit f2d4eeec7170ce11d830f83eb136078e16a54658
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon May 19 00:08:59 2008 +0200

    Fix blinking on redraw in ncurses interface... if anyone has an idea about why that call to clear() was needed ... (And remove a bunch of trailing spaces)

commit 61a7eac1133592ab209e4e322bd8133f5fc1d2dc
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 21:54:58 2008 +0200

    Fix glade search path - thanks to dionoea

commit c5b21fdcce4513d2367ffb4dada2a4e84e0d4f37
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 17:18:23 2008 +0200

    Cmake : Fix test/ linking

commit 02eaf086c6f2a2688af8fc46339fea78f11d9604
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 17:16:58 2008 +0200

    Cmake: Fix modules/ building

commit f569b51c1aeb39d44c2b21c1e2f7e97701966b8e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 16:20:29 2008 +0200

    cmake: fix src/ building

commit 597e23cadf0ad4c2ae4e0a0584a1f5307447f866
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 15:24:52 2008 +0200

    Add a comment about RIPEMD/160

commit e7268258a5e2aacc95ab20d7f097a93c3df369f1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 18 13:09:26 2008 +0200

    Remove trailing whitespace, add checks for malloc return value.

commit 4a66eee1f0a52d8e1a10a47984e3146af958b1f0
Author: Tanguy Krotoff <tkrotoff at>
Date:   Fri May 30 03:12:38 2008 +0000

    libvlc: when calling libvlc_media_player_stop() check for playing or paused state before to send a stopped event
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 11922961a781bb840c7e06b0ca32054ae0e65645
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun May 18 01:39:28 2008 +0200

    Update: supports file v4 signatures
    
    Note: public key v3 signatures are not supported
    Fix various bugs and potentials buffer overflows

commit 96250779f78d93eb59cc49388cbb519c14c27307
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 17 15:20:54 2008 +0200

    Small cleanup

commit a4056df25a32758069120e7749938397ee0e34b8
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 17 14:48:08 2008 +0200

    Use the same default values for i_frame_rate everywhere.

commit 453ff82acfa8ec4fb717fe71b094199d8659a1f5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 17 11:34:59 2008 +0200

    Remove "out of memory" message

commit a26336888230e81aca0f517c0a26a62851c5d4ab
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 17 11:18:47 2008 +0200

    Check malloc/recalloc return values.

commit 81b9a24bf9e7e0ea3d7f36d3d3bb8eb29eb6270e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 17 18:29:46 2008 +0200

    Added the minimal-OSX class files and a couple of more related files to the project list for easier lookup

commit 848663122bc0a1ce567444fdab83a630b79ea6ae
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 19:25:19 2008 +0300

    Remove the children leak detection which is not working anymore
    
    If you have a better idea, you are welcome, but I am very doutful.

commit 1f5fe769ca2386234ad22cd60174fc700344302f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 19:22:54 2008 +0300

    Also remove the link fromn dead objects toward their children
    
    Previously, we only removed links from children to dead parents.
    This patch is semantically the same as Funman's earlier
    vlc_object_detach_unlocked() patch. It is merely faster and less clean.
    
    Unfortunately, this means it is impossible to detect leaked children.
    That being noted, leaving dead parents "semi-attached" in objects tree
    is not thread-safe anyhow. Basically, we either automatically detach
    objects (and miss leaks), or require children to be detached/destroyed
    before their parent is destroyed (and get leaks detection, but more
    coding pain).

commit d88c98753b29b02bfdb6599a847c3a6f48153b4c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 18:58:36 2008 +0300

    vlc_object_get sucks, document it

commit 7f120f79a85567bcd5ff484c03a15d15a9b11cdb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 18:53:31 2008 +0300

    Qt4: do not use vlc_object_get

commit 602005bd955b33eb95b241a9b4a4e2a92c55b389
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 15:12:33 2008 +0300

    Ignore X11 errors on Maemo

commit a66a2bc5b410617d507820f3eb5f7d6e13e82a87
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 17 15:07:46 2008 +0300

    Enable the Nokia OSSO hacks on all X11 plugins

commit 34eab2d9c19ad6ce64abefaddd2840f173b4d2f5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 16 17:42:40 2008 +0200

    transcode: Fix a typo about scale.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit a6c8ae352629fb178d6af03c67f64501d7027df2
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat May 17 02:56:00 2008 +0400

    Contrib: fix libvorbis CVEs: 2008-1419, 2008-1420, 2008-1423.

commit dc040150d52d6abe1074ec443753bb435a6ec089
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat May 17 02:23:51 2008 +0400

    Contrib: fix CVE-2008-2109 for libid3tag.

commit 70ad10b0c4caa43776ec0f79271f1bae34310cde
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 19:13:37 2008 +0300

    Simplification

commit 00e3e4101653be55e430b35d6fcb8d5b86df269d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 19:06:25 2008 +0300

    Make vlc_object_detach a no-op if the object is not attached

commit 8dba805732a431558c1218104dfeb667d9b5df63
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 17:59:03 2008 +0300

    Hide i_children and pp_children away
    
    They can only be read safely under the Big Structure Lock in
    src/misc/objects.c, so it makes no sense for them to be public.
    
    By the way, making i_children volatile wouldn't magically solve
    thread-safety issues. The only correct use of volatile is in dealing
    with asynchronous changes _within_ the same thread, such as signal
    handling.
    
    P.S.: I wish modules were not objects, and I wonder why they are
    (they don't don't use threads, nor plugins, nor variables)

commit 414624cea784dc0c97bb99826bad98b3c95fda36
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 18:41:52 2008 +0300

    ncurses: use vlc_list_children

commit 8bd5461783c149200b3b2a7da15e02d14a612275
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 18:23:34 2008 +0300

    Qt4: use vlc_list_children

commit 73edaec8ab683970e1344eebf930565381d3d99d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 16 18:23:09 2008 +0300

    vlc_list_children: list children _safely_

commit 456d36de0dd1eff60c6554a7fc75733b40695c76
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 15:16:25 2008 +0200

    s,fake:,fake://,g

commit 46ffb1cdaefa300605e2802188f57cac5444715a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 14:15:03 2008 +0200

    Revert "vlc_object_release: cleanup"
    
    This reverts commit c85f868153145c0bd146067dfb9ac2c405f65921.

commit 5d93a7aeb0a773ea3e4c7962f71743537deeb61a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 14:14:59 2008 +0200

    Revert "Detach the children at object destruction"
    
    This reverts commit e5b3d194ffa17dcbf57e69ebf83c3730e8938932.

commit e5b3d194ffa17dcbf57e69ebf83c3730e8938932
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 14:03:48 2008 +0200

    Detach the children at object destruction

commit c85f868153145c0bd146067dfb9ac2c405f65921
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 13:59:21 2008 +0200

    vlc_object_release: cleanup

commit d6b76f6d3e53c4ef21e503f2cd0b5b8bcdd31aed
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 13:30:48 2008 +0200

    Gives the correct arguments to libvlc_new()

commit 1cd51bdfc4de72e4774f8262e72bcc730f0ef1be
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 13:08:51 2008 +0200

    Initialise input memory

commit d3635fbc39a80443a50cac429bb1eaec651ff991
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 13:01:09 2008 +0200

    s/vlc-control/vlc/

commit 19721e51fd6412ad337000673147304e406e399b
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 11:54:19 2008 +0200

    s/libvlc/libvlccore/

commit 4ec082c0b0c0bae2942391a94fffeb3702192e47
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 16 10:15:23 2008 +0200

    Fix a very unlikely memleak

commit 6120e3c4127a4f0934e0d46344d356f43715eccc
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Fri May 16 05:16:40 2008 +0200

    Xml 2.6.32 patch modification.

commit 70b2027658b66231dc15e37e50693f1135cae614
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 15 15:10:06 2008 -0700

    Cosmetic.

commit 39aae2a3c9d265085b4a7bfde5bc1fb630860713
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 15 15:03:21 2008 -0700

    Support for RealText Subtitles.

commit 82abb3013a56507f3431eab49480d53376e5965f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu May 15 22:55:01 2008 +0200

    Revert "vlc: Make sure we call libvlc_release() when we are requested to die."
    
    This reverts commit 68bcb6a4322b55b70c231a597d7b45a5406fd7f8.
    
    As pointed by courmisch, this is crashy.
    
    Conflicts:
    
    	src/vlc.c

commit 42255fd0692bc9d4b4155728c1f390301a9f19e6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu May 15 22:19:43 2008 +0200

    vlc: Code conventions.

commit 68bcb6a4322b55b70c231a597d7b45a5406fd7f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu May 15 22:13:41 2008 +0200

    vlc: Make sure we call libvlc_release() when we are requested to die.
    
    Note: I don't think we did yet match the old behaviour, if we hit ctrl-c while in libvlc_new(), vlc isn't killed properly.

commit 31013e299b7a9deeef36bbc9c9ead08fc9cfdcda
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 21:25:39 2008 +0300

    Remove a bunch of unused deprecated APIs

commit 9f3e27c502acc7963224888a9df1bc8b64c4ad22
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 21:25:29 2008 +0300

    Fix unit tests linking

commit 2a855b131692979ae954939ad5d5a7d78cc21b44
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 20:11:41 2008 +0300

    vlc using libvlc

commit 2a227b41898fb77ce4c7f57af144834c54bd740d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 20:50:40 2008 +0300

    libvlc_run_interface: start and wait for an interface

commit debfaaa1a843326ca254daab1479f34ad30deab7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 20:39:45 2008 +0300

    Do not allow variable substitution in MRL path schemas

commit 7c75fc26c3d146d80827f3e31318f21570d3a4d6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 20:19:14 2008 +0300

    Use libvlc_InternalAddIntf instead of VLC_AddIntf

commit a6a9c37e7d3d24ae6abb50561e1ea8a7b476ac0d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 19:58:57 2008 +0300

    Don't bother with vlc_object_get() when you can keep pointers!

commit 84d0f814c4aaeb01141e993879de1ce8b0c7fedb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 19:40:44 2008 +0300

    Rename the shared libraries

commit 703887976e34ccdfa64d31079973bfb97fc93db1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 15 19:28:38 2008 +0300

    vlc-config: remove external mode. Use pkg-config.

commit edb7e412b96c160ddfa084bfec5f35c04476eb63
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Thu May 15 00:45:06 2008 +0200

    upnp: fix a typo

commit c7a3f593d20523065e317ac84b8ee13d99ecb6a5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed May 14 23:50:13 2008 +0200

    upnp: Fix a typo, as pointed by Gilles Sabourin.

commit bc35aea3a1f6c84524c56e8da7610a6edaadb0e3
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 14 22:09:39 2008 +0200

    Use vlc_object_release() to release the playlist
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 0e3e5da42643cac283fc0e758147351635679abf
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 14 21:49:15 2008 +0200

    Revert "Remove playlist destructor"
    
    This reverts commit 3d7eabaf80eb76dc2111f399aec6586d1b0094a8.
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 5bfd7ba2d5743010ea14e1fc3afc6c36f3ba2adc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 23:02:48 2008 +0300

    We may still have children when destroyed...
    
    ...if the destructor destroys them properly.

commit 3d7eabaf80eb76dc2111f399aec6586d1b0094a8
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 14 21:39:21 2008 +0200

    Remove playlist destructor
    
    We need to do stuff BEFORE the playlist is destroyed

commit bb84da65bde754021ec602e99e3861b7e8ebafa3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 21:58:16 2008 +0300

    Debug code to prevent FIND_PARENT from crashing.
    
    This will postpone a due abort or turn a crash into an abort.
    Objects must not have children when they are destroyed per the current
    design, though this seems to be a questionable choice.

commit 52d943331f7d21d9de67d025ff06d33d0ae5eee8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 21:22:36 2008 +0300

    Hmm, there was a simpler solution
    
    (Code re-use rules)

commit 38f820eb5928f2074a604a2faafdaae7ac594001
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 21:17:24 2008 +0300

    Inline DetachObject

commit c79a340d36130d8f4bd4898a0c076de2472b52ef
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 21:14:47 2008 +0300

    Get rid of b_attached

commit 30066f7bd1ce28d48032737de40d96bdff516bf4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 21:11:18 2008 +0300

    Recurse through the object tree instead of using the objects table

commit ef626a5dee4e9324a14e4f6b20be7cd518bafffe
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Wed May 14 19:48:50 2008 +0200

    Theora Beta3 and patch the includes...

commit b187d11b4c62350735a452f6b523b642cb37b4ab
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 20:15:31 2008 +0300

    Detach dying objects atomically, so FIND_CHILDREN is safe

commit 58a1d71baee1aac656ff54356104261d780e4a6d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 14 20:04:16 2008 +0300

    Remove useless constant

commit 82e52ea89110535cad86fac7ab77e17bc7101100
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 14 16:51:26 2008 +0200

    Fix memory leak in mosaic bridge

commit 4cc4c675d99ac00cce22edf44154c5379e051bff
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 14 15:21:15 2008 +0200

    Revert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
    
    The kept sout needs to be attached to the playlist, else we will
    try to destroy vlm's souts before it's time to.

commit 22dbee0081c2f38a775d059175f4a9b21841d38c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 13 23:14:36 2008 -0700

    Update libpng to 1.2.29. We shouldn't be affected by CVE-2008-1382

commit a17d5442d3f63345443e1bafd255c82db4f07510
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue May 13 22:31:19 2008 +0100

    We no longer block l10n

commit 99c7892b3746862456ec379b9157f03833d9603c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 13 12:48:01 2008 -0700

    Put psb in NEWS, interface and options.

commit 719151d261197f0a865d0afec5f1d273a884f648
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 13 12:45:12 2008 -0700

    Support for multiple lines in PJS subs.

commit b3524a50ba5a2a49ae4dca4faccd24d2266c34e3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 13 12:42:51 2008 -0700

    Support for parsing PowerDivx (.psb) subtitles

commit 7b12ac8c3cfbb95f2091775a414c5898edad335f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue May 13 19:56:33 2008 +0100

    Fix changelog generation

commit 0ff332eea0587d2f46292327c847b3de858e066c
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 13 12:16:46 2008 +0200

    Remove unused variable

commit 8a0dc31dcad18b36c9545910c0e09b22a4c6c020
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 13 12:15:42 2008 +0200

    Fix cyclic dependancy between input and "sout stream" description

commit 6ba2378ea683a7cbab6739cb18b64324ba56a377
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 12 23:10:21 2008 -0700

    Cosmetic, malloc checks and options completion.

commit 2828d7d1b3f14983d09f5cfb12b4ce13c8b827ed
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 13 08:02:44 2008 +0200

    DBus : missing return argument for AddTrack

commit 8e18f5c6cdc3d3dba06a3e04d1f460ee694634a4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 12 22:53:21 2008 +0300

    Try to split the mind boggingly big vlm.c

commit 5ab3b81401389f1834b9957eaa9b715a94833046
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 12 20:21:05 2008 +0300

    No need for sed here

commit f5f7c36c4351a71129e4d2f6e6a1d03823387713
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 12 18:39:56 2008 +0200

    Make sure the window is set to a normal level before going to fullscreen.
    
    This fixes the 'the fspanel is missing if I have always-on-top selected' bug and should also fix #1227 for OS X.
    
    This patch needs testing on a multiscreen setup before being backported.

commit f5266ccf92db33ce9f6234de82b46b96f089e37d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon May 12 18:36:15 2008 +0200

    Don't print a message when an memory error occure and check some malloc return values.

commit 93a5f233a7ba3b8ad9055fa35dbc2012c1dbfc9f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 12 18:32:30 2008 +0200

    Mirror goom on ganesh for the folks using curl
    
    No, you don't want to ask. You just want to use wget..

commit b474765b049da00ea24aceb9f49eaeefb22da7a3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 12 08:03:20 2008 -0700

    Update the NEWS and the dialogs for the subtitles support.

commit 6f9ce7c339bad3306598e2ec77391c6ab27ef29f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 12 07:56:31 2008 -0700

    Commit the good version of the file.
    For the ones who wants to look at it, here is a complex script
    http://unicorn.us.com/jacosub/demo.txt

commit 856853aea9bed47e2e8ca8c425b1fe0995f53b55
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 12 16:46:49 2008 +0200

    Asserts the return value of pf_audio_filter()

commit 45213c5d5c123a6ae14167ee58e86297cdec9de4
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Mon May 12 07:24:29 2008 +0200

    playlist startup sorting fix
    
    playlist startup sorting fix
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f3bd025005bca6b75665db4471819ede04684ce1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 12 07:29:34 2008 -0700

    Support for both types of MPSub
    Basic parsing and support of JacoSub (the parsing doesn't work yet with multi-lines and the directives are ignored but the text works)

commit 2cc99c5cbbd3de7f5ad677539af1b5c29dc8defe
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon May 12 14:48:45 2008 +0200

    Avoid a potential segfault as vlc_object_create can fail.

commit 83fb33511475ce86a30d565e8f925830784d54b3
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon May 12 14:29:42 2008 +0300

    Show utf-8 as utf-8, eg translations in playlistpanel.
    also add _("ID") instead of empty label on first label (seems that it's id)

commit 3431b0a84f27a5653429de3b1b74c2fd44716bfe
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun May 11 22:27:09 2008 +0100

    Japanese l10n update by Tadashi Jokagi

commit fb7f7d22b070fbe51775f102cc66bd84b04e44b4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 23:22:13 2008 +0300

    The TLS also needs to be cleaned up... should fix #1576

commit 7793bdcbd3a77917c4dec40c737a8b04017430c5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 22:58:31 2008 +0300

    Simplification

commit b855dc8d8261eeb21f6eb7db770768701dea98d9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 22:49:25 2008 +0300

    Don't assert that something that can fail won't fail...

commit b8fb4bc181b346f6849f5fefcbaa40baa97ee31d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 10 21:05:23 2008 +0200

    vlm: Fix a warning about a non initialized pointer use, and fix a potential free() of a random pointer.

commit f05d28d61b7a1dae079cbb47c6b3cc66d95b587b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 10 20:00:44 2008 +0200

    Fix compiler warnings.

commit b3cb03feaa065b38f2b05219dc38fb78bd3d68cf
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 10 19:53:41 2008 +0200

    Don't override original pointer when realloc fails.

commit 261fd89df68f7e4e1a5926c365d060033a5ec30a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 10 19:49:29 2008 +0200

    Check malloc return value and cleanup if allocation failed.

commit 38aaaeb38781b5087e8bf645c6aaf19520745093
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 10 19:44:41 2008 +0200

    Check malloc return value or risk overwritting not allocated memory.

commit 594e6e22ceafa46b99baa2b2bfdc4012680d4f13
Author: Tanguy Krotoff <tkrotoff@gmail.com>
Date:   Wed May 7 03:52:51 2008 +0200

    libvlc: add subtitle file (*.srt...) handling
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 48a985ecd756e3969c4b55998f24e281f03c1536
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 20:46:11 2008 +0300

    Don't look for plugins from CWD. Also don't leak in case of errors.

commit 492c2c6822d71bf82076188cd21898b3ee2c9981
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 20:45:29 2008 +0300

    vlc: set the plugin-path explicitly
    
    So we don't need the current working directory hack to run VLC from the
    build tree. As an added bonus, we can now run VLC from its build tree
    even if the current working directory is not $(top_builddir).

commit ddcfa776d89bc7b650c9566b58e410bf6d2dbaf9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 20:36:34 2008 +0300

    Another Makefile fix

commit 9f427214afc526023b6841c527811add76b0bdd3
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Thu May 8 22:43:00 2008 +0200

    Fixed error handling in function
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 5c5e00162b13ee769e0dbd090057a70cfbd1218e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 20:17:41 2008 +0300

    Typo

commit 7690e538aa8ad75a872bd0235f528d2d8f54675f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 20:16:58 2008 +0300

    Do not wander twice in the same subdir - fix distcheck

commit 937e898593c4bf108c3b02d349b940e6667d7f83
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 18:19:42 2008 +0200

    Do not touch the always-on-top when going fullscreen
    
    It needs to be done by the GUI only

commit d9752f14c50c932c07c29d9df4ed48b2f3d6d376
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 19:19:06 2008 +0300

    Kill further I64C
    
    I think I'm going to become stricter about NOT merging out-of-sync
    patches

commit b54b2ddbcb094baa736b565e49643098c9514d1f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 18:52:30 2008 +0300

    Distribute data files regardless of features set
    
    Installation that needs to be disabled, not distribution!

commit 730cd5337654da7de545f5710234898313dd4fa9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 18:36:00 2008 +0300

    Remove any tests that requires external networking.
    
    Breaks distcheck, no thanks.

commit 07cb75ee58a9e9c7cd19cd0f9d1475165214fedf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat May 10 16:47:28 2008 +0200

    automake: Don't run `make install` for VLC.app.

commit 7e4d4e22f51e52407f3edea2b21c79cf7833f7b9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 10 16:11:02 2008 +0200

    Updated libxml2 to 2.6.32
    
    Download it from ganesh as their mirror is (your description here)

commit 862c17fa7fe53fe962ccbd20238ea8ecc774c4fc
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 14:41:01 2008 +0200

    Fix compilation on != darwin, beos, win32, linux
    
    Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564]

commit 9dd6534d551c2e697e186f4397c2fa13b6d0c9c6
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 14:11:18 2008 +0200

    Factorize video-on-top disabling while in fullscreen

commit 8e36c7bdbf2cb369233f7dd064cd84d5c73577fe
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 14:03:40 2008 +0200

    Disable video-on-top on win32 when going fullscreen
    
    Fix #1227

commit 65f6489e561f6dfeda6d12b103ccd35992c4d098
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 13:40:04 2008 +0200

    Typo: disable always-on-top when going fullscreen

commit 29d8a0ba4bc86259c74aed7582a99472b97da16c
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 12:50:00 2008 +0200

    DBus: Play rewinds at the beginning if there is an active input
    
    Fix #1566

commit cdd517525b71b7b5390bfff52db183b09b00f7fe
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 12:57:12 2008 +0300

    Remove message unused "queue" parameter
    
    There is only one queue at the moment, and if someone wants multiple
    queues, it's probably not a good idea to hard-code queues as integers.

commit 80ddb522d75cca49a7337c62431709be670c9bdd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 12:29:25 2008 +0300

    Move some internal message stuff to src/

commit 5cf8c8914099fbdd678ddb071d4f410abace65e8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 12:28:04 2008 +0300

    Compile fix

commit 3e1fea390e453b25f50d1e4308b80a4a962b8564
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 11:33:00 2008 +0300

    Build (linux|not)_specific.c as appropriate

commit a7f65650ff66ba2733e3e45e3e9b48e7bf5acfb2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 10 11:32:02 2008 +0300

    Add linux_specific.c + disabled code for libvlc path determination

commit 646ffee812214a98ed28579d47011202bbbc68ae
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 10 00:33:49 2008 +0200

    I need another commit :)

commit 44697eb59c8b4e63b359b29fdf46cd1c4833e76c
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 00:29:57 2008 +0200

    Update my profile

commit 587910d68cda330158f4c00cad82eac7c613666a
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 00:16:28 2008 +0200

    Revert "Fix memleak in mpga demuxer"
    
    This reverts commit 9a90c961a6d1c670a9e282c99ea8da0ba7688eab.
    This introduces double free
    I tend to prefer a memleak as a race condition rather than a crash

commit e0321a0012f71020597f303d8d417ad23d88d011
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat May 10 00:11:57 2008 +0200

    Fix double free

commit 23a828a2e6a35abbd62177f178ac0ef254dbc767
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat May 10 00:11:04 2008 +0200

    Add some stuff (to test the buildbod post-receive hook)

commit 9a90c961a6d1c670a9e282c99ea8da0ba7688eab
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 9 23:29:14 2008 +0200

    Fix memleak in mpga demuxer

commit 43f58febd846de699ea5dfee21f4b1f03b2adc0d
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 9 23:11:52 2008 +0200

    Do not leak psz_demux

commit 2c73e8cff83c285e8ebe30be04ca1dbe6166aa37
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 9 23:05:05 2008 +0200

    Fix another memleak in ncurses

commit cdb07b55d30df5aefda222f6e9f5099e6f5d8fd9
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri May 9 22:59:05 2008 +0200

    Fix memory leaks in ncurses intf

commit 3ad6ea967fe0ae37c01b6883599319e7ee37c0fc
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri May 9 21:30:54 2008 +0400

    OSX GUI: Use "Fullscreen Video Device" instead of "Video Device" which is a bit confusing.

commit 21efc7ca07db3ba1ea0c48e861a5596875089576
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 19:12:45 2008 +0300

    fix Makefile.am

commit 52f9f251c102d81e8ee3ff80ee9ef074a832d230
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 17:50:55 2008 +0200

    fix indentation.

commit b46799c7b42ebefaebbdf35a97f4602aba210ef4
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 17:39:37 2008 +0200

    Fix broken code.

commit 0532b63eac9a335b2b996834277aa8a97a992df2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 17:29:24 2008 +0200

    Cleanup alpha

commit ed42c4a2f503b96c76cf00014a00b8a64aebe103
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 16:57:19 2008 +0200

    Catch error case.

commit 310e539913187cdda5b344cbb27bfe34c352ccf1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 16:23:56 2008 +0200

    Fix comment and indentation.

commit 2b1a76ee6642771bb797fdd6327eda7220342bd3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 16:13:08 2008 +0200

    Cleanup in transparant().

commit 770f02b996c0bcb453a79ad738325a4ad9066b12
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:51:09 2008 +0300

    system_VLCPath does not exist

commit fe5b149ec2af915066d8467e4c3143e53c4d591c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:36:06 2008 +0300

    Don't install vlc-config.
    
    It does provide sufficient/useful infos for external build.
    Use pkg-config vlc-plugin instead.

commit 4d96b2a6f342b093ba7d01f42cdea8abbbd0c77c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:35:15 2008 +0300

    The normal include dir is also needed for vlc/vlc.h (curerntly)

commit 90aa64cc1cfa26c51713efcec08cb22d41530477
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:34:41 2008 +0300

    Ugly fix for httpd deadlock

commit f9b6eba7207f9ab55218e406b10929145dcae8e3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:05:24 2008 +0300

    QueueMsg: assert p_this
    
    (If you don't want to give an object, then use fprintf() really...)

commit ff9f9ffe159abc135a1e2eae8f4b525365189c81
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 9 18:03:15 2008 +0300

    description: we have an object, use it

commit 1287a64fd67f6117b0d8374290dcbcddb763239f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 23:39:23 2008 +0300

    We also need to check the non "conf::" case. Oops.

commit cbc120de4ceb5c1ce66bb0b794f92246d7dec0b2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 14:58:38 2008 +0200

    Don't leak picture_t

commit 3f47d4769d757a7ec2007f1ff9ff16648456e71a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 9 14:51:46 2008 +0200

    Remove silly "out of memory" messages.

commit 2d278d72dddc1d3be16f60730fba8ef01334e5ee
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri May 9 12:37:50 2008 +0200

    cmake: Fix bootstrap script.

commit 1c2c9b2f4e2df08fb3b90f6bc4db6f7d374ff684
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu May 8 23:55:37 2008 +0100

    dvb module uses STRINGIFY()

commit f7721834b5facf0de50f161bc6570ec1026a7036
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 22:51:26 2008 +0200

    ncurses: restore hierarchical view

commit 923e80b5c2a7372b98cbee47c01a078cfab1904c
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 22:26:24 2008 +0200

    Don't use multiple lines macros in if conditions

commit a7e8d944f93a414be8995d53bb9bcc92b00fbc19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 23:29:40 2008 +0300

    VLC_VariableSet: assume unsafe variable settings. Fixes #1371.

commit e5501691c1435de908c354363d3618cf117d9284
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 23:26:36 2008 +0300

    Win32: kill the Win64-induced warning

commit 381904b9f00401e1371c9fd4e73185894b0ed540
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 23:25:31 2008 +0300

    Win32 compile fix

commit 1eea47cd41875604da84a414e17511920f88a40d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 23:08:39 2008 +0300

    DeleteModule cannot fail * don't handle impossible errors

commit a8c44b836bd56fa4676f4fe18a73ee166aa0516a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 22:59:49 2008 +0300

    module bank: use vlc_custom_create

commit dcba3caef3c0fabf88ef7acc14fdbacc21f43ca3
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 22:04:07 2008 +0200

    vlc_threads_funcs.h and vlc_module_macros.h have been deleted

commit ba1451c390c90d9191e1c663f2ce8ce06105adc3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 8 22:04:03 2008 +0200

    Lock FFmpeg to r12920 for now to get us nice builds

commit df2a3c1baa163870dcb49a48a789d8485aef76bc
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 21:58:29 2008 +0200

    shortcuts are strings

commit 28944cf048ddb32c971e7d458349b7d85b934587
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 22:54:46 2008 +0300

    capabilities are strings

commit 9a719ad0af1938ae8978e4e746dc6089eeaab8c6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 22:33:21 2008 +0300

    Win32 compile fixes

commit 707279b40c386c8a16e1f894db2141a93f647a96
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 22:07:35 2008 +0300

    Merge vlc_threads.h and vlc_threads_funcs.h

commit 4c35dd214785bd12d7cf7b8489ae838cfb6cd633
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 21:58:38 2008 +0300

    Fix the kludge for old glibc

commit 3afd1ff1ab186f1f550469e9d4f656eff566ecbf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 21:55:05 2008 +0300

    Move pthread to the front.
    
    If anyone wants to try on Win32, that's going to help.

commit 55aeca35b861a188c4447349fb9c189a1304d4f5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 21:38:08 2008 +0300

    Mutexes cannot be error-checking and recursive at the same time

commit 2add48902670c9b3885b4450d8d0f6a375731956
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 20:16:40 2008 +0300

    Fix a bunch of warnings (error handling)

commit 061224eb63c7f2566e470510bd2b2edbba0d536a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 20:06:10 2008 +0300

    Fix yesterday's VLM bug

commit af5905c72fccbe87f3730d64499d06d69b5a89ae
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 19:55:54 2008 +0300

    Don't declare a non-existent function

commit e66ff927602b99b3b829fe3007db4f23e82086b4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 19:35:15 2008 +0300

    No need to auto-include <vlc_plugin.h> anymore

commit 6433e0e9d04c6218ba2ea3e213b2dfe10286a217
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 19:26:30 2008 +0300

    Don't redefine MODULE_STRING

commit 0669643b1c7370abeda3799588825d46527f5897
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:55:18 2008 +0300

    vlc_modules_macros.h -> vlc_plugin.h

commit 630076053112b47b2f6279b1e67a4031d2ca45b2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 19:16:45 2008 +0300

    Remove E_()

commit 27d483e9ef7a451397d7857251c8d67097661f1d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:30:33 2008 +0300

    Include vlc_plugin.h as needed

commit 5c4a3d98fdaf1b7afca36612d959cac32a144359
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:16:09 2008 +0300

    Merge the plugins macros into one header

commit 04fd6ff851d1b6e932a1dc08f3858ec64ced0d11
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:13:34 2008 +0300

    Remove dead CPP

commit d2a0694d908f98db8b8dadbaaa2db07253344f16
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:12:56 2008 +0300

    vlc_module_set: use vararg, more flexible

commit c3b55fa92cbc1a37e1880a773ec264aecec52486
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 17:38:02 2008 +0200

    DBus: use the current array of playlist items
    
    fix #1570

commit 35d8114a87da6004073bc7c156d1c7a9d2af799a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 8 18:07:59 2008 +0300

    Fix warning

commit 9128d8106e929036e3c2ddf3a560e655f5d7c2df
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu May 8 13:31:32 2008 +0200

    Copyright changes. (btw, does Copyright the VideoLAN team really mean something? for example, in French law you can't give away copyright to someone else)

commit 8455686e2c80234087a520b89c32992aab631250
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu May 8 11:55:45 2008 +0200

    Don't use the playlist if it has been destroyed

commit 58b8ff470d413c2523d6dc4adea659a18b433754
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu May 8 00:45:41 2008 +0200

    Add france2.lua here.

commit 86b350eef8268985437f60ae9b7a1b3a2b128fb1
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu May 8 00:24:23 2008 +0200

    Lua playlist script for pages like http://jt.france2.fr/player/20h/

commit 9f3a5f3a463f638e8c760649fdfc34c081857c83
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 7 23:40:33 2008 +0200

    Less and less information with compile

commit b1b63c31bdcf3823aa2a6479cda00bc5aee9624c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 23:19:10 2008 +0300

    No need to take the structure lock when finding oneself
    
    as we don't go through the object table and links.

commit ef33cb40a80a612b7ac8f3eb0f05e2b6cbec945c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 23:15:46 2008 +0300

    Fix the same race condition as in
    [19bd84c786fecb77531073b697aad4d3c221d15d]

commit b3c8d478e9091fe55a2513eb8e416162da3bb5e4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 23:12:52 2008 +0300

    Use a per-object spin around the reference count.
    
    So we don't contend for the global structure lock all the time.

commit 5421e9cd54ac4384583f13daf9323304e532c257
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:53:15 2008 +0300

    Only insert new object into the table one initialized

commit e6e564bd147222187e1a79315fef9973b54e10ac
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 7 21:50:24 2008 +0200

    Don't mix 2 implementation approaches
    
    Introduced in the previous commit, pointed by Pierre. Thanks!

commit 6c385c5033ed68053d3ca1f66bfab28fcc981b98
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:46:37 2008 +0300

    Don't check for 0 refcount.
    
    If it happens, there is a bug, and we'll assert in _yield.

commit 4ec615d89a46281055b35bdd5a2bc7935b6ae0d8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:43:53 2008 +0300

    vlc_object_find*: don't check that refcount is zero
    
    Besides, we assert that this isn't the case right before...

commit 19bd84c786fecb77531073b697aad4d3c221d15d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:40:48 2008 +0300

    Remove useless i_refcount == 0 case and fix a tiny race condition.
    
    When i_refcount drops to zero (under the structure lock), the object is
    removed from the objects table before the structure lock is released.
    Hence, no objects with a nul refcount can ever be left in the table.
    
    There is an unlikely race condition if another object is removed from
    the table right between we unlock the structure lock but before we
    return from vlc_object_get() (so that the i_middle offset gets wrong).

commit 7b4e7dc93dd9bf941bcfe2e2911bbf1de86d7bc6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 7 21:33:33 2008 +0200

    Remove any pl_Get usage

commit 82921f3c8dae23178b64089b22502bb8f528e7e6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:26:56 2008 +0300

    Remove p_playlist from p_libvlc
    
    Plugins are already using pl_Yield to get the playlist, as they should.

commit 3c74d129dd3d8a4bd11a4696f13af83103fe20fb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:26:11 2008 +0300

    Fix incorrect printf argument

commit 4a47b7b922e556a11800e2efe2d92640766187cf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:25:09 2008 +0300

    Fix missing #include

commit ef8e2bceaebed945e3ed7f037275dbd4a2a6e3f1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 22:06:23 2008 +0300

    Tag a bug so that I don't forget about it

commit b8909e164c63626771d3751e94d1c3f8e7af6c13
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:50:25 2008 +0300

    set_destructor has no need for the structure lock

commit d3d776685b767f1a4648d66e5ba00c495c69cb19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:38:43 2008 +0300

    Remove pl_Get. This endorsed unyielded playlist access.

commit 2b5eb3185ecd05444ce310ec33e0fdc0e5e69c90
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:37:29 2008 +0300

    Don't reregister the same callbacks over and over again

commit 77bea3492049ad6989b04779d259fa27ed72a2e9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:28:54 2008 +0300

    UPnP_Intel: yield the playlist
    
    (Could someone please review these commit)

commit 85a8d07027d29e364346fc5ad45cd6136bece16c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:25:54 2008 +0300

    Vorbis: yield the playlist when using it

commit 0d9ed88c6bb9d2827989847ccbca35cd31262ec6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 21:18:49 2008 +0300

    SAP: yield and release the playlist

commit 6dad9cd75cdcc66c4553bd970892c1e29598d561
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 20:58:25 2008 +0300

    libvlc_stats: use VLC_OBJECT to remove a bunch of warnings

commit f802543426dafb0c5c1d833d27c038ef925c4b23
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 20:58:05 2008 +0300

    VLC_OBJECT: add missing parenthesis

commit ef04b504e982994a09e755c45e692d96a5f08c6e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 20:51:49 2008 +0300

    We know where VLM is, no need to find it.
    
    Now we can remove the VLM object type.

commit 7db96bf8cb3e9a57917f3297e68b6f33f573b944
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 20:18:31 2008 +0300

    Remove the glibc libintl kludge.
    
    Afterall it's not our bug. More importantly, the vlc_cond_wait "possible
    deadlock" debug message has been removed, which makes the problem a lot
    less likely to happen.

commit b5b7e051fdc5b5d830fdf49c702e9c199548469d
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 7 18:53:22 2008 +0200

    Fix detection of ending of FontBuilder thread

commit 75f050b3c60cf51ca70de494b8a9e3b7f7b12e02
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 19:38:48 2008 +0300

    Fix Range handling
    
    In RTSP/1.0, don't return any range (as far as I understand).
    In RTSP/2.0, we'd have to compute the time from the beginning.

commit d8023cde60406013265bdd5aaa6ab69b352b5de2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 19:11:19 2008 +0300

    Provide gmtime_r

commit d8c68f7f9c768f881d6e7d1b9372cf709d1a6e52
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 19:09:54 2008 +0300

    Add RTSP Date:

commit fe182634ea51564a9f1374eb337b27890da15ef0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 18:41:47 2008 +0300

    RTSP: output proper Range: header

commit b16fe48fe68f59a62a2c7aa300adaf48d16fa909
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 17:57:40 2008 +0300

    Cache the --daemon value, so we remove the PID file iff we created it

commit 8764d2a1a6b555eaaeec81bc953cc723608f5ebf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 17:34:24 2008 +0300

    sout-std: remove RTP stuff (since we don't have a RTP access output)

commit 8e65c917b65fd1d419853f42d9440de260c9a52d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed May 7 17:31:23 2008 +0300

    Undo --sout-udp-auto-mcast
    
    (was not in previous release, so not adding _obsolete).

commit 7b556d013fc72822b26d03158c1e5c6328be1071
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 7 16:30:29 2008 +0200

    Forgotten phony targets

commit 706dcc60465ba3aa7d159b5b3c262c68e978b9d9
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed May 7 16:22:50 2008 +0200

    contribs: remove reference to old stuff

commit 82a358acc2f5a2d2b795b4d5ef9458972938ffa2
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 6 23:55:58 2008 +0200

    Fix #1487 - race condition

commit ce7d502e6cc83a6d1f2ea13f462e5ef7f6835606
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue May 6 21:46:46 2008 +0100

    Meaningful typo

commit 99c0445a5a6b5d23f6199de0be01672a7a67e6b1
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 6 23:17:42 2008 +0200

    Fix #1572
    
    The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/

commit 080a076a49837a7643778b78db14727017ec2bfb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 6 23:10:28 2008 +0300

    config_GetConfigFile: remove unused parameter

commit 146dad54bff773b990752e44b92aa35f87cbc678
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 6 23:07:59 2008 +0300

    Use config_GetUserDataDir() internally

commit 0038469d31d5ede7c49c5133c90e70d8a0a543dc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 6 23:00:36 2008 +0300

    Use config_GetUserConfDir internally too

commit 75c438d3302e2a816a473576a35e17989d05a42c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue May 6 22:56:57 2008 +0300

    Use config_GetCacheDir internally

commit d9d67e17350d62d8fe7481fd92e8b131ea3edcb9
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue May 6 20:51:39 2008 +0100

    Oups the nynorsk l10n haven't arrived yet

commit 11768574baeb2e8d7fc382e7cb70fb478f46443c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon May 5 21:24:09 2008 +0100

    Use the proper code for norvegian bokmål and use a symlink for no as it is what people expect

commit 40df45bfbfe0b6e6ce983bb56e134f0d2f621a46
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 6 20:23:03 2008 +0200

    Fix VLC.app target

commit e2edb44547dfc882d42f687ba677203d0d6e0fa0
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue May 6 21:11:41 2008 +0300

    Adding some forgotten return-statements and removing some commented-out code.

commit aa5fe86aed9096e92e1f4b0affbb4f6c0c6080ff
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Mon May 5 23:28:39 2008 +0200

    RTMP bugfix and reusability enhacenment
    
    Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>

commit fb19b264f8a5fe4ebb47f863e0f040f2ffe9b0a5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 6 18:14:45 2008 +0200

    Forgot live555 in the previous commit. It's quite useful to compile it, too.

commit 8274e9137ebe705a6c67fac4ccd0cd0b51403231
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 6 18:05:26 2008 +0200

    Remember that VLC_ADD_BUILTINS is ugly and that we don't want to use it for modules that we actually want to be build

commit e1acded83bdd7b610ec4e37ae8174d67809b09d3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 6 17:52:06 2008 +0200

    use PL_**LOCK instead of vlc_mutex_lock

commit 0843673ad0d824fd8dad3daf26663a960024a23b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 6 17:12:51 2008 +0200

    use files.musepack.net instead of files2.musepack.net to download libmpcdec

commit e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 6 14:49:08 2008 +0200

    Less information when compiling with compile

commit 7caf92c9f6eec8ee9742d5312e96641b25d19123
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 6 14:25:52 2008 +0200

    Print less information about the compilation when using make.pl

commit c35af423b5a87c93ab63e39ad90332e10846bd9f
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 6 13:11:23 2008 +0200

    Check malloc return value

commit f4bdd3effb57aa42c20dafcaf001f97b7b8718c9
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue May 6 11:25:58 2008 +0200

    mosaic: Free string variables after using them

commit 482492e0087aaa6ebc236cbb6100c21c9a65f4df
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 6 10:57:09 2008 +0200

    Fix compiler warning in fbosd.c

commit 62829b3b5eac81d4db269c6b1be7631e6a1f9beb
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 6 10:14:23 2008 +0200

    Remove dead code.

commit 09b646affc8be98f194ce09d59484423423b696c
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 6 10:04:51 2008 +0200

    Cleanup and add workaround for FPGA bug.

commit 4dd87e5b15e3c55a90642027f256479942731815
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Fri Apr 25 14:18:58 2008 +0200

    generated files from axvlc.idl by midl (VisualStudio 2008)
    
    In ActiveX project, three files have to be generated from
    axvlc.idl (API description file). This commit update those files
    based on the latest .idl modifications.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit c20e5a73cb2926eb0b5341a8752b97150b3d9cdb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:55:12 2008 +0300

    SSL certificates are in /etc, not in /usr/share

commit 62ba5767cc3a6cf7283aa2c1c8b22c1a2ed01759
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:53:12 2008 +0300

    Add config_GetConfDir

commit cb47bc073cab2871d737f99d649e8a5ae8dfe9ed
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:33:25 2008 +0300

    config_GetConfigDir -> config_GetUserConfDir

commit d6a7e4898ec7aec075b0aeb056b3c883de7be60a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:30:53 2008 +0300

    Hide psz_(cache|config|data)dir

commit 9b6ca602809f373e1770e32720f7961c3a0febed
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:16:50 2008 +0300

    Use config_Get*Dir

commit f2ba521bb2c966aecce1ed890072c7ff6160e5d6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:09:04 2008 +0300

    Export config_Get*Dir

commit 5cd6f2851ede7865a1f3e2c3479344a39082391f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:51:21 2008 +0300

    Inline config_GetUserDir

commit 786f7e30d7e7f328de3ec43ade07c4abb416f2c5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:47:30 2008 +0300

    Don't duplicate getenv("HOME")

commit d73e233da15e73a662807b43b44e034fd74429bd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:42:11 2008 +0300

    Simplify Win32 GetDir, and use the proper header files

commit e7125f4ec9d298e514b56f721ebac2a7be14b24a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:35:18 2008 +0300

    Use getpwuid_r - thread safety

commit 04a4af73ffcb9602a697e5b2bd8df21c9e9b3c6d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:17:20 2008 +0300

    The input_items array is private data.
    
    Hide it before someone thinks (s)he can use it without locking libvlc.

commit f3cf5c6ef8f03bd8b9cb99a095c9072d76608181
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:21:23 2008 +0300

    Fix warning

commit 3441c108d129086918f6625c56939192794f76fa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 23:14:19 2008 +0300

    Do not re-invent strcpy

commit d804de7dac7b0e414c23360396a08f29ffe85e09
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 22:15:54 2008 +0300

    Remove unused variable

commit 063e5077078128a351089bbbae616b395cbc9639
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 22:14:22 2008 +0200

    s/URI/location/ to comply to the spec

commit 821a4658d2c5d6b9a6670dc3640c890b71a43805
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 22:10:45 2008 +0200

    Read the correct type from the vlc value - fixes #1569

commit 2ff00958881a01801c745a741f64db3679217d83
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 22:00:34 2008 +0200

    Avoid deadlocking: refs #1566

commit 8d583016474dff4a5069940aff3b6d51592fdc51
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 21:36:40 2008 +0200

    Use strrchr()

commit d1aff398452e86385cb1205cf8277d9de3782f12
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 21:26:18 2008 +0200

    ncurses: use --color option

commit a88db7865f48317763547133843e590621c09657
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 20:57:25 2008 +0200

    DBus: Round volume to nearest integer - fixes #1561

commit ed57b5bda9cb8c545ea219ec969d6a04648892f1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon May 5 19:50:11 2008 +0300

    Fontconfig: compiler warning

commit 8c8eae269b78a9f1f9ea88868ffd612240f48913
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 17:33:40 2008 +0200

    Fix memleak

commit d5017d216e822924c59edcf7e3b4dab27df9ce84
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 17:24:37 2008 +0200

    Fix es format leaking in live555

commit 9d8885ebb7cbf082b9093d3a814970fc67c01afc
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 15:06:47 2008 +0200

    Forgotten in fd84d89ba : fix building without spinlocks

commit 62a71b894cc3f4e61475cf082b67f2fc125db991
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 14:30:54 2008 +0200

    Fix memory leak in dummy input

commit a037737e6238fd4fc471d1df9a8d25a16d7caaad
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 13:56:08 2008 +0200

    Actually free the data

commit 3065c6a520938a9248343f08cb8456336b983edb
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 13:44:49 2008 +0200

    network/error.c has been removed

commit 2f601f6314210a2ec7af4edd5364d63fbdf56e94
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 11:40:04 2008 +0200

    Do not leak 1 byte per variable created

commit 0451476b86e83f9f6d5ce9392572426c51f9e205
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 11:33:21 2008 +0200

    Do not leak the object name

commit 29e6e23f4ac5cdec84f6e2b161c90f97129f6a76
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 11:31:16 2008 +0200

    Do not leak the global libvlc pointer

commit f0f97b4eff1d9327c812546d23d8472f66374c89
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 11:10:48 2008 +0200

    Fix leaking of psz_object_name

commit aab3bb4e6be21ea3ef8946d5127312ec025a4a6a
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 10:41:07 2008 +0200

    Simplify executable name retrieval and fix a memory leak

commit f83f9df3a720bcc39e027511e5a8ce2fd8614a61
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 09:51:44 2008 +0200

    Remove a memleak

commit e41147c8740c66f2787012d819ffa19a917fc929
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 09:51:07 2008 +0200

    Use the verbose variable, over the private i_verbose member

commit 99fec92fb8d61c7702006db41f5ab7dfd6111e5b
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 09:50:30 2008 +0200

    Do not duplicate potentially NULL strings

commit 32edee83adbf9c1a9513d9f2da5009747ce732ea
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 09:41:20 2008 +0200

    Do not duplicate NULL strings

commit c452d0794615bdf5f5fb5217e94763a1e4adc094
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon May 5 09:29:24 2008 +0200

    i_verbose has been privatized

commit 47ee4e3b557450e72e09605060682617e3739574
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 22:11:03 2008 +0300

    Remove unused parameter

commit 8a96b3e73601a02d813b0dc70947778ef7e013ee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 22:08:59 2008 +0300

    Remove unused parameter

commit 4fe6d5bc0d11f92648ce6465174d67adea8b38d5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 22:07:52 2008 +0300

    Fix memleak on Windows, fix locale on Linux

commit 09b452a36de6130d12d598f1159816b8bbe960b5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 22:00:51 2008 +0300

    XDG code factorization

commit 60987ce27f1f6931311cf1bbf7dcc5d704b96a2f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:39:05 2008 +0300

    No need to lookup i_verbose. The core does it anyway.

commit 6b42b421710760b88561364ecc585b93aee7790a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:36:25 2008 +0300

    Privatize the stats computer

commit 067e6c3763b1b6755993cf7aeea52be2701d299b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:36:09 2008 +0300

    Don't use libvlc->b_color

commit cf825526dc105c5b0975ed9b5596cccb9d9bd493
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:17:04 2008 +0300

    Privatize psz_configfile

commit 26d208e59874977e52bcf36d92f439592cd1524a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:11:22 2008 +0300

    Privatize p_interaction

commit 973f2f06b07e7773fd58abd3e5d4f89454dc7bc4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 21:09:09 2008 +0300

    Privatize msg_bank

commit 40f43d3256ee86695e0bf44adabb691707d5de01
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 20:45:17 2008 +0300

    Use libvlc_priv_t for httpd

commit e0a120ef811bdb2d1bccdde0838105f6dba99669
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 20:37:05 2008 +0300

    p_vlm is private data

commit 0a9fffb92ed32d042bc16f76a3c4735d60c6f086
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 20:34:54 2008 +0300

    p_memcpy_module is private libvlc data

commit 9df284851e95e95a365d058ae26456e6168c84bb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 20:26:07 2008 +0300

    Add long overdue private libvlc object pointer...
    
    ...and use it for stats and the config lock

commit aebd6a4333c175bd5cd00ced4b25586be74c3837
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:48:59 2008 +0300

    libvlc_global_data_t: fix description

commit 49dd062d2e4f097d3af73e0478476f7c39db1cf5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:40:22 2008 +0300

    p_root->p_probe: unused, remove

commit 9c87bdf6b71f43aa5d2667d5cc9e483e9b6bddea
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:34:34 2008 +0300

    Remove p_root->b_ready. Duplicated state.

commit 6d0788dcb77e2f31678dd307a16355cc505f7df4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:30:16 2008 +0300

    libvlc_InternalCreate: fix small race condition in error path

commit 2667b2aea8a913292b5b6d8a69d6987a900ae7af
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:25:58 2008 +0300

    BeOS app thread: only used in one file
    
    No need to clutter the root object with stuff that can be static.

commit 63b51e51868a6babfe9ba15abda5f3311d3acc19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:23:56 2008 +0300

    iconv_macosx: never used, removed

commit 38276a4632c98f6e98186adbb1a1538168e1a697
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 19:16:00 2008 +0300

    Remove VLC_OBJECT_GLOBAL

commit bf52311992e0411a26fec5ae19d254308e122058
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun May 4 17:00:24 2008 +0200

    cmake: Define HAVE_ATTRIBUTE_PACKED if needed.

commit 025edf958e15ea1dc0f7a63d7c4bd19272d27607
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun May 4 14:30:45 2008 +0200

    cmake: Set min version required, fix some warnings, remove network/error.c from src/CMakeLists.txt.

commit 89d6e4c600a191d515497bc2a88bdc4779e90839
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 4 07:37:36 2008 -0700

    Direct3D blurriness fix by Kaarlo Henrik Räihä

commit d4da0d585c7f603889f9655320e6a28127a7666f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 16:03:51 2008 +0300

    Also if BUILD_LUA

commit 48dd75b1d37ad9895c447e7a7fe779fce353030d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 15:57:04 2008 +0300

    Avoid useless recursion into GUI directories

commit 7849b2496116224c43b78a09a463c5d57033c535
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 15:51:15 2008 +0300

    More avoidable directories

commit 4ebc6479615be3397bc8d346d75a2e5cbe3098d9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 15:41:03 2008 +0300

    Remove useless bindings/Makefile

commit ab6a68b2020d04d13c00a28faf76246b84eaa3a1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 15:40:27 2008 +0300

    Don't recurse to python, ax and mozilla directories if not needed

commit 5d6e797a6b0d55e9e5451fabc613ef6d9d14180e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 15:36:23 2008 +0300

    Maintain SUBDIRS manually for extra flexibility

commit a82a9bc60ac2b3baff6706599c7c981762f06252
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 4 14:02:40 2008 +0200

    Fix a false assertion fail in the Qt4 playlist.

commit 99ba0547f4fa6b89b1031a99f0f46045d49b50dc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:39:50 2008 +0300

    update check: Initialize gcrypt threading - fixes #1483

commit e2133869a6dd73b22775d826729b6033131d98f3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:33:19 2008 +0300

    Factorize the gcrypt thread support

commit ab95c5fa064411a759f64538b721c8443f5b733f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:18:14 2008 +0300

    Remove some dead code

commit b9c8ba9030f32cc95e07ff6ef2f9e19358aa1b72
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:18:29 2008 +0300

    Fix linking error

commit fd84d89ba275385df35ef7de8ea9452182d503c1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:14:22 2008 +0300

    Fix function names

commit e038c5268f243761f3d3b63def32fda573ce1e4d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:12:33 2008 +0300

    vlc_mutex_init_recursive: remove useless parameter

commit 6da90a1716250d282f16dc6bc9dacec5b9514caf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 14:10:08 2008 +0300

    vlc_mutex_init: remove unused paramter

commit c9324503821e7f95997bff167cece65b6d1d7c25
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun May 4 13:07:01 2008 +0200

    Mirror libcaca on ganesh, as zoy isn't reliable enough for the nightly builds

commit db52627c333f91f5392e29d3616fd10030fbb5ea
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 4 12:25:50 2008 +0200

    Fix the playlist column problem added in 7bc28eebe843ef72304a7ec4bb7e89a12a17187a pointed out by phytos and JPeg.

commit 0c199e1522dffce240e08812c95efe2bb2518c3e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 12:12:09 2008 +0300

    Fix symbols list

commit a18c1d9f1125780022a9b17c893e4a7349a1483f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun May 4 00:02:44 2008 +0300

    Improve doxy comments

commit 4724e090bc4e2663553d39709a8e8e2e59d7a85e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 23:50:55 2008 +0300

    LUA: don't reinvent scandir

commit fd658c7d4975acf5bcb41dc5f0ef5a14b1adcb5d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 23:25:12 2008 +0300

    RTP sout: --sout-rtp-sap, works like --sout-standard-sap
    
    In addition to #rtp{sdp=sap}, we can now use #rtp{sap}

commit 06ea7e5260268091ada1d64887f1c7cc1008adf8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 23:13:54 2008 +0300

    Rationalize the SDP session name string

commit a9b034cf7998a55b8403858e83ad481a803cf79d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 23:06:41 2008 +0300

    Remove splice support - it does not quite help for UDP & DCCP
    
    (at least currently)

commit 976b9f6dc9259e4532a01502d00aa91c95f455e8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 21:13:55 2008 +0300

    Provide sendmsg and recvmsg replacements

commit 832088e49692faa50f7319e430df17b7c5b1a24b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 3 11:55:11 2008 -0700

    Fix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09

commit 9ddd88e8d147e97b428ac5bef2c8177fd185911a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 20:52:53 2008 +0300

    Only compile the winsock stubs file on Win32

commit b2b9fb4c30858b5caa1d660c791c051ac8bacd87
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 20:11:28 2008 +0300

    block_FifoNew: remove un-needed parameter

commit 6d44cf441801dc76e4c61ddcb4d834cb3c4b4ab6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 20:06:18 2008 +0300

    Win32 compile fix

commit 500cb6f49cf3dec6f5f54cfc8286b0b40381610f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 18:01:02 2008 +0300

    Speak English

commit 6276fe00157e71fa9f73c0c928ec087e871737e7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 17:59:28 2008 +0300

    Fix symbols list

commit 7fd923e41a2a29be113391490731b1c82f726185
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 17:46:03 2008 +0300

    No need to kill VLC if it's exiting already.

commit b89d540af12211361bfaa82a200872b3ba4f0eb0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 17:20:43 2008 +0300

    Remove pf_memcpy and pf_memset from libvlc

commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 17:16:59 2008 +0300

    Use vlc_memset/vlc_memcpy

commit e29b2a0e671308993deab46394f6de15f10033e5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 15:42:06 2008 +0300

    Use the new registration mechanism for memcpy/memset

commit b04c6c66f43e941f33469519f1ff7d15faeeb929
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 15:41:17 2008 +0300

    Process-wide memcpy/memset accelarations
    
    (CPU features don't change across libvlc instances)

commit 0b776c28b4446eed12dcc984b07f5fcae06d4b6d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 13:49:48 2008 +0300

    b_daemon does not need to be exported through vlc_global

commit 7f682030017e1c075474ca18fba3ca1a1cb0a9d4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 12:51:03 2008 +0300

    vlc_object_t.p_internals is not needed anymore

commit 079986827291b3381495532cb0f754b131ccf246
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 12:50:50 2008 +0300

    vlc_internals(): use pointer arithmetic

commit 830bfb51bcd76d72fb9849281dde281018e0095f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 12:34:11 2008 +0300

    Allocate global object as the others - not statically anymore

commit c07b1d0c2b8d9ec8afb3e2d1052b71b98baf41b7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 12:21:11 2008 +0300

    Hide global object within the thread and object subsystem

commit 4db976d9a6c11ddcc0ec438c836bdedf54137fa3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 12:05:42 2008 +0300

    object: use vlc_internals()

commit 429282300637fde2fe6f2cda9dafa9902d422355
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 11:42:09 2008 +0300

    variables: use vlc_internals()

commit 23afa490b8437080f779fbab6052c860f00f1640
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 11:41:51 2008 +0300

    threads: use vlc_internals()

commit 65a9c5b22206b4264dbe737e7e07fdbeddef14d2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 11:41:11 2008 +0300

    OSD: use vlc_internals()

commit 82d86a7b43ae822a484e9f5fa14f1c5fc9e041df
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 10:18:11 2008 +0300

    Remove some global object-specific code

commit 50e969ef00854bf902b682941cd736e94338f952
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 11:33:11 2008 +0300

    Simplify threads init

commit 0d7bc734159ec59544e8e89ba29cec6ca9ee9ce8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat May 3 09:54:59 2008 +0300

    Cosmetic fix

commit a5e44a6ed09d58a52243554edcb2fbac63084cdf
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 3 00:14:51 2008 +0100

    Thank Vincent

commit 200d817170d49eee18ee5a5cf99d5ae7d083d262
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 3 00:11:53 2008 +0100

    Russian l10n update by Alexey Salmin

commit c5007f8df8439b677a8d6f80bf0fef4229d1d8d9
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 3 00:06:09 2008 +0100

    Update POTFILES.in after files renamed and added

commit 651e249197e50e39b02c011d77f0e0f1373ba590
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 2 19:25:10 2008 +0300

    Use var_AcquireMutex for the quicktime lock.

commit 89d56df65a72b099ce6a10bc35c8f4e71dce4f5f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 2 19:06:43 2008 +0300

    main.h -> vlc_main.h

commit 5f1eb7796b781d998e6f578648cc7d5ed738cc6e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 2 18:35:56 2008 +0300

    Add kate to the news

commit 5d1e0c0567765078ac182155cb1f02269f46848f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri May 2 18:33:00 2008 +0300

    configure: Minor fixes for kate detection

commit 53772811d1d5f1b2a22f36332a500ffac5eba29e
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Fri May 2 10:46:26 2008 +0100

    basic support for Kate streams as subtitles
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 36f89cb84d6b0e5952fc5f037b8fbebf07a9426f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 2 01:35:13 2008 -0700

    Support for MPSub.
    Only TIME based, not Frame based, yet.

commit c637ea54446370989df01b5461d9cb814eb3fc89
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 2 00:45:43 2008 -0700

    Small fix for PJS to remove "".

commit 971d6b76b694c4ba78f8d94370e877c94545179f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 2 00:38:15 2008 -0700

    Parsing of Phoenix Subtitles.
    Almost unused subtitle. No idea though if FPS or 1/10th of sec, Annodex and MPlayer disagree...

commit bd57eaaeb3001b9e2af467053bd55f5f15b2a7ea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 1 23:29:23 2008 -0700

    Support for AQT subtitles.
    Parsing is fine but timing is wrong since it must be multiplied by FPS.

commit beee3221da8d2f81ff6142269d875ea59e6fd5f3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 23:11:42 2008 +0300

    Move dirent stuff to fixups.h, where it belongs

commit 4b8ce41a01d64ef213fde735fc73e6323aa0cdee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 23:08:41 2008 +0300

    We need <inttypes.h>, always

commit 9cef959f9fba2e6ae3989d81f2ef8f2bb7878a61
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 23:04:45 2008 +0300

    Be more verbose

commit 6b7b39323d05080cce14676d046db9fd2f0925d2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 23:00:46 2008 +0300

    dist_ is not needed for HEADERS

commit 5c1474d6324e6b2d250ac773231a12e3f96987e2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 23:00:05 2008 +0300

    Install minimum set of plugin headers.

commit de2b4589a921647a13a6332a234e7e3236ef0fa8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:57:03 2008 +0300

    Remove useless include

commit cb206a70dfc2a235fe507a8876384ddba1ef8e19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:56:38 2008 +0300

    Fix name

commit 7a3fdc9f14c54fcdef23567f24b38abe3c25501d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:54:43 2008 +0300

    Fix expansion to no-op

commit a660c4fbe421313ff0641bb18b89008dc42afc7b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:27:06 2008 +0300

    Don't use assert() here.
    
    If it's really wanted, functions should de inlined

commit 44460e6de177f7baa85a55720904e8a687ee6287
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:22:30 2008 +0300

    No need to include the same file twice

commit 2a1870a5c5b2c9592379335224b431c54e399e76
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:19:51 2008 +0300

    Use int64_t directly within plugins rather than vlc_int64_t
    
    I wonder why we need this (in libvlc-control) by the way...?

commit 6673258639e376114376094236a511d03be5a95e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:17:21 2008 +0300

    Put msg_context_global_key to the internal header.
    
    It was not exported from libvlc anyhow.

commit d1d3dc1d109110bf68cb048c429f6f05a3839200
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:11:47 2008 +0300

    Remove I64C as well

commit 1379ab26f381310cd1fd34664d73a28cc9bf6eb1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 22:05:41 2008 +0300

    Remove UI64_C
    
    Turns out it was only used once in the whole tree.

commit 13a7c9af3c209bbd450925672162aff2f40a2494
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 21:59:36 2008 +0300

    Remove I64F., not needed anymore

commit 2e48e65740b878f69c1fea62fcfd44ef1dafd81d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 21:59:07 2008 +0300

    Remnants of I64F.

commit 97897eeeb22b1238e56632b16cda1a0375ae7708
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 21:57:00 2008 +0300

    NIH syndrome cure (2)

commit f0c83daa831d070058e04142791eb9d9d0423e0b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 21:50:55 2008 +0300

    NIH desyndromization

commit 992e35f10497e5509ed588d643a1ef26b3422f6b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 21:24:07 2008 +0300

    Use malloc(1) as cookie rather than malloc(0)
    
    malloc(0) can legally be NULL (or not unique).

commit 78880d35f3b4b38c909ede5b37b4879639bffb70
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 20:55:18 2008 +0300

    Remove useless #include

commit ee45d753f6a9d888fa953da05551201d5b2a6d16
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 20:41:36 2008 +0300

    C++ <inttypes.h> inclusion fixes

commit bbb0de54422babf3b764f8ee92841fd45ad0d3d1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 20:27:14 2008 +0300

    Fix ffmpeg when !ENABLE_SOUT

commit c1c5532756b136725832d5d3ba18ef3906374d07
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 20:27:02 2008 +0300

    Don't generate module parameters twice

commit 77d07c4028f5760684f3f41b6e0c382731d2de11
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 20:04:27 2008 +0300

    Don't compile sout code if sout is disabled

commit ea0c5c53fd2910a995b935b5ec3417bf85ec8ae6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 19:11:07 2008 +0300

    Look for config.h output in public header files

commit 311e5e3ab7ee5981eaf187565472c0b942c7bc79
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 18:37:43 2008 +0300

    Use macro for __attribute__((packed))

commit 0065092103e830b8d2e1e167c9630ee3e76d5e19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 18:33:26 2008 +0300

    libintl is never "included" anymore

commit 2857f1146eab870bf2649414e50fb0fdab055731
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 18:32:43 2008 +0300

    Spare one use of WORDS_BIGENDIAN from vlc_common.h

commit b1f21a53b67715f047be2b675175000436a0c584
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 18:24:14 2008 +0300

    Remove the temporary hack

commit 594783c9c6add546352dbf861d762bd0077a0972
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 17:50:16 2008 +0300

    U?I64C: use U?INT64_C from <stdint.h>

commit 4e9a6195ffc96bc7056b5fd771b526b56a6579e7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 17:46:22 2008 +0300

    I64F?: use PRI?64 from <inttypes.h>
    
    I don't have the courage to replace all the occurences in the code.

commit 7b86062d7e84e16fd96e7f41cb589b429064d803
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 17:38:24 2008 +0300

    <inttypes.h> is a superset of <stdint.h>, use it instead.

commit 2ea3b5fc8afa530afc65d520b33ef7edc354f775
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 17:30:52 2008 +0300

    Don't re-invent uint8_t - remove byte_t
    
    Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is
    defined. It's not defined, if char is more than 8 bits, and uint8_t is
    not provided, but then VLC will not compile in the first place.

commit 7676e68d7f5a3da50e1417ca9e142925a3b43040
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 1 12:57:01 2008 +0200

    Fixed the compilation of multiple Mac OS X related modules
    
    by using VLC_ADD_PLUGIN instead of VLC_ADD_BUILTINS.
    
    Please check for potential regressions.

commit 4d2de3f731e49074a54201682a7fd876522f7c7e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu May 1 11:36:51 2008 +0300

    Missing #include

commit df3af6f13455675fb4815cee000ff17edffebc99
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 30 21:30:13 2008 +0300

    Support for RIFF/MIDI files

commit 8d89d74009aca2427c2e013cab55f5c914260faf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 30 20:05:22 2008 +0300

    --mono does noes exist. Comment out the text for it.

commit 8aa3a9c40e88ea93c10cc3de46005f896fd126f1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 30 20:04:59 2008 +0300

    Disc reading libs want ANSI rather than UTF-8 paths - fixes #1560

commit 0fd1b7470520db2e88b1173bcd3145111b7ae8f5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 30 20:04:05 2008 +0300

    Export ToLocaleDup

commit b8a4cd332953c030daa87e7481da92c98ce19bb7
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Wed Apr 30 19:01:20 2008 +0200

    Win64 compatible modifications around set/getWindowLong

commit b942bf2b1bf1f9ca9b9ca951937ab947d42b376a
Author: Adrien Grand <jpountz@jpountz.net>
Date:   Sun Apr 27 15:17:03 2008 +0200

    Fix the interpretation of command "help" by VLM.
    
    In the function ExecuteCommand, p_message is given in argument to ExecuteHelp
    and is then modified locally in ExecuteHelp:
      p_message = vlm_MessageNew( "help", vlm_NULL );
    whereas it is used further in function ExecuteCommand.
    This patch fixes this problem by passing the pointer address in argument to
    ExecuteHelp instead of the pointer itself.
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 58b761765754e7e27c3d3846b35458a56a18cecc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Apr 29 08:18:43 2008 +0300

    Restore ENABLE_SOUT #define (used in wav "codec")

commit 3224d9bbd812d8909029b14a8159c18b86ba7440
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Tue Apr 29 03:16:04 2008 +0200

    Move the MPRIS Quit method to the root dbus object.
    This closes #1565

commit 469cfd7e0ee2e367ef639a6e8064337546314659
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 23:26:46 2008 +0300

    Don't use VLC_ADD_PLUGIN for common sout and packetizers plugins

commit 5d02805d02a86f9f50bef27266d269c550636253
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 23:13:39 2008 +0300

    Fix previous commit

commit 9c3cb6c33739669c84d24f332074f0c531098459
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 23:08:20 2008 +0300

    Protect access_output/ under ENABLE_SOUT as well

commit 9f0dae38aedb4976a4e61cfd7b53975236702cf2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 23:04:33 2008 +0300

    Don't bother with mux/ and stream_out/ is sout is disabled

commit 120dd9b46e1ee53c32706b465d5eec1f0d859f52
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:45:57 2008 +0300

    VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN

commit bd9b90d820c2e493b6cf5e349e17582958bcf11b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:40:04 2008 +0300

    Fixes

commit 23561f61564fab1141717adeee7d32e2249fa121
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:34:29 2008 +0300

    Avoid vlc-config for access plugins that are always built

commit 32fcb07923a563d3edbdc72220dddebb6f565eaa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:33:14 2008 +0300

    nice is a phony target

commit c777887c9120a8df4304d5269a8415ccaabf2c19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:32:51 2008 +0300

    Cosmetics

commit 3e82c0f591561f29fcfbf7c6f35d08f79cfd8f4e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:31:32 2008 +0300

    Remove a bunch of obsoleted kludges
    
    We don't need to invoke make twice in every directory, and we don't need
    the awful libtool install kludge anymore.

commit d43f6298ec5696a3542fd53c0e9e0b8a82682c9b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 21:56:27 2008 +0300

    Set a substitution variable for configure-enabled plugins

commit dd8c12fef6ca5a8159fdf86aa873fbaea5be932a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Apr 27 23:09:11 2008 +0300

    Invoke VLC_ADD_PLUGINS with only one plugin at a time

commit be5bff39e503467aba0875c4feb490e4f91405d0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 22:20:34 2008 +0300

    Allow building plugins through autotools-builtin means...
    
    ...in addition to vlc-config

commit 24ce9d79088f2723522cee2215e55a3b4ef00e0b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 20:28:50 2008 +0300

    Update comments

commit 56b98fdcdbe41e38a1dffbb3f45d35bdc871764c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 19:30:42 2008 +0300

    Typo

commit 5a96b059302cea50584969fe7b0bfbd2589d29bf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 28 19:25:24 2008 +0300

    Fix accelerated modules configure options.
    
    Only enable those modules that were enabled, rather than _all_ of them
    (which should fix --disable-sse and --disable-mmx). Also don't run
    checks if we know we're not going to enable the modules anyway.

commit f458ada1046dcf8ab43b33010ebac061c8512f11
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 22:42:35 2008 +0200

    remove bogus code introduced in the previous commit
    
    sorry about the disturbance

commit 8d5fa522855cb11b9d211ab47a2f18875874acf2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 22:41:49 2008 +0200

    You want to use mdate() instead of mtime() which is invalid

commit 3196a099a488880b4ad878b3f5e248fad31a59c7
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 22:10:44 2008 +0200

    Hack to fix the compilation on 10.4. This should actually be covered by configure, which complains about missing headers, but doesn't disable this module properly.

commit de4216e304f2d442ad44d4b9314722581e6e7ff4
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 21:29:30 2008 +0200

    Use NSInteger since we got it now

commit a4c609624d827f1dc9f1b213f4ae716c37e434b5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Apr 27 22:30:26 2008 +0300

    Fix previous commit - there is no vlc object here

commit eab50dcfa990fd08e2c9d0ba404b5393746dad1d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Apr 27 22:26:34 2008 +0300

    auhal: don't mix vlc_ and pthread_ function calls

commit c30432e5f1d0fff1471c8abfddff28eac6facae0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 21:27:11 2008 +0200

    Be sure to declare NSInteger if it isn't present

commit 76d3144dc7987e73f6aa0958a7007f46a9171324
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 21:15:30 2008 +0200

    Reverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as AudioDeviceIOProcID and its related methods require Darwin 9

commit 8d8b2e1bce36efcebb2e017588a63fe6b543700a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 27 21:06:48 2008 +0200

    * Fix the compilation on 10.4u

commit 1be45fb5f915358d51d81ac43d974a8c71e7b164
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Apr 27 22:02:37 2008 +0300

    vlc-config: no need to go through all plugins to get the linkage

commit 074ed6708644323bd441332fb7d34b99bd954350
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Apr 27 21:17:42 2008 +0300

    Remove the forced ld -z,defs flags.
    
    Clueful people use them when they need to. Let them decide.

commit b1cb747e78a22db59dac80434995311a07ff6fdf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Apr 26 19:21:41 2008 +0300

    Standard MIDI file demux: fix comments

commit 0db5f2a07b883f92d95959221776423fcad85974
Author: Antoine Lejeune <phytos@videolan.org>
Date:   Wed Apr 23 20:20:13 2008 +0200

    Ability to save and load input item options in xspf playlist as it is possible in m3u playlist.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 250db7be17a8decdeed5b7b6c73053fc31527d00
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Apr 25 17:37:26 2008 +0100

    Add CVE id
    (cherry picked from commit 3e8778f5e911785d061ffabd7299c2fc38384959)

commit d8ad1230481fc55ff1b9aa66449c818ed31cded6
Author: Antoine Lejeune <phytos@videolan.org>
Date:   Thu Apr 24 14:02:35 2008 +0200

    Fix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 0f84287f5e076aad4e66bd4c6c708d9e8b654c3a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 25 12:15:51 2008 +0200

    Use the user's native MacOSX-SDK if none is given.

commit 8955d66081a98bc43bf9d0e85f9973174ee7b773
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 25 11:31:24 2008 +0200

    Compilation fix related to the recent threading simplifications. Needs additional testing.

commit 50ce52514c1bc2d4a38b3836fa80c47cfb48a2b5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Apr 24 23:48:21 2008 +0200

    Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.

commit 01b8538d9db1168440b970efc4e9f2d6c29bc721
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Apr 24 21:09:08 2008 +0100

    Meaningful Typo

commit ba6ca8303f7a96d4fbf247cadc64c7b9efd05263
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Apr 22 16:26:11 2008 +0200

    Remove silly out of memory message in an out of memory situation and fixed indentation on bool declarations.

commit b529170cd376b1c4bcd275abbf426bdc6054e2dd
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Apr 22 16:14:02 2008 +0200

    Cleanup and move debug message to a better place.

commit fb0c52f6b0233379c1d1759a8f17d6ffa53e1d86
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Apr 22 16:12:28 2008 +0200

    Fix indentation in scope blocks after bool change.

commit 65dd9c3ba7805cc19e05ba73816cbe5b59fb3dd6
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 20 00:08:51 2008 +0200

    Don't return at the end of void function.

commit d57808678b916edd39eb57eaa328c0af426799b7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Apr 19 14:20:02 2008 +0200

    Fix latest crash in modules/codec/x264.c with ratecontrol.

commit 17ccb7521f5bde43ad4fd1103536b33c4042b81a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Apr 19 11:41:24 2008 +0200

    Fix indentation after vlc_bool_t by bool replacement. Makes the file readible again.

commit bc9eac0a14cfa196d4e8514049f744740cb7a23d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 24 16:28:57 2008 +0200

    Compile FFmpeg on PowerPC-based machines without AltiVec support until it is fixed.
    
    The attached patches fixed --disable-altivec for libswscale oO

commit 25b8641d713521fd4e0114b31b93516273845034
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 24 15:28:59 2008 +0200

    Fix input item leaking

commit 1b069355a669ef74b04994e9c210774365795019
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 24 15:28:39 2008 +0200

    Typo

commit a13d17f7e3af2b16e466b2c35e6af032dff9ad87
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Apr 23 23:25:09 2008 +0100

    Rename the files here also

commit 4dc02f7b5a9753b4b3fb72189ed302cceb96646c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 22:24:45 2008 +0300

    Win32: Simplify mutex

commit 6ed74223505b91d3ebed2f42fea6ccbcfc776622
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 22:18:42 2008 +0300

    Win32: remove (now dead) old mutex/cv implementation
    
    Should save a bunch of kilobytes of code.

commit b648be13957fae14cbcddcbde0309c6d6133d494
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 21:57:49 2008 +0300

    Win32: don't use spin locks^W^Wfast mutexes instead of mutexes

commit 463b756d19d348b4a8d39b293e370b18585a4ef4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 21:53:10 2008 +0300

    Simplify threading code a bit

commit 63baa1df69663f280e010d58e5fdc5f740e3a4c0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 21:33:45 2008 +0300

    Win32: don't use weak linking for SignalObjectAndWait

commit 14d8baf7996e1be2705c8d029cd415784d6c2371
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 21:24:31 2008 +0300

    Win32: fix core target

commit 1816e3ec924d0d5dc1d488b7b0470f9f1c6b587b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Apr 23 21:23:35 2008 +0300

    Fix win32 warning

commit 8ee62bb6296e3c1c634eddcab64a5b7391d9796e
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 19:40:11 2008 +0200

    Trailing whitespace/tabs fixes

commit a65760b0a81ef4cceff8da2c517964a184117514
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 19:32:23 2008 +0200

    mediacontrol: get_stream_information returns an empty url field if no media is set

commit 1fb2f8b0febfae75d04c915f40bc189b956be968
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 15:30:44 2008 +0200

    libvlc.h: some doxygen fixes

commit 241b22807f106a1473add93ed0d8efdc9108e4bc
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 15:25:44 2008 +0200

    python bindings: update to the new libvlc and mediacontrol API.
    
    Objects have been renamed (vlc.MediaPlayer/vlc.Media) to match the current API.

commit 66fc00162f3f69e55bd84e7501d966b578b37c21
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 15:01:08 2008 +0200

    python bindings: rename some files

commit 445d63e0e38053c1e724982fcc9f661a3bf03ec3
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Wed Apr 23 14:54:52 2008 +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.

commit 0b96b7ca02af144cbd93dea9f9393ffb7d1b3a15
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Apr 14 16:51:57 2008 +0200

    Some documentation fixes (following the mediainstance->mediaplayer renaming)

commit 122a7d863270ca265144610276b5198396a66708
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Apr 23 10:25:46 2008 +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

commit 7bc28eebe843ef72304a7ec4bb7e89a12a17187a
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Apr 23 07:15:36 2008 +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

commit f864df7f99aac0babaa434b88104cf93fc71b840
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 22 23:00:55 2008 +0200

    psz_object_name should not be const! (else module name aliasing cannot work)

commit e8e2bcf0dd7b161670ee5bc4ec81044ef8525303
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 22 22:49:30 2008 +0200

    Revert "Fix memory leak"
    This breaks module aliasing.
    
    This reverts commit 16afc89353c2f61e3dd671bd842540cdf3627193.

commit e445caad6168b072f9d3f525f3fef3af639f67e5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 22 22:20:22 2008 +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.)

commit 722ab9f14ee31f8f0633cfc7a0b79401c47316fe
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 22 19:51:33 2008 +0200

    playlist-tree has only 2 meaningful values now

commit 1f26dd3fc7a3a285a00e5e84db113ae4b496da5b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 22 19:42:44 2008 +0200

    Remove unused option: b_prefers_tree

commit 02d6e6abd640673b8739a8bf4bbd1abc860bf43b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Apr 22 19:20:34 2008 +0300

    Typo

commit b3f60010735de9fde544710fcf9c04e0b9aec7c4
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 22 18:09:20 2008 +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

commit 94532842606e485782be10c09f1e1500995feb77
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 22 17:44:23 2008 +0200

    Absence of cvs could result in not explicit warning

commit baffdc120c6a63cc32988535578f44158deb59d5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 22 17:11:46 2008 +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.

commit 103061a648dd9585db719da94b6b41daf3408cf4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Apr 22 17:49:11 2008 +0300

    Fix b7d1154663ccc8f245...

commit 5365c5866ef6ea65ee2deaeea8a978d1f0657bbc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 22 16:45:20 2008 +0200

    block: Remove a no-op introduced by me and spotted by funman.

commit 7b1b29e00fc2695dfa93a5dc05d6059a10a742fb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 22 16:26:05 2008 +0200

    input: Make sure priv->p_sout won't be reused when freed.

commit 891afb441a9a13a436f28e21f35a4fd4edc0d14d
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Apr 22 12:16:35 2008 +0200

    Put extra debugging behind ifdef ZVBI_DEBUG.

commit d6e9d55ab7cb103d73306b863979421037a48998
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Apr 22 11:36:25 2008 +0200

    Cleanup

commit eca6989d3f6d44cf055f9cb29fee5b0165fabd2f
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Apr 22 11:27:37 2008 +0200

    Fix error in undef zvbi private define ZVBI_PIXFMT_RGBA32 and fix compiler warnings for unused arguments.

commit d58fbdad0e5332b948ccac1f796df27872959d45
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Apr 17 14:52:53 2008 +0200

    Rework to use asprintf() in live555 demux

commit afb9691c93dc4f1d59d15c661ac92f06aa634fe9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 22 15:50:13 2008 +0200

    stream_output: Expanded debug message at sout input creation/destruction.

commit 303288a2dda861a56b80b7bf5c38530d8e4a6da1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 22 15:40:57 2008 +0200

    stream_out/description.c: Add some debug msg to better track down an assertion failure.

commit b7d1154663ccc8f245e1f56e6660e84ee705ac2a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Apr 22 00:40:26 2008 +0100

    Source files can be in subdirectories
    
    Like for qt4 or skins2

commit 8dffd5142ee3420a6df9b4ee7c8834bd5442f5bc
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Apr 21 23:08:17 2008 +0100

    Dutch l10n update by Myckel Habets

commit d7f338694fdd401eb8a8722065eb0c14154eb9e5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 23:13:56 2008 +0300

    Update vlc-config.in construction

commit 910de3f23ed60bbeace94dc302347b794a24918e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 23:09:47 2008 +0300

    Remove un-needed SYMPREF

commit c3908365486692f7ca4a828be4f3995c7f14e09c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 23:06:01 2008 +0300

    Batch writing to vlc-config.in

commit e4a0fb28f3758b47c5c3b9d94b0ece847672cc3b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 23:01:06 2008 +0300

    Remove un-needed VLC_CONFIG_HELPER macro

commit 0ba5891babcc18d86bc36acda5584daaa59745d9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:52:50 2008 +0300

    Do not touch m4/private.m4 from modules/genmf
    
    This fixes genmf when not called from bootstrap

commit 66b5536ec1d6b3e85f9d27feda188c4351463c86
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:51:03 2008 +0300

    Remove un-needed vlc-config --target mode

commit aec97d0619dd79d8116d9614121305c3c9f8bba4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:45:49 2008 +0300

    Same as previous commit

commit 718b12955d45ddb36ffb52670c1d8ca4f2986a8e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:42:55 2008 +0300

    Replace a nasty ugly construct with another similar one

commit 6f5105121aa7f249a49da9879271e7cec7ff31d8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:36:29 2008 +0300

    Remove unused target

commit aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 21 21:55:39 2008 +0200

    Save the Last.FM account's password correctly
    
    *coughcough*

commit c20040263cc401344cf0afcc9048e420bddaaa66
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:31:47 2008 +0300

    Complete flags factorization

commit 41ce29d54dd9fc4a3989e03fce0aa9d6c93f42f0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:12:42 2008 +0300

    Simplify

commit 3c1aab6d03786264fd501cc5cea6ceacc0656588
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:05:39 2008 +0300

    Remove dead code

commit cd369d68d7fd8dd422f13aa22388f8ab441837f7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 22:04:35 2008 +0300

    Fix genmf invocation

commit 2040035d0fc94a30b27850f8bb9f86c0093cf992
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 21:54:50 2008 +0300

    Remove dead and ugly code of mine

commit 76e8a579bedd70c1f6ac0364f1d99f7a732124c5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 21:49:06 2008 +0300

    Excess whitespace

commit ab799a3a873d5794f8d1fc9d760218109108761a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 21:48:43 2008 +0300

    Makefile factorization

commit c106ef79e1469b9fa9e0cf96a6217152a755e290
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 21:36:24 2008 +0300

    Accept libtool archives and libtool objects as well as plugin names

commit 0543248decd97a5e0a73ac6ce0e150979933343d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 20:53:17 2008 +0300

    Excess whitespace

commit a6c428f6f35e2c5600c9fb8ad568e0d2ec9b00f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Apr 21 20:42:38 2008 +0300

    Put common modules Makefiles stuff to an include file
    
    Less escaping, less stuff that Makefile.am's depend on

commit 5ffe61babe66f195c908891b8ed2ea33c6235979
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Apr 21 17:01:30 2008 +0200

    Revert "FFmpeg use --cross-compile option"
    
    This reverts commit 63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac.
    
    Don't use old snapshots and think its HEAD

commit 63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Apr 21 16:52:43 2008 +0200

    FFmpeg use --cross-compile option

commit a5f3b25025d31eebdc86ebb7bce772e29f249130
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 21:26:49 2008 +0200

    Correctly release sout object when it has been kept

commit 42a0d047849f391a75432dfdf5d71523d6ec08c7
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 21:08:35 2008 +0200

    Attach the sout object to libvlc

commit fb388c4667e28c606b15ba42f76fbde6fdaa173b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 17:38:33 2008 +0200

    Fix ddf73ca0199b45de2b8b924a131df3922e5d48b5 : the window were never destroyed

commit 4ca10a40fdfd35ad150d436f1b31affac078a2a2
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 17:35:53 2008 +0200

    Check dialog return value

commit 7511b55c22d803c46d0231953283cfe1d4434f76
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 17:09:47 2008 +0200

    Remove framework-only links when packaging VLC-release.app

commit 1c55fa94d2fe41dd8f42f12c0eec5de329a7a54b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 14:05:15 2008 +0200

    Detect (and use) unknown codecs - idea by JPeg

commit 289a05e62b4b972628f8dbaa7199a6887b59ef0d
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 20 13:43:00 2008 +0200

    Release the input in PopupMenu
    
    Patch by Jean-Philippe André

commit fe01e52b2414b3fb923f41729001691fe1c6bd00
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 20 10:55:38 2008 +0200

    More ignores (OS X and QT4 related files & folders)

commit 271ddec3287f6bf325d4ac3bd6388698d28c9aa3
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Sun Apr 20 00:09:56 2008 +0200

    Fix MPRIS method names

commit d12c6644103185190099299e6e2be0290e7754e1
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Sun Apr 20 00:05:16 2008 +0200

    Avoid a deadlock.

commit e489a0531c3b03d8ea7f751736bd93f680050428
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Apr 19 23:26:36 2008 +0200

    test code fix

commit b11361df8b20c8d27f2f0939bcf83f7a342212ff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 20:44:30 2008 +0200

    test: Fix make distcheck by including libvlc/test.h in check_HEADERS.

commit 922e2ad114578b11f1fa2f4ca148ecfa714b9769
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Apr 19 17:50:02 2008 +0200

    Updated the CVE references for 0.8.6f

commit be7b980b84c161c54821b7b4295140b730e9036c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 17:12:12 2008 +0200

    cmake: Add FindTaglib.cmake.

commit 3e6a01941b7a2797fdf992f5e39d724ef2ee63af
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 16:11:26 2008 +0200

    test: Remi's copyright in libvlc/meta.c as asked by jpsaman.

commit 6c0e4396dfb0205342d19abe777e79a52f6f406b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 19 14:38:24 2008 +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()

commit 3181ed58247fa2a9ff2d8fa311313b3451e4a8fc
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 19 14:14:03 2008 +0200

    Don't use the local media library in tests

commit ab78c30adfee6934709961bec28a339bbda0051b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 04:42:56 2008 +0200

    cmake: Link with zlib where needed.

commit 4c9c58adeed94ea5e308cb6e40980319c8ca162d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 04:35:03 2008 +0200

    cmake: Detect taglib.

commit 45198f52783fe77620587fcb440b07e4a39bc843
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 04:20:38 2008 +0200

    cmake: Detect libid3tag.

commit 727f7b3c8222b210e4a4791d2665b2bb43dba514
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 19 04:12:48 2008 +0200

    didn't I say too strong ?

commit 87553c323906693e5cda3a3c9ba5bf8b36b5d9da
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 19 04:11:06 2008 +0200

    prune is too strong ...

commit 3f465bd277f2c9dca0b26642d5398ff5b7c9ee58
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 19 03:43:28 2008 +0200

    Mikael Stanojevic rules them all (especially Bonnevile)

commit d37f47486ff09ea069a828142a13b14b66d2d192
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 04:02:10 2008 +0200

    test: catch() a bit more, and send artist meta to log output.

commit 2a9531bffcd0529b38278c0bf6ffb16475870d26
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 03:58:12 2008 +0200

    cmake: Add meta's test.

commit 62333c7c1ef803c55f125cab1b193a26d11c55e0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 03:41:30 2008 +0200

    test: Copyright and formatting in libvlc/meta.c.

commit 4c22822980aac3a89898f6aaa2fb117114adc4b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 03:34:43 2008 +0200

    test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string.

commit d549f9b30d2749e2a5ba7e0479d7642f3f42d031
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 03:31:53 2008 +0200

    test: Don't leak a libvlc_media in libvlc/meta.c.

commit b66dfd1b9f7587822fd5c8ad7b6d153d72b889c5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 19 02:51:42 2008 +0200

    test: Test meta data support.
    
    Note, this is done even if no meta data module is compiled. A future commit should fix that.

commit 520ee292ef0488e99426bb17da8e0ad5f416d54d
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Apr 19 00:42:10 2008 +0200

    Fix gnutls building on windows... Complete and horrible hack... but
    seems to work.

commit 177d0a202501f150bf001cc16d592a2bd84476af
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Apr 19 00:02:27 2008 +0200

    gcrypt/gnutls imporvements.

commit e93d89f9909fa6008cee905d8eb9a048292d25dd
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Apr 18 17:55:14 2008 +0200

    Fix display of album art

commit db4b575c88074562a575cc75ac6b30f99f8cdfdb
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Apr 18 15:53:21 2008 +0200

    Simplify.

commit 94007db478a8da8d5be308e4043bf305c1d84206
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Apr 18 15:41:40 2008 +0200

    Add NEWS about HTTP access supporting Digest Auth and gzip compressed content. (Do we also need to add stuff about the cookies forwarding?)

commit 2aff0b64902f7e164b7cc12f956aa06bfbb6ae7e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 18 14:50:48 2008 +0200

    Improved functionality, thanks to the feedback by Robert Swain.
    
    Fixed the last.fm settings (items weren't enabled properly) and added an additional note to the Caching level selector explaining the 'Custom' entry.

commit 677e34942c2d70c884291329dafab13c7b2cc601
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 18 13:22:26 2008 +0200

    Updates and layout improvements

commit ca4637c314785f182ea37987403fd17cdbef4f8b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 17 17:20:18 2008 -0700

    Fix the drag'n drop of directories on windows. Thanks to rohanpm on #qt for the idea. Close #1525

commit 9fea7e2f043202a62939b252f255aac9c58f07d6
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Apr 17 20:13:18 2008 +0100

    Slovenian l10n update by Matej Urbančič

commit 8060b3457e20e6223b70927693f8da8f547b8fef
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 17 11:19:35 2008 -0700

    Fix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks. Patch by Eren Türkay

commit 0f79e202ee068af55a689d2aa5b4f37988080063
Author: Richard Hosking <richard@hovis.net>
Date:   Thu Apr 17 16:33:14 2008 +0100

    i_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines fail.

commit 4dbeeda8ade44481672b264d4f1c89444cbf8efb
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Apr 17 14:35:12 2008 +0200

    Fix RTSP client receiving on standard RTSP port 554.

commit ee482262ae92558f8b7c447d5b355760a85d6b9b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 17 11:55:00 2008 +0200

    Forgotten in previous commit.

commit d9f9ab15fd354bca08d1024f3450833c4690f1e7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 17 11:47:09 2008 +0200

    Makefile.am: Yet an other package-macosx-zip fix.

commit 47240a152bd03e4775f265c9c5ed8fe73e90ddee
Author: Michael Ploujnikov <ploujj@gmail.com>
Date:   Wed Apr 16 21:21:33 2008 -0400

    fixed misc/stats.c:399: warning: comparison between signed and unsigned in function '__stats_TimerClean'
    
    Based on usage of i_id, other stats_* functions and my opinion i_id should be unsigned int instead of int, but I might be missing the bigger picture related to changing public APIs. Please, let me know how to correctly deal with such warnings.

commit c573b4d052a35a4dd409825c1472b0685fba2007
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 17 02:40:06 2008 +0200

    Fix package-macosx*-zip tabs.

commit d6a90081d17fcacdde58d2b3992bc9cdc8f10610
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 17 01:45:04 2008 +0200

    Add package-macosx-zip and package-macosx-framework-zip Makefile target.

commit dee3c9c5baaac2a0017d5816f9b3c7637386b45b
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 17 01:15:57 2008 +0200

    Fix metadata reading
    
    Caution: other pieces of code may have been randomly deleted in
    920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

commit 0e463771bba51b4b3f1fba2f0274e5b3ccee6dc0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 17 00:37:02 2008 +0200

    media_discoverer: Typo fix. Don't add the media twice.

commit 04cfbc32da890e7ce71d4bc5e150c581cd9f48f9
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 17 00:31:17 2008 +0200

    Remove unused i_enabled member from the playlist struct

commit b2881da96925a79bfe0b5ae7027d05c4366943e3
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 17 00:25:14 2008 +0200

    Missing header (was included by ncurses.h in previous releases)

commit 53b281b4b3a0251ddf4a45b0fa976a334b7cd842
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 17 00:23:24 2008 +0200

    Do not put a private function in a public header

commit eca0453351957530b05be6abea9beef5cd65b5bd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 17 00:18:51 2008 +0200

    Mirror yasm on ganesh

commit 008b32b15969eaae95d63c5766c802bff1f089da
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Apr 16 23:29:06 2008 +0200

    Do not leak

commit 62126df626d8eca871073cf207ed445c31587c77
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 16 08:44:59 2008 -0700

    Fix for the LAMERS that don't haev Qt4.4

commit b7fb80f532124d8cfd31132cd4503b157f7893fc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 16 17:19:46 2008 +0200

    modules: Make sure DupModule() work as expected. (Pointed by courmisch).

commit cc295ecf29bb494176bec3e3dae4f95c49576f75
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 16 17:02:19 2008 +0200

    We also want to enable PIC, if we are able to build it. *coughcough*

commit 8e49a4ee9139dd5bde823cf87ced9189081a0f65
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 16 14:42:45 2008 +0200

    Properly initialize psz_name in PrintObject(). Fixes a warning: "Conditional jump or move depends on uninitialised values"

commit cab50467abb682a996a09bf357fe1640d94db402
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 16 14:47:43 2008 +0200

    When demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such by lavf. This fixes flv restreaming without transcoding.

commit dc078f208212bcaafa1c594fcd5cec27a145b0a6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 16 14:32:15 2008 +0200

    modules: Fix const char * usage and memory management.

commit 9ad405aa7f4a406dfee972c9472967b66d8a80d4
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 16 14:29:33 2008 +0200

    Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on Darwin.

commit e2d0b5538638666010cc0d5e357f8003c86953a5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 16 14:21:19 2008 +0200

    modules: Don't cast a const to silent a warning on free().

commit 2453f7a8c74bdae5d9ffcddc18c1080641a861ce
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 16 13:58:21 2008 +0200

    objects: Also dump leaked objects.

commit 03e145636e334c4268c842c2f6e180906c46c566
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 16 13:48:05 2008 +0200

    Properly free hal ctx when finished with it.

commit 305d523565cd254e45a24c830dbe199c3be0dcf9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 16 13:56:23 2008 +0200

    objects: Dump libvlc object when aborting because of leaks.

commit ffed6142d652bb8154dbeac565000ea3673722a0
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Apr 16 13:03:04 2008 +0200

    Use which to find utilities - calling them may return an error

commit 0d43db08ef1bb04c89587fbafec45a8d99cde939
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 16 01:22:39 2008 -0700

    Tabstops and buddies in UI.

commit 0d2b87a94d503a3e2c84312b0cdeb839ab48bf17
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 16 01:05:24 2008 -0700

    Code factorization.

commit c67627c63b23033eccbf1251151b324c6e0d5c62
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 16 00:58:41 2008 -0700

    Simple Preferences - Audio: Don't build widget not useful for your platform instead of hiding them. Will remove some weirdness on windows for resizing.

commit f98ea9538b7ac1c8e2518f24c60d7ddd4d8431d7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 15 23:28:23 2008 -0700

    UI buddies and tab stop for audio prefs.

commit ca8d58c5b4f1f6378fef80b176db0dea07afb8b7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 15 23:23:50 2008 -0700

    Esthetic modification for Oxygen-like theme.

commit 17dfbc824d2aa3452502e9ba9832b196f6d29432
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 15 23:18:46 2008 -0700

    Small menu fix.

commit 009790362f593863b80d4372c8d87ca43616acfe
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 16 00:12:00 2008 +0200

    Add the missing modules in modules/LIST.
    If you wan a better decription of each module in this file please add it.

commit 67327411ffe3fef0267384f0ffd7a7fed31d12d6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 16 00:01:42 2008 +0200

    Fix the update in wxwidgets.

commit 3d759900f16d3f904010332c50b736ba5d0bfe0c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 23:24:07 2008 +0200

    configure: Enable read_only_reloc for x264.

commit 664eb2399a74220f604632467e09bdab1e720a96
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 23:22:35 2008 +0200

    tests: Fix libvlc.sym.

commit 3d8e99515c69bbe29df4be05d05fe3973ca1a73a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 22:58:02 2008 +0200

    macosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.

commit c6dadfb18faf6254c1499543d50ea7f3ed6f7ee7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 22:50:41 2008 +0200

    macosx: As pointed by funman, remove a duplicate case.

commit d6164715d6897789de38ddb29ec458f2ce328a74
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 22:43:39 2008 +0200

    macosx: Use $suffix in Pre-Compile.sh, and install as requested by funman.

commit 8d90a61eae67bda8db8af731847d09b53dea967b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 15 22:38:58 2008 +0200

    Do not try to use cmake 2.4

commit a55cd54a8ef95952fe88852e42448a355af56f7c
Author: VideoLAN <videolan@jones.via.ecp.fr>
Date:   Tue Apr 15 22:25:48 2008 +0200

    macosx: Fix VLC-release.app library links.

commit c64426b9ddac138ccad991fdf0c0f1f1f0a38333
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 15 21:41:37 2008 +0200

    Fix MacOSX update checking - inverted behavior
    
    The problem came from my misreading of the API
    This commit also fix potential misunderstanding by simplifying it further

commit 788a66f8fc83c41da40127bcb48a55f215885e73
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 15 21:40:34 2008 +0200

    Make update dialog empty - only display "Checking"

commit 21c90595e35c7230a3e083087d3489a308866ac6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 19:31:28 2008 +0200

    module: Set up a timer for moduleNeed().

commit bf117f4d0b399a6add2c0aab756fd9aab9d978e9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 19:30:29 2008 +0200

    input: Set a timer for input launching.

commit d52644844b16b544109bc95add4e0b213c01d909
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 15 19:29:31 2008 +0200

    stats: Support per object timer. (and implement stats_TimerClean()).

commit 8bd5140a3e179f8d8c75d86e87562ab63cdb2b39
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 15 19:30:15 2008 +0200

    Revert "Bump libgnutls - Note that 2.3.4 was available when last bumped"
    
    2.3.4 is the unstable branch, as not indicated on the download page
    This reverts commit cbac72de347275055d04968a32cd5e338696c424.

commit cbac72de347275055d04968a32cd5e338696c424
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 15 19:14:09 2008 +0200

    Bump libgnutls - Note that 2.3.4 was available when last bumped
    
    Fix compilation with external opencdk

commit 826d548e37cb7b6722add584982ee86b38472999
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 15 10:04:44 2008 -0700

    Support for ML20 (mimic codec) for MSN webcams.

commit 96e4e5f43914820bd36c12e8532d5908d678e02d
Author: Jérôme Decoodt <djc+git@videolan.org>
Date:   Tue Apr 15 11:50:22 2008 +0200

    Avoid segfaulting if live555 error is neither a HTTP or RTSP error
    Avoid an infinite loop for this case too (only 3 tries to connect, then abort)

commit 0a7905f66c05cd0ae4c34cf2c1a27371213dc110
Author: Jérôme Decoodt <djc+git@videolan.org>
Date:   Mon Apr 14 18:32:53 2008 +0200

    Fix parsing of plugin-path with escaping chars...

commit 3b420ec94e74840c9e9a22f1a73a442c24d3d0b2
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Apr 14 16:13:21 2008 +0200

    Sets the output channel configuration when opening the decoder
    
    Signed-off-by: Meuuh the cow

commit df61d33b06e2b3cbbe746b2f5a9bea5b370c24ff
Merge: cb23a82... 0311983...
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Apr 14 15:44:31 2008 +0200

    Merge branch 'master' of git@git.videolan.org:vlc

commit cb23a8236a23ff3b112dc74871e894ac2b8291f3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Apr 14 15:42:11 2008 +0200

    update module LIST file.

commit 0311983688a416d34978718f73687c5b6121480c
Author: Jérôme Decoodt <djc+git@videolan.org>
Date:   Mon Apr 14 14:25:52 2008 +0200

    Fix plugins/modules path list on Win32

commit cbf0750a6d4411951bf32b47efe86abaec6a427a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Apr 14 14:17:17 2008 +0200

    Put filter count to zero after releasing all audio filters.

commit 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 14 12:32:44 2008 +0200

    input: Split Init() into multiple subfunctions to try to isolate the different part of the function.

commit f94a2f9c4a4c7979d9695bb240686c73b6cf7e00
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 14 00:21:18 2008 +0200

    access: Rename access2 to access as access is no longer existing.

commit 57bbabb5e7c4b33141fdfbd811c78120e2401a9f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 14 00:20:09 2008 +0200

    demux: Rename demux2 to demux as demux is no longer existing.

commit 63823295d58bce8ce0539cce5d7d59cd17dadefe
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 14 00:09:44 2008 +0200

    include: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.

commit 449fd28aaf007c6411251dae9d0dbfdc65b135d1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 14 00:08:29 2008 +0200

    Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
    
    This improves readability a lot and prevent us from reinventing the wheel.

commit 05eac2dbdf9f3a3231dc2eefda62202837fdeec6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 13 20:16:43 2008 +0200

    hmm, removing git remainings. Sorry about this

commit bbdbad09b747deaebd2e6adc7ad9bcb88dbec3c4
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 13 20:12:03 2008 +0200

    Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC-based Macs because it's not needed.

commit a69221d4ee4b6485d714ce7c43f3fddf3dee3b92
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 13 20:05:01 2008 +0200

    Removed nasm from the contribs and changed the build behaviour for yasm: it's only compiled on Intel-based Macs as PPC-based Macs don't need it.

commit 9d98ad6a2c546d5e8f7278db25c8c12d91c56061
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Apr 13 18:48:34 2008 +0100

    Fix win32 taglib linking
    
    Don't use the export things in taglib as we don't need it and it's buggy

commit d3e0b1b2fe91e06fefd175cd267103bec56b6f55
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Apr 13 21:35:40 2008 +0400

    Contrib: introduce yasm to build x264 on darwin.
    Also fix Distributions gitignore.

commit 3744a824d1a783139de4a7d57d3931d3ec8ae887
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Apr 13 21:25:31 2008 +0400

    Fix typo.

commit 1ea4a619452b34bcd255db59c3c568d9c86476a0
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 13 16:52:34 2008 +0200

    Move ppsz_input_state[] to modules/control/rc.c because it is the only user of this variable. This silences a lot of warning messages.

commit 698d753f31a1aa0338a04d369c890163a690621b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 13 16:38:06 2008 +0200

    Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce).

commit 7c57276ba8134f628b660a3c75df52386331db2d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 13 16:31:15 2008 +0200

    Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)().

commit f4995bebaa296afc70f586aa7393f53cd66b3161
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 13 16:09:24 2008 +0200

    Rename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows API and small cleanup/malloc checks.

commit 79ee92500a6cbcc518682d28c3e374f3043aaf78
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 13 15:41:05 2008 +0200

    Make comment a bit more descriptive.

commit 50ebabd378ab5d00d588fdfb150b6629b886ff6c
Author: Ibraheem Paredath <ibraheemp@gmail.com>
Date:   Sun Apr 13 13:25:46 2008 +0530

    access.c: Fix a warning "In function 'Close':WARNING : access.c: 280: unused variable 'i'".
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 626f42f86e0676a6ac15261d90303555a4c4d4da
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 13 15:54:51 2008 +0200

    Use the correct access

commit 004f5377671233511ade933fefed329ad332930a
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 13 15:19:29 2008 +0200

    No need to define 2 times the same thing

commit 377386110fba293f49cb87f3d3a4d52987822f3c
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 13 15:14:58 2008 +0200

    contribs : propose to build whole contribs with -DNDEBUG to disable
    assertions in release builds

commit aba5ca0b02bd17740f11ef993c1d8003b453a288
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 13 10:12:08 2008 +0200

    Add Michael Ploujnikov to THANKS.

commit 750d656b42cb85adb1b76b80fdb18f0c9355853e
Author: Michael Ploujnikov <ploujj@gmail.com>
Date:   Sun Apr 13 00:14:27 2008 -0400

    improved QT4 strings
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 506f1e4e6d3eb56bbbd50eb38c69a050ee3e82ca
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Apr 13 00:09:28 2008 +0200

    remove interface override annotations

commit 53375c390dfebe329da433db484cce661e08926f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Apr 12 22:59:55 2008 +0100

    Fix libmodplug patch
    
    When we don't build some code we need to remove all the place where it's
    called else bad things happen at link time

commit a91d3a7843e8c61efc8d587d13ca4181a9492361
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 12 20:05:29 2008 +0200

    wxwidgets: Comments cleanup for previous commit.

commit 756b42166e316a1b767d3d3f66d5e8f0497c5568
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Sun Apr 6 20:59:24 2008 +0300

    wxwidgets: Replace Volume Bar's wxGauge subclass by a wxSlider.
    
    This ensure compatibility with wxGTK 2.8. The idea is to replace VLCVolCtrl with standard controls.
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 29dde6a8eb3005f1e3123ad5c7f3c00d8fcfc13d
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Apr 12 19:09:35 2008 +0400

    Contrib: x264: temporarily disable pic for Intel OSX.
    Must be reverted once x264 is fixed.

commit ee17d6bb32b6fd9380eddfede3382a317ffa31f7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Apr 12 01:23:52 2008 +0200

    macosx: Fix some input_item_t leaks.

commit 1a8d3db63654aeded61466a2c662b743b6eef361
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Apr 11 23:58:57 2008 +0100

    Update pot file
    
    Some files have moved (and some were added)

commit d6679da13cbde779020ca036fc707496ee1ca27d
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Apr 11 22:36:53 2008 +0100

    Getting the sample is not a check in itself

commit 3b965d67bdf43a4e1e874d10e809ab9c5b6baea9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 11 23:25:00 2008 +0200

    Just an other fortune...

commit e4d12029b07243b6ef4b14ffd51d4461ba211ca0
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Apr 11 23:57:57 2008 +0300

    small rebert for i_length, enables to get meta itags from mp4 again.
    
    I bisected this unable to get meta from mp4-file to this
    8632e67b53ba6aefa42d080668eaa13dcfe42cf1 commit and this particular line.

commit e2bc2640b7206726c14bb7c145df1e9e72f49289
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Apr 11 20:19:40 2008 +0200

    fix maven site url, thanks Adrien Grand for pointing this out

commit 6d6185f24f8c3ebade4e22babcd027606a6d3b69
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 11 19:11:52 2008 +0200

    test: Get rid of the sleep() that crept in our test code.

commit 35dc9b31f0bbf161974366ae1c8a41c4705faaec
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 11 19:03:22 2008 +0200

    test: Use --ignore-config by default for all tests.

commit 85028906729ed4ee99cc99c37f6d4b65012dbd51
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 11 19:00:03 2008 +0200

    test: Fix a typo in Makefile. dirname was to be used, not basename.

commit eac783c0d7bd87944e0d8598764d17c342e5394a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 11 18:57:51 2008 +0200

    src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c.

commit 01a95e76381eebe5a99a6feefc6a9cfff770962e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 9 11:45:35 2008 +0200

    test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
    
    This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
    libvlc test are now splitted a bit.
    Tests that are specific to core and that don't need vlc's modules are kept in src/test.

commit 04e7bd8471c3470615f8a42fbe9d51aa857b1073
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Apr 11 16:56:37 2008 +0200

    Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown.

commit d5ec802741e96f90002d46288ca1da86fb279d86
Author: thannoy@actech-innovation.com <thannoy@actech-innovation.com>
Date:   Thu Mar 27 16:43:51 2008 +0100

    Allow future control toolbar to be hidden (default) or shown.
    
     Even if no control toolbar is implemented for ActiveX yet, we already
     provide the code to enable/disable it for compatibility with Firefox
     API behaviour.
     The getter used to know if toolbar is shown will always return FALSE
     until a toolbar is implemented. (getter which will be available soon
     for Firefox)
    
    To use it:
    - ActiveX global property named "toolbar":
       For HTML : <param name="toolbar" value="True" />
    
    - API on IVLCControl2 interface, property "toolbar" (RW):
       For Javascript : yourvlcobject.toolbar = false;
                        isToolBarShown = yourvlcobject.toolbar;
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 8b80610319eee6e828e187b7c11ed457f9ef61d7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Apr 11 16:46:00 2008 +0200

    Add Toolbar DISPID to activex axvlc.idl

commit adf0cc35ebf4b17180945006cfed4ea931e4621e
Author: thannoy@actech-innovation.com <thannoy@actech-innovation.com>
Date:   Thu Mar 27 16:43:50 2008 +0100

    Fix IVLCVideo.teletext binding
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 972e362d67b737df8a66c42d5ad3e0f0a3caeec8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 11 17:01:29 2008 +0200

    test: Remove python umbrella.

commit 647a7ada7ba25b2f779d796e9f181ef2ebb5f913
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 13:52:55 2008 +0200

    Don't install scripts and images when the plugin/module that needs them is not build.

commit 3be83e2d2033c342e0cd4f701cfd2e825e18d5bb
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 13:21:19 2008 +0200

    Rewrite rendering logic in fbosd gui.

commit c3dca4e1e67470c5656f880d95c93ec3fa50d3e4
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 13:20:51 2008 +0200

    Compile fix.

commit dff434365d951b38be69859dc8c3b210c82e019f
Merge: c72f2f9... 87db766...
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 10:53:45 2008 +0200

    Merge branch 'master' of git@git.videolan.org:vlc

commit c72f2f9dcdcdb330488f01317758086f612b3044
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 10:43:04 2008 +0200

    Check malloc return value

commit 821a5903564db0029de97e113bcc67a46cc4c050
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 10:41:09 2008 +0200

    Sanitize STATUS_CHANGE messages.

commit a0f5af02411e10cd157f062bc1f44118c0d67904
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 10:29:33 2008 +0200

    Update ffmpeg settings for netbox.

commit f072e4c44be01c99ed218eeeaf12c2b547f688b0
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Apr 11 09:26:59 2008 +0200

    Ignore the overlay-test program

commit 87db766dfd95376030367483c6f9fbd2286de167
Author: Adrien Grand <jpountz@jpountz.net>
Date:   Fri Apr 11 00:35:35 2008 +0200

    org.videolan.jvlc.MediaList: Javadoc fix.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 8655e09ac726a4b65adb703a04836c543ecc8278
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Apr 11 08:19:23 2008 +0200

    Cleanup

commit 9a18adbd9e3cba517d92588838a777e18d415790
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Apr 10 22:44:18 2008 +0100

    Slovenian l10n update by Matej Urbančič

commit d061c4e22760d7b0faaf700d54b509045f23878d
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 10 22:21:08 2008 +0200

    Remove autogenerated private.m4 from VCS

commit b6cdf137040a4c01b2340eb921a3509c4133a930
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Apr 10 20:01:51 2008 +0200

    Properly detect XvMC capabilities.

commit 35b0ece9c5d3b51728010eed05f91ef0793b5dae
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Apr 10 19:22:00 2008 +0200

    Lower xvmc priority because it is untested.

commit eee192243dbe28ce3ff1a1aa0072b90522618a8b
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 10 17:09:10 2008 +0200

    Fix RTSP server
    
    Do not handle Range requests at all
    This partly reverts 53474be3f66f0cdc722471f1f5aadf757e541c42

commit c86adb0f31d59ae08df11870ec33a0966c34624e
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 10 15:11:20 2008 +0200

    faad: sets physical channel configuration in all cases

commit 770f7ebdf8466be1ef7326f465cc82aece5355ba
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 9 22:54:25 2008 +0200

    Fix tiny 9 byte memleak per Authentication-Info header check if the nonce count option was specified.

commit 8c75ed5d43266ad6e88bec37b18e785a51ffd79e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 9 22:46:24 2008 +0200

    Check the server's reply upon successful authentication and validate it (just to make sure that no one is spoofing the server's reply). This will probably fail if qop=auth-int (code needs to be fixed).

commit daf0c78f1f1b905646f42d5fe2f34513f1f7aa39
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 9 22:45:42 2008 +0200

    Commit changes to m4/private.m4. Please yell (and remove the file from git) if this wasn't supposed to be committed.

commit 4981062b2acde89c8ff3e938375cc0ccb482b154
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 9 21:31:03 2008 +0200

    Simplify the HTTP Digest Access Authentification code.

commit ee8a709f6b5b8e66c2de73030f2c422546070f0a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Apr 9 21:09:05 2008 +0200

    more VLM tests

commit 1ac8441a1c11c1c242a4c5ad7ed9918fbf14da37
Merge: 665cd92... 569f294...
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 12:45:24 2008 +0200

    Merge branch 'dynamicoverlay'

commit 569f294d6aa69c5eb648d46dfc004c6b79ea0b82
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 12:44:05 2008 +0200

    Move overlay-test application to test/dynamicoverlay

commit 2357ced8cd030854a8215ed03da6cf316d201b1f
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 12:41:50 2008 +0200

    Don't leak memory.

commit a471fc70851b8a35f9945f6666bb2175d35ed9f8
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 12:41:06 2008 +0200

    Add doxygen comment..

commit 037741298bf0f99c2ce770aa10b4c469dcb4bd05
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 12:07:18 2008 +0200

    Compile fix.

commit 665cd9209c6227c1bf494b47f40d7fd52d3cee59
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 9 11:53:41 2008 +0200

    libvlc: Properly raise an exception that indicates if VLM is disabled in libvlc.

commit 0f3049ef88ee9e7a1047ff27521774616330390b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 9 11:50:37 2008 +0200

    libvlc: Don't delete all the media in libvlc_vlm_release() as this should be done by vlm_Delete().
    
    Note, this is already done by vlm_Delete() so there is probably a bug around.

commit 01bc969275bfdc0a0990fba67b3633a1a5349fb5
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Apr 3 17:30:50 2008 +0200

    Rewrite old command definitions to no longer use those filthy macros. Added all text functionality so the test application runs successfully.

commit 5f65eb6642575dca1c8e7de112e16faacc922252
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sat Mar 1 14:27:20 2008 +0100

    Refactor dynamic overlays from Google Summer of Code project.

commit f1dd920e8c38070f7e246ed0cf43ec28c26c8b49
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Mar 26 13:38:57 2008 +0100

    Cleanup blendbench videofilter

commit 614be05362c0ea4bfc2e9bba5f7ba9cfaac55a34
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Mar 26 12:58:41 2008 +0100

    Fix compilation of blendbench

commit e346b4c109b86cdc0f3ff625a664c231ca22e0fc
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Mar 26 12:29:00 2008 +0100

    Build blendbench module

commit 8de0469a7ad151e82217588d2f3589f485ee1a6c
Author: Søren Bøg <avacore@videolan.org>
Date:   Mon Aug 20 14:27:26 2007 +0200

    Blending - Added blend benchmarking filter
    
    Blending - Added blend benchmarking filter

commit 44372f182926a8aa8ea5d182a951919357270930
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Mar 26 11:50:18 2008 +0100

    Fix compiler warnings.

commit 60f260e0d65b8dce96f356dda73f5dc31a6ff705
Author: Søren Bøg <avacore@videolan.org>
Date:   Mon Aug 20 11:02:24 2007 +0200

    Overlay - Added text demonstrations
    
    Overlay - Added text demonstrations

commit d8a9f942b19c45fdafc913ce0734a73239b8c0d8
Author: Søren Bøg <avacore@videolan.org>
Date:   Sun Aug 19 22:52:54 2007 +0200

    Overlay - Updated test program
    
    Overlay - Updated test program

commit 75c7e26e14a295c69653ca747261a998eee1b128
Author: Søren Bøg <avacore@videolan.org>
Date:   Wed Aug 8 09:38:09 2007 +0200

    Overlay - Extended demonstration program
    
    Overlay - Extended demonstration program

commit ba0b957330e7524790d7a2566b9f6bd50633ca69
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Mar 26 11:39:03 2008 +0100

    Patch from Søren Bøg <avacore@videolan.org> GSoC 2007
    
    Overlay - Basic test/demonstration program

commit 16d46a1bb4697b72700508a0a21f8c022bcba982
Author: Søren Bøg <avacore@videolan.org>
Date:   Mon Jul 30 23:20:09 2007 +0200

    Overlay - Basic test/demonstration program
    
    Overlay - Basic test/demonstration program

commit c500da33b4da33c4ea4ee4841d72437efb3cea2f
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sat Mar 1 14:27:20 2008 +0100

    Refactor dynamic overlays from Google Summer of Code project.

commit 0b19be9270379003168cb2791cd6ce22f89e3254
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Feb 28 11:48:15 2008 +0100

    Add alpha value to each subpicture region.

commit 45e9ecaf052f7fa66e0a7604234547516325d782
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Apr 9 10:37:01 2008 +0200

    Give credit to Soren Bog (avacore)

commit d78092c628356ca57a12baaf1816ca67b89937ab
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Feb 28 11:47:55 2008 +0100

    Fix compilation.

commit 4b36edd1d545c74ce66ad959e6d08ad1ba947023
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Feb 28 11:31:45 2008 +0100

    Patch by Soren Bog <avacore@videolan.org> from GSoC: Overlay - Add alpha component to subpicture regions.

commit 91fcbb63196f47ef080ce2c16465a8da294a94c4
Author: maxime Ripard <maxime.ripard@utbm.fr>
Date:   Wed Apr 9 00:38:00 2008 +0200

    Fixed typo
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 2dbc7ecdd00b2cdade7fa7971985c867ad4d819f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 9 00:40:36 2008 +0200

    Fixed make dist
    
    note to self: Keep an eye on it if you update the OS X GUI...

commit 8f257fe0573ffe4d75e2092973588901c892d72d
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Apr 9 00:32:29 2008 +0200

    initial VLM tests

commit dd2c908fc5096d6462c61f096c564dbc4c5f0c2d
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Apr 9 00:31:53 2008 +0200

    decref the correct value in vlm_ControlMediaDel

commit f4374c591987261688fd558a5f1c22bd529a1d34
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Apr 9 00:31:19 2008 +0200

    when releasing vlm, clear all media

commit 21ca9ddb286c5c95059dbbcb9c24364e250a3d96
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Apr 8 23:42:42 2008 +0200

    protect from null options param, and finalize added

commit fa096e6093bfa4e4e47cfec000e5e34944e2545e
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Apr 8 23:41:59 2008 +0200

    release method added

commit 7c1e261199a69bc92f4f0bbd774725555139cce4
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Apr 8 23:41:41 2008 +0200

    minor changes to JVLC class

commit 1d1c5f07b38cb8a7c41fd30d41eb2147ad8961b0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 8 22:58:33 2008 +0200

    Remove a few trailing spaces.

commit 7e269d8e57bba51905338653be0f0f794b29593c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 8 22:56:21 2008 +0200

    Preliminary HTTP Digest Access Authentication client side support. auth-int support is incomplete (so it won't work). A few FIXMEs still need to be addressed.

commit 2a1252e3d64fccfbc1988f721f3ce7227cc43af8
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Mon Apr 7 22:20:26 2008 +0300

    changed the remaining xpm files from static char* to const static char* to avoid some more compiler warnings
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit bc2aaf77c526406e00f25f53a43ffbbab7b5e49b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 8 21:08:58 2008 +0200

    Slightly cleaned the way we delete items

commit a4eb03a532b5562ad6676ec37172c2714c49ef9f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 8 20:35:33 2008 +0200

    Fixed a compilation warning

commit 349698431a478858701ec7fac8d5e8f3b3f1d91b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 8 17:21:24 2008 +0200

    Download all packages before starting the compilation process. This allows extras/contrib creation on the go without a constant internet connection. Mac-only for now.
    
    I know this is very web 1.0, but still important to some folks.

commit 63d258d395773ab130a02e62b686c68960049c5d
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Mon Apr 7 23:07:06 2008 +0300

    wxwidgets: Don't forget to vlc_gc_decref() the input_item_t once we are done (Patch inspired from Qt interface)
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 79bd720139a011cd603efed8b6f7be297e6d55ce
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 8 16:00:22 2008 +0200

    When specifying --sout-transcode-samplerate and --sout-transcode-channel, set the OUTPUT format instead of the INPUT
    
    Fix resampling when using mp4a (faac is the only option atm)

commit da99cadbf6b7f24af44cfd9059dfa869b687f0c0
Author: maxime Ripard <maxime.ripard@utbm.fr>
Date:   Tue Apr 8 14:39:00 2008 +0200

    Bugfix Stats Panel
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit b744c46797837d116c97eff6a662c19c5ab5d76d
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Apr 7 11:35:46 2008 +0200

    Fix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 395a801ce716198e0a52f020dd8f2cf3f00f82ce
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 8 00:14:15 2008 +0200

    Improve playlist drawing with rc.

commit 88ff21f116e5a39e0261a984e99e9f1bc47aec9e
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Apr 7 23:28:08 2008 +0200

    VLM class almost done

commit d6339e0bfb17513dc877a3ccef52769678e68e4d
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Apr 7 23:27:22 2008 +0200

    libvlc_vlm_release added

commit 2a3749fc1541888ab759cc912d720e7fff782e4c
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Apr 7 20:00:00 2008 +0200

    Initial VLM class implementation

commit 7f6b37b1018478196ac4f7ae35c49848ada4883e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 7 22:13:00 2008 +0200

    Misc changes to Lua HTTP interface: spelling, Load/Reload debug message now reflects real behavior, enforce .hosts files for directory listings, accept Lua code in CSS files too, remove useless "/old" exclusion.

commit f809a7d04e7bdbdcedd2b9576410c3282116ed2e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 7 22:52:42 2008 +0200

    qt4: Don't forget to vlc_gc_decref() the input_item_t once we are done with it in OpenDialog::finish().

commit c5d93bc5d488aa532cd7ede770ca346f22d4835d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Apr 7 22:13:38 2008 +0200

    Comments presentation.

commit 349c167bbadcb290e400ca15bf6fd8f2c9c96773
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Apr 7 22:11:29 2008 +0200

    Remove playlist_NodeDump as nobody is using this debuging function.

commit ca2549646561205b9e3a08e890fdbf459507a365
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Apr 7 22:08:47 2008 +0200

    Fix #1530 : with thr rc interface you can now draw the playlist.

commit 7d55c3814aad3df9872b212d4e3273d8e54f609d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Apr 7 21:54:30 2008 +0200

    We don't need the update system with the rc interface.

commit 6e6ca951d8cf832752158ada95caae3dda20c264
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 7 21:36:38 2008 +0200

    Add missing dash (btw, does the name really contain a / ?)

commit a97c03b91f861bdc3385713906708135e3813b3e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 7 18:27:16 2008 +0200

    Added thanks for the OpenGL Screen input

commit cd079331b9d03803f20d5e5e5cae23348731941c
Author: Sam Hocevar <sam@zoy.org>
Date:   Mon Apr 7 16:47:49 2008 +0200

    Fix transform plugin 90-degree rotations on I422.
    
    I422 is a planar chroma with non-square pixels. It requires some pixel
    play when rotating the image at a 90-degree angle. For other transformations
    we just fall back to the original function.

commit 19ac4fcc2941e629dab5ee83c00686f1fb583e43
Author: Sam Hocevar <sam@zoy.org>
Date:   Tue Mar 25 18:08:22 2008 +0100

    Minor mingw32ce build fixes.
    
    Added "mingw32ce" as a possible host_os name, and linked more plugins with
    -lws2 (namely audioscrobbler, growl, rtp and stream_out_rtp).

commit 78a9d6fda9383039950edd1d4514de5668b9da93
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 7 15:57:27 2008 +0200

    Updates

commit a7f674b8d2d0fb9378ed6aab1257f49b8447f1f2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 7 15:34:55 2008 +0200

    Compilation fixes

commit 7860203e37aba4c10a2a97700994e21060f8e768
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 7 15:34:40 2008 +0200

    Updated the link flags for the Mac screen module

commit 04a71307407dc39999c8945c925e4c7849edd721
Author: arai <arai_a@mac.com>
Date:   Mon Apr 7 05:15:00 2008 +0900

    Screen capture module for Mac OS X using OpenGL.

commit 5b5e275dc3b73297266b6dbf2733651fba6ad277
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Sat Apr 5 16:16:36 2008 +0200

    Use already defined macro
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9a6d4ec468caec1b67a49f060b4a7a24294e420b
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Sat Apr 5 16:31:43 2008 +0200

    Turn off sorting on startup fix of #1529
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 2848880a144e0aa184da6203e6b0d6c5c2103920
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 22:27:55 2008 -0700

    Fix colour of the slider... be careful of , and ;

commit 26f3a2e0a8298666d3ded79c2683c21a5ed962b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Apr 7 01:54:21 2008 +0200

    qt4: Missing vlc_gc_decref().

commit 33b969e33366b35c77ba4cb577a8ea3da3ff1e90
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Sun Apr 6 21:49:39 2008 +0300

    Change the static char in the bitmap files to const static char to get rid of all the warning during compilation, when including xpm files.

commit 59e79bc785ea00dc565c44d4fc053f571a3243e8
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Apr 7 00:55:51 2008 +0200

    Use UNIX \n only

commit d955438ae787d20d3e2f41bb84038e5d96c16f3e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Apr 7 00:30:55 2008 +0200

    Remove hack : input items are now correctly dereferenced in the xspf demux

commit 423e5997ef970cee59b9e0b5bb8ee1dbe36d2b3b
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Apr 6 23:13:45 2008 +0300

    fix xspf extension parsing for leaking
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 883c4fc19fe21b55cadc42a9451d283d093b701c
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Apr 7 00:20:01 2008 +0200

    close the logger in tests

commit eeb354fd028bd0294368108d3758bf8e86708857
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Apr 7 00:01:41 2008 +0200

    initial release method added to the JVLC class

commit 7b2e7a1a4d9802391c40867935e615c32689b556
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 14:10:24 2008 -0700

    Add me as an author here too.

commit 17b93949738d48ac6fbe3b609d998ec37772123c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 6 23:01:56 2008 +0200

    Fixed a rare crash and slightly cleaned the sprefs

commit e447803e0ac12aeec4672ba18b03a38461adcdf4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 13:54:43 2008 -0700

    Add a preference option to choose your Volume Slider colours.

commit 62e3395b2162be642f8b7e72c91c7c22219b3d75
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 13:13:21 2008 -0700

    I am the one who rewrote most of this file.

commit 6fa511c7626fde29d905e050a334e243fd93ed99
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 13:11:02 2008 -0700

    Use RGB instead of Qt:White.

commit 393ae790649d0d5b6ab6b0ac4a440558ae829dbe
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 12:56:35 2008 -0700

    Fix a small layout issue
    Please see these captures
    http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture15.png (buggy)
    http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture14.png (no bug)

commit c71376ba3596b5f555964fe30e486cac3a5130b7
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Apr 6 20:37:45 2008 +0200

    jvlc logging classes added

commit 81a45beda78abfe78354d9b348f6dfba1a3b9598
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Apr 6 20:31:26 2008 +0200

    logger_iterator_next simplied

commit 7573989dd5aa4229341437c42dd175365eca3487
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Apr 6 16:08:37 2008 +0300

    use allready created index instead of creating same index again.

commit bfd22ddd881841177e7b489d2e0bf4beee5464b7
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Apr 6 20:13:34 2008 +0200

    Be bsdmake friendly : don't embed $() in another $()

commit 43055c96af0ccb6b70a449eba96bb2a2327a0194
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Apr 3 22:11:13 2008 +0200

    Change input item options handling in the lua http interface. Fixes normal playlist mode option handling. The VLM part most likely needs to be fixed.

commit 4845f3da5342643c9b2d48d6a0acb4ee3e406cbb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 09:23:39 2008 -0700

    Support for DVCPRO50 in .mov files. Patch by 'j' Close #1548

commit 6a9a48403ab590039e4b281481b7c977682a353c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 6 01:14:37 2008 -0700

    Comment the place where the QProcess:: issue with QCleanLooks is...

commit 3a761a179637534b841e6f3dc832802a7b987ee0
Author: Cristian Maglie <megabug@autistici.org>
Date:   Sun Apr 6 17:49:57 2008 +0200

    java binding: automatic conversion tool for JNA
    
    Signed-off-by: Filippo Carone <littlejohn@videolan.org>

commit e8eb613267bc9c9ba537fd99454e01aa14cc2137
Author: Cristian Maglie <megabug@autistici.org>
Date:   Sun Apr 6 17:37:58 2008 +0200

    Java bindings: added log functions. Removed @Override for java 1.5 compatibility
    
    Signed-off-by: Filippo Carone <littlejohn@videolan.org>

commit 8a5846afcfc01e8f8e315ec1baee3cc6abc85e70
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Apr 6 17:33:13 2008 +0200

    Cristian Maglie added as contributor

commit 3a101f3a6acb6355f280176aa74b5d437c013876
Author: Cristian Maglie <megabug@autistici.org>
Date:   Sun Apr 6 17:28:49 2008 +0200

    libvlc.h: fixed doxygen for log functions. changed prototype for libvlc_log_iterator_next (used typedef'ed version)
    
    Signed-off-by: Filippo Carone <littlejohn@videolan.org>

commit d33acd731f8d13bd6f21823cfad8cadae469b684
Author: Cristian Maglie <megabug@autistici.org>
Date:   Sun Apr 6 16:51:20 2008 +0200

    java bindings: vlm bindings
    
    Signed-off-by: Filippo Carone <littlejohn@videolan.org>

commit 5588b8add40450110ac047573d2e2247314bf77a
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 09:56:04 2008 +0200

    Add live555 and PA to the make clean-svn target.

commit bf63aff81b51cd725e6ef4086b9af42b5a217779
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 09:28:51 2008 +0200

    Yet another fix for gnuTLS on mingw

commit a36cc9f8f1305b965883ec76a0d34c3a82d99699
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 09:16:41 2008 +0200

    x264 patch update for cross compilation.

commit 76671a0bc3d0eaf9676d089356213beea2090ec3
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 09:00:16 2008 +0200

    Don't use C++ for gnutls/mingw32

commit 713c078f0bdeba9a2dab71c33bf83611437b8164
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 08:24:54 2008 +0200

    FluidSynth in the contribs.
    It doesn't work yet with mingw;

commit a52b66d42253f03343197fde517eef915c16de31
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 07:59:11 2008 +0200

    Fix libmodplug compilation by removing abc, mid and pat files since they
    don't compile on Windows.

commit 7633315069456e39e1301fdbf3b64d20d5a3a1a2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 22:22:06 2008 -0700

    Lua path for windows modification.

commit e837e05eb2ca96ba81f6b83c9c7e01aaf43107fa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 22:16:48 2008 -0700

    Lua Scripts on Windows have to go to scripts/ and not share/lua since no share/ is used on windows.
    This doesn't fix it completely yet.

commit 35bb5df5bfa263b9865b8b8c9675b39fd08d7f9c
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sun Apr 6 06:31:54 2008 +0200

    Windows Installer improvements.

commit 8501e4a23824813d95c036b398f89524245b55c5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 17:21:56 2008 -0700

    Remove debug.

commit f69e62d2dfe39cea8fc8e587422c733c49444e0c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 17:10:09 2008 -0700

    Very small layout fix for equalizer.

commit 50c27e64ff9cb6e7220d7ac510285fc90462c58a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 17:04:04 2008 -0700

    Fix UIC compilation.

commit 22fe4250d0bcf89ea27a0cdf42144a88ff72c6e2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 5 16:39:33 2008 -0700

    Increase the space between the bands and the main amplification in the equalizer

commit 1a74e0bf8222741078115b8296758bd8eafd2a9e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 5 00:24:44 2008 +0200

    rc : stop the playlist before exiting, fix quitting with EOF on OSX

commit ac73a8981357037bd9131ef4cefaac52222d8198
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Apr 5 00:14:07 2008 +0200

    Simplify macro

commit 417e2db8e9061d4b5e9e105b883a86a70f122b6e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 4 14:31:07 2008 +0200

    Revert "libvlc: check if we are in the proper state before to send libvlc_MediaPlayerStopped"
    
    This reverts commit c25f5114ce35167be8cc4112dda08a189dfc24e9.
    
    This patch miss a vlc_object_release on p_input_thread.

commit 6f2d76399a38a7e4b27a05f495446c2aa2902910
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 4 14:21:41 2008 +0200

    objects: Dump libvlc when we have some leak related errors.

commit a6b4c90b18655b0f9d5e98a680c9cc1541402ccc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Apr 4 13:30:45 2008 +0200

    include: Move libvlc_exception and libvlc_event to libvlc_core in doxygen doc.

commit c25f5114ce35167be8cc4112dda08a189dfc24e9
Author: Tanguy Krotoff <tkrotoff@gmail.com>
Date:   Tue Apr 1 16:24:02 2008 +0200

    libvlc: check if we are in the proper state before to send libvlc_MediaPlayerStopped
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 3aa3031d6ec7ddc439115480810f96a973a285fa
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Apr 4 11:04:31 2008 +0200

    Remove lua/http/old from Makefile.am

commit 7b76e3471caf0a6b9ab3f47e74e58769f12916e6
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Apr 4 08:24:09 2008 +0200

    Attribute copyright of vlc_current_charset() to Bruno Haible, per his request

commit c70e1d1f06b70b47df99ace38f540d775be817c9
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 04:53:08 2008 +0400

    Contrib: Fix build of taglib on win32.
    Looks like taglib authors don't support autotools build system now.

commit 1bd034706f0346cd6a65e074797e5e95d7d2aabb
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 04:06:47 2008 +0400

    Revert "Contrib: attempt to fix gcrypt on mingw32."
    
    As even mingw has automake 1.10 and buildbot is updated, this is not needed for contribs to build.
    
    This reverts commit 3c16afd227beba8da6b5243952d90ef03f76dbe8.

commit 75588190d9df465b062cdd8ed2d782c87f1a0113
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 04:04:29 2008 +0400

    Contrib: fix libcdio cdparanoia pkgconfig files installation.

commit 8290af9f4b615b4bcdc129fd85c06539a0d8a449
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 03:00:17 2008 +0400

    More gitignores.

commit eaf9ed50552edffb520cd1d3af0dd05545b6b086
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 01:51:44 2008 +0400

    Contrib: bump taglib version to 1.5.

commit d946dd0f5edcaabb5a49d16f7ce209dc80ae3584
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 01:32:51 2008 +0400

    Contrib: update zvbi version to 0.2.30.

commit 27fbc72f258273df7135cb1a6025812e12a64fce
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Apr 4 01:26:51 2008 +0400

    Contrib: update modplug version as well (fixes CVE-2006-4192, lol).

commit af7f84c8352c176a3e95eca91b5d62eaa0c71632
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 3 15:33:33 2008 -0700

    FFmpeg fixed its rtsp mingw compatibility.

commit f8f7d6a15f26b0151999df949a20c6213a50b6b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 3 13:40:36 2008 -0700

    Add new size icons of VLC. 256x256 might be needed for Vista. 512, not yet, but better put them here than in the middle of nowhere.

commit 231158b31622cc58522d09374ccc12e1dcadbaf3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 4 00:21:56 2008 +0200

    Delete the old display.png

commit b597a7961e701835435d003178481bf98cfd370f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 4 00:09:52 2008 +0200

    Split the display.png in 3 parts so the edges get rendered nicely when resizing the window. Additionally, slightly resized the vout in the embedded window to make it look more Leopard-like.
    
    Modified patch by Georg Seifert gs --at- reets.de

commit d8876a1d439590267e74aeee0013a23351ad83c4
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Apr 3 21:40:06 2008 +0200

    Keeping the old HTTP interface files for the new Lua HTTP interface is useless. Remove them.

commit d8b6a43aa36771282a71a5983f813cd5f2c48471
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Apr 3 21:26:10 2008 +0200

    Fix lua http interface loading.

commit e8f945338c0b66ae20b4ea17d6f7ba8e47c28634
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 3 21:37:58 2008 +0200

    Mozilla : use \n

commit a1fc06440092802a9d941869a6626bc18bd9840e
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Apr 3 21:26:24 2008 +0200

    Source files no need the executable bit

commit 12af43c54c4c0d4299defdd9771ba9b9e015eb76
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 3 20:31:36 2008 +0200

    Fixed the gnutls upgrade to 2.2 by compiling it completely (!) and by adding opencdk to our list of deps, as its internal variant refuses to link correctly

commit 3c16afd227beba8da6b5243952d90ef03f76dbe8
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Thu Apr 3 20:32:13 2008 +0400

    Contrib: attempt to fix gcrypt on mingw32.
    Added Patches/gcrypt-win32-use-automake19.patch.

commit 001ec5ad8f5617fb96d044911bf2dda6015e639e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 3 16:04:08 2008 +0200

    libvlc: Put libvlc_exception in libvlc_core for doxygen doc.

commit 98889722f41bf89e0cea1cc1fb355247640e3520
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 3 16:02:27 2008 +0200

    libvlc: Doxygen fixes. Categorization and cleanup.

commit 6feab08f8bebebae90d1f32e75b5c007ce1407d4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 3 16:01:54 2008 +0200

    macosx: Framework compilation fix about lua.

commit 98f3a97037d16caa67130c94acabba42dda47952
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 3 14:32:38 2008 +0200

    merged the final 0.8.6f changelog

commit ca6b4d75ff2a3bdf03c93f83249914747d0ba5a1
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Wed Apr 2 01:13:32 2008 +0400

    Contrib: bump gnutls to 2.2.2, bump libgcrypt to 1.4.0. Update gcrypt patch as well.

commit 7c9da0f60c5dda9dbb47476bf36ef75dee6dfc81
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Apr 1 23:33:31 2008 +0400

    Contrib: bump libebml version to 0.7.8.

commit ccca7464a52913df6a4d3f71c52bd33f81ec28b1
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Wed Apr 2 00:21:07 2008 +0400

    Contrib: bump libcdio version to 0.80.

commit 19699d236dd73a25bb9c5511307975a28c34d988
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 3 00:01:31 2008 -0700

    Argh @Windows encoding. Sorry about that.

commit e06f42452a1eafe5c40058363eecb9fe3243f2c1
Author: U-SASMIRA\jb <jb@sasmira.(none)>
Date:   Wed Apr 2 23:08:05 2008 -0700

    Warn about MSLU on Win98
    
    Signed-off-by: Jean-Baptiste Kempf <jb@altair.videolan.org>

commit 4e67a4567025d5814eabc00997030146045be233
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Apr 2 23:08:03 2008 +0100

    Update pot files after some files have been deleted

commit cf5a9ea734f8eb6083de8615fef148e7107fb031
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Apr 3 00:55:10 2008 +0200

    testapi: Don't disable test.

commit b61c8fdebdb1260da5b9baa47bd9f0245be11252
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Apr 2 23:22:03 2008 +0200

    libvlc: Add a --ignore-config options that allow not to use the config file. This is especially useful for libvlc based applications.

commit aae60936d25a41b92b4827c2c7b32ee2b3b5266c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 22:43:29 2008 +0200

    Simplify code reading.

commit 4ad218c25fb08d55b944e1c78c20cb96492f6267
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 22:32:33 2008 +0200

    Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts.

commit a4a4609ad5b2d7084045545a12008ab36b225850
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 22:10:18 2008 +0200

    Revert 4ce6c3f34b0807c7ee8db8739bdbdb9773d42f56. Fixes drag and drop on my system. Adding quotes to a filename in C/C++ isn't going to change anything (it would on a command line given the way getopt works). Tested with a file named "/home/dionoea/media/test test/redefined :ni=ntendo.mpg".

commit b3e4d536a178a5901fa788adeb9b81c7031767e5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 22:01:00 2008 +0200

    Remove trailing space.

commit aa0572e5198d28364a8e49730df98843bd702441
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 21:51:34 2008 +0200

    We can do integer math ... as long as sizes are smaller than 2**16 we should be ok :)

commit 6675c2badad10a96f95a6d64dc8296ec4441f267
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 21:41:50 2008 +0200

    Fix snapshot with default video size. Please *test* your changes before commiting.

commit 885b6b8a436d9948d27c9bbf7b8e2018c283141d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Apr 2 21:30:38 2008 +0200

    Remove stupid default 320x200 snapshot size. It now defaults to the original video size.

commit ee0a4d8279e952fa99249e332687e1b6fdc79105
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Apr 2 14:26:56 2008 +0200

    Don't dump/clean media library if it's not active
    
    Bug spotted by Anthony Loiseau

commit 4ce6c3f34b0807c7ee8db8739bdbdb9773d42f56
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 1 17:08:17 2008 -0700

    Escape files when drag'n dropped... Hopefully fix #1525.

commit bf6537c099f4ede86946a7a58d168e996327f544
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 23:05:54 2008 +0200

    playlist: Fix a typo.
    
    This fixes bbf6e4fecf2f42178726ddbcf050c03b6e28b749. Apologize to funman II.

commit 9de3b003216bf70d3617968b5175672bbf819213
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 22:55:16 2008 +0200

    playlist: if(X)free(X) -> free(X)

commit 3f5c8f4e99c1ae379cb6a28298180b44df13d218
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 22:33:04 2008 +0200

    playlist: rename ML_decref() to recursively_decref(). Please give useful name to function saying what they do.

commit bbf6e4fecf2f42178726ddbcf050c03b6e28b749
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 22:31:07 2008 +0200

    playlist: Correctly indicate why we put a buggy yield() at this place. And document a bit that nasty recusrsive ML_Decref() function.
    
    This comes with my official excuses to funman.

commit 0c7849a6a0e9adc04c539df6716329bd9996a56f
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 1 22:13:46 2008 +0200

    Fix media library reference counting
    
    Please TEST your changes before pushing
    At least, READ the code instead of modifying it blindly

commit a3ee25ff101492092d75c2e79e1cd0c84949d278
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 21:45:34 2008 +0200

    playlist: Don't lock/unlock where not needed.
    
    Pointed-out-by: Rafaël Carré <funman@videolan.org>

commit 800b605ec18ae513c70ab69484455cdeaf7fc3a8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 21:44:33 2008 +0200

    playlist: Correctly decref where we use the object.

commit 09ce2046a19146b3992159ddb716d8bab45bc285
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Apr 1 21:12:34 2008 +0200

    Fix media library's input items reference counting

commit a0ff298c8cd5bfb1dc20a6715af9ed7a075082c6
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Apr 1 11:43:33 2008 +0300

    Add options for controlling AQ in x264_BUILD >= 59

commit f6f0b19f5caf6a032d52f70ec2fde2d89aa02d0a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 31 17:40:36 2008 -0700

    This was of course not intended...

commit bb6847fbff7658b7d59a104ae364a2e03b6226e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 31 17:36:09 2008 -0700

    Layout cosmetics for crop UI.

commit 051aedcb8d96c5f0f8b3239455743c9950cd1871
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 31 17:27:05 2008 -0700

    Do the cropping from the extended panel.

commit c338db8dd9e974e5027bdc248e76cb3a518f9b30
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 01:50:05 2008 +0200

    playlist: To avoid race on p_input destruction, keep a reference around while we need it in playlist_MLLoad().

commit f88f1a76f664e4170cf25226033693acf386bf85
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 01:26:38 2008 +0200

    libvlc: Add some more info on the input item we may leak.

commit 00dbcd22a3ad188806a35c56f75b75b86cdab8a6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Apr 1 01:25:54 2008 +0200

    playlist: Proper locking when editing playlist variable in loadsave.c. Also correctly release p_ml_onelevel->p_input and p_ml_category->p_input when changing them.
    
    This fixes partly make check and input items leaks.

commit 6837b438b92d581165056c93c4f1972757496f78
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:58:30 2008 +0100

    VLCKit.framework: Update documentation, clean up whitespace, reorganize code, and remove dead code.

commit f87ebe5bfc9ad2842bc428a04d458f95183c300c
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:57:19 2008 +0100

    VLCKit.framework: Remove dead code from VLCTime object.

commit 0b34e2c004dc284dc371dee33afd18bb970c00f7
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:32:34 2008 +0100

    VLCKit.framework: Reorganize project files.

commit f88c57c4e71bef2e168e4901069a651d9863fd38
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:28:26 2008 +0100

    VLCKit.framework: Documentation updates and whitespace cleanup.

commit 49347bf49baf8d5a325e1589f442199a3b11cc80
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Apr 1 00:16:29 2008 +0200

    test code cleanup

commit 1c5df1f36c6a04f86f4cecaa3d08be69f1dfc6bd
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Apr 1 00:03:15 2008 +0200

    new (failing) test for libvlc

commit 0bf9167869df1e1ca6ed9a32a8b220f02ed80ddc
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:05:28 2008 +0100

    VLCKit.framework: Update project layout.

commit 43a3035ffdaf90ae4303b55b27802205521f5982
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 31 23:02:12 2008 +0100

    VLCKit.framework: Documentation updates, whitespace cleanup.

commit 79b9d34ee355a0934cae8451a283f74e2c87dc5e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 23:09:15 2008 +0200

    ChangeLogs are automagically generated

commit cf5667bd8ce8bfd6c99c55a225361a2af1539b30
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 22:43:21 2008 +0200

    Avoid leaking input items

commit fdf1b8af4e8cd13f7c33a5994a7301b9ab7e9d4c
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 22:26:56 2008 +0200

    Assert that we don't leak input items

commit 3826c4178f2a1d88122ae18bfdd2e9b73c98fa94
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 21:43:32 2008 +0300

    Fix RTCP SR SDES length field - close #1541

commit 16402c26dec1c83fc096f5c083c70c785139a720
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 19:40:48 2008 +0300

    Don't attempt to create ChangeLogs if not in a git-tree.
    
    There is no need to copy the files in that case thanks to VPATH.
    That assumes you are using a source tarball then - if not, you are
    screwed anywhow.

commit 0a9a406d2f20434e6f634b5d82fbcb82217d9876
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 19:39:57 2008 +0300

    Ignore config.status (weird that it's not already done recursively)

commit 8518a8613db00dd9556e4c26265e116d37ab97f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 19:27:07 2008 +0300

    Remove failing and broken-by-design test

commit aa39d52bc98d8060311e0e77fd83b0f447b90386
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 19:15:20 2008 +0300

    Fix make distcheck

commit 5badb86c83991e06655f2b773d526373a71bca53
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 18:53:43 2008 +0300

    Revert "Copy the changelogs if they exist instead of generating them with git"
    
    This reverts commit 70f620e7f94eb02fc6f5eda47599ae5354c12483.

commit 7b94d2ff3f5ac50d96673ac578856ec4cf762c47
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 17:45:49 2008 +0200

    Copy the changelogs if they exist instead of generating them with git
    
    Fix make distcheck
    (cherry picked from commit 70f620e7f94eb02fc6f5eda47599ae5354c12483)

commit 500894facc0beab754ebc84b3129a6befc8d7394
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 17:39:53 2008 +0200

    cmake: Support for libs/loader.

commit f51de26430e854fd5f28abdf982e85e319a3a22c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 31 08:07:09 2008 -0700

    Compile fix for QT 4.2.

commit 4f8151593d3afa773708963779fe252635e8ed25
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 16:57:13 2008 +0200

    Fix git calling out of the source tree

commit c432ea068eb385e5e48605049fbe8b23f40445da
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 17:41:42 2008 +0300

    Clean changelogs, but not too often

commit ce52ce2eaf92223c22e9d16a7c3c262d9d22d663
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 17:39:14 2008 +0300

    Automate ChangeLog-2008 too
    
    (needs to check make distclean now)

commit a24214d3df65f953ce10356c5ef7b99e16d2d903
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 31 17:32:49 2008 +0300

    Generate old ChangeLogs automatically

commit 57bfc6e6796f25b922335ef32f4183b2bafbf9c2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 15:52:34 2008 +0200

    doc: Suggest to use git shortlog -s to show the author of changeset of this particular release.

commit 774de7057620e8cb930377e584ebbc6223d515a8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 15:41:17 2008 +0200

    doc: update the release howto for git.

commit d902372231370939c6d52137c9d4f61a928d84a4
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 15:25:09 2008 +0200

    Verbosely report EOF

commit e91f2120737a55ea877a5090c03628d370b52090
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 29 06:31:02 2008 +0100

    Fix infinite loop

commit 9143df1d51f39fe85d11ad4eb1aaa22e348bad85
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 14:31:26 2008 +0200

    loader: Upgrade pop/push pack headers from latest wine git to fix compilation on darwin.

commit e4d14a317076ece0a81bf0d6eccde0b79e5eee0f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 13:51:58 2008 +0200

    contrib: Put the install directories in gitignore, not only their content. (This makes git clean -f -d working properly).

commit 4050212fa63e65e9084376cba8c2afc9d3bde489
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 13:42:50 2008 +0200

    input: SoutKeep() needs to pay attention to the cases where the playlist doesn't exists.
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit cdece8c96e5b299c66b2dab74ae045ac292f21dc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 12:24:23 2008 +0200

    Thanks Tanguy Krotoff.

commit 313a874300b66d715555ef968029214028cfbdb7
Author: Tanguy Krotoff <tkrotoff@gmail.com>
Date:   Mon Mar 31 06:35:08 2008 +0200

    libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit ee1330c497b5c78f5fcfd0145391f219e489e13a
Author: Tanguy Krotoff <tkrotoff@gmail.com>
Date:   Mon Mar 31 06:35:07 2008 +0200

    libvlc: add libvlc_MediaInstanceStopped
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit be3c7a5f8ca2b7189f3176dbcdf32c5c06ff9af1
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 10:07:14 2008 +0200

    h264 packetizer : do not trust the input data in p_extra

commit cf34ca7b9307806bedb90f37e40e03de8a84e35b
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 09:53:56 2008 +0200

    h264: fix maximum size calculation

commit 96fca586a4d2b5e03545733acde884326616bca8
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 31 09:37:58 2008 +0200

    Really fix H264 packetizing: abort PacketizeAVC1() if computed size is too huge

commit ab4e8a39d0b2d9c2998d7ab248b83463fd67f2a1
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 28 16:51:16 2008 +0100

    H264 packetizer : NEVER TRUST INPUT !!
    
    Do not allocate ridiculous amount of datas.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 9e856ef47f531cd138ad685c697d4dc7a7467975
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Mar 28 13:44:29 2008 +0100

    Don't crash when deinterlacing fails.

commit 0db150584abb72825b7554bb99bb7b6e494105a5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Mar 28 13:24:38 2008 +0100

    Add space after , in defining module properties.

commit 72fdb18beab6d029a4ff3aa25d27f2a3dafad5a5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 31 00:13:26 2008 -0700

    Actions on cropping UI. This doesn't work yet, because I am unsure of the good way to do it. Ref #1400.

commit b6fbd644bebb360fb117e61377d7b48fbd8b7952
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 23:13:55 2008 -0700

    Interface for pixel cropping. Ref #1400

commit 3337f1c24cc31b7af1d329e5c11e4cb7ceb6eadf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:54:53 2008 -0700

    name fix.

commit d5b964969cbb24a1d207e8b08ceea70fe47177fc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:46:17 2008 -0700

    Forgotten in previous commit.

commit 7d40254e318bb991932cd393a0f9fe6994cc9186
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:42:33 2008 -0700

    Add panoramix to the UI.

commit 6dfcdbe414624c4439abf500a58e131b18155b26
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:40:13 2008 -0700

    Minor Layout modifications in Extended filters.
    Adding Panoramix there.

commit 990f4ea384ba4d607da02168202cb10cb5932639
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:23:27 2008 -0700

    String renaming.

commit 896ea8a4aff5690a3e7ae4a1943b3ace9f0ab8b8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:22:53 2008 -0700

    Layout rework and update button.

commit 2257a1a255effdc64412d2246f5e7804fc909ffe
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 22:09:12 2008 -0700

    Connect the buttons to the actions.
    Renamings.

commit 45505b07d5dbe7542f85f14b9f211fc86683778e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 30 21:46:11 2008 -0700

    Subs Speed Rate controls.

commit 3ccc28637b958e0893a12872e1ced3f24b817027
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 03:29:31 2008 +0200

    input: Don't assume the playlist always exists.

commit 45c03700618519cc4c9935559d11d58f4b0e04f1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 02:24:56 2008 +0200

    sap: Use vlc_custom_create to create the object. (This fixes a misuse of vlc_object_create too).

commit e002f487c3fcb22f27b7e2614f9a0b02dfc524f0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 01:07:45 2008 +0200

    libvlc: Destroy libvlc's vlm instance before the stats destruction to avoid input crashes.

commit 4c905528fb38bf6cc6d7b0902192a52415c47776
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 01:02:49 2008 +0200

    libvlc: In order not to be confused by a vlm created elsewhere, use a libvlc instance variable to old the vlm libvlc created if --vlm-conf was specified.
    
    This also make sure the vlm created when --vlm-conf is specified gets really destroyed. Because find_object yields vlm and is never released.

commit 2684aa49bfb80227c6f0402bbb95d03865ed9ad8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 00:44:47 2008 +0200

    input: Remove input_ItemClean and input_ItemInit from public land.

commit 459f98e9d2db903cc935d9e036615a413676eef8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 00:44:25 2008 +0200

    libvlc: Don't use input_ItemClean. Anyway when we leak an object there is no use to delete it in the end. The mistake has already been done.

commit 51db4b6e9fc5e8aa1770c69de6c8e6a4dd8c051c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 00:41:47 2008 +0200

    vlm: Only use gc enabled input item. (input_ItemClean and input_ItemInit shouldn't be used directly).

commit f188c1f57cf840828fbd34e04818576fd8ca1a46
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 31 00:39:57 2008 +0200

    input: Allow NULL item name.

commit f39e70a249501414008f59c508499c0d88ea7325
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Mar 30 22:47:47 2008 +0200

    Instantiate VLM if vlm-conf option is used. You can now use VLM without having to launch the telnet or http interface.

commit 807116e6177e2f4120446c050867eea34c069123
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 30 20:50:59 2008 +0200

    Don't yield the playlist object when it's dead already

commit 6aea931967cfdb0e3d0ae5161bac9d25fa2d41b8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 30 19:02:00 2008 +0200

    playlist: Fix a possible dead lock when the playlist is killed.
    
    We do maintain a lock around vlc_object_alive() because we want to make sure we won't miss the point when a concurrent thread will call vlc_object_kill(), that is set b_die and vlc_object_signal(). If we missed b_die and the signal, next vlc_object_wait() will dead lock.

commit 6db16f08c744e65a458764c114feef1926cb0f11
Author: Tanguy Krotoff <tkrotoff@gmail.com>
Date:   Sun Mar 30 16:57:50 2008 +0200

    libvlc: add functions libvlc_get_version() and others
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit ef81e665be4bf3a169443a8af0cce89af39ce4de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 30 17:08:18 2008 +0200

    playlist: Use PL_LOCK and PL_UNLOCK.

commit a11817c9ba314e5f4f13d33c24d248f51b6ad2d3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 30 16:48:58 2008 +0200

    playlist: Use vlc_object_alive().
    
    We can't do what is advised in the documentation of vlc_object_alive(), but we try to stay close enough of it.

commit 4247f7ce558829ebfb01a888faf53116050c2f33
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 30 16:43:54 2008 +0200

    Check cond_wait() return value - Fix a deadlock
    
    Remove useless variable

commit b5cb69656ada4cd40852d4ffc225ad1384ea2dcf
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 30 13:23:42 2008 +0200

    Do not mix time() and mdate()
    
    Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>

commit 101c52fa19de3efd5c1926a340a1c750b65f9dd1
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sat Mar 29 00:25:19 2008 +0200

    small adjustment on decoder/encoder fmt_in/out for new_video_filter

commit e2fbc684688228b42d64089315c1ac77b3b97ce8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 17:30:41 2008 +0300

    Cosmetic fix

commit 3e0c520c64005de99707143f1c3390937520f15d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 30 16:20:27 2008 +0200

    cmake: media_descriptor->media media_instance->media_player.

commit 959c5560883360dff21958fbf79abce04baec84c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 17:14:47 2008 +0300

    Use var_AcquireMutex for the "libvlc" lock

commit e4e9182903c4915dd0c1e73eff6b325f0d3be54d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 17:05:55 2008 +0300

    Do NOT destroy the "libvlc"/global/bank/whatever lock variable.
    
    The whole point of a global lock is that it is... global. Destroying it
    every time it's released is severe brain damage, as we end up taking a
    different lock all the time (or worse destroying the lock while another
    threads is competing for it).

commit 30267d389073ee38e29728d0246ef5106e9e1f1a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 17:02:23 2008 +0300

    *Partially* fix the module bank initialization serialization
    
    We should really keep the global "libvlc" lock while initializing the
    modules bank. Otherwise, if a second instance is created while the
    first one is initializing, it may get an incomplete bank. This commit
    addresses the problem w.r.t. the "main" module - only.

commit 68996a07d479cc6e8dfe92094aa65c005fc05317
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 16:47:47 2008 +0300

    Remove dummy condition - looks like a cut&paste accident

commit 0589e87a1f07630ca5641ea8928eb9d391c7380d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 16:46:30 2008 +0300

    Use p_libvlc_global rather than libvlc_global directly

commit 0e1b522e9b6b5aae8aa288331d1e42c0271429a1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 16:35:31 2008 +0300

    Remove HTTPD object type

commit ae8e44aedb05f1693a856306d50a276c53273a31
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 30 15:54:33 2008 +0200

    Link xvmc vout with libXxf86vm when available

commit 42bb2a548d096f55bfbbb98421802e7c164e03f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 30 11:42:52 2008 +0300

    Document object memory layoyt

commit 6d1a4bca44bac246757ccbca9b8a2f9fc07ebf80
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 20:42:48 2008 -0700

    Interface to delay subtitles and audio. Most of ##1491

commit 5a6c9e944a90d2d9da88a03b5e3de548a3592d7d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 19:08:07 2008 -0700

    Start of the work for the audio/video/subs synchronisation

commit bf1292e44390c6469483cea3817d6c2a3dbd811c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 30 03:59:32 2008 +0200

    libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player.

commit b87ff819b6986aac76dfa5a7738c57f161827a99
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 18:39:04 2008 -0700

    Reduce Space in effects UI.

commit 6e24e77abe616884db3bf2e5e46ff6dda394c469
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 18:18:17 2008 -0700

    No need for FFmpeg protocols.

commit 44be07a5ea23a52e5ff09fb55a6eefe82e9f7af9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 18:17:27 2008 -0700

    Good location.

commit c6062b7f4a33d5dc499c80cf53101678a38d0c3c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 18:17:06 2008 -0700

    Revert "ffmpeg RTSP Windows patch -- unsupported error message"
    
    Wrong dir
    
    This reverts commit f11a132c4c66b8c1dce324578a5b2081a687d22c.

commit 3f5b0ca857dad31047e72ec8967b71e884426362
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 29 18:09:28 2008 -0700

    Small UI fix.

commit d893ab35e1b4ebeab4f9da6fdc25ca30688bcaf9
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 30 01:59:26 2008 +0100

    media_list.c: Fix crash showed by the new testapi tests.

commit ade35d4af3698a067c708f5696ed6f27a1a120da
Author: Lukas Durfina <lukas.durfina@gmail.com>
Date:   Fri Mar 28 20:40:44 2008 +0100

    Add tests for media list.
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>

commit cef623b97391ad3387938bbb297e2c16d2c2fbf4
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 30 01:36:26 2008 +0100

    Revert "libvlc: Wait for input end."
    
    This reverts commit 1dfd50c2ad27eba42ab4d39b84f9d04e6fc4d259.
    This is no needed of such a hack if there is no circular dependency between input and vout and if the input are properly released.

commit 3eadc7974756eb7c8916462ec050ae44e1068387
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 30 01:34:35 2008 +0100

    testapi: Remove the sleep() hack.

commit 81e3de1b3a1e02f5724d7add82340a9536a3e875
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 30 01:33:39 2008 +0100

    video_output: Don't keep the input around for a long time in RunThread.
    
    Else there is a circular dependency between the vout that yield() the input, where the vout is also an input child. This should fix properly the media_instance() tests.

commit f8b8b4bfeb91ea2e4d55a68dd9fe7762e3a702d1
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 30 01:29:26 2008 +0100

    stream: No use to vlc_object_yield() and object that create ourslef, and that a race could possibly corrupt in case of bad usage.

commit 5b3a2948fe225056508a3420fff1da95a373e7af
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Mar 29 22:38:06 2008 +0100

    input: retain the input item.

commit ab121fdf60054b81c9354ad5e42854ba2a5aeb52
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Mar 29 22:31:36 2008 +0100

    objects: Export vlc_object_dump() to debug.

commit 719f576184819f07b1807f8cc3e814ee4321fbaf
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Mar 29 21:53:12 2008 +0100

    stats: Move the stat to libvlc instead of the playlist. As stated in the code it is not playlist related.

commit 1dfd50c2ad27eba42ab4d39b84f9d04e6fc4d259
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Mar 29 21:20:55 2008 +0100

    libvlc: Wait for input end.

commit d2265a34f9e4eab54a03f5457a007c11d6740595
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Mar 29 17:44:32 2008 +0100

    media_instance: Use input_CreateThread() to have a stop that is synchronous.

commit 23efea7f9b70b91116cac5893f9efff10aae0e87
Author: Mark Moriarty <mfmori@hotmail.com>
Date:   Sat Mar 29 10:26:23 2008 -0400

    Makefile -- add ffmpeg win32 RTSP patch

commit f11a132c4c66b8c1dce324578a5b2081a687d22c
Author: Mark Moriarty <mfmori@hotmail.com>
Date:   Sat Mar 29 10:15:02 2008 -0400

    ffmpeg RTSP Windows patch -- unsupported error message

commit 8c5e9b07316830ea6831755f04ecac02d1f0ca66
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Mar 29 15:33:33 2008 +0100

    somewhat fix VLC-release.app: (well, isn't distributable yet)

commit d21779b98ec08fd9ef91468ad76d3737f4209e2c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 16:13:49 2008 +0200

    Remove some global object-specific hacks

commit e8d99a6b947164f275e2e58bda13f1fcf5795231
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 15:59:35 2008 +0200

    root object: use vlc_custom_create

commit 28257ce4bce64b205c41a0024a0e90a9baea01f9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 15:54:14 2008 +0200

    Input and playlist: use custom object

commit 250dcb477a7d2ee777a446e0d4dcac741912919b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 14:48:25 2008 +0100

    es_out: is not a vlc_object_t.

commit c2b333e3de12c6e1b0fb4bdadc4a1209bc867ab6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 14:32:47 2008 +0100

    description: Fix compilation.

commit 3ed6ed50cc5b8aa6d7320169f6cf5c2e9c4f34bf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 14:28:43 2008 +0100

    es_out: Put a msg_Dbg in input_EsOutDelete.

commit 49bc02ec7379d9d357fdc1e31e740fdcab3bebfa
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 14:09:36 2008 +0100

    description: A buggy case needs an assert.

commit a9a95bcee8725f94b6057073778c1721785569d7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 13:58:49 2008 +0200

    Fix size of VOD objects

commit a9d773c1af2d3f021b4aa371d30d0a5f30369af2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 13:55:49 2008 +0200

    Assert that allocate object size makes sense

commit 4772289dac12cfddca874a9aa2ab333f4a48a146
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 29 12:12:43 2008 +0100

    Fix off by one

commit 56ec4da04ec7e701d7d13e87b6456c25c3ab7d68
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 13:06:24 2008 +0200

    Remove unused #include

commit aaf55bf8e4f5066624e63ecb5f9efbef564a3548
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 13:06:01 2008 +0200

    Create OSD menu as a custom object

commit 1e8999a2b68e8dfca7798051a42e81c0be7528b7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 13:02:07 2008 +0200

    Create VLM as a custom object

commit 8654870c9bd9baab55b6f14250d6a94fd704bdc0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 12:57:03 2008 +0200

    Remove useless #include

commit f684355f6fb4e5478372b28c6f66afa82a5ba0e2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:30:46 2008 +0200

    Missing #include

commit b8610e40d930eac206289ca29ae096b66f0f1942
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:27:56 2008 +0200

    Fix warnings

commit 9fc1c6d158fdc6bd7691f79396a7bd5e22805705
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:24:33 2008 +0200

    Remove META_ENGINE object type

commit 6d1bdaf0c6161fabf99a00f76e8404823312cf74
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:19:39 2008 +0200

    Remove stats type - not used anywhere

commit e24e108c767d00f3123c3d702f46595d31149c48
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:18:33 2008 +0200

    Remove XML object type

commit bb5a8eb81e72432957f7dc0de32a9ae440884f62
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:16:41 2008 +0200

    Remove SD object type

commit 182f9a350d8d162047b7ec587a1c1658efc81cfb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:10:35 2008 +0200

    Remove SPU type

commit e19cbb78b62ce459e1ea8f683c4db1942ec16998
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:05:29 2008 +0200

    Remove useless #include

commit 9a867d7368d79640b21dd6f5a7f4205a8bb06ccc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 11:04:54 2008 +0200

    Remove VOD object type - not actually needed

commit 5541a98c21c5a6a687d1aa441a9d50e34e0b582b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 10:59:27 2008 +0200

    Remove ITEM type - not used anywhere

commit 864ca35c1d2eb42ba10d8d993470edf7be1da25d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 29 10:37:22 2008 +0200

    Revert "prevent #1312 from occuring (refs #1312)"
    
    This reverts commit 69d572ca8a6bc6f9de85ed471fbb30e430fb0fe2.
    It's not an issue with sout-keep alone. The issue shows up if using
    both sout-keep and #gather, and there is no easy way for a stream
    object to know what its upstream stream (if any) is. Hence, let users
    shoot themselves in the feet if they want, and otherwise assume that
    people don't use #gather _in_front_ of #display.

commit aa4867fe618b00ce03307e930a95154228f7de59
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Mar 28 19:06:15 2008 +0200

    Fix es_format_Copy prototype

commit 5bfcf59daffe1c4e2c169c9690516bc2db4fd63f
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Fri Mar 28 22:23:13 2008 -0700

    Small improvements on the TelX bar.

commit 12f8c376ddf570554a982e38f5f927f322962400
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Fri Mar 28 22:08:49 2008 -0700

    Detect the spu presence in the IM. Deactivate the teletext until any
    good detection exist.

commit dab72b3b7216187ca85da4dd6777f1e8a1e5e80c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 28 21:15:01 2008 -0700

    Hopefully fix the play button issue.
    ILEoo, any idea why ?

commit adee2d264eb04bdc0bdbf87c79903e08d589fe83
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 29 03:24:17 2008 +0100

    Do not crash in vout destruction when exiting

commit 9d2636c560417a5fdfc0081983efdd996428cd9c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 01:02:46 2008 +0100

    stream: Do not yield and then release. It is unuseful here.
    
    Because there is no proper convention, there is no reason why the object couldn't be detached. We would need to vlc_object_find the input to be sure there is no problem. Let's assume for now that the input creates the access and is responsible for it.

commit 50db778e449c617dae134c4421cda1e4b9a36944
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 00:25:55 2008 +0100

    media_instance: Forgotten lock().

commit 93ed4c42f8be63c4fd5e3d703c0655744e52b0a3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Mar 29 00:22:21 2008 +0100

    input: DestroyThread()'s content should happen in the input destructor.

commit f735a19308e260206e26325b26e68f072cb30371
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 29 01:42:13 2008 +0100

    fix testapi test: libvlc_instance_(play|pause|stop) are asynchronous, so wait for them

commit 4e976a6e0f356e0c1ce576461bb54f65dd42392f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Mar 29 00:06:11 2008 +0000

    Avoid memleak and use of uninitiliazed pointer

commit 940734d9cb1999a247cc4c60b96442c20e804413
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 29 00:37:54 2008 +0100

    unit tests update

commit fea85dea108170c42f126e7937821c074384c8b5
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 29 00:34:38 2008 +0100

    fix jvlc arguments

commit e0bbc1967a72e56f7987c03c713d58b5561c14b4
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Fri Mar 28 16:29:26 2008 -0700

    Replace define by enum

commit 955d1b68cbfd01e5a132067e5694fc7302467f4c
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Fri Mar 28 16:14:42 2008 -0700

    Use typedef around vlc_key enum

commit 497610a42882c50d87a076af66013dcea591af11
Author: Jean-Baptiste Kempf <jb@ambre.(none)>
Date:   Fri Mar 28 15:23:04 2008 -0700

    Replace big define by enum in vlc_keys.h

commit 40f255a1d1576d0af67ddad2a5fe4b573840f341
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 22:56:11 2008 +0100

    input: No need to call detach() prior to release() in those cases.

commit 4d2821abb7607cdfe6aa9643cbdbebbb70373f2c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 22:53:16 2008 +0100

    media_instance: Fix a typo.

commit 59ccae24c320b83777c340230fbb22bc72ec75c1
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 28 17:45:13 2008 +0000

    Slovenian translation update by Matej Urbančič

commit 6d4534c874f730a3ba90862f6f976b5100d73f2e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 18:47:08 2008 +0100

    testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path.

commit 58e0c8260c3588e1613ad3730fec5c7c8ffaec2d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 18:43:47 2008 +0100

    modules: On Windows, Mac OS X and BeOS, search for modules, in the current directory, and next to the executable.
    
    I would appreciate review.

commit 69d572ca8a6bc6f9de85ed471fbb30e430fb0fe2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Mar 28 18:49:01 2008 +0200

    prevent #1312 from occuring (refs #1312)

commit fed486eb36f2af14fd68adc91c94f5114a93cbfc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Mar 28 18:47:43 2008 +0200

    cleanup

commit 62711b4f173d53ad4db982cdea88662c7d2708f4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 28 17:14:13 2008 +0100

    Typo in configure.ac

commit 38386dfd2b5352d7df1f4c873cf214e4790642b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 16:52:53 2008 +0100

    module: Fix ':' usage and more largely previous commit.

commit 6962020b256671f0d54793afbbd2e63d7a0e5d0b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 16:42:47 2008 +0100

    module: Make sure we can escape ':' correctly.

commit 242a2d12ffc267fae04a03d42d2b045cf5b2b441
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Fri Mar 28 14:41:24 2008 +0100

    include: Use libvlc_vlm in doxygen instead of VLM.

commit c92455b4a7a36d1522a160e084b00e7b41c7ba48
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Fri Mar 28 14:39:49 2008 +0100

    include: Cleanup libvlc headers doxygen.

commit 58296b6d73194ca2b74290b865c6f20c758f9fd2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 13:30:36 2008 +0100

    module: Use PATH_SEP instead of ':'.

commit 286e950bf93ca458ab29d1f8b6accc03a039d2b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 13:18:39 2008 +0100

    input: Remove a comment that no one seems to understand.

commit 834670aa5a382032340f77f2ea03b03dc1977cbb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Mar 28 12:47:44 2008 +0100

    Fixed 'Blackout screens' on multi-screen setups

commit 982b7c40e08e680630888ad6676a3c10ea6aabc2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 12:22:46 2008 +0100

    testapi.c: Use ../../modules too.

commit 889c73d0f220a2366abd0a72e591cf8221433c28
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 11:59:20 2008 +0100

    module: Allow multiple paths in --plugin-path (Separated by ':').

commit 21f7e7ea477453871b494758c2dec31e0c23287c
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 28 10:45:25 2008 +0100

    MMS: close access on network timeout
    
    defaults to timeout on 5s (configurable) without data (there will be 10 tries before returning EOF)
    fix some EOF return paths
    check malloc()
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit d0641277d87a51ed1602dc36f5585c9b4705dccb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 10:49:05 2008 +0100

    cmake: Add src/misc/action.c.

commit 3a88025b6f2770d40262c8dbe906a41ce5e14b48
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Mar 28 10:39:37 2008 +0100

    input: Make sure stat info are created before attaching to the parent, because stats_ComputeGlobalStats() may vlc_list_find() the input before the stat have been initialized.

commit e77d9061a5f92aff02ca206cda9cf03507bd2b4e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:59:05 2008 +0200

    Use KeyToString

commit 1e81cdfb2e1fb6f69b8aa9b3c4f5f943a5013a06
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:58:57 2008 +0200

    Remove useless check

commit 429d063a38726a42385f697a5a9fa498145cd9ad
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 21:45:39 2008 +0100

    Ignore zsh completion generator binary

commit b04fc32cafa3b6879b1eb10c0ca8703ebe57a42e
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 21:43:37 2008 +0100

    Fix megavideo lua demuxer
    
    The '\n' was absent from the binary data, and several URLs wouldn't play properly
    Simplify the decoding
    Remove debug print()
    Distribute the file

commit 532b6e4cfe04d691846ffc7d87ce8b7b32103081
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 21:33:04 2008 +0100

    zsh helper : don't depend on zsh binary location

commit ac434f31ff448cd60c72ac101556328297792999
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:42:34 2008 +0200

    Don't create an unused variable per action

commit 38d28036b358a2df3e2046a192c17ac8add45cc8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:33:01 2008 +0200

    Remove excess initializers

commit 1c2d8e7805f83edf1cd51f9de53eaace02b1c020
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:26:54 2008 +0200

    Remove hotkeys "accounting" stuff.
    
    That was never written to (except by KeyActionCB that _that_ was never
    invoked ever, and did not make sense). Note that, had it worked as it
    probably was intended, this "accounting" data should have been kept
    inside the hotkeys plugin, not the libvlc instance data anyhow.

commit f05bd0b26dea682988321045838460e3a47836ee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:23:40 2008 +0200

    Remove ActionKeyCB - I really can't find any path to this code

commit 5223eff99a813e93876cd87fa01a8a47a99e0aa8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:00:47 2008 +0200

    hotkeys: use key-action

commit 3fc79afe9fcd780a3b10af5e714905c5e530d317
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:10:57 2008 +0200

    hotkeys: cleanup locking

commit 54aad20bb04de5de5a70237163981d0cf50d7bdb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 22:07:56 2008 +0200

    CMML: use key-action

commit 19abe81cd32ca27db24d99bd82123610d06b79da
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 22:50:54 2008 +0200

    access_filter_record: use key-action

commit 381646bbb8c15d32a4c5975dbe1ce5ec0c269683
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 22:40:09 2008 +0200

    MKV: use key-action

commit a7db90c636021ad806c0ff6aa491f7d875051574
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 22:31:06 2008 +0200

    dvdnav: use key-action

commit e59d7e85b4f4a780a19c15a641fb275170de0c2e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 22:23:19 2008 +0200

    access_filter_dump: use key-action

commit 88226a802f38e75d0dbea4a74b8ec108a42ca653
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 22:20:47 2008 +0200

    Add key-action variable - automatically mapped action from key-pressed
    
    So for, each hotkey callback had to lookup the hotkey table everytime
    a key was pressed, which is fairly wasteful.

commit f016819850d9d4896a3944bd0e94b73f648ec85b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 20:03:05 2008 +0200

    Revert "ActionKeyCB: remove completely."
    
    This reverts commit a859dede77cff629f2f98b84ded198f492bc5222.

commit a859dede77cff629f2f98b84ded198f492bc5222
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 19:49:54 2008 +0200

    ActionKeyCB: remove completely.
    
    Turns out to be dead code.

commit f3401b31c0e584315071db863f2217ffa223d5c5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 18:34:06 2008 +0200

    hotkeys: make the ActionKeyCB O(1) w.r.t. the number of hotkeys

commit e391c5a5ba0402c3a15c38957551d4d96d809f8b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 27 18:09:56 2008 +0200

    Ship vlc-plugin.pc.in

commit 1886ae1a376ebd893ed2941197e8872d27f8d6c0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Mar 27 15:08:14 2008 +0100

    Implementing meta tag writing and cleaned a bit up

commit db088db0439ce5b537234f7c868162a4be106fbe
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 12:44:02 2008 +0100

    lua demuxer for megavideo.com

commit aa9bce0bc4a0c0d5bf7a5664ab5b24e5216dc19a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Mar 27 12:25:33 2008 +0100

    Reworked the Media Information panel
    
    Nicer, easier to use, less memory consuming, faster and prepared for meta data editing.

commit 84dee3469906f9334b462f2accba3686b9c5a8aa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 27 00:32:38 2008 -0700

    Remember to add people to THANKS. This is always nice.

commit 9a801558d77879b1b7a99db0214117016b32380f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 27 00:25:31 2008 -0700

    Fix most of the Open Dialog resizing on linux Close #1446
    Patch by Lahiru Lakmal Priyadarshana with small modifications.

commit 8c613dbfb4025f8abd602e9e01858a4a9f655292
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 26 23:39:58 2008 -0700

    Changing audio device can also make sense without any input

commit 4d1026c8260781363f7b7dd0b2382e02c971885a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 26 23:32:23 2008 -0700

    Trailing spaces and comments.

commit 015ae8d010ef34de4876b17d0eb323534f1510be
Author: Dylan <dyudaken@gmail.com>
Date:   Mon Mar 24 17:04:49 2008 +0200

    Add hotkey to cycle through audio devices
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 0aebd65691ffa6427f13500adc65f5fc1fd8f8d0
Author: Dylan <dyudaken@gmail.com>
Date:   Mon Mar 24 14:26:50 2008 +0200

    Add Hotkey to cycle through audio devices
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 83a70bc8bd87420e8a4e8be713ac048ab218b09c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Mar 27 03:30:18 2008 +0100

    testapi: Minor cleanup.

commit e9c43d63e3d081159589940d04d0590cfa1cfed2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Mar 27 03:27:20 2008 +0100

    testapi.c: Fix a warning plus small clean up.

commit aa389eb5a752d3c12092aee41417e9b219c54891
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Mar 27 02:03:45 2008 +0100

    sap: Set the sap announcer object name.

commit fa9d4d0534ded4bbe9d970f84b45d88e7f74d124
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 01:10:58 2008 +0100

    DBus: remove unused macro, check memory allocation

commit 678f97a658be15939b2b72e455f338a9de4a8da1
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Tue Mar 25 03:43:27 2008 +0100

    Dbus control module: * Add the MprisVersion Method. * The MPRIS 1.0 implementation is now complete.
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit b3390752baeeabbb131dfe40b9b486a98b83c521
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 27 00:03:41 2008 +0000

    Update POTFILES.in after addition and suppression of files

commit b1cb6c1fe5a254b661207bd2a44be76d86b2b1e8
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Thu Mar 20 18:26:45 2008 +0100

    Dbus control module: * Simplify p_intf->p_sys->i_caps * Check capabilities on playlist resize
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 1e36b84e0ce097f69af64dc747b72dab1509cf7c
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 00:47:42 2008 +0100

    Fix a memory leak

commit d51dba48f9065eba4c167d21fe5258807e0da43f
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 00:44:50 2008 +0100

    Services discoveries: check memory allocation

commit 8ca4ff015be825831c28a8a2a8d15279de940fdb
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 27 00:42:09 2008 +0100

    Check memory allocation

commit 7179862ee5ec72a7d85a9ceb8ef818f609108704
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 27 00:05:09 2008 +0100

    failing testapi test added

commit 1ffcf6ba8d92de3d5883d258f0d62746e4f410b1
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 23 17:22:16 2008 +0100

    write to tmpFile instead of /dev/dsp

commit ee5161606d84758eea6be33e744f4cf06664e8d6
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 23 17:01:45 2008 +0100

    new convenience constructor added

commit 85dfdfdde360f9a5de9ab8243123cfdd83efd5c1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 23:56:18 2008 +0100

    sap: Properly manage object memory.
    
    Use an vlc_object_t destructor.
    Don't use free, instead of vlc_object_release().

commit 00d044a3c74bce8f109a342a197f66b948c4892c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 23:55:48 2008 +0100

    vlm: No need to vlc_object_kill() nor vlc_thread_join() in destructor.

commit 1619a9c861e72e8b5badaccf95f4dfc989520e57
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 23:54:37 2008 +0100

    Mozilla: fix compilation on OSX, where we don't use libX11

commit 114bddb714df0aab67ab38de87d010d2572eabc1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 22:22:49 2008 +0100

    test: Add the new vlc headers.

commit 5475597bbfa442bf7748e0c87993a150d26189de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 21:52:11 2008 +0100

    src: Fix vlc/*.h headers distribution.

commit fa9b34d3b84fcc1eb093fe50c5e277798f1f4774
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 21:04:45 2008 +0100

    include/vlc: vlc also includes this headers, so make sure vlc_common.h is included early enough.

commit 22f7cb6f12c4c88b921b04256e711a74c0b82d46
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 20:24:33 2008 +0100

    media_descriptor: Remove an unused variable.

commit 85cf770457f239044434602171b089cddb9c6830
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 21:10:56 2008 +0200

    Fix memory leak

commit 16afc89353c2f61e3dd671bd842540cdf3627193
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 20:58:46 2008 +0200

    Fix memory leak

commit e0105d9b23a08eeedf89b869628644e38df4e8dd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 19:51:08 2008 +0100

    include/vlc: Headers clean up.
    
    Now "#include <vlc/vlc.h>" defines all the definitions needed to use libvlc_*.
    
    * New layout is the following:
    vlc/common.h: Global definitions
    vlc/deprecated.h: Deprecated stuff
    vlc/libvlc_structures.h: Contains all libvlc_* structures.
    vlc/libvlc_events.h: Contains libvlc_event_t structure.
    vlc/libvlc.h: Contains all libvlc_* functions
    vlc/libvlc_media_list.h: Contains all libvlc_media_list_* functions
    vlc/libvlc_vlm.h: Contains all libvlc_vlm_* functions.
    vlc/vlc.h: Use this header to use libvlc-control.dylib.

commit 2a8e229e81d7c2a05ea3e44b97d8732e08f871b9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 18:56:47 2008 +0100

    libvlc: Remove all references to tag and dynamic media list.

commit 27c7a7354f46f1ae0a8c606acb479294d5b83fd3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 20:34:31 2008 +0200

    MP4: do not nul time scale
    
    Some MP4-knowledgeable dev (fenrir?) really should check that this is
    not too restrictive a check.

commit 32b8a2ac61d2f2564e68112249fe79aa81b740ec
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 20:20:13 2008 +0200

    Fix memleak

commit d22136bad1aeb233b2bf94b637e27d19c959ec33
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 26 20:15:27 2008 +0200

    Bunch of MP5 allocation failure checks

commit 310a72b65ebcc0cf36165c59902344d7c05e8950
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 18:44:36 2008 +0100

    vlc_modules_macros.h: Bump ABI version.

commit 6751879ab6f2d08d810ce7862d0780980d89f8c4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 17:35:25 2008 +0100

    Letf over from libvlc->playlist vout

commit 50d5d52137b5768fa13d44ecbc0911b6891ad3b8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 17:25:17 2008 +0100

    macosx: avoid a crash if VLCIntf is NULL.
    
    Note: This is completly crippled and can easily lead to some race condition. We need to re-think the whole modules to avoid those.

commit 24ddff58f6fb99cafff56a88d2fb99a5f687ff51
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 17:22:00 2008 +0100

    libvlc: Move input_item array from playlist to libvlc.
    
    This avoids the circular dependency there is from playlist and input item, which creates a dead lock at exit.

commit 5f84c2fc2138f2904321993f1d99772ae8648281
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:23:35 2008 +0100

    macosx: Attempt to avoid a crash. Note that this can't be working properly and could create a rare race.

commit 2c39a2615b85507b7da400c395d3767179570721
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:22:29 2008 +0100

    objects: Allow certain operations when the object refcount is zero (read, allow certain operations from the object destructor), and make sure we don't return objects that are being destroyed.

commit fa8dccb4c748f99ecfc2da40f59e4f99b9b0c143
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:18:08 2008 +0100

    video_output.c: Don't rely on the playlist to store vout, but store them in libvlc.
    
    This sanitize the circular dependency there is between playlist and input and allow a safe destruction.

commit 624a1e2a3bbd0213583f003dab15e69354520212
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:15:03 2008 +0100

    playlist: Properly clean the playlist using the object destructor.

commit a326574d0db885d845dcdc39d2e844a7d1f38663
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:14:17 2008 +0100

    vlc.h: Don't actually put the __attribute__((deprecated)) when the header is used by libvlc.

commit ff40ba2d86bf6cedf1b0f83d63911fa5299d8fe4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 10:04:23 2008 +0100

    vout: Proper vout destruction via the object destructor.

commit 58ee1c534863c4ba8bc853bbdb62ed8cb1216300
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 09:58:15 2008 +0100

    contrib: ffmpeg uses now --enable-cross-compile instead of --cross-compile.

commit 7a0f077cd3a4f53b843962b65d6a30ccb4f080e6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 01:25:28 2008 +0100

    macosx: Fix a race condition that causes a crash at exit because VLCIntf holds a freed ptr.

commit 476255ccf367929c2bf66ea7805ee8fcbabe1945
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:46:49 2008 +0100

    playlist: Properly destroy the preparser and the fetcher objects.
    
    vlc_thread_join() and vlc_object_detach() are correctly run from vlc_object_release() now.

commit 8bf64ccc76a40c0ba7c2089ed5e08f58a5f405f3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:39:59 2008 +0100

    threads: Make sure we vlc_thread_join() won't block when run from joined thread using the pthread implementation.
    
    Signed-off-by: Rémi Denis-Courmont

commit c5afed27be0103b5c7198993313cafefe1930290
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:35:36 2008 +0100

    vlc.h: VLC_AddTarget is used in core, so don't deprecate it.

commit 343184eadc45de2fb259393a37b2019fb2653059
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 26 16:30:08 2008 +0100

    Expand the window downwards, as you would expect this on OS X. Additionally, centre it on open.

commit e2620167d22ec1e986eb8468958400b0cd7464ec
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 26 15:42:21 2008 +0100

    Updated icon graphics set featuring a 512*512 pixmap (needed for Leopard's QuickLook facility).
    
    Thanks again to Richard Øiestad!

commit 930ced7838197c88122e1b5ebad1f5d59da7abab
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 26 12:49:57 2008 +0100

    Updates and spelling improvements
    
    Merged the 0.8.6e and the preliminary 0.8.6f release notes.

commit 4a9105ddcf0e3b7b8f7b2db30979d79552edf1e2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 26 12:25:40 2008 +0100

    Don't crash when using libgmalloc on Leopard (closes #1501)
    
    Patch by Drew Yao. Thanks and sorry for the long time it took this simple fix to be committed!

commit 971896b96e49a44e16f54c5ef1e1e77007ee98b9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 26 12:13:22 2008 +0100

    hide the FSPanel at the same time as the cursor
    
    Additionally, fixed a minor layout bug in the Error & Messages panel

commit a8b6113072c236b8b5b45c92cad6a57d6176b8cc
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 11:28:26 2008 +0100

    DBus: don't use the demux object

commit 135815030f96a6a9f86711d82a58473bd843b6ba
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 08:05:01 2008 +0100

    Revert "let gcc choose how to reference memory addresses in i420_rgx mmx asm"
    
    This reverts commit 6c50d21cebc1c6c809e56400f4cc5ed7aa6856a4.
    Breaks compilation on OSX

commit 6c50d21cebc1c6c809e56400f4cc5ed7aa6856a4
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 07:28:36 2008 +0100

    let gcc choose how to reference memory addresses in i420_rgx mmx asm
    
    patch by Alexis Ballier, fix #1383

commit df95113d3e501442e5362c6d763e2decb6ec0211
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 05:17:41 2008 +0100

    Typo

commit 00e497bb2cdd63ef3d3d3dcbbfc6464e28113b35
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 26 03:17:08 2008 +0100

    DBus: don't use access object

commit d7e6e4afcecea38831282152d6e7af9a62989985
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 24 21:19:05 2008 +0100

    cinepak: do not access arrays beyond allocated size
    
    reported by Drew Yao

commit 6db7a77a4f1d9466930aac3217c513d7b9bef18f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:18:29 2008 +0100

    vlc.h: Fix VLC_PUBLIC_API.
    
    Typo from previous commit.

commit c8e265467d8fb86e7684f69f4e4fc36f253b67ff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:02:44 2008 +0100

    vlc.h: Some functions marked as deprecated were not.

commit cb29ec4b0d5e47faf9b2fcc0507f0727c3186a4d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 26 00:02:04 2008 +0100

    libvlc.h: Document.

commit 83a55de682b7f1c6046c67dad925f3ee1f3e29bd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Mar 25 23:38:45 2008 +0100

    libvlc.h: Restructuration.
    
    Move code around to have deprecated at the end of the header.
    Regroup libvlc_video and libvlc_audio in libvlc_media_instance.

commit 3e075a2b24c1b308d9c9dc5c6cc8b02260334aad
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Mar 25 23:27:05 2008 +0100

    control: Remove dynamic_media_list_*.

commit 0f4951b89012aebd71d06f46f127f793912b4a72
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Mar 25 23:24:38 2008 +0100

    control: Remove tag_query_*.

commit 3adef75281ec5d358be596d94740304f8b50d62d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Mar 25 23:13:39 2008 +0100

    libvlc: Introduce VLC_DEPRECATED_API. And mark the libvlc_playlist_* and VLC_* API as deprecated.

commit 6c52c72bfbfb9c63fd1fb6e2b7e762fbabf49591
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 25 23:14:57 2008 +0200

    Store the object type name rather than object type ID within log messages.
    
    This remove the triplicated id to name conversion and saves many lookups.
    It also removes the obnoxious "private" messages.

commit 7b7d2516fcb4a501a923557ca1f9ffb5f1c77ccd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 25 23:08:20 2008 +0200

    Document vlc_custom_create.

commit f895fb1d94f7bd854b916b2d687f3e5781c51d85
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 25 18:55:30 2008 +0200

    Do run autopoint if it works

commit 494eab75438a3bb13a71c33400326d67aa61c898
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 25 18:36:47 2008 +0200

    Update list of M4 macros
    
    As an alternative, we could avoid shipping all the gettext macros and
    require developpers have gettext if they want to rebuild ./configure
    from a source tarball. I'd tend to lean for this option.

commit d7b8bf480598ed9a92a7889793d652cacda09d42
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 25 18:21:19 2008 +0200

    Don't distribute removed autoconf260

commit 5ae15c57efac921f1afce44b202d8e65bf9a9490
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 25 12:05:36 2008 +0100

    Update Anthony Loiseau its entry in THANKS

commit 900e1dcdd57e1755b085cca4ab7d0078e261f363
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 17 14:19:29 2008 +0100

    Refactor toolbar sizing.

commit 03a19fdb07baa26dad95bdcaf2be58fbd9fab5ac
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Wed Mar 12 15:18:36 2008 +0100

    Mozilla-plugin linux toolbar can be hidden by adding show_toolbar="no" to the
    
    'embed' HTML node that import VLC mozplug. Default to visible.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit ac9747bbd401602a4e798ada437d23a2783f53d2
Author: ogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Date:   Tue Mar 25 10:06:18 2008 +0000

    make this compile with older speex versions (mine's from 2002, not sure which actual version)
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit e5007130ba708144e0913e79d1478f20c1dd73a5
Author: ogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Date:   Tue Mar 25 10:01:23 2008 +0000

    fix stray semicolon (which would change program flow)
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit d2bd568bdfe7ebe702e698c79c6ea75a653d7b27
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 25 09:54:18 2008 +0100

    Cleanup whitespace and use fastmemcpy.

commit 6f6396b634e7b2e3269b3e17d672d46117898694
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 19 16:40:15 2008 +0100

    Set rc_qsquish=1 in AVContext when b_strict is used. This uses a nice continous function to limit qscale within qmin/qmax.

commit 571c3e12bbc8ee80a8cbeda3df13c8fd7c303fa7
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 25 10:53:13 2008 +0100

    python bindings : fix pyoptions_to_args and a memleak in the same time

commit 1bab8298647c6facaa01c7b54ff3d4a86dfed513
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 25 04:41:40 2008 +0100

    Fix previous commit

commit 101a2f9c32347e2c256b329e83937813d44d6c33
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 25 04:32:00 2008 +0100

    svn repo of x264 is dead and buried

commit 0acfb808c63375bdf2fa67fc0d9a50d38609736d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 24 19:28:17 2008 -0700

    Fix installer on win32.

commit 7b20f9814f9aab8f0c8286fedc2a17d104244c5c
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Mar 25 02:31:21 2008 +0100

    Fixed a segfault in podcast
    
    Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

commit 4c8992c9a9669ee8eecf2ee3ca2ee7e9c8b57121
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 25 02:26:21 2008 +0100

    DBus : Fix a segfault when access->pf_control is NULL

commit 13fac46da68e7c2218d0318014f33f2bbbf0a9fb
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Thu Mar 20 03:36:19 2008 +0100

    Dbus control module: * Add missing MPRIS capability * GetCaps should not try to update capabilities * Check for capabilities on input state change rather than on track change
    
    Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 16364fa65c37326f7b99bb42b899a63b4a5ddbb5
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Thu Mar 20 01:08:21 2008 +0100

    Dbus control module: * Implement (partially) the CapsChange signal * Refactor capabilities related code * Fix potential race condition * Don't forget to release the playlist.
    
    Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit fc92a6567e68eb7a22f4107d65d3bd2cced7266e
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 25 01:17:27 2008 +0100

    Correctly use WSAStringToAddress()
    
    Fix by upb at preteam org

commit ec401825678f8e4032a0e9b27bba9393b57de9bd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Mar 24 17:51:30 2008 +0100

    implemented the display device selector.
    
    Neeeeds testing on multi-screen setups!

commit 8679868f312aef7645ed56706b7886fe7e06d283
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Mar 24 12:33:13 2008 +0100

    implemented the Visualiser and Video Output module settings

commit daa7c08f86f23fc4cd301f2c48e8540dc3a8f117
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 24 22:30:18 2008 +0200

    Realloc block if a large extent of the footer becomes unused
    
    Should fix #1536

commit 0649ebcda4d32b629806a4b7b321504f32f8a622
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 24 22:09:37 2008 +0200

    Add some comments

commit c01e07a399d9748254aa4d21bc8f2730287e5592
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 24 14:01:37 2008 +0200

    config.rpath also comes from autopoint

commit e563d38ce8b7dea895e85f16fc0dc571f70b5df9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 23 23:04:18 2008 -0700

    Hide Mouse Timeout on mac.

commit 78b7e38969213c8709a090eb07ec3b7797b2c1cb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 23 23:02:42 2008 -0700

    Fix input_mnager behaviour to what it was intended. Patch idea by Dylan.

commit 7ee84d758555a72d4ecff2178d7efe205f22c5fa
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 24 03:20:14 2008 +0000

    Forgotten in 208d017e7c250518e1601a9610cec0866012ca37 : remove m3u-extvlcopt

commit 688ba6acb3173b4bf1c6673cca823195e75ad029
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 24 02:02:56 2008 +0000

    Create ABOUT-NLS before running autoreconf

commit 89561739811489168220ce3a11f6b431c2544c2f
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 24 01:04:38 2008 +0000

    Do not use sprintf without a format

commit 308aaf6c9c4decd7d02a91ff0b934c1c98b0aa12
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 24 01:21:56 2008 +0100

    contrib: Build nasm for x264 on Mac OS X. (default version out of date on the system).

commit 26344a540fbeaa1bede99c782f816fc0ed97c6e6
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 23 23:12:42 2008 +0000

    Fix compilation

commit cd47dbd343a25b60f2f722ff47b3ff04c6913060
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 23 23:00:27 2008 +0000

    Do not allocate arbitrary length on the stack

commit c8e6c21dc43999ad81e6801011c57553a07e85ab
Merge: 0527816... e5189c4...
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 23 22:28:03 2008 +0000

    Merge branch 'master' of git@git.videolan.org:vlc

commit 05278162c64a1c402aa18dd5fccbd835e2a57aaf
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 23 22:27:26 2008 +0000

    Fix a buffer overflow
    
    Reported by Drew Yao

commit e5189c41aa4da2f92f4146c669e62d6eb2530fb1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Mar 23 22:40:37 2008 +0100

    Implemented full localisation.
    
    Tooltips still need to be added

commit 7bbc2548f92696457164ebf7f4f86dc815ef80c7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 22:01:24 2008 +0200

    Switch to gettext 0.17
    
    The whole point of keeping the m4 and po/Makefile.in.in is to not need
    to have the same version all over the place anyway, otherwise we might
    as well put all these files to .gitignore...
    
    Remove some old m4 macros as well.

commit 6abf349d0ab414b10c31c8a5b1772bda356eb141
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:58:35 2008 +0200

    Don't run autopoint.
    
    Now that we actually have _ALL_ the gettext m4 macros in m4/, autopoint
    is useless. That was not the case last time this hack was attempted.

commit fa9abba62f600b1c019da926c5ed1c6752f80fb5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:53:10 2008 +0200

    Check-in modules/Makefile.am
    
    It was a bit clumsy to have to modify it through bootstrap.

commit 8adb3a39b869d2b39d1948fc30c05e0f2febf697
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:43:35 2008 +0200

    Fix the INSTALL / autoreconf hack

commit a24c9548fbb58b429ff6d40b3e6ad5352c1695e7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:43:06 2008 +0200

    Fix copyright

commit 9be56f9b9e3fd8cce4dd68214de2047be20ec5c6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:39:04 2008 +0200

    Fix the pkg-config warning

commit aac5ae48196bba8698ccc7b8dfaaac31b2d0318d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:32:25 2008 +0200

    Set then export (more portable)
    
    I assume PATH is already exported for obvious reasons.

commit 6583881be61b296b48c3e0c52b49d1a8859029a7
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 21:30:28 2008 +0200

    Fix help message of bootstrap

commit c64913edec5e89ff57c60284ec3e0478a6368dcd
Author: VideoLAN <videolan@jones.via.ecp.fr>
Date:   Sun Mar 23 19:57:58 2008 +0100

    Fix macosx gettext
    
    Default to no backup when updating po files

commit 126306281bcb5dbf58fc5c6c6e28d0caf08e6a50
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 23 16:08:13 2008 +0000

    Require gettext 0.16.1

commit 6a0180cff6f6c80c5579ce3ada1fc71e38d4264c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Mar 23 15:19:26 2008 +0100

    removed trailing spaces, cough

commit ff83b90d944e8c2834fd98dd41accb55978576e9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Mar 23 15:16:04 2008 +0100

    finished hotkeys settings in simple prefs
    
    Includes an array of not-to-be-used keys
    
    Shows modifier keys with their corresponding symbols instead of 'Alt', etc.
    
    Saving combinations of multiple keys won't crash anymore, but work as expected

commit bd040d3b0383f609224e6a4ab6c6300ce6994211
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Mar 23 15:02:21 2008 +0100

    updated the list of shortcuts not to be used on Mac OS X

commit 43b06247ad971a2108f53cd6ddbc06cff523c6b0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Mar 23 14:23:15 2008 +0100

    fixed typo

commit 27bee6c9629cd7f5c987b52433ca7270cc3ca6e6
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 23 13:28:00 2008 +0100

    more unit test and functions for media list

commit 974a399a24723d1ee6ac4ee5b69b186cd47c0e31
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 23 10:49:16 2008 +0200

    Remove the autoconf hack, fix gettext broken in b6c4b865
    and fix the M4 ignore rules

commit b6c4b86572acf4b32e7bf1e929baec940e259d31
Author: User <fun@kebab.(none)>
Date:   Sun Mar 23 02:57:36 2008 +0000

    Revert "Update gettext"
    
    This reverts commit 8b71b1041b0ba6304f864c977c1a2dceb725a0cd.
    Most developers did not update their gettext install
    Bumping gettext requirement is useless.

commit 77f7cdd4cb65332ed8343e3ed973b92f77fbaa03
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 01:50:51 2008 +0100

    Re-checking src/interface/interface.h.

commit e635537fdc76d67724c2fe9a130bd100a8693214
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 01:31:07 2008 +0100

    autotools: Distribute src/interface/interface.h

commit c90b3db3af8af023ce9d76b989a3000a896c65df
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 01:16:36 2008 +0100

    input: Remove input_DestroyThread() as it is now handled via vlc_object_release().

commit 05dc64af7e19036bbf6fa538345b5a2278a1d91f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 01:15:54 2008 +0100

    objects: Call vlc_object_join() automatically from vlc_object_destructor() if needed.
    interaction: No need to call vlc_object_join() now.

commit dbdd540a2e2aefb8f572d199ddd1b850f9d97f11
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 00:55:15 2008 +0100

    interaction: Keep a libvlc's global interaction object reference around, and properly release it when done.

commit f0fbb2b3eeb132bf961902f156e31431d43a6938
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Mar 23 00:51:03 2008 +0100

    objects: Send a vlc_object_kill from vlc_object_destroy() to make sure vlc_object_release() can properly free all the allocated resources when the refcount reach zero.
    
    Previously you need to send a vlc_object_kill() prior to a vlc_object_release() to get your object actually destroyed, which rendered the refcounting unusuable in some cases.

commit 78e39f0d6ddac05f824b1beb6bfc712088b17fdc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 15:32:32 2008 -0700

    Uniformisation and configurability of Mouse Hidding Time. Patch by Lukas Durfina

commit 31dcf0ddf0b7e545c8f2d3d06efcc393cf42a452
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 15:02:46 2008 -0700

    Nasm bump to 2.02

commit b3dd974f506450d3d3765d47c70d1ff0e209424b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 14:34:33 2008 -0700

    Use VideoLAN VLC media player as a brand name.

commit 26343f3df922a3db76aa985fa1b1354460073660
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 13:22:29 2008 -0700

    Add "" around DVD/VCD/CDDA devices... Should help to play .iso and VIDEO_TS folder with spaces in it. Watch that for any regressions.

commit 4df31211b34317530ee08d90c1bb6f892f3f9d04
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 13:20:40 2008 -0700

    Don't set the privacy dialog as a MI child.

commit bb8d2b9ef14a3b7ec140f43e149f10573f67a54e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 22 00:12:18 2008 -0700

    Fix the '@' disappearance in UDP addresses.

commit 5f9af46adcfd7d65dbd6e65e27819e5c52b5e070
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 21 22:16:07 2008 -0700

    Add two FourCC that are actually decoded.

commit 42e7d91c277a879cb3fed58fa68836168e4e5208
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 22 02:39:34 2008 +0100

    ncurses: link with libtinfo(w) only if needed

commit 37558f4a013787f3a197db1de20aa6f0427ab2b1
Author: Sam Hocevar <sam@zoy.org>
Date:   Fri Mar 21 22:50:25 2008 +0100

    Fix a potential corruption in release_input_thread().
    
    If the media instance owns the input and libvlc_media_instance_release()
    is called immediately after libvlc_media_instance_stop(), there is a
    chance that we try to free the input resources before the thread is
    effectively terminated. To avoid this, we call input_DestroyThread()
    instead of vlc_object_release() at the end of release_input_thread() when
    the media instance owns the input thread.

commit 5122c9d9e9f5851a84c2b037cc35dbacd3699aef
Author: Sam Hocevar <sam@zoy.org>
Date:   Fri Mar 21 21:25:30 2008 +0000

    Various spelling fixes.

commit fe22119f649296e0cdf03051c41fb749bc14cc40
Author: Sam Hocevar <sam@zoy.org>
Date:   Fri Mar 21 21:17:57 2008 +0000

    Add missing p_vout->pf_end in vmem.c and snapshot.c
    
    The p_vout->pf_end method is mandatory for video output modules. It is
    called from so many places in libvlc that it would be too tedious to
    make it optional. I'm therefore adding empty methods to modules instead.

commit bcff0f227b560798e710f8ec27dd57632e9e82eb
Author: James Bond <jb007@gov.uk>
Date:   Fri Mar 21 20:23:46 2008 +0100

    We are not using svn anymore

commit fd0cdccc7cf66bc0734889ce53f9c7d958774a9b
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 20 23:48:45 2008 +0100

    DM: Use built-in priority for known codecs
    
    Not every dailymotion video is available in vp6

commit f38c418960343365c1b7c9da1f9e4af747e03044
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Mar 21 17:37:06 2008 +0100

    fixed a couple of download sites (mostly related to the heanet failure) and fixed the wget usage in some firewalled setups)

commit 266ca40a3fba7c884ab4da5686fda541c93a95cf
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Mar 21 17:31:21 2008 +0100

    compile before you commit, will you?

commit b1e5f35c24a1c9e85d21c4412d27274bd557a346
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Mar 21 17:09:44 2008 +0100

    synced patch with current FFmpeg svn

commit 38f79bff37d907dd2765f8e94f2162bcea2cf7e7
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 16:22:25 2008 +0100

    new failing test for medialistplayer_next

commit c4b95b5063089cf126d2df572f4bbbc60ac07fef
Author: Sam Hocevar <sam@zoy.org>
Date:   Fri Mar 21 14:26:30 2008 +0000

    New video output driver: "vmem", for direct memory access.
    
    Sometimes our list of video output modules is still not enough for an
    external libvlc application with specific requirements. For instance, an
    SDL application running in full screen cannot open a new window on Linux
    (this is a known libSDL limitation). This vmem video output allows it to
    asynchronously render the video into an SDL_Surface, with full locking.
    
    Resolution or pitch changes are not supported yet. I'd advise against
    them however, since they often require a full chroma unload/reload
    operation, which is quite expensive.
    
    I also believe this feature should be directly integrated into libvlc,
    but I don't want to be too intrusive yet.

commit 699dd7887738f8e1373a4cf3d8c03f010c70a29b
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 15:21:52 2008 +0100

    give the opportunity to play synchronously

commit f56d550753a30c5bae8e44fef87b8986cc309ac2
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 15:21:23 2008 +0100

    addMediaDescriptor refactored to addMedia

commit 709367d842d0c3c0b79e2fd125398d2147bd226e
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 15:03:29 2008 +0100

    fix for #1533: check on array boundaries before removing media

commit 5f584e4c451865ea350cd54e28a4d1417d50e9c6
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 00:32:47 2008 +0100

    more unit tests

commit 5a0c3a5164cebef2e6111506ac12edb71762b047
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 21 00:31:58 2008 +0100

    create a medialist on JVLC creation

commit 61a056a7eb4b1190384432f31ba63d102e8d0230
Author: André Weber <atmo@videolan.org>
Date:   Thu Mar 20 21:17:48 2008 +0100

    Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected.
    waveout.c forgott to convert string to UTF8 before storing in choice list

commit bd2b3483d842cb04398d19a5d9b31ceca0e5c26e
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 20 20:44:24 2008 +0100

    media instance tests added

commit b57e45928314b2d2c146be3dbdb1eeabd504dbbd
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Mar 19 14:36:05 2008 +0100

    ignore samples/target folder

commit 4459ae4e819ed42ff83f0075281c79106a235474
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Mar 19 14:29:36 2008 +0100

    some media descriptor tests

commit f5f23650908c430b570c0b3cadf1e84ed1d86a89
Author: Sam Hocevar <sam@zoy.org>
Date:   Thu Mar 20 18:25:02 2008 +0000

    Ignore Qt generated files.
    
    qt4-uic (the Qt user interface compiler) and rcc (the Qt resource compiler)
    create .cpp and .h files that we don't want to track. Adding them to
    .gitignore.

commit 649c93388de52ab1d798f1bae283afb58df68c19
Author: Sam Hocevar <sam@zoy.org>
Date:   Thu Mar 20 18:11:53 2008 +0000

    Minor Windows ME build fixes.
    
    Add a --disable-wince option so that we can disable this (probably broken)
    plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc
    link flags because this is where timeGetTime() lies.

commit 8b5869976eae2be0bee9e9c9d0ab4f8d7a258bc0
Author: Sam Hocevar <sam@zoy.org>
Date:   Thu Mar 20 17:43:48 2008 +0000

    Documentation updates.
    
    Made the Doxygen headers slightly clearer when directly read from the
    header file, fixed grammar and spelling here and there, added some
    missing \param and \return tags (though a lot remains to be done).

commit 4e0e4d6d4a3421ccf21715b0705b582826b0d62e
Merge: cfc9828... 3b0534e...
Author: Sam Hocevar <sam@zoy.org>
Date:   Thu Mar 20 17:38:00 2008 +0000

    Merge branch 'master' of git@git.videolan.org:vlc

commit 3b0534ea2cd006b38292a28b32a685e6e0ef10a2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 20 19:08:30 2008 +0200

    Don't use strcpy() on overlapping memory buffers - fixes #1500

commit cfc98288babeb803bbeb85198fbad529cb35b659
Author: Sam Hocevar <sam@zoy.org>
Date:   Thu Mar 20 16:59:11 2008 +0000

    Put (void)val; here and there to tell gcc we used the variable.
    
    The spin_lock wrappers do not use the return value of the functions they
    wrap, resulting in dozens of compiler warnings because they are inline
    functions. There is no elegant solution to this, I hope using (void)val;
    is the least shocking alternative.

commit 951c16c72039c9ef696fdd237d6d0304c5df3665
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Mar 20 18:01:00 2008 +0200

    set rc_method = X264_RC_CQP if qp is set
    set qpmin/qpmax even without qp set.
    more constant on x264 parameters handling.

commit 30b0fc05399a86ff3b7b31cafb20c73029828b02
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 19 23:23:27 2008 +0100

    libvlc.sym: Add __vlc_object_set_destructor and fix make check.

commit c4234b02fcdd61914a68bfbea5cceeed615df8a3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 19 15:08:27 2008 -0700

    Small size adjustement.

commit 5470ba32e8194c56865ad2fef0e05af8d7fc3fda
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 19 15:06:21 2008 -0700

    Fix "Remove security-policy UI" [2db278fa3a9a53f1ab026acfd83672a405cb2e9f] commit that made overlapping.

commit 97d1d1c21efde89b1ce9c5e1c89e171b09d33aa1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 21:00:19 2008 +0200

    Remove redumdant Makefile target

commit 473906a052f21523a3fe450f4664f247f72b3d9e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 20:59:09 2008 +0200

    pkg-config for the plugin API
    
    (Don't expect this to work yet though)

commit b321beb4ac88fb3d032b0f0132a8ce7348b52f89
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 20:52:05 2008 +0200

    Use NDEBUG

commit 484c93112f2827cf242c6f4807f7f48f28be6aa9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 20:40:16 2008 +0200

    Set PLUGIN_PATH and LOCALEDIR only for libvlc

commit 50f3a306ea5c05c6505594e785c508cdf1c5d9cb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 19:31:15 2008 +0200

    SAP: m= subtype is not supposed to be a number in with the "udp"
    protocol, so don't try to use atoi() there.

commit 28737ffcb575641e55b9ec9b04fe3e5c6e130141
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 18:58:46 2008 +0200

    vlc_fixups.h: Protect against multiple inclusions

commit 49c5319575d754e806a0eebc93138a9c52f926ef
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 18:46:53 2008 +0200

    file access: Remove expand path, spare one dummy duplication

commit 540c761324ae1034f4aa5a5d45b84907d7720b65
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 19 18:37:26 2008 +0200

    Factorize the localtime_r replacement

commit 48d8e6bf030cbb4f64d8dafcd8587489c088bbf7
Author: Sam Hocevar <sam@zoy.org>
Date:   Wed Mar 19 13:53:57 2008 +0000

    Use LoadLibrary instead of LoadLibraryA.
    
    LoadLibrary can either point to LoadLibraryA or LoadLibraryW depending
    on the system and build options, so let's use LoadLibrary everywhere
    for consistency. Also, wrap static argument strings with _T() so that
    they're automatically in the right format.

commit f351efa7d22645625d20204f86a44b194fde8352
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Wed Mar 19 18:31:07 2008 +0300

    Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). (closes #1531).
    Thanks to Alin Rad Pop, Secunia Research.
    Ported from libxine.

commit 16c69ade84edabaf8c861f1e4f478ae815f94970
Author: Sam Hocevar <sam@zoy.org>
Date:   Wed Mar 19 13:18:09 2008 +0000

    Add a --disable-vlc configure flag to not build VLC.
    
    In some cases (eg. when building binary packages) one only needs libvlc
    and libvlc-control and does not wish to build or install VLC binaries.
    This --disable-vlc flag saves us from manually removing the unwanted
    binaries after "make install".

commit 8b06bdb4caf5b78af5be9e02f59fa4bc4ba0c61a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Wed Mar 19 14:10:06 2008 +0100

    more libvlc_media_list_player tests

commit 5df4f82a48567b78a3c2a9ac9cb679d50e5351dc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 19 13:45:18 2008 +0100

    auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive).

commit 4082c803f778e903ae0b1dc9afaf3ad86fddbd69
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 19 13:17:46 2008 +0100

    auhal: Replace deprecated Add/RemoveProc calls by Create/DestroyProcID calls.

commit af929d567facf21f853cd0c84c671849167abcb2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Mar 19 12:06:07 2008 +0100

    auhal: Make sure gettimeofday is defined.

commit 808821a820b5e13e829e1d8a9edcffca73b5ba37
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 10:31:46 2008 +0100

    Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5.
    
    This reverts commit 82d39c38faa8a4eaeb613d65d27957321f449c02.

commit 8de31a2675b91f9520e6b20e70030f0f2a8ef38f
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 10:30:17 2008 +0100

    qt4: Fix open_panels.cpp compilation.

commit 82d39c38faa8a4eaeb613d65d27957321f449c02
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 07:53:24 2008 +0100

    Fix compilation, by "fixing" VLC_PUBLIC_API.
    
    Revert "VLC_PUBLIC_API needs extern "C" on windows/c++ too."
    
    This reverts commit 4af174fcd8b06d416eb499a61f56029a2d48bd90.
    
    Revert "Mark VLC_PUBLIC_API as extern "C" when using C++."
    
    This reverts commit 879e3eb226c7df84db6868b25964830664f92ebb.
    
    Don't publish the default object destructor. (VLC_PUBLIC_API is broken)

commit 461e426f5b03bdfc8d40dd8874f3cb7e23da7127
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 18 19:42:12 2008 -0700

    Add "" around subtitles name. Fix #1528

commit c365acef1712b09f8c07a10e8014f135081df441
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 02:32:28 2008 +0100

    media_instance: Don't rely on vlc_object_find now that input refcounting is fixed.

commit af3a9f1bda52929ead2943edda814bdd8a6d2538
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 02:05:06 2008 +0100

    control/media_instance.c: Fix libvlc_media_instance_new_from_input_thread() now that input refcounting is fixed.

commit cf3100336b61b3297f368c68c5e019b157dba63b
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 19 01:55:49 2008 +0100

    Add FLV mimetypes in browser plugins
    
    Patch contributed by dkl0

commit 9e96ce01733f21e24b8b357dfd9096c92480edf9
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 01:37:24 2008 +0100

    control/media_descriptor.c: Proper vlc: URL.

commit 6fe2f30c0432c5fe2a3e280bd6a9707bf2ac74b3
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 01:30:09 2008 +0100

    vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).

commit afccd092f45c32f72a43283c725e939f173ec3c9
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 01:29:12 2008 +0100

    objects.c: Automatically detach from the parent.

commit a4e9080036b0431fc25947dd4ecfcb5998af8cdd
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 01:24:36 2008 +0100

    vlm: Fix destruction by using correctly using refcounting.

commit 4af174fcd8b06d416eb499a61f56029a2d48bd90
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 00:42:00 2008 +0100

    VLC_PUBLIC_API needs extern "C" on windows/c++ too.

commit 33e3f3deed0b8087223521e457ffd734c0830195
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 00:36:33 2008 +0100

    input: Get rid of Destroy(), and move sout keeping code to the destructor.

commit 68ed0898ecf97d7e0c11d6b34d1aa45d224bf32b
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Mar 19 00:02:47 2008 +0100

    input: Use a Destructor to delete critical resources. Destroy() should be removed.

commit cae26885df6eaccbb9b02499248b0acf5fb87a15
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Mar 18 23:42:36 2008 +0100

    block.c: Remove a warning about unused argument.

commit d98ba2fe7096c886744335770014044c36cc8d51
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Mar 18 23:56:30 2008 +0100

    objects.c: Add an assert_locked() in vlc_object_yield_locked().

commit 56a0945078146cedcd3c9e33ce86caa24de79b2f
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Mar 18 23:23:23 2008 +0100

    vlc_objects.h: Export and implement vlc_object_set_destructor().

commit 879e3eb226c7df84db6868b25964830664f92ebb
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Mar 18 23:15:30 2008 +0100

    Mark VLC_PUBLIC_API as extern "C" when using C++.

commit db59220242fc7918ea68f30b01257391459a5f84
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 18 21:50:02 2008 +0200

    Proper vlc: URL

commit b3a086f551ef547194d32ac4ae4911a16885f3c6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 18 21:38:13 2008 +0200

    Remove redumdant stdbool includes

commit 2db278fa3a9a53f1ab026acfd83672a405cb2e9f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 18 21:37:19 2008 +0200

    Remove security-policy UI

commit f2e6a702ae7401e2c0f11665660a753f611e180b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 18 21:23:56 2008 +0200

    shout discovery: don't try to set non-existent option
    (funman removed m3u-extvlcopt a few days ago).

commit 6ee1e74f7983b2d929f6511b35ef6ca72fbea1f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 18 21:12:00 2008 +0200

    Remove the short-lived security-policy parameter.
    
    In by far the overwhelming majority of cases, the user would not know
    how to determine the correct answer to the security prompt (did you
    ever compare SSL error handling in IE6 and IE7?). Since the trust value
    is now determined programatically, this would seem to mostly help users
    shoot themselves in the foot.
    
    --security-policy is also broken when using --playlist-enqueue: imagine
    you are running VLC with no security, and then your browser enqueues an
    M3U from some nasty webserver... fireworks.
    
    Wrappers around VLC really should NOT use M3U files if they need to
    tweak certain options (e.g. --sout). Global options can simply be set
    the normal way from the command line (e.g.: vlc --sout '#std{...}').
    Per-item options can be set using the colon notation. Multiple items
    should be expanded on the command line in the right order, rather than
    written to a M3U file. Alternative, IPC interfaces could be used
    (single instance + playlist enqueue, RC interface, DBus interface...)
    or language bindings.
    
    *** Important note ***
    Web browser plugins are still in need of fixing. I suppose
    libvlc-control should be extented to support playlist item trust.
    
    Feel free to revert and do something else if you have a _better_ idea.

commit 794a69356e450a617a4adde3775cfa50ae643a20
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Mar 18 19:28:38 2008 +0100

    fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index - medialistplayer_play is still out of order

commit 9806c813954db8bd465c2520c2f6ca6ef118faf6
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 18 09:29:48 2008 +0100

    Ignore files built in bindings/cil

commit 03dbdfe7b9bc3d749435c27cc01d0606f411a4e1
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 18 09:26:27 2008 +0100

    Fix out of tree building of the python bindings

commit 97a9d4e927bdbac13eba6c65d204b07b5d7b3376
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 17 15:51:57 2008 +0100

    Verify Python.h presence when enabling python bindings

commit 031256f27b7cc2ffb443a23a71b117ee45af6eb8
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Mar 17 23:35:11 2008 +0100

    new (failing) test for ticket #1527 added

commit 34ab57aad3f670855d4b6d6b2812e7997c5beea4
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Mon Mar 17 23:19:25 2008 +0100

    check if media_list_player->media_list is null before locking - fixes #1524

commit 489d57c1a28bfacabe4cf92d0cc868c9fd06986e
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Mar 17 20:53:27 2008 +0000

    Update pot file
    
    on't forget to do it when you delete files else it breaks make dist

commit eb85f7afc2685c9973973a8d6c1a4530c6b77972
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 17 21:32:09 2008 +0100

    Fix #1487
    
    Don't use an object after releasing it

commit cd3ea880421919b66e627b4721d23e53989002bf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:20:33 2008 +0200

    Don't leak vlc_bool_t through libvlc-control
    
    This restores the ABI. It also avoids nasty issues with determining
    what a native boolean is from language bindings.

commit b623ad8c99a6bf61eb9b61c2e26388ff5ae1a86a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:11:40 2008 +0200

    Tag ABI break

commit 1b9c93e80ed9fd5e531d330469a0ec934d5b64d8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:11:15 2008 +0200

    Pass trust flag to var_OptionParse

commit 5bfaf660bd32e11683bde7c96270dcd094dbea74
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:09:07 2008 +0200

    Fix return value

commit bf4a300705421cd16dd93e715b352a0a9f606f1b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:06:16 2008 +0200

    Retain certain flags from input_ItemAddOpt
    
    (Oh! another ABI break - if only vlc_input_item_t weren't public)

commit 74b1c6cdc6d4c4c9f06bcbe6ea4f9a4882297f77
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:05:35 2008 +0200

    Code factorization: use input_ItemAddOption

commit 25ea83eba40db206731f469169a7929a3996bc56
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 21:04:21 2008 +0200

    VLM: use input_ItemAddOption

commit 2e7e22467bd0ba3d9ef6cb2211fab3133ae40486
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 20:04:45 2008 +0200

    Use native C/C++ boolean type

commit 709f415cdf024f565f16df51d1c0378356f23070
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 19:57:33 2008 +0200

    Provide the trust value to var_OptionParse

commit 208d017e7c250518e1601a9610cec0866012ca37
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 17 19:38:21 2008 +0200

    Set the proper flags for item options

commit 55083e6b6e768dc817b2f88e6d53232c20729075
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 17 11:46:09 2008 +0100

    Re-enable m3u parsing
    
    This check is already made by the new safe option flag (still broken, but to be fixed one day)

commit 0e2052d5cd889db4fa7c84c7457f66bc7d3951e1
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Mar 17 10:14:45 2008 +0200

    Tell that dst-parameter overrides new bind/path parameters.

commit 80a74d66eb92914ffba1e4996de3bf74060ba5e5
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Mar 14 22:57:55 2008 +0200

    Add bind and path aliases for standard streamoutput, so you can document
    streaming (hopefully) more cleaner way like:
    
    standard{access=http,bind=:8080,path=/myfile.ts}
    equals to
    standard{access=http,dst=:8080//myfile.ts}
    (that extra / doesn't seem to harm and it's only visual flaw)

commit 2f541e74db27020b92c9603d1d4dfebcd05a300e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 17 00:46:46 2008 -0700

    Fix warning in rawvid demxuer.

commit 2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 17 00:42:48 2008 -0700

    Kill a warning.

commit aeb71956196c14dc655810681bfffafb8e33d3a6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 17 00:40:27 2008 -0700

    REmove uninitialised variable.

commit af2b9b2c865247952124dbb012251c6ef1be2bc3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 16 17:40:33 2008 -0700

    Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified.

commit 786adcfe4f379510874f04b454bbfe3daf643ad9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 16 12:37:38 2008 -0700

    Remove debug.

commit e5979c33103d684a7422c9f291edb9baf295d601
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Mon Mar 17 01:10:02 2008 +0300

    Link ncurses plugin to libtinfo if available.
    Should fix builds on linuxes using that library: ALT, PLD, Fedora.

commit c87ad54056043b0b94d78847bd6e311e6e20aa6a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 22:40:50 2008 +0100

    new (failing) test for media list player (ticket #1524)

commit 99f80c178a8236c18400150fff4d436f127e41b8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 16 23:22:59 2008 +0200

    Handle all memory errors in MP4 esds

commit 7061a05d461803044bd98b63fed47340736e9809
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 16 23:17:27 2008 +0200

    Handle memory errors in MP4 ctts - refs #1508

commit cd74f7f84a46eb1e8468ae24a3b723a77c68ab67
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 16 23:16:58 2008 +0200

    Cleanup MP4 ftyp

commit ba67168b4ab7a05a45111791b179776bca016c43
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 16 23:15:40 2008 +0200

    Handle memory errors in MP4 stts - fixes #1502

commit 1e08726cdcb9ec5a18d1fd9a890d29aded061cdd
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Mar 16 23:59:36 2008 +0300

    Update no-mmx patch for current ffmpeg.

commit 160cf0e2f7a41040dc322162ac503fb2f7a5c170
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 16 21:22:30 2008 +0100

    Try compilation before interaction
    
    buildbots should be able to compile asa cleanly now (unless for X-compile of course)

commit 55f3a9f1dc708d536a61a8f65c8b3c854c14e360
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 16 20:49:26 2008 +0100

    Interaction are controlled by a dedicated thread
    
    This is not the playlist's work at all
    Fix #1520

commit f0c27947efb2fab7144ffd3425e3822d6073d622
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 16 21:33:27 2008 +0100

    During the compilation, print errors and warnings on stderr.

commit 54c23b66191ff8c50c699b0b92bc0e1bc617924c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 15 20:26:02 2008 +0100

    Remove useless test before a delete.

commit 10b3d6f1a239ec17c16cdfca13b4f98051591f34
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 19:59:47 2008 +0100

    fix for libvlc_get_input_thread: check for null before locking. fixes #1522

commit c6fabd0fc5bf92148dc90938bb66c0553e186f06
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 17:11:26 2008 +0100

    initial media list player unit tests file

commit 9c24ad3ef121fbda9d6f50fdcbbe1a2193c838a5
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 17:11:00 2008 +0100

    use the sync_instance library for tests too

commit b7c2f1b54a4c28d41b141ccd483f0508bd521662
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 17:10:13 2008 +0100

    centralize maven compiler plugin

commit ad53a53efbb955ad8116d68f6d2f74953f1775ed
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 16 15:15:07 2008 +0100

    Remove debug

commit a7e2dcfe29e2767bfa13d4b3451d2543fe8ae2bd
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 14:15:46 2008 +0100

    gettext 0.16.1 was an unintended change - sorry

commit 7984e32f174df8fe061c0e9ec70aff32f6840f2a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 14:12:06 2008 +0100

    ac_prog_java* not needed anymore

commit a21959aff9fc4595d6d82867447889ee2c862b40
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 14:04:10 2008 +0100

    remove ant references on --enable-java-bindings, say users to run mvn

commit fc14fe5dd6af97130558a77fbd60e1fdbb54165c
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 13:45:53 2008 +0100

    some basic info on how to use mvn added

commit 12c70d4b6eb8c2e682bf6c045ec8f217c033b511
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 13:39:23 2008 +0100

    switch to jdk 1.5

commit a130c17fc4c838c4e924f3fa67c47821ebff1779
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 13:22:00 2008 +0100

    switch to jdk 1.5

commit 7a9a29f49f46c7133846190c700d1725ce668a25
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 16 13:21:26 2008 +0100

    more info about developers/contributors

commit db39ed110ef89bf6dad646b774dfa84c2d028d31
Author: Adrien Grand <jpountz@jpountz.net>
Date:   Sun Mar 16 13:02:00 2008 +0100

    [PATCH] Maven2 plugins
    
    Signed-off-by: Filippo Carone <littlejohn@videolan.org>

commit fc3815a7114f9fef7eb47e38903f33bfb10597b7
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 16 03:47:07 2008 +0100

    Better stats box in ncurses
    
    Fix scrolling
    Use ACS_* characters to be nicer
    Only show video & audio if there is an es (or show both if there is no es, mp3 has no es)
    TODO: show sout only when needed

commit ba7e4ce0f12026c1736097f43cfbd96096b98f23
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 15 22:47:10 2008 +0100

    Add assert()ions to help fighting a bug

commit eb73dbd387402d035c2eb77d9c0a65a5e21c4d95
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 15 21:50:33 2008 +0100

    Do not hide bugs

commit b4b0a1b6f82807f4e7b0a1f96b62dcf109018549
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 15 20:01:04 2008 +0100

    Remove useless test before free and delete.

commit 31927c895c0f13237bf734cbae39f915bb2b3786
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 15 11:46:54 2008 -0700

    Fix DShow capture names with spaces, spotted by Andre Weber.
    Fix Apple iSight on windows :D

commit 944ddb5bc274ea3784498471a7965e51545e587f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 15 00:35:13 2008 -0700

    Force to fix the size of GotoDialog.

commit 24657112e5f2532b48d25416b46eb2212b01f089
Author: Richard Hosking <richard@hovis.net>
Date:   Sat Mar 15 16:55:28 2008 +0000

    Cosmetic - changed negative test.

commit 6b8e5d9bc6fcc4fe2284cbf37709d3b1317473dd
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 15 17:32:12 2008 +0100

    more media list unit tests

commit 72d148236598b070fbbc03e12a21623d485987e1
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 15 16:33:48 2008 +0100

    media list count unit test added

commit ce42723bbe41d8c4fefe09f83195d99d678a868b
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 15 16:33:18 2008 +0100

    Adrien added to thanks

commit dbc1b9b7e55b7e1655c44e9c42dc3ee7bca1e64a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 15 16:25:19 2008 +0100

    ignore folder contents

commit 850c37b46867f04052709bdfce91c3f04ddc27d2
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 15 15:34:04 2008 +0100

    ignore mvn generated files

commit 7d3cc85d1bc8a3d7aea4f5486148826304b0aa8b
Author: Richard Hosking <richard@hovis.net>
Date:   Sat Mar 15 14:50:27 2008 +0000

    Fix very minor memory leak when using OSS for audio.

commit a19cac2195024dc9992fa582eeb4701602695003
Author: Adrien Grand <jpountz@jpountz.net>
Date:   Sat Mar 15 13:27:06 2008 +0100

    [PATCH]  - maven project structure reorganization - add a exec:java goal to launch the VlcClient

commit 2d22d0e2f33e7e617a49417418102e3105c038c1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 20:51:07 2008 -0700

    Very slight fixes in Open Dialog too.

commit bc5ec85a6e24e317b930983a34e9f0d3e7e8eb33
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 20:42:03 2008 -0700

    Very very Slight modification of Open dialog

commit 064a983fe5836624bce01053ec35c2ee3f8d1b4a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 20:32:44 2008 -0700

    Fix layout in VLM dialog.

commit cceacadfbd5ec1104c9cb4a37901f29f1d8596df
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 19:31:50 2008 -0700

    Fix the dialogs problem on Mac.

commit be11a0133ff77434b9ede817bc827885eae1daab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 19:22:25 2008 -0700

    AssoDialog is not available on Mac.

commit a302df0cf04f6030eaba0254c512851811260826
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Mar 15 00:00:40 2008 +0000

    Fix building with an uninstalled ffmpeg

commit 10fd1f14df5c4d9552759336d80a4e67d0d66ebe
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 14 22:28:43 2008 +0100

    Fix #1515 - vlc.exe icon

commit 66eef912955166cb5eaa7d1a6e051c47ace70852
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 14 19:24:01 2008 +0100

    Fix aac decoding when muxed with ADTS headers + AudioSpecificConfig
    
    When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed

commit 3b4b75ab12a8de94daed79c49442e4fe69399b8d
Author: André Weber <atmo@videolan.org>
Date:   Fri Mar 14 18:48:54 2008 +0100

    StringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx widgets, use instead the short text

commit 87014491480629af9a590f723b4683fc2ccc55c9
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 09:51:44 2008 +0100

    use empty .gitignore files to track empty folders

commit 1fd0545efbdf4aef65714d6abee9b10832361ba0
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 09:49:53 2008 +0100

    Revert "dummy .empty files added for needed folders"
    
    This reverts commit 0a7044077201ff47826bbf1f9bb596aff827a97f.
    
    i'll use empty .gitignore files

commit 7903384866363cf822da012220c8aa5bcf2888c5
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 09:40:14 2008 +0100

    specify license in pom

commit 6cf973e6fb09b9033440754f9b3813f1804c94e0
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 14 14:19:00 2008 +0100

    Display live stats in ncurses interface.
    
    Activate it with hotkey 'S' ('s' is stop)

commit 13a418add41dc3d518c693024d2b8018c0452dc5
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 14 11:22:45 2008 +0100

    fix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"

commit 805a9ad61bb628aee2ca936d048a86f16503bc56
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 14 10:07:40 2008 +0100

    Fix AAC muxing into TS
    
    Add ADTS headers on top of the raw AAC frames
    Use the ADTS stream type (0x0f) since LOAS isn't implemented
        This was wrong since we were streaming raw, not LOAS/LATM

commit 62d91d413bc4a7c52a8b598680db14a19e523291
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 14 00:10:46 2008 -0700

    Compile fix for L4MERS on Qt4.2 :D

commit ba274b8b207a49037bd383ac250b530f98b3c65f
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Mar 14 08:32:49 2008 +0200

    when sorting playlist with artist, sort also album under artist and tracknumber on album
    I think this is good default atleast on music.

commit c45048df5ea0ac61f646433b99d7731cb4140792
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 13 17:21:39 2008 -0700

    Change button layout and behaviour in the open dialog. This avoid the Windows issue and should close #1455

commit 6c27b7487733694e65a9cc601bbecb718c72a8c8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 13 16:24:43 2008 -0700

    Remove unnecessary function that doesn't do what we want anyway.

commit 0b87d485d9d37eaa921ea4f53b39f29fce8cd50e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 14 00:26:42 2008 +0100

    Forgiven in the previous commit (useless test)

commit 6411526fe052a033300e73045b07c0aaee089e88
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 14 00:24:00 2008 +0100

    One more removing session. (useless test before a free())

commit 5cb4066e102b6c6e89ab890439c5bf9c74703262
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 14 00:21:34 2008 +0100

    Useless test before a free()

commit ac5fe543116a304c652f0ae7eea38cfbb40c119d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 14 00:19:57 2008 +0100

    Remove useless test (one more time).

commit 61abfdafa8566dc5ede8d172a9d495f0cec5a449
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 13 16:15:47 2008 -0700

    Smaller margins.

commit e2714b9c307270c8b87c03510bd6c31eaa82904d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 13 15:56:40 2008 -0700

    Fix a layout issue, and adds space left of reset button.

commit 2067e26ab4694f2562742b19cd8e93493274ba46
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 00:12:46 2008 +0100

    libvlc core release test added

commit 5057a7c4008696b6d07d8169931e18a161a27fe3
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 00:12:10 2008 +0100

    media list initial tests added

commit 20cf28d1852087feca86c7753ef6c5bd62e409e4
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Fri Mar 14 00:06:43 2008 +0100

    Raffaella voice added for unit tests

commit 8015def880fcd4ba00aa253a4929d4f19f450d5e
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 23:16:16 2008 +0100

    first unit test added

commit e0efae4083eeafb85212641a20c3e0feb5c11cec
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:55:51 2008 +0100

    some more cleanup

commit 4d17700cc4d49410acdb29ed3968d69408489526
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:53:03 2008 +0100

    reflect current vlc version in pom

commit 4089ed51216810726a0ceeb48272ff42b247e67d
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:52:31 2008 +0100

    basic instructions for maven2

commit 670c37bdcf25ed7c5bdc04c6250fb380f3a8debf
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:44:35 2008 +0100

    jna added as a dependency

commit ba6e094def4c2d340d112b80eb50d1a5d8b897a4
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:29:18 2008 +0100

    VLCExample moved to org.videolan.jvlc.example

commit 0a7044077201ff47826bbf1f9bb596aff827a97f
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:27:38 2008 +0100

    dummy .empty files added for needed folders

commit c09c00029b56f8b6b9e8736bc8811d4b01a36ca4
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:16:24 2008 +0100

    maven2 project structure

commit bb1a46d01ed14c835baaac86de4b5c8f65a59419
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Thu Mar 13 22:03:18 2008 +0100

    remove old headers in java bindings

commit 28644afa0512962fc8627b23713f02c873a5761f
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Mar 13 22:35:49 2008 +0200

    change playlist sorting to use qsort instead bubblesorting that was used.

commit 104802fa1f8c3cf960f266f3cfbc12a6f6caa77a
Author: André Weber <atmo@videolan.org>
Date:   Thu Mar 13 19:31:36 2008 +0100

    fixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)

commit 0305cdacc18e39d01efe5a10485c9109f8818798
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 13 19:17:42 2008 +0100

    Revert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a824f0bce00de89f0f777484f

commit 6d9e92da983e3ae91b09ce983aae5b851a6d884c
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 16:18:35 2008 +0100

    Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
    
    assert that pf_control is available

commit 7fcfedbc4fd304c5b383bcb598efa1312d9480af
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 15:55:09 2008 +0100

    m4a packetizer: remove (comment) unused parameter

commit 0633bc89ea492e9ac81f6dde2f8c2831990981fb
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 13:49:22 2008 +0100

    Remove $Id$ from THANKS since it's shown in the qt4 ui

commit eebf82ef2e66117fedb21036966daa62d7492225
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 13:47:48 2008 +0100

    fix ts demuxing AAC with ADTS headers
    
    0x11 is the type for AAC synchronized with LOAS
    0x0f is the type for AAC synchronized with ADTS

commit 036f56dfac0a62fd072555d8caf04a986f0edd08
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 12:39:34 2008 +0100

    fix a message, contribs are not windows-specific

commit 1371457214b9473357de5e8e066d552f168e3e8b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Mar 13 08:57:39 2008 +0100

    Properly fix use of SWSCALE_* defines in zvbi.

commit 984723a78f8006b9fea6ba981036d91e2934bab1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 23:56:42 2008 -0700

    Shut a warning.

commit 7a214f493f6b064ba1e3ec53cb3e30b839c6b494
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 23:52:08 2008 -0700

    Shut a warning.

commit 0b4aa1b3335149d48bc5ea4052147b744ee83140
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 23:49:24 2008 -0700

    Shut a warning.

commit e6ee64216f4e13a52ca651ebd2054e6fb9ab2dfd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 23:36:44 2008 -0700

    Preferences: Modify the reset button according to the HIG. remove some warnings.

commit b344dc6f7e63b4cb016fda81f2fdcbe5b575611a
Author: U-AMBRE\Jean-Baptiste <Jean-Baptiste@ambre.(none)>
Date:   Wed Mar 12 22:58:44 2008 -0700

    Disable mkv and taglib and dirac on cygwin.

commit d9159b59d0ec6c44a340e9ae5a32d3950159f310
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 20:47:41 2008 -0700

    Don't use matroska.org.

commit d9994e011f156da868a19b8968e6f36c169bd931
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 20:43:47 2008 -0700

    Shut a Windows warning.

commit 17125cc60b178e1f4419e5242f233f89c5368703
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 12 20:38:54 2008 -0700

    Shut a few unused parameters for Windows compiling.

commit e6b20aa94016e228096229844d49d3a28ebf947d
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 00:13:49 2008 +0100

    Fix git commit generation
    
    Not everybody builds VLC from the source tree
    besides that the shell code was wrong : the return value of a pipe is the one of the LAST command in the pipe.

commit cd2de36f617b57813c44fd94babd7fa952bccf8d
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 13 00:05:27 2008 +0100

    Fix crash when (access_t*)->pf_control is NULL
    
    This was triggered by DBus module using access2_Control

commit a8605343f0af4d128ee5570f20b94215bc3777a0
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 12 23:52:37 2008 +0100

    Remove trailing whitespace.

commit 14237d89c45640c29c3ee14f2d52bd40ff2fb92d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 12 23:48:41 2008 +0100

    Refactor video_filters in modules/stream_out/transcode.c by abstracting common code into 2 new functiosn transcode_video_filter_new() and transcode_video_filter_close().

commit d84cd8bb95d1cf575dd271f1250a17b29f459d62
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 12 22:49:44 2008 +0100

    Small indentation fix.

commit 39599d620f7d5f385b8dc2566c11105cf0719128
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 15:52:01 2008 +0100

    Fix compiler warning about unused variables.

commit c61c53902842e81d059fde16e113c8d840207892
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 12:42:10 2008 +0100

    Fix regression on zvbi.c introduced by recent ffmpeg changes.

commit 0cd7064a1b656cd87e61af14b74ec6c80c341fe6
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 23:13:11 2008 +0100

    Improvements to syslog logger - by Hans Lambermont
    
    - add PID to syslog and use lowercase vlc (conforming to syslog standards)
    - add the command-line verbosity control -v[0-2] to html/text/syslog
        logging, such that one can disable f.i. LOG_DEBUG from being offered
        to html/text/syslog completely.
    - add the priority to the syslog message

commit 021c332008d24ef503eddc6ad41f3392a5816e60
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 21:00:25 2008 +0100

    Change a description msg
    
    [] cause problems in zsh completion
    Changing it to () is easier than fixing zsh completion generator

commit f1c34c38fee6fcfd5751f192f369581b89af7eef
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 20:59:18 2008 +0100

    Fix zsh completion installer
    
    Don't use non-standard extensions
    Run the script in zsh

commit 17bba6bc4fd5244bd8c847c5a8992508698a93cb
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 17:29:06 2008 +0100

    Fix adts packetizer
    
    Get channels information from decoder specific config
    Add (commented) useless variables from ADTS header
    Detect unsupported configurations and start (commented) support

commit 7c79c5512c7f3a7da087f0dc942f9377e7caa7c6
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 17:28:15 2008 +0100

    Don't look for svn or git in strange paths, use $PATH

commit e7003c92f06a1c667c3ce570d2c5eb6eecbc5dde
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 12 16:23:26 2008 +0100

    verify asprintf() return value, fix indentation

commit d95df6f6e9bdfe4d6b169a858a51efa0eded87cb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 12 20:35:50 2008 +0100

    don't reset the controls when awaking from nib, but when showing our window

commit 4d8b3700b700a33d958027e7baddd63f34917b8e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Mar 12 20:25:25 2008 +0100

    Implemented the hotkey section of the Simple Preferences
    
    plus a bit of code factorisation
    
    Note that saving multi-key combinations will fail right now.

commit 0274be8790164dccf71b9f4574b57a47e4a88c70
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 12:06:29 2008 +0100

    The last but not the least commit about these useless tests.

commit 7326fad1f18a82b58db09d0a0ddc7c086c60c62e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 12:02:01 2008 +0100

    One more time removing of some useless tests.

commit cc10207a6de5466bf6bfedcd8a3073c7a0f1224a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 11:54:45 2008 +0100

    Another bunch of useless test.

commit 4ce76d3a9d6b415b55d4095c3a74f2996059dbcd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 11:43:57 2008 +0100

    Another time "Remove useless test ..."

commit 0f00164eb903cee76c89575ed26117332ed1ee99
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 11:42:46 2008 +0100

    Remove useless test before a free().

commit 1e83ef8280d68b3314e2c8bc3d918aba3c897b8f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 11:31:58 2008 +0100

    Fix a stupid compilation warning

commit ddba9af97a4a3531e762d9696bf0ee7637a63448
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 00:59:20 2008 +0100

    Forgotten in the previous commit.

commit 9630c00c6b310e1a824f0bce00de89f0f777484f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 00:58:01 2008 +0100

    Another time "Remove useless test before a free".

commit 859436564cd0b85e76b888a88205424ede9cb412
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 00:30:25 2008 +0100

    One more "Remove useless test before free"

commit dfc2996565842dbf644557debc80cb7cc8c2b4f4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 12 00:15:36 2008 +0100

    Remove useless test before freeing something.

commit 0c55d564025a1b488f28154c2bf886bf9bb341ec
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:36:40 2008 -0700

    Fix Makefile.

commit c77d34a29149f897bc0e43eac220b37895e2a1e6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:32:36 2008 -0700

    x264 moved to Git.
    Will remove the legacy tar.gz. If you build the contribs, you need SVN and git.

commit f223fd68adaf438647303089ba55afbb454972db
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:27:49 2008 -0700

    Check git location.

commit 7c851191cc3b8c0119ff54a3bd112e2320808c02
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:24:07 2008 -0700

    Move ASA to a VideoLAN site.

commit 472067196ac5796d551a6250e28f9517bd1885bd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:07:12 2008 -0700

    Move configure.sh to configure-mingw.sh

commit 51263d78c5b0080343bc36223c06b7ec59a6a639
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 23:06:41 2008 -0700

    Add a configure for cygwin!

commit 09f06e184f9dee241e8cc4b07293fecd080e487f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 21:51:25 2008 -0700

    Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages.
    Profit to s/enable-pp/enable-postproc in the comments.

commit 17e390747cc2335d797cae1897f27c382062ca40
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 18:28:01 2008 -0700

    Missing include.

commit 384c053ced1826ca1a8800b46c944108f25d29e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 18:22:30 2008 -0700

    Kill a warning in mingww32

commit fe79260ae8261e9ec68084820b53d97567b07791
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 17:50:18 2008 -0700

    Include fix for Win32

commit 54faac8d12ad919ae868d667c1b4fa18606aedba
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 17:46:53 2008 -0700

    Change int to size_t when needed. Kills a warning.

commit 6d4276b4678b11f5e8915eae6e5e5d3052c7c0d1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Mar 11 23:27:53 2008 +0100

    macosx: show an end-user visible warning in case that VLC was compiled without the update checker

commit c6a78e1b9e0cd1b87783b024f66ee440965053d5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 23:12:56 2008 +0100

    Use VLC_ENOMEM instead of VLC_EGENERIC.

commit eb6f43ef97be034b2ea3b71b56263cf9f487b6ce
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 22:55:34 2008 +0100

    Remove useless test before a free()

commit 6339478fe9c686d0c527a785fb6c66efe0f17e85
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 22:45:04 2008 +0100

    Another time : remove useless test before free().

commit bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 22:26:54 2008 +0100

    Remove useless test before a free (again).

commit 32376dc26ea8c10dce202deee1ee239a5716c1d0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 22:18:20 2008 +0100

    Remove useless test before a free.
    if( bla ) free( bla ); => free( bla );

commit da686e46efe4a3085c7aa9286e0b2d55dbd1e918
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 20:42:28 2008 +0100

    Check malloc return value.

commit def276b7faa4b528f6171b7375ab432ee59357a0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 20:30:07 2008 +0100

    Check malloc return value and fix a memory leak.

commit 570cece597b2984c2197de5da46970218d30230f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 11 20:28:27 2008 +0100

    Remove uneeded test before freeing.
    In the same time add spaces in order to follow code convention.

commit e6ab052c4bd68cdb1350084b1b2710f8d0e2d37b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 14:41:25 2008 +0100

    Don't print an error if we are using ffmpeg's ts muxer

commit 9b70353f2b0164c467102f52dcd3ced085734193
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 19:50:17 2008 +0100

    typo

commit 5fad05019f7b6cd5623512b3a2ac05c3ca1f717d
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 19:48:41 2008 +0100

    herm, "attachment://" is 13 characters, not 15

commit 2bb861e3f7af67ba599e3e4e85608f36b2826843
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 19:47:53 2008 +0100

    use vlc_object_* and PL_{UN}LOCK to simplify

commit 0e86a35f7852d41c4f7d70759bc966c5f21c9ac0
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 19:05:17 2008 +0100

    Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity

commit c13a0a1dca2616c79edd269788d85212da0275e1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 11:44:35 2008 +0100

    Fix building AAC profile selection for outdated ffmpeg versions.

commit 8130e228e06c8ef443a758cf8a07010951d4c344
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 10:41:47 2008 +0100

    Add wxvlc to gitignore

commit 1aa8f6ce86c37dff7de914f6a2595f7a68db39a9
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 10:19:48 2008 +0100

    Cleanup of AAC profile selection.

commit ba014d6298ecfac0bbce0ad934a69f7477b06148
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 19:49:35 2008 +0100

    Add option to encode aac low, main, sbr or ltp profiles.

commit 7c12daaba5688b7a1f87836a4d55597ec95a7d06
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 11 09:25:17 2008 +0100

    Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.

commit f5124e3e1f0db51bbfd37c377010181caf164560
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 10 11:56:16 2008 +0100

    Add contrib for ubuntu-medibuntu repository.

commit 915b2bac11f790adbc67711be00dda1c560f4a24
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Mar 8 11:54:20 2008 +0100

    Add more ignores

commit c7caf0005dcab6d0f4bb007bff53f84a5977de44
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 01:51:20 2008 +0100

    remove useless msg_Err() , use memset() for simplicity

commit dec4051286cdda84b13a686b574d5360c7e4560e
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 01:49:55 2008 +0100

    fix ticket #1482 (and most problems with config saving by the way)
    regression was introduced in [92290c9d7485934444efcfbb61c27f3bc94a61d3] (more than one year ago Oo )

commit 1bbcb9f0db5392f291b31f03db9048e18db4e4bf
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 00:18:30 2008 +0100

    cleanup : remove useless headers, not used functions, msg_Err when we don't have enough memory, add a declaration

commit 13e1b6f48378b9cced92b2b9efb814b34824ea98
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 11 00:15:18 2008 +0100

    explicit control queries unsupported

commit a1cd7082492c4bba5c359a0bbc386954b3f5e212
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 11 00:40:22 2008 -0700

    Fix preferences in Qt. Add a lot of comments. Close 1305

commit c67c2cd7206fe4c2e7992555bc0577dcfaf4da7a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 10 21:23:23 2008 -0700

    Set the correct ToolTip on the play/pause button.
    Should close #1485

commit fd9d431500c57afe9d014e5d30d54b9378afc484
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 10 18:57:18 2008 -0700

    Additional checks on malloc output in data reader.

commit 1703d8421a3b582da45c837f42e04d1ea0e8d609
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 10 18:55:00 2008 -0700

    Check after calloc to avoid null dereference.
    Should Close #1499

commit 18eb4fd5a75b6429d1d7058a8967696be701a00b
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Mar 10 23:29:29 2008 +0000

    Avoid integer overflow. Patch by Drew Yao.

commit fe37fc3e55aa2ec68b03beb890d2ded1125e0c1c
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 10 21:12:49 2008 +0100

    Fix FontBuiler object destruction

commit fb2370673de54602cfe829e5bdfe433dad7294a9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 10 20:53:22 2008 +0100

    Use --enable-swscale instead of --enable-swscaler

commit 31a9a4a4500bd18db2968344111326f319d65366
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 10 20:08:25 2008 +0100

    Fix a race condition : the user progress dialog wasn't created sometime with the Qt interface.

commit 7ad4142335ef48518a8aeceeddaba608f075fcc1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 10 19:50:28 2008 +0100

    Use the same comments covention

commit 0b446e7833cf8c16602768951aac888938081718
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Mar 10 11:48:37 2008 +0100

    Fix indentation to make anjuta happy

commit f70e66e82e11150519fe1e26794dd8ced1d4c407
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Mar 9 21:17:19 2008 +0000

    Dutch l10n update by Myckel Habets

commit 6cd26fbcc7f7f35f4efa8438f2a064c982574358
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 21:55:27 2008 +0100

    check if the binary signature was issued by the public key we got in memory, before real cryptographic verification

commit 0f234aafbef405e2be5b59aa72899378f47d7377
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 9 12:29:52 2008 -0700

    Windows compile fix.

commit 894f52c816798d639d69803a77b8e9120088bb3b
Author: André Weber <atmo@videolan.org>
Date:   Sun Mar 9 21:02:46 2008 +0100

    Saveing Window Positions useing the QT defined methods as far as possible.
    On first start if there is no position info stored - try center the dialogs
    on the primary desktop/screen. (or same screen as the controller)
    
    the component playlist shall not save there settings to a fixed location,
    so it may become problematic if we use the component twice - like it
    is done. The location shall be given controlled by its owner component
    or window.

commit d28d12946380cbbff3dae12e8303746bf67b154f
Author: Adrien Grand <jpountz@jpountz.net>
Date:   Sun Mar 9 17:24:29 2008 +0100

    - layout correction on WMII
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d4fc232a9b2b9a46c2579ad2323ba074f9897465
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 18:35:17 2008 +0100

    libpostproc/postprocess.h always includes needed headers

commit 67bda2329cba4763d3fa3512923c9856c84106be
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 18:28:45 2008 +0100

    don't send twice the signal when an item is added or removed

commit 1b3187cc1041d2e2d07390a4ddaade28187fcb8b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 9 09:17:58 2008 -0700

    Use GetWindowLongPtr instead of GetWindowLong to be Win64 compatible and to avoid a warning :D

commit 9b25c18105980f9d97083891095abcc68dbeb86a
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 18:01:09 2008 +0100

    deprecate playlist

commit 4cd4ecc88b88339f0e9bc8b2531c64d82e60bfc6
Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Date:   Sun Mar 9 11:40:54 2008 +0100

    D-Bus control module
    
    Add the TrackListChange signal
    
    Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit cbb88be6390edaa065dce0b3a918ad7bf2cf9af5
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 17:52:31 2008 +0100

    Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake)

commit d8ff00df25d28e47220c14f97f89956de31831b6
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 16:22:46 2008 +0100

    fix libvlc linking when UPDATE_CHECK is on

commit fb120859aa3401d3c2f6b4f6601440a179c8ef5a
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 16:22:10 2008 +0100

    Fix PACKAGE_VERSION_* generation with cmake

commit 24c38138a74528a6dd7643dd245c9e5af16330bd
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 12:59:53 2008 +0100

    Fix directory detection with broken filesystems on Linux

commit 3def7a126ba8568ee7dcc8f9d2f1ce01f2603935
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 13:12:08 2008 +0100

    use vlc-control to be more multiplatform friendly

commit 78461b33d410dbf95b95050c4c5b32b6c5cacd50
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:54:09 2008 +0100

    do not catch VLCException in sample

commit 9760d127ea6cdd08df0b311bee7d068147e42b3f
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:50:40 2008 +0100

    ignore class files

commit 97090ec35e65b1b3b3aa9b677367808fb1baefd6
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:42:59 2008 +0100

    Do not throw VLCException in Video class

commit 4add9fe38b3ef395be2deee5930bd0b6b0a7cd07
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:39:39 2008 +0100

    do not throw VLCException in Audio

commit f8b641ed9bf0cec1a945ec5bebdd136e2acfc7d0
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:38:57 2008 +0100

    vlcexample shows audio class uses

commit 9ac46b4ed4c5f904a4cd13674dc710e751febdba
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:22:53 2008 +0100

    audio class added

commit 10375a26348b10e7596b3ce24b87b0c85bbc3ec8
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 12:13:13 2008 +0100

    audio functions binding complete

commit daa85a7f57a409dce7a516090179d3f3b6ac87db
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sun Mar 9 01:53:36 2008 +0100

    java bindings huge update

commit 4713a3672c79e4f681f196caf66a541855d86fba
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Mar 9 02:05:57 2008 +0100

    fix dependancies
    fix pcre cross compilation
    fix asa cross compilation (you'll have to copy a tool from your natively compiled copy of asa)

commit 4c2230da12968a19cb60fc4b5031eb4e13eea306
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:46:29 2008 +0100

    Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas.

commit e52025ed23ee687ce86cbce664a75854d3c25e73
Author: VideoLAN <videolan@jones.via.ecp.fr>
Date:   Sat Mar 8 23:27:56 2008 +0100

    build asa on darwin add pcre contrib (needed for asa) install fontconfig.pc on darwin
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit 5b9686862a31a9384b06879afdd2ac00fc4b4890
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 22:05:42 2008 +0100

    Remove useless headers inclusion

commit 072a6e00deaed4c5c237aab3f5b9233f5686e8b3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 12:39:48 2008 -0800

    Ffmpeg moved from --enable-pp to --enable-postproc
    Once again, very nicely handled...

commit dd99cec11682b1f038dd2804c02413eb17334966
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sat Mar 8 21:37:03 2008 +0100

    Move the track id from the last column to the first one in the playlist dialog and add VLC_META_ENGINE_DURATION in vlc_meta.h

commit c1bf65aa42472b1e0bb5187361fa451727f93cc3
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 21:30:22 2008 +0100

    remove dead code moved from libvlc.h
    update comment to really reflect the function
    DBus's playlist-enqueue should really be saveable

commit 7647c5af7deab29b3386fab5cdac9586bf0a277e
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sat Mar 8 20:54:34 2008 +0100

    Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
    
    Signed-off-by: Rafaël Carré <funman@videolan.org>

commit a418e6d37987a4f7508d0d3c945c5948e1af555f
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sat Mar 8 19:16:14 2008 +0100

    Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.

commit 438d9dee9b3d7d1623e64c1dd73d4dc96068d180
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sat Mar 8 18:11:22 2008 +0100

    Sort the playlist by album then by track number when sorting by album.
    Close #1492.

commit 32932c15f0abb9098d17d2fc7dc0e8c66bb65449
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 8 18:46:13 2008 +0100

    removing old and unsupported java-gcj bindings

commit 9a8650a188e067bc14b7e6ed48bf89082a0f3d16
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 18:15:19 2008 +0100

    fix xvmc video_output compilation
    static functions can not be used outside of the file where they are declared

commit a58afd27a89c0427ea4f266ee2ad628ba80ba6b6
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 16:25:55 2008 +0100

    Remove windows line endings (I don't understand how they got here in the first place...)

commit d2f02db8fb759bd0e8cadc9308419114e1509494
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:42:52 2008 +0100

    Distribute luaintf/modules/sandbox.lua

commit be03754018b7854f462ba937a6268e49bc451363
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:41:19 2008 +0100

    Add a new Sandbox Lua module to the luaintf framework.

commit 49dba5c2d6f3b925de3fb68bb170f630d55e295a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:39:52 2008 +0100

    Fix issues with the VLC rawvid demux and bump it's priority.

commit ab620e32135cc274bff54297ba2301a3d2ed2c78
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:38:43 2008 +0100

    Make the lua http interface host and directory configurable.

commit f4514d7d0f2fd2c85dd0e0933478cc60a85346e6
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:37:31 2008 +0100

    Add a function to get the current playlist item in the lua interface.

commit 873c58389a1c625c47350f98fbdb602971644eb7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 15:36:35 2008 +0100

    Fix spelling in comment.

commit 2f4ec25d60a56a3188df3405bfa413edf1a3d4b8
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 8 15:59:40 2008 +0100

    libvlc interface fix and missing toggle_fullscreen method added

commit a402c26ac021dba2fc1ed0e8498002466bb41218
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 8 14:37:23 2008 +0100

    Switch lastname to lowercase.

commit fe246d4b380a7349c797faf64d943ce378a80dcb
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Mar 8 13:14:53 2008 +0000

    Refresh pot and po file.
    
    It seems like  8b71b1041b0ba6304f864c977c1a2dceb725a0cd might have cause them to be rebuilt

commit 9d9a24813685d2591256da630705b48a5e5b91b3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Mar 8 13:13:46 2008 +0000

    Slovenian l10n update by Matej Urbančič

commit a701afad6a042d49ec73891570929249b5555a45
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 14:08:05 2008 +0100

    check qt4 version at runtime

commit ee61e050560dec84278eed6a1dcb3120e6eddddc
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 13:53:08 2008 +0100

    We want to check QT4 version at runtime rather than buildtime
    
    Revert "thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem."
    
    This reverts commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0.

commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 13:49:54 2008 +0100

    thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem.

commit b875b0fd622ce4049a9c0eb861f73b53e4d7ad8b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Mar 8 12:58:16 2008 +0100

    use mtrace() only with glibc

commit a0b3d37e1b041e450b10a28deb1b8ed9c2c0d35b
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 8 12:31:16 2008 +0100

    libvlc_playlist functions binded

commit a3942592e59463e7999511fd3a7edf346fe7443d
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Mar 8 11:59:06 2008 +0100

    JNA jvlc initial implementation

commit c01aca41d6666f91e3126ccb9e0c2af518b72dee
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 02:34:42 2008 -0800

    Kill a warning with an explicit cast for windows.

commit d8e694951c607897b968e7f1b51c4e7c60d29b89
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 02:20:00 2008 -0800

    Don't reinvent max/min for the nth time.

commit 33144db02371e91a492aa89ccdc61a934993e3fb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 02:03:43 2008 -0800

    Kill a warning.

commit d75350e240da7c0443f72745c2836a91ea807697
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 01:45:24 2008 -0800

    Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.

commit c4605ef9baf2c5006314c167ed359ca560953def
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 01:39:51 2008 -0800

    Remove unused parameter warning for Windows CE/32

commit 21720e09b3b624c8f7f5a342d9ac703de074154d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 8 01:39:01 2008 -0800

    GetLastError throws a DWORD, IIRC, not a char*

commit c41d1baf4d94e17fc6949a3703457c8fa4cfa958
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 7 17:50:02 2008 -0800

    Remove unused parameter warnings for Win32 compiling.

commit 280d3b3cb3b1f3a1953cd6b21875130741f34e58
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Mar 8 09:37:46 2008 +0100

    Use only the good cipher on other OSes than windows.
    Windows libgcrypt.a went from over 470KB to 317KB...

commit 93a1623d78c806465627a152de03bceab0f599c7
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Mar 8 09:34:16 2008 +0100

    Upstream new snapshot has fixed it.
    
    Revert "Fix some issue on Compiling portaudio for Windows."
    
    This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.

commit 797074b55c85d7d34af60b1e977bfe43dc26d7c3
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Sat Mar 8 09:31:20 2008 +0100

    Remove more libgcrypt cipher/

commit 12be1dfdd5a41e14e485751835a32ee81ba967a9
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Fri Mar 7 05:47:20 2008 +0100

    Fix some issue on Compiling portaudio for Windows.
    How come noone noticed that one before ?

commit aa3d338606e5d25f1c8edc080a73149cbe97ffd3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 7 14:49:47 2008 -0800

    Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac

commit 7e95031fcd90f6651450f92d3077bbae1e8170d5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Mar 7 14:06:21 2008 -0800

    Remove functionnalities from libxml to reduce size.

commit b887dc4c507515ba8fa74ebec02f0bef1c056c12
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 6 17:21:46 2008 -0800

    Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

commit 068e4e11659792aa59888298479498ae2c5ceed8
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Mar 7 15:36:11 2008 +0200

    code refactoring

commit 37395c3885bb6323fd9ef13340632c979a239e2a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 7 19:07:23 2008 +0000

    Distribute libvlc-control.pc.in

commit 69b114a26739f6d9bea88ca35ba2e2ae35b655f2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 7 18:29:18 2008 +0000

    Update gettext to 0.17

commit 1bb8b61de9d4f76ec2067eb1678ccb57e85426a5
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 7 16:10:38 2008 +0000

    Fix make dist

commit 8b71b1041b0ba6304f864c977c1a2dceb725a0cd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Mar 7 15:32:46 2008 +0200

    Update gettext

commit 63a70e878979786e01b5d6015eab3076fd92e147
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Mar 7 15:23:29 2008 +0200

    Revert "We don't want to use autopoint, since we use external gettext anyway"
    
    Autopoint is required regardless of libintl inclusion.
    Fix bootstrap failure on clean tree.
    
    This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.

commit aae26a9890a9daf24bdfa1be411bfb95e55917fe
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 7 14:02:04 2008 +0100

    We don't want to use autopoint, since we use external gettext anyway

commit c61731c53d775830b39f34f30e9108e4b433a631
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Fri Mar 7 12:44:24 2008 +0100

    Remove useless addclabacks() in PLModel::PLModel()

commit 6bdcdafe1a22fd738a32acfb141d623f57296d0c
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Fri Mar 7 11:58:41 2008 +0100

    Warning fix (my fault)

commit 8ede3d79d009e21d5ef49797c28bc0428b6373ce
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Fri Mar 7 10:48:09 2008 +0100

    Compile fix for packaged ffmpeg on debian etch.
    Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>

commit 5568a82a4f1ef113409faf89d1fb822cfadb3801
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 7 02:38:28 2008 +0100

    loader doesn't use libdl (and libdl doesn't exist on FreeBSD)

commit 0e4fd36cd90c429ad72d98fb357b6278aed7cf23
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 7 00:35:14 2008 +0100

    svn -> git in OSX package
    Update the copyright date

commit 897fdb260c6eb0908797ac1c131d826740b4a785
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 7 00:32:33 2008 +0100

    We're not using subversion anymore

commit df9e47491f515d940d5cb2e5e035c210b81c2a3a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Mar 7 00:29:08 2008 +0100

    Fix youtube lua (BASE_YT_URL had not been converted to new format)

commit dc1c205280bafaefa53d5e81c4f13270226ee2e5
Author: Jean-François Massol <jf@debian.(none)>
Date:   Thu Mar 6 21:26:08 2008 +0100

    Added import of configuration file support
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit b474086030dda418c7be58fc5a4812332e6bd2a5
Author: André Weber <atmo@videolan.org>
Date:   Thu Mar 6 23:28:07 2008 +0100

    access violation fixed, config_GetPsz from p_intf instead of p_aout which is null

commit 8c6b6dd8e182cac28ca6852bdb9a89a47b242aae
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Mar 6 23:11:31 2008 +0100

    Scripts should be set executable

commit 74e8b02dc79b147aa7de80c2cc62c46d5a41fbaa
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 5 22:34:00 2008 +0100

    Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)

commit 962d839d267f719ab9b273c953369e0024bb9cc3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Mar 6 20:06:01 2008 +0200

    Link RTMP access against the socket library if needed

commit 8d0a3a2da87cebfda1212dea51aa596f317b1145
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 5 22:55:09 2008 -0800

    Make clear of what compilation is supported and which one is not for Windows.

commit 1bed9134fd910318a296874f78a1bf551bfa39f4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 5 22:48:22 2008 -0800

    Force --enable-x264 in the script...

commit 9b716cc153459b0d399b2014dbf861994d5ec5ab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 5 22:40:03 2008 -0800

    Try to document an official configure for the windows builds.

commit a7ea359e361b3749fbb7280484cb52d0b0e7035c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 5 22:24:08 2008 -0800

    Modules List update

commit 55da14ec974e67d4197a8547a2a26ed540feded9
Author: Gildas Bazin <gbazin@videolan.org>
Date:   Mon Mar 3 20:58:17 2008 +0000

    * modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.

commit f26a646b38f93d0386141ee760fab791697fa84b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Mar 5 21:59:27 2008 +0200

    Remove --enable-rtmp.
    
    We have enough --enable-foobar already.
    RTMP does not have any dependency and is not huge.

commit 62977ca46b92d769a7626605a7153f85ceb8bba5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 5 16:00:54 2008 +0100

    Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.

commit 5b2c271150699042f2e3ed0f895e88b2e5b68eaf
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Wed Mar 5 09:35:52 2008 +0200

    RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
    It came in before git-stuff, so applying it this way is my slowness.

commit ed8108b650c9418ae988f174cfa3bc8316054f23
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Mar 5 12:24:08 2008 +0100

    Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions

commit b25dcb706ec1996d8de0599723b7d75014a08501
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 5 08:41:20 2008 +0100

    Update THANKS

commit f02ad4c6d8dac88cd5411ca99072f8f862462cb9
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Mar 5 08:27:05 2008 +0100

    Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 30215f259f5097c715d691e5c26b7304221a5af8
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Wed Mar 5 06:10:47 2008 +0100

    Speex update

commit bb2c344bfe6f8fa2e610c855eba125f8fdbccc58
Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
Date:   Wed Mar 5 06:06:52 2008 +0100

    Contribs: update dirac and libpng

commit 39bd59801c1a0196f564403bd2adfad072801998
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Tue Mar 4 22:41:30 2008 +0000

    macosx/VLCKit: Load VLCLibrary when VLCKit is loaded.  No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead.  Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).

commit a0fd14f98085cea5c8de47ac771ee2e9a387c033
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Tue Mar 4 22:38:58 2008 +0000

    Ignore Xcode project files.

commit 902085eaa92f5360fd45bd98cc3cb3a61168304c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Mar 4 21:38:26 2008 +0000

    Document that we now require :// between access and url
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit fae5455b0b21b0eb52ed29cb8c2bc27861593186
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 4 22:09:21 2008 +0100

    More cases were p_md was not checked in Mozilla toolbar code.

commit adc068db294f3aca270844d1878fbae821cb3bc3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 4 22:04:59 2008 +0100

    Update THANKS

commit fded58d9efdefbc1d3d3a245f312a8ca6cb225bb
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 4 22:03:03 2008 +0100

    [PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit c2f5a92b2b73bdc23c5d588af49c0f5a8b754b7c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 22:29:27 2008 +0200

    file: Be consistent with the rest of the world. Do not expand tilde.
    
    The shell already does it, and \~ should not be expanded by VLC.
    Also fixes consistency with the other file-opening plugins
    (directory, mmap, cdda...).
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 73e7165fcb6dd96e646b72dbea3e8b5d5f896d5c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 22:21:32 2008 +0200

    access2_New code factorizaton
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 7137515698fcfdc6b5db4338b8024abdb0f81b8a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 22:16:47 2008 +0200

    access2_New really does not need to know about preparsing.
    
    The input already does the job.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 4dded813f179fa246a08c3eb8da070760c0a8ed5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 22:10:54 2008 +0200

    Remove useless NULLity checks
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit eb4fd2457952e397cc421ac3160a0385a4d97f4d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 22:10:06 2008 +0200

    Preparsing only works with file:// - only try files.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit e065942ca349b3f822edf732274885f96fc6b9ca
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 21:55:53 2008 +0200

    Remove access2 non splitted fallback. "://" cannot occur in a file path
    (see MRLSplit), so this has become useless, if not inconsistent.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 4c685fc5ccfc01e8d60c18b89363eb17eea6369a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 21:01:08 2008 +0200

    Remove misleading dummy "Interrupted system call" error from net_Read
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 7af51d108fe596be66dccdf79ea13f44bfcf655a
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Tue Mar 4 19:57:15 2008 +0100

    Remove the Rating column from the inteface because with don't save any information about Rating.

commit 3cd17e7d668e174ebc6dcf6510aefffcb406c765
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:56:33 2008 +0200

    Avoid dummy "unknown option dccp-service" error
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 9b978809c70b0765414bc28fa7a8b7670451dffb
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:29:56 2008 +0200

    Fix port release logic in case there are multiple channels.
    
    Note however that releasing the "other" ports is still broken.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit a49951f4ed29f0629c17b509c6edb48841d3fe36
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Tue Mar 4 19:22:16 2008 +0100

    Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.

commit 1cb7ce6dc49d1be7a1659341caa782ffd763903b
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Tue Mar 4 19:16:24 2008 +0100

    Last patch to close #1479 (add a column with the track id)

commit 7187a7e9ccd41bf977efc45f7eae51c73c0d32ab
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:18:09 2008 +0200

    Remove the 1234 default UDP port hack
    
    None of the three net_ConnectDgram call paths use this hack anymore.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit ee264518392b11301aed6bbf32371a748c664e4c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:17:57 2008 +0200

    Add const qualifier
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 7eb1f4a0b6f8112095042fb14a9449ecb3f7830a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:16:56 2008 +0200

    rtpfmt.c: fix file description
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 6e8c4e7cb39657277fdd52a128962f6c0b791724
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Mar 4 20:10:18 2008 +0200

    Use ephemeral default ports for RTP, instead of clashing with raw UDP.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 8e19781ee1d628f93b0933a58049b09025ea3a8b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 4 17:23:03 2008 +0100

    fix #1404 (asf demuxer)
    in some files, we don't have to skip the last padding bytes

commit 0f1074432b62370b8018b6659b3ed625bd707b0a
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 4 17:15:10 2008 +0100

    Fix vlc.exe building (using the right path to the .ico file)

commit de8b9136ff33087d0992a0ecd40fb2dfd2fdbab3
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 4 16:36:43 2008 +0100

    Clean qt4 windows "source" package (transition from gzip to bzip2)

commit 8bc7f50322158fc6582883588ca08daf7331ce36
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Mar 4 16:13:16 2008 +0100

    Use --arch=i686 when building ffmpeg for windows
    Fix cross compilation from 64bits host

commit a74d5452eb0c1b7846e14090c1063169ebd9681a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 19:12:56 2008 +0100

    Check malloc return values and small cleanup.

commit 93b4565847b0f951ac5cf036d14d5b0544cfe64c
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Tue Mar 4 13:48:30 2008 +0100

    python bindings: do not link with unecessary libs (spotted by courmisch)

commit 983312cb0a0e331629b9f0e67a982d433465ec71
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Tue Mar 4 12:32:05 2008 +0100

    Fix a little bug in the playlist sorting.

commit 7440f8d3b63fbc3a625651701760f2d223061dea
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Tue Mar 4 11:10:48 2008 +0100

    python bindings: provide useful defaults for linking when compiling out-of-tree
    
    This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.

commit b0565043b567402b49412c95e7acc8e82c14912b
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Tue Mar 4 01:45:24 2008 +0100

    Use the correct meta data to sort the playlist.
    The sorting is still strange (wrong ?) but the sort is done on the right meta data.

commit 0a520894c4451459a1e93426a1042e88be5db0cc
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Mar 4 03:37:44 2008 +0300

    We're on git now, so show Git commit instead of svn revision.

commit c40d24815fbe31c9cf741eee40cf47830704d0f9
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Mar 4 01:41:27 2008 +0300

    toolbox: check for other files instead of missing ones.

commit 0f8d02ae0dade744e73b415326337b772eba2495
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 22:29:21 2008 +0100

    misc/objects.c:
    * Fix a rare race condition that may happen because the refcount was changed outside of the structure lock.
    * assert(refcount>0) in some key function to help to track freed object easily.
    * Use vlc_object_yield_locked() instead of refcount++.

commit 45dc363611bc200a2ee564994690394e26edd914
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 22:25:32 2008 +0100

    cmake: Fix tests.

commit fa0e80f2459219263288e804543a7f3a6e232e81
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 22:37:29 2008 +0200

    Remove the unneeded vlc_object_destroy logger hack, and fix wrapping.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit b96154a2673604c3550a0ff0296a48d16420800a
Author: André Weber <WeberAndre@gmx.de>
Date:   Mon Mar 3 19:57:43 2008 +0100

    Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)

commit 487b2b1e7439028935350ce5550afcac098bd5f3
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 19:05:24 2008 +0100

    Use (void) instead of VLC_UNUSED (with pierre agreement)

commit 9db336f33fec96c4e647a1302b2307a96ea805ee
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 18:54:54 2008 +0100

    Revert "Include vlc_common.h to get VLC_UNUSED()"
    
    This reverts commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f.

commit e14f2110f980c64ca22d22aa667fc67c039bbccd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 19:58:50 2008 +0200

    Fix a bunch of format string injection in the Real RTSP access
    
    ...or why is asprintf() not the same as strdup().
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 17291ac5f14e95b0698281ba72c0373b887aee4e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 19:51:52 2008 +0200

    Detect division by zero before it happens
    
    Pointed-out-by: Drew Yao
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 783ab03c7bd8ddedcd3dc5bad18efc70a4c57aaa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 19:27:39 2008 +0200

    Use calloc() instead of malloc() - fixes integer overflow...
    ...assuming you have non-buggy calloc() implementation.
    
    Pointed-out-by: Drew Yao
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 3 18:14:01 2008 +0100

    Include vlc_common.h to get VLC_UNUSED()

commit 62796e96ebc124277c473cab1028b2be2b8980c8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 19:06:48 2008 +0200

    Remove the old port 80 hack in the network subsystem
    
    The only paths that still appears not to set a default remote port are
    the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to
    default to HTTP port 80 anyway.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 86fffb2fe82da640baf36664069bc33e172c55d4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Mar 3 17:58:50 2008 +0100

    network/rootwrap.c: Unused args fix.

commit 111dac8c7d1252f3d3b6f9ac96b37e6e986b06e4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 18:49:08 2008 +0200

    Use 443 rather than 80 as the implicit Host: port when using TLS
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit ea3b06940d060dff40b090855e632cd7a3726b06
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 3 16:10:46 2008 +0000

    Make sure there is a new-line at the end of the .gitignore files.

commit c8ba07f17b50264e47e30432b55811c35f89034e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Mar 3 17:53:12 2008 +0200

    Revert "Don't test for buggy libintl when NLS is disabled"
    
    strerror_r() will still crash as setlocale() is used regardless of
    ENABLE_NLS.
    
    This reverts commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.

commit bcee7c9eda234a2174b81c0ad85b7d554b3f70c5
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 15:14:18 2008 +0100

    Another check for malloc.

commit c9c5170b8ad691bbf06111e08f9f911e68484fa8
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 14:55:52 2008 +0100

    Check only one time the return value of malloc.

commit e0431bc0c10adc5d969d56194a43bb5546e55b79
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 13:25:05 2008 +0100

    Check the return value of malloc.

commit 51578bdbc5f11f7d4b324bd6ce62f8b205a9b25b
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 12:24:11 2008 +0100

    Check the return value of malloc.

commit 0bbedab7ab4de2205d8685ac949ced13ed024177
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 11:49:08 2008 +0100

    Remove unecessary msg_Err according to rem remark.

commit 9c1a53ac71e4edb312b5fe7123163aa223a55c20
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Mon Mar 3 11:46:55 2008 +0100

    Check the return value of services_discovery_GetServicesNames.
    If mac users can test ... (evenif it's really simple)

commit 657ee94e0c2bf6e4f172f655d878c4d1dbbb2230
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 3 08:40:48 2008 +0000

    Add more ignores for cmake and Mac OS X build folders.

commit 2dae9d9ac42baeac9b2812da75e506f3f2d8becb
Author: Faustino Osuna <enrique.osuna@gmail.com>
Date:   Mon Mar 3 08:19:14 2008 +0000

    Add more ignores.

commit 13e9e2729c7b2eef3fdd032d9aacebf9ab2f038f
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 03:26:11 2008 +0100

    src/input/decoder.c: More unused args fix.

commit 841b7457f6366124214028924aa9cc6531670863
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 03:18:24 2008 +0100

    control/media_library.c: Fix more unused args.

commit f83f70459c1394520d41c9011bbe1ab424213c73
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 2 18:03:23 2008 -0800

    Win32 doesn't need the MMX patch...

commit 2be3cb432000b84549c9557a2efd380ba0de53d0
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 02:55:54 2008 +0100

    darwin_specific.c: unused warning fix.

commit c9549a21fc696b6ea7f26361eb7523e700374f8b
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 02:45:45 2008 +0100

    text/unicode.c: More unused warning fix.

commit 7e5f8f848ccb470ffc256b39817d13408926c002
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Mar 3 02:30:51 2008 +0100

    interface/intf_eject.c: Fix a unused param warning.

commit f00a8d31268544452d501c8c7320435ca84eed51
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 2 17:20:05 2008 -0800

    Qt4: Small fix and speedup

commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Mar 3 00:04:36 2008 +0000

    Don't test for buggy libintl when NLS is disabled

commit d674e1a7664089290ce8e03c94abe2c329ab4a5b
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Mar 2 23:47:55 2008 +0000

    Don't check for headers. Pkg-config is enough

commit 875f1b2adb133f3e0a617a0d8d5640e05308ba0b
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Mar 3 02:23:53 2008 +0200

    set i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
    and doesn't seem to affect any regression on demuxing.

commit 50c2f442026fc2e73f399a928070cdc0af9b7288
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 23:45:00 2008 +0100

    cmake: Add a small info.

commit dbddc5ae452252807b520abdb803cf5f231bbdf0
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 23:27:04 2008 +0100

    More Id and permission fixes.

commit 1f253f8d9a0730b61dc41a7baffdf9c634983446
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Mon Mar 3 01:01:55 2008 +0300

    Fix $Id$ (probably)

commit 0544ec184d4103e0fb439223f8d0a945ec83f229
Author: Mark Moriarty <mfmbusiness@earthlink.net>
Date:   Sun Mar 2 16:15:59 2008 -0500

    A few more ignores in contrib.

commit f3c79cb5205e178823ca1c1aa056e2efa877ac92
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 21:23:42 2008 +0200

    Set the DCCP service code(s) from RTP stream output
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 2815e99445ba576d06e3688df81db6ae59732b13
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 21:01:43 2008 +0200

    Set the DCCP service code properly.
    
    Assume RTP converys video (which is fine for MPEG-TS), as we cannot
    know if it's only audio anyway.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit f8c4e779ab99f83ab0494a2ce3a2a9960dafcbf4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 20:02:34 2008 +0200

    pkg-config support to libvlc-control
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 132bf65db16a3496f2b14bb219b90695bdec3b86
Merge: 79223aa... bd9f771...
Author: André Weber <WeberAndre@gmx.de>
Date:   Sun Mar 2 18:37:32 2008 +0100

    Merge branch 'master' of git@git.videolan.org:vlc

commit bd9f77136ff0bb6d089880fe9168ce1296fa4d67
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 19:28:00 2008 +0200

    Ignore all object files, not just vlc.o
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit cc1f013dc503b70fab75d059686044fb2b7a1116
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 19:08:32 2008 +0200

    Remove security-policy from config_ChainParse()
    but NOT from var_OptionParse().
    
    Rationale: At a shallow level, this breaks the command line use badly.
    At a deeper level: We still do security enforcement in
    var_OptionParse(). In practice, the config chain strings are always
    coming from (part of) the value of string configuration variable,
    which is parsed by var_OptionParse(). Hence, as long as these variables
    are all tagged as "unsafe", only trusted input can ever reach
    config_ChainParse().
    
    There are other (intractable?) issues with checking configuration chain
    strings: First, we would also need to check the module name in front of
    the {var1=val1,...} stuff. Second, some modules parse their
    configuration chain manually, i.e. they don't call config_ChainParse()
    and sometimes do not register their variables as configuration items
    (e.g. the sout duplicate module).
    
    If you have a super-duper idea on how to improve this, you're welcome,
    but in the mean time...
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
    Vaguely-acked-by: Pierre d'Herbemont <pdherbemont@free.fr>

commit 0d15cad14a3c1e7d18415d68dd1dffdd976ee058
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 18:22:31 2008 +0100

    Again id weirdness.

commit 79223aaeafe7ef625f08551700a6ae4d2a26e8b0
Author: André Weber <WeberAndre@gmx.de>
Date:   Sun Mar 2 18:22:11 2008 +0100

    Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
    But its still very time critical, because paout gets sometimes empty
    so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
    sometimes it happens - that these buffers arrive very late for output.
    Reasons: -changed CPU load, (extra running application, also fast forward
    seeking and and jumping may lead to this situation.)
    
    Enhancement #897: added an option to let the user  choose is prefered audio device. (needs restart of VLC to get applied)

commit 7c3ed1663c6ac6d2f4f2252541dceeff65c00e58
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 18:17:10 2008 +0100

    Add more files to ignore.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 85de3792306ce30051d41c255dd8f80ce42d4b61
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 18:16:21 2008 +0100

    Remove useless error messages when allocation of structures failed.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 225300b59e7da3607721d9538775996097a30872
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 15:26:45 2008 +0100

    Don't leak memory when filling in p_stream->p_decoder_specific_info for subtitles. The p_stream->p_decoder_specific_info pointer was already allocated just before checking for VLC_FOURCC('s','u','b','t'). The fix moves the non-subtitles case to an else.
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit c13df5d1fcfd6381665f532b9f778ae17f55421a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 2 15:23:38 2008 +0100

    Fix building of goom on Linux.

commit ced125da0699eb348462270926a6802288800433
Author: André Weber <WeberAndre@gmx.de>
Date:   Sun Mar 2 17:07:53 2008 +0100

    Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"
    
    This reverts commit 9438646c972ab353d6cd686397f29e16174499ef.
    wrong file in my list I'am sorry, and wrong file modes

commit 9438646c972ab353d6cd686397f29e16174499ef
Author: André Weber <WeberAndre@gmx.de>
Date:   Sun Mar 2 16:31:57 2008 +0100

    #492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
    (but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers
    available - sometime the output doesn't know until some ms before the last block
    has finished to play! so each little disturbtion of the CPU or load change
    leads to studdering/hickups)
    
    #897 enhancement: give the use the option to choose its prefered audio device,
    instead of useing Windows default

commit 23ce4b2cdd5b2e9cd9bb45c5c8b9c3cfd415759c
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 14:57:51 2008 +0100

    contrib/.gitignore: s/.make/.mak/.

commit 194e5ccda757fa23c990e39b875db0a71ae82ab5
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 14:44:36 2008 +0100

    Supports $ rewrite via .gitattributes

commit 905bbb9e546101ce96a0eba8707273dafb1b8fab
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sun Mar 2 13:31:19 2008 +0100

    Avoid a segfault when services_discovery_GetServicesNames fail.

commit 3f9cee77afc85efbf1a53329df98b1ac74e1327c
Author: Rémi Duraffort <ivoire@via.ecp.fr>
Date:   Sun Mar 2 13:24:35 2008 +0100

    Check the returned values of malloc.

commit 26c4ced47770aebbd756b6566da98db5c386a586
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 13:35:28 2008 +0100

    contrib: set .gitignore.

commit 0795b8399e13b476fa6d66ab4504546a6a88e489
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 13:51:38 2008 +0200

    Ignore files create by configure
    
    This only affects people still not building from subdir.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 3ccf6606bd7f770941f023212c3f57e9448ac65e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 11:56:03 2008 +0200

    Attach the RTP access output grabber object.
    
    Fix #1486
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit d9a7620aa541dca4e0e29c7ab1af2653f7723bac
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Mar 2 00:17:40 2008 +0200

    Remove the mmap debugging for now.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 1db7c22385c1673e5aa5c30d59d7d023fcb29a53
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 23:39:37 2008 +0200

    Add the common libtool objects to the global ignore list
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit ac0f8aa5591e34646577220e8a25c2da230eeb39
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 23:36:03 2008 +0200

    Special case support --sout URL syntax for RTP demux.
    This is meant so that this will still work:
    $ vlc --sout rtp/ts://239.255.12.42
    
    Also, these new constructs will work:
    $ vlc --sout dccp/ts://[::]
    $ vlc --sout udplite/ts://239.255.42.12
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit b669af272da01fb5522d78547f5fdb42860f0330
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 23:34:57 2008 +0200

    Use a single --sout-rtp-proto string rather than multiple silently
    conflicting booleans to select the RTP transport protocol.
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 8632e67b53ba6aefa42d080668eaa13dcfe42cf1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 22:32:30 2008 +0200

    Fix (trunk-only) integer underflow in MP4 0xa9xxx box
    
    Pointed-out-by: Drew Yao
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 09572892df7e72c0d4e598c0b5e076cf330d8b0a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 22:22:48 2008 +0200

    Fix integer overflow in MP4 RDRF boxes
    
    Pointed-out-by: Drew Yao
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 0e90ac58d8d1476cfdd81eb57e2a2a0eca0e5d91
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 22:22:23 2008 +0200

    Fix memory leak in case of corrupt MP4 box
    
    Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

commit 4e5b503760d978de585c82d574c0f83c2fe856f1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 21:59:05 2008 +0200

    Ignore PO files

commit 87331e9af2d288dfd833d2c75b13294a9c8c8911
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Mar 1 21:52:51 2008 +0200

    Initial .gitignore

commit 69b86104aac5bf1b4e1bdc15a116ece1c7a460e8
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Mar 2 02:55:08 2008 +0100

    misc/events.c: Removing an comment that does not belong there.

commit 24eee4b8f2941ab42a9f02bc2c0b80ad4255a2be
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Mar 2 00:09:35 2008 +0000

    use proper error

commit edca13e259472872fdfd456cf3ef4a21d1262c11
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 18:59:18 2008 +0000

    Simplify.
    The previous commit "accidentally" worked around Drew Yao's first integer overflow.

commit 3a6282755277ba9321d405c635e50da935d258a6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 18:54:56 2008 +0000

    Fix buffer overflow.

commit 44fc4434028945e23a3157aaf2e6ba18babed362
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 18:31:32 2008 +0000

    Fix calloc usage

commit 34610e09541e4fe48dd9767604dd2f11a0cbc41b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 18:25:25 2008 +0000

    Another malloc check

commit fcbf24b4e9cd444703948eb6d36da763a7e641f5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 18:20:01 2008 +0000

    Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.

commit 80af71f72f1ac98a372f8a75ebca09d3430c7192
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 17:42:57 2008 +0000

    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)

commit 55f6f335c31fec9e60a3bdf3506779351fb0c9e6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 17:27:36 2008 +0000

    Mark the callback list as const
    (unfortunately, it will not be shareable since it contains relocations)

commit f1a3e870f73b1238164894b9f47ede0069b02830
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Mar 1 17:25:57 2008 +0000

    Fix a few warnings

commit 0cb5cfbd2e62924c1e3175d7f296378eba4dbdca
Author: Mark Moriarty <markfm@videolan.org>
Date:   Sat Mar 1 00:21:04 2008 +0000

    Permit counter stat update per frame (appears to have no or little performance impact).

commit 192a12994d6a4eed9628e756f48d1a13218c145e
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 29 22:19:07 2008 +0000

    No need to test for avutil.h a second time

commit 18a9a97d45d1864580963b00235d8e002728863e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 29 19:29:48 2008 +0000

    Typo

commit fa838a3b9f1f11b54bd5da8d5def41254866d1ce
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 19:24:48 2008 +0000

    macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.

commit 45f5d65544760ed4147bfad8cda66b29da39207f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 29 19:09:17 2008 +0000

    control/event.c: Remove libvlc_event_detach_lock_state().

commit 478c793817a11dab66c865e322555517bacd3fd4
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 18:58:36 2008 +0000

    extras/contrib/Makefile: Fix typo in qt4_win32 rule.

commit 695ebfaebcd00e9baa7d280b95c3a1e4c8b02e03
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 18:54:02 2008 +0000

    cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.

commit 59c8165f0d981640ef4fcd30ba6918b0efa3edea
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 18:42:30 2008 +0000

    control/testapi.c: Detach event that was originally attached.

commit 5411dcebd76fe63bb0564d9ed83a119f9c0e958d
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 18:41:02 2008 +0000

    control/event.c: Fix infinite loop.

commit 141d39e94c018259f1fd8590cc54e15c6e9bde90
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 17:49:40 2008 +0000

    cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.

commit 2ae1859128ba8e3ec8e3d652ac273092ae68842c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 29 17:08:57 2008 +0000

    ffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for reporting).

commit 244601ee1e5157c478bd818b49de6765bf393397
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 17:04:45 2008 +0000

    Fix previous commit.

commit 791b8caafd1957bfb1ac4a6defb188bb499adf54
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 16:44:10 2008 +0000

    Let's try this again.  Detect older and new versions of ffmpeg and allow for their coexistence within VLC.

commit afc470b348058a9a59159c987d1c3daee329febb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 29 15:09:18 2008 +0000

    cmake: s/sout_ts/mux_ts/g

commit db4727c0da75c505b2f8f9846b6b0598d57ad1c3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 29 14:46:52 2008 +0000

    cmake: Add sout modules.

commit 99565f4f3cfa45ed8cccc8e555808a0083356096
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 29 14:37:22 2008 +0000

    small cleanup

commit 773c5eff01546555492439c4f1f3a61b791778e3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 29 14:35:40 2008 +0000

    check for malloc return value

commit c3a591ae44437c1f36a981a43b1bc3295a27d6d1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 29 14:29:40 2008 +0000

    Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.

commit a041f7eedbf62a0bf26576cac30bb1c9a76da0f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 29 13:52:08 2008 +0000

    input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.

commit d9cb27ecc1614561769129ea3a5b4f9130488a24
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 01:43:53 2008 +0000

    Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).

commit e00551fba283031fa8e4036eb044c640cfdb64be
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 29 00:46:50 2008 +0000

    Detect and allow older versions of ffmpeg to be used in conjunction with VLC.

commit 1757993049ffe608cd538e2d43aad3cabb68385b
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 23:09:18 2008 +0000

    Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/.

commit a238fd889aecd77484f26a11fd64a40873a50e43
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 23:06:41 2008 +0000

    Update svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc).

commit 9f3fa003d56eabc422a858abdddbb6ca81eb082a
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 23:05:29 2008 +0000

    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>

commit 4d898349f259a9f0063d38dd2e3e2c6757dd16db
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Feb 28 22:56:30 2008 +0000

    Swedish translation update by Daniel Nylander

commit cfe3127c4cecdba360c1c434a678431efeceaa19
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 22:51:28 2008 +0000

    package/win32: Update svn:ignore to ignore vlc.win32.nsi file.

commit dbe08e77c77ce97eff8a7f2a581f985a6866869b
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 22:38:31 2008 +0000

    po: Update svn:ignore to ignore time stamp files (stamp-*).

commit 9ecb0bc08b6eef303cc73d66eba9172c2bc3501b
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 22:35:09 2008 +0000

    cmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile's convention.

commit 36cbf7f70845890c4c80d947049ecab7e3de02c8
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 22:32:11 2008 +0000

    extras/contrib: FFmpeg fixed the way their pkg-config files are created.

commit 3654880996ef0101510518ac9875fed99e58faaf
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Feb 28 22:23:59 2008 +0000

    src: Update svn:ignore to ignore test binaries.

commit 6076147519aed12d89cf3957b30cba9eae2505f8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Feb 28 22:20:10 2008 +0000

    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.

commit feef533df91d4ce904da75634e5638eb7375a371
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Feb 28 21:58:14 2008 +0000

    Add format string variable to display frame count. ($f)

commit 27774650dde964c124e68fbc366f6c17a6c827ae
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Feb 28 19:56:45 2008 +0000

    Fix the symlink generation

commit 805699e002703ead105f2e8096efefe319d00c33
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 28 18:54:58 2008 +0000

    Accept MP3 as an alternative to MPGA for RTP and TS.
    
    Someone please double check that this is not bogus!

commit 8b13b9056db8e421b06c8fccd6c537c0e22e5ba1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 28 18:16:29 2008 +0000

    Unused define

commit bf380af3ba3779a0364d3ecccad93b73464418ef
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Feb 28 11:06:53 2008 +0000

    macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.

commit 796b1e94604f53a7165abc1cecfbc9efec1d2af2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Feb 28 10:02:32 2008 +0000

    Fix small copy & paste mistake. It had no effect, but was wrong.

commit 67ddda12e62172bf82fa67dfbc792bcb8637251c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 28 02:44:02 2008 +0000

    Fix most linking of XvMC Vout.

commit 8d0689823c4a3f12ec66bd9e00faeedf719e3159
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 28 02:32:23 2008 +0000

    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).

commit eb88f342e8e4c54a15f47b08569e5be130a5e237
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 23:57:11 2008 +0000

    control/media_instance.c: Properly unregister the callbacks.

commit 292040d665436ab386d01cd6f7e33c02d29fcd14
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 23:45:10 2008 +0000

    control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).

commit 4838f1280271c2effe3b4a930ccf709abc8f5fff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 22:06:27 2008 +0000

    control/media_instance.c: Sanitize input_thread_t management.

commit 2209f2992dc3eda6a55a3f07e2f22f2caf772ac2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 27 21:34:27 2008 +0000

    * coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)

commit 887efa47545fa1e6b08acdb1d1a026049bbafe75
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 27 21:30:20 2008 +0000

    macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs

commit 9ab3a0540fa0d21cc18116bbd5fc03cd21e3a0fc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 27 20:43:14 2008 +0000

    Qt4 - Preferences refreshing fix by atmo, Andre Weber.

commit c482de120b992a1c7d6f84a94c90d1b3314327f0
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 27 19:46:31 2008 +0000

    fix #1404

commit 9d349e1ce5812e1d6e7a754368d240d00efe03e2
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 27 19:46:04 2008 +0000

    asf demuxer: fix header demuxing & use padding without confusing the user (refs #1404)

commit 689d893b4e6d2c86d5b63f5d4c358cf1a09795e0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Feb 27 19:37:56 2008 +0000

    We do need the symlink for the buildtree

commit c3f5005864fd850107e6b225a05cfd5e82119061
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 27 19:34:12 2008 +0000

    fix win32 & osx packages (vlc is now in src/)

commit 3fc95408700235bb3bfd6fbb6e328fae850388c8
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 27 14:24:51 2008 +0000

    macosx gui playlist: allow drag & drop to the media library

commit 818a663ea9987aad38d748b7010c9f0d0de863b5
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 27 14:24:24 2008 +0000

    fix macosx update gui

commit 4bacd9969c0488a028e58e6b64adde2c373e0a80
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 14:02:13 2008 +0000

    misc/objects: No need to do atomic list-release when releasing the list.

commit 68aaf2c9253dbe1c11b8900c3b5205438c66a9de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 13:23:28 2008 +0000

    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.

commit df291664cd0e365fa4393f6ab065efbeb120332f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 27 08:07:23 2008 +0000

    Src: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber.

commit fb26fc4834db3a118b91178285475d39925675a8
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Wed Feb 27 04:57:07 2008 +0000

    contribs/extras: Compensate for shortfalls in ffmpeg's svn repository.  Will submit shortfalls as bugs + patch back to ffmpeg dev team.

commit eaccd9ea6c0d37a380a4439b4686d69e5733e7eb
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Wed Feb 27 04:55:47 2008 +0000

    cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.

commit 3235f039515cf3244ef87bda91384fe085c02e5c
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Wed Feb 27 04:15:09 2008 +0000

    modules/ffmpeg: Revert change, there is a better way of detecting this.

commit 0057e15fbf48f5cd60e4db08977530d59a7080af
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Wed Feb 27 03:47:52 2008 +0000

    modules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure.

commit 81472e4236ea52e5432765fe1e0e08328efe3ac6
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Wed Feb 27 03:46:47 2008 +0000

    cmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest changes in ffmpeg.

commit 5458d5a1adc85f7c1887408e578b0e734a954234
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 27 00:59:05 2008 +0000

    misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed.

commit 6ca5cc1278a947f94e8f89924cac8d89b25441e3
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Tue Feb 26 22:44:38 2008 +0000

    include: Update svn:ignore property, include cmake's autogenerated config.h file.

commit 07d3b65bd5d1be3de24e1d05f1cdefebe46d007a
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Tue Feb 26 22:43:25 2008 +0000

    modules: Standardize svn:ignore property.

commit 94fa96018ffc8402a6d6813ba93245a3d852a54b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 26 22:36:15 2008 +0000

    Coding convention

commit e61cd9b76b9c39ca09c41f95bd3fc7dce9a49585
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 26 22:34:19 2008 +0000

    Fix a little bug with the playlist interface (items swaped)

commit 7a1856fdaf2441ab1866fe82dc13929074d2df25
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Tue Feb 26 22:26:59 2008 +0000

    contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use.

commit 0154ce071f2b7516418f1226d63fa49208f12bd7
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Tue Feb 26 21:14:18 2008 +0000

    contrib/bootstrap: White space clean up.

commit 5ee24a1133cde07706643624281a25e1be829b82
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 26 19:49:44 2008 +0000

    Update  POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c

commit 7feda7b730dfb3ba95d4546ee762e34dde364c9a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 26 13:44:54 2008 +0000

    Fix the issue with the order of the item in the playlist (normaly fix #1379)

commit dace72768543ff49e97198693db6af0865198796
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 26 09:39:01 2008 +0000

    Fix a little bug with the sorting in the interface

commit bc4789a05a07c029e4961d77c983f9ad555fcca4
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Feb 26 07:14:43 2008 +0000

    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.

commit bb5b426170b2a666f4e132e2e62511abf922b6d0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 26 02:11:57 2008 +0000

    configure.ac: Backport the Mac OS X poll fix from cmake to autotools.

commit 28a41153e77335041ff45992e92e49f354b6f780
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 26 01:37:34 2008 +0000

    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).

commit 55b36288f948ea6a9cb00dadbfc5463ec9562d20
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 26 01:21:03 2008 +0000

    interface/interaction.c: Set the interaction object name.

commit d1d0a6221a6636a9c4046f7157c463cbf775eadf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 26 00:32:14 2008 +0000

    svn nightmare is ending... (Fix previous commit).

commit a78e273ec53ff8a6c3993f3deda0b893f8dd709a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 26 00:29:12 2008 +0000

    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).

commit e769bca04c56a67ab39ee2d2700508a9c5ad8910
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 26 00:17:42 2008 +0000

    Doxygen documentation

commit 7f1f444ca32b4670e34a2a52b5e99e5381c9333a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 25 23:26:45 2008 +0000

    Doxygen comments and coding conventions

commit 3fd7eb0f358128381965ebd5614270b357d4ab15
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 22:24:01 2008 +0000

    cmake: Update the README.

commit 95932c1566de36c6fbcee2ee1f4db6d5a476a2b0
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Mon Feb 25 22:15:52 2008 +0000

    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.

commit ac2e4b777eefca1556904e35541cebd4287cf370
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Mon Feb 25 22:02:42 2008 +0000

    cmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS.

commit d68d15e56bbe53cd2fe2e8bc4697f999004c782a
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Mon Feb 25 21:54:14 2008 +0000

    cmake: Remove duplicate macro entry.

commit d2d85545649c486677a45879590776402d664115
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 21:44:24 2008 +0000

    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.

commit 8b8b4f54fc546470da7b21e5c130f937606a89d1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 21:04:03 2008 +0000

    Ugly hack to prevent crash when logging an error while destroying libvlc

commit 0d0f59ac637b318caf578652ea006ce193f7c581
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 20:50:49 2008 +0000

    Remove argv/argc from libvlc_t (not really needed here)

commit 3f48284e78c07e2911b192f38b4650b835f642e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 20:44:40 2008 +0000

    XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around...

commit 78d012cc34fbb814ceeaa9488f342cf23ea07bf9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 20:23:08 2008 +0000

    typo fix.

commit 0eda8dce2ed9574d67425f0ed8235de657ee24e8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 20:04:10 2008 +0000

    Compile fix

commit 206cd3aaa9886149b9c4abdde0dff7557b7dcbd4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 20:01:42 2008 +0000

    XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined.

commit 28094cb6a15a0068c21a9ff22477c624115dd4d1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 19:58:36 2008 +0000

    Actually fix the ActiveX plugin

commit 99a25fe17cdb9bdaeaa4398b5aa07cba33dcf5d0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 19:58:26 2008 +0000

     - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings.
     - Fix ActiveX.

commit a7954388b00c3f2c83bb25d97b75f1a3a470868b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 19:52:09 2008 +0000

    Mostly revert [25311], [25313].
    Lets wait for 0.9.1 to sort this out.

commit e3c8503697329380e68f9373c5fff99c2492c1a0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 19:48:50 2008 +0000

     - Don't put private system_* header in public
     - Remove useless system_VLCPath

commit 1af701c676790a72281997f48158ad8f5398265f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 19:10:39 2008 +0000

    Revert [25316] for now - need to think about this

commit 6975cd69d30a528950fcc4458397a20c4f23888c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 18:30:20 2008 +0000

    XvMC - Remove warnings (only unused parameters and variables are left)

commit 2a0f8bf17739f0893e2a0dfccf2159613e8ee201
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 18:28:25 2008 +0000

    control/testapi.c: Nicer log() output.

commit 3a90c05eacd06b39bc1b15674a0b37951d884ad7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 18:26:17 2008 +0000

    Forgotten files in previous commit.

commit 9ba83f6d1b0fb4c3a7c6eed2c68435d0b49e5dde
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 18:22:05 2008 +0000

    misc/events.c: Fix a case about a callback non being called.

commit 8cfa47d2bf33da6f1b65a07922be58ae9dfeed9f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 18:18:00 2008 +0000

    control/event.c: Make it pass the unit tests.

commit 719fa35e0c7e0daf9ac76a6c0f2be84fd051a1a9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 18:17:29 2008 +0000

    Xvmc: fix xvmc compilation on x86_64. Patch by eMPee584

commit 5ae10793d0ca98695e3ddf9caa5c4c7ec257b48c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 18:12:44 2008 +0000

    XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.

commit 43ba4e725ec8f7f608ce562eef82c356490cdc65
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 18:08:10 2008 +0000

    XvMC: possible fix compilation. Who uses that anyway ?

commit bfbec2297d201ce956615b7c22aa2151e7859244
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 17:57:58 2008 +0000

    Fix a long-standing missing dependency of vlc upon libvlc

commit d7a9b8b1971d17585e0e8675cb203e7ea6f9b028
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 17:56:03 2008 +0000

    Don't look for plugins from the current working directory.
    This can cause needless I/O, and consistutes a trivial local privilege esclation.

commit 0038d622336bafef539b7be12b468acf22ce4f4f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 17:50:59 2008 +0000

    Bring a non-installed ./vlc script that loads plugins from the build tree explicitly.

commit 7e436fa9470869077303878a5b655da1731236dc
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 17:50:10 2008 +0000

    control/event.c: Use vlc_array_t instead of the macros.

commit d68b821264ac7d5b93098271dd4aaf71fd1a3f41
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 17:49:22 2008 +0000

    svn:ignore

commit a8879770fc2af864fb56c985d2ad0a4b2de14fd2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 17:48:33 2008 +0000

    testapi.c: Test libvlc's events.

commit 9a4101d72b5a6a57891656e5771eea0c0722f581
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 17:32:54 2008 +0000

    More vlc to src/ (yes, I know this screws up things).
    If you packaged without staged installation you're going to have a problem (but packaging without staged installation is to utterly lame in the first place)

commit 0d4b0871ad1d55655de7b89d15980152fe568178
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 25 17:07:16 2008 +0000

    Delete unneeded instruction from a loop

commit 0db6aa8cbc24235e1b8e12fb3abb28fb4fc9217b
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 16:50:55 2008 +0000

    extract early attachment:// art

commit 741b1824b20c69d4222e2f95e658c86e2bf6f177
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 16:38:18 2008 +0000

    Typo

commit 4ec6dd2c930b2cf2e86a35affba14e46a97357f6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 25 16:29:04 2008 +0000

    Use %m on GLIBC to work-around strerror_r prototype problems

commit e0c9e748ad50009db6cc375a739132ab77212704
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 15:45:21 2008 +0000

    fix #1461

commit 6693060b623c2eef9656c64e86ac7c8e72d0e46e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 13:38:26 2008 +0000

    use strerror_r() which is guaranteed to be thread safe, using the GNU prototype only when available

commit 44cfc6031b411c3e66d78fb804c759b27791bb34
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 25 13:17:06 2008 +0000

    misc/threads.c: Fix error description printing in vlc_pthread_fatal().

commit 2c083c9f8600e8457d9fc119f3ffc094c279b0a7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 25 10:27:52 2008 +0000

    Fix i386-Win32Cross-Trunk compilation.

commit c892be9a82570026e37d5ebe28ddbb399f40ec18
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:35:40 2008 +0000

    Qt4 - remove some unused code.

commit dd22c2219ec1268a76794cbc2c5edf9b9f1dc87c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:35:14 2008 +0000

    Qt4 - Fix art display in the bgWidget, fix one volume bug, fix fullscreen button

commit e5d0cd4f13d7f0c835c8ef425f59ddc416f2bb68
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:33:56 2008 +0000

    Qt4 - SPrefs, add an option for saving volume on exit, and fix the displayMode in SPrefs.

commit 1c14f28a25e7e222473c3b5497983985581a24f6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:32:30 2008 +0000

    Qt4 - Input Manager: cleanup, fix behaviour of enableVideo(), initialize variable that can be used and renaming.

commit 36702f51d33cbcae8b63748e7bb2333fef374d83
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:29:48 2008 +0000

    Qt4 - Remove stupid this->

commit aac1f4c66f5fb249134fb795cdcd035be792d44d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:28:23 2008 +0000

    Qt4 - Better behaviour for the left panel of the playlist.

commit 80f513e4df4d9fa9bc9df3b5e5473b37377c3080
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:26:29 2008 +0000

    Qt4 - documentation on includes priorities.

commit 761886e8e4ca206d5058bc9d259061141249ae2f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 25 09:24:55 2008 +0000

    Update - avoid a segfault if the error is triggered before hd creation.

commit 868cd6a7e4ec59c6ffcfbd9466750950c3000f21
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 25 09:22:38 2008 +0000

    Remove trailing whitespace.

commit 35979e860abf629200c6946d0d24b58a33b435f5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 25 09:22:36 2008 +0000

    Refactor mozilla toolbar code. There are still a few things wrong:
    - nice images
    - fix playlist status bug
    - timeslider not updated bug
    - button/slider position and detection of button click is hardcoded

commit cd2efd35efee7ecc7554bccedfec858d06b04020
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 25 09:22:34 2008 +0000

    Fixed another crash with fullscreen in mozilla toolbar.

commit f90b88ab5852ddaf8f3a11d67df0370c8641fb70
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 25 09:22:32 2008 +0000

    Cleanup and fix crash when plugin wasn't playing.

commit e9347d2d89166c53ece29004c1a0d46f3cf9182e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 00:49:30 2008 +0000

    cosmetics + evil (?) -> hack (objective C definitely looks strange...)

commit ebd31a1fbfcdaaaaafb46ee7d01f6ccc8ff4b621
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 00:31:26 2008 +0000

    ignore xcode3 local files

commit 0c9b2d28611409caa44eafff14e701168785fe99
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 25 00:28:43 2008 +0000

    fix update code in macosx gui

commit 234bf661a935ad204e089486a0db7e92847ff071
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 24 23:38:08 2008 +0000

    fix previous commit

commit 3aec1b381569f564766bfb23717c657e0e1967e3
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 24 23:25:31 2008 +0000

    make incorrect uses of free() and malloc() call abort() on OSX

commit 68cfd74e073141235c73c89f3b19ce1aa9fd058e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 23:01:00 2008 +0000

    contrib: s/cmake/CMake/

commit 75d3925cbbf774e92fdc382dbf2fffe0e3a7d672
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 24 21:23:54 2008 +0000

    don't duplicate sha1 hashes with strdup() (not \0 terminated)
    update the release documentation, only supported signatures are v3 signatures (gpg 2.x generates v3 sigs by default, but not gpg 1.x)

commit 09db1d4ce808b0c378547804b4ad05a1402554f8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 20:36:13 2008 +0000

    contrib: Use qt4_win32 with respects to qt4_mac in order not to confuse the two.

commit eca17b609f7ee75a44bef8508160d4a656c1d8cc
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 24 19:48:32 2008 +0000

    Slovak translation update by Marián Hikaník

commit aaf7998bdf867447003f00754282698ca1e67077
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 16:27:47 2008 +0000

    macosx/vlc_app: Display an indicator when waiting for playlist content.

commit 35fd46d31f5fbcd6f187d7103f3bfa5fb65a2627
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 15:27:20 2008 +0000

    qt4: Finish res.qrc->vlc.qrc renaming. (Fix podcast and make dist).

commit bafe3a638771fc11b43bcfe058e1e9d9e51a3eb0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 24 14:25:45 2008 +0000

    Add some doxygene comments
    (FOSDEM is a great place)

commit c34f952db3f24f58cee365f95145578ad325cb0a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 14:20:24 2008 +0000

    cmake: Use CMAKE_CURRENT_BINARY_DIR for tests files.

commit ddf73ca0199b45de2b8b924a131df3922e5d48b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 24 12:48:03 2008 +0000

    gui/macosx/interaction.m: Don't destroy twice the window.

commit 3ab81753822bd0a37786e6fd026a349e7a0e0830
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 24 10:23:40 2008 +0000

    remove buggy and inconsistent intf-switch
    if you need skins, use skins.
    if you need skins and something else, use both.

commit e43ea251bdd93dd47a1505f2db9e3ba3e9c8c268
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 24 10:21:46 2008 +0000

    forward port [25261]
    workaround buggy alsa drivers

commit f46398cfe28d8657c07aa9ad3e58f68a34d33303
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 22:14:13 2008 +0000

    modules/gui/macosx.m: Make sure the module will terminate after a Ctrl-C from a term.

commit 260a18369697f654ded096de11ba1eacce510bb6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 21:52:59 2008 +0000

    cmake: Don't use poll() on Mac OS X, as it can't poll a tty properly.

commit 711481177da708b723664b1e4dafaad8307f49d6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 21:34:48 2008 +0000

    vlc.c: Attempt to kill VLC again if Ctrl-C is hit again when the abort timeout is ellapsed. It allows to abort VLC after the first abort timeout.

commit b026a42b75599d9cce82bca15302e2831c24c910
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 21:22:10 2008 +0000

    vlc.c: Make sure exiting after two Ctrl-C is instantaneous on Mac OS X.

commit 1e9ff27051a05325fec8ce147d3979ae748836cb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 19:39:07 2008 +0000

    projects/mozilla: Use an hyphen in "plug-in". This closes #1474. (Patch by timeless@gmail.com)

commit 153a80c840e1574b9ae1f1c6ff1b4fe4237f3636
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 19:28:18 2008 +0000

    cmake: Add qt4 resources. Enable qt4 plugin compilation with cmake's CVS. (known not to work with cmake version 2.4-patch 7
    )

commit 68627dcf6491a1d183c3639a9099c6dfd734060e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 19:00:34 2008 +0000

    qt4: Rename res.qrc to vlc.qrc to match default cmake behaviour in naming.

commit 226a9890d4e876a1b2ecd841b0780dc3d83e184e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 18:42:30 2008 +0000

    cmake: Forgotten config/intf.c in libvlc target.

commit 20f177877d23dd90be41e3cd4596775499695ffa
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 18:26:18 2008 +0000

    cmake: Use latest CVS version.

commit 1c6353ade0011e9ee73e2cf334affbd98fc841ea
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 23 18:09:58 2008 +0000

    cmake: .moc.cpp compilation fixes.

commit ce87acacc4d28a8928be3a26b38f1f686e55fd35
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 22 21:22:58 2008 +0000

    Distribute contrib/src/Distributions

commit 5ad2a46fa61f3a095147ed1185ceced8d5fa7839
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Feb 22 16:46:07 2008 +0000

    Supports vorbis audio in avi container (refs #224)
    Note that the format supported is the one created by FFmpeg, and not one of those described in the ticket.

commit 6de4ef9ba01fb3b5ac7646e496d990ca92b42737
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Feb 22 12:29:33 2008 +0000

    pulseaudio plugin needs 0.9.8 at least.

commit 8a7278874b10097a1ea39a35d2c8e85e7d1fedf4
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Feb 21 21:57:16 2008 +0000

    Some OSes don't have posix_fadvise

commit 22862929fb5d5e551aafa47ee0038d9446ba4c32
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 21 21:42:38 2008 +0000

    cmake: Fix PACKAGE_VERSION_* as pointed by jpeg.

commit 21aeaa717acdbc3a39dc2aae46f63158cb133e45
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 21 21:37:55 2008 +0000

    cmake: Defines PACKAGE_VERSION_* as pointed by jpeg.

commit ce3c305fdb10d98292218bf08951087e3e4f94fc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 21:09:05 2008 +0000

    Debug the debug

commit d801998f14fff1f11dc0405d32016c3826a01dcd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 20:26:21 2008 +0000

    We also read memory mapping sequentially (well, this is a bit redumdant)

commit e051cc658bc40e6981d0d9f15e30123e1c3eb121
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 20:24:39 2008 +0000

    Tell the OS we mostly reqd files sequentially

commit 89fddcd3fc4220b27c0b3c5d16afc0723e0a03a6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 20:11:32 2008 +0000

    Don't use char * to point to const char *, fix a memleak, and cleanups

commit ebd02aaf403cae8b7ef5efb4914649e176bbc9a8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 19:59:40 2008 +0000

    Remove no-ops

commit d92fffbdf76b5d12f62ac25bd5ef4f5b66b45fc4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 19:23:20 2008 +0000

    Add flags when adding an input item option

commit de534450ab8252dfdd30ebac8787f75b040d4188
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 18:51:36 2008 +0000

    Fix linking

commit a4bc2c0db23dd74730ad70c5a7588d0380b1cdb3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 18:46:02 2008 +0000

    Unexport var_OptionParse

commit da1291a1a42561d1bc15543dbe9cc00ebcb5a312
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 21 18:41:03 2008 +0000

    Remove useless check

commit d06be22f8d23480e13129b312850a6c0caa3deee
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Thu Feb 21 15:55:23 2008 +0000

    libmp4: removed the 'France' option, who cares ?

commit 60a6411034db029a61b2c8cdc1d2a201143f2200
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 21 15:09:23 2008 +0000

    Comments to make doxygen happy

commit c5f4e7f8fe242dad0ca58c3706b228c63a617da4
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Thu Feb 21 14:38:46 2008 +0000

    libvlc: document that libvlc_new() MUST have a program path in argv[0]

commit 2bd9ccb55bfe252628f56c54cff864db82f889ba
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Thu Feb 21 14:37:55 2008 +0000

    libvlc: revert [22749], useless, breaks plugins

commit 6fc44a2310b34b7805ab66449270059ed2ea5658
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 21 11:53:32 2008 +0000

    minimal_macosx need to run on the 1st thread to be able to use video output

commit b9459d8ff9df21ea7b0e8fce03df2ddc9e95784c
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 21 11:53:01 2008 +0000

    contrbis: update svn:ignore for new targets

commit ed3ac95b9ce6ea5a338b7a841d0e6479f3edf608
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 21 11:52:24 2008 +0000

    prefer macosx interface over qt4

commit d47037fef0c3e116794aa71378bef23ecfd61e4b
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Thu Feb 21 11:47:59 2008 +0000

    activex: oops, used duplicate id for BITMAP resource

commit dc1a69f87fd4b6b2ebe1723aed6ef65082e2d61b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 21 09:28:31 2008 +0000

    Qt4 - Playlist: fix the resizing of the QSPlitter containing the art.

commit 24fcfe471451f03a54644ca03245687b49783577
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 21 09:17:27 2008 +0000

    Qt4 - IM. cosmetic.

commit 047552b00735b891ba63355b912e4d681500fe4e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 21 09:12:17 2008 +0000

    Qt4 - change severity of debug.

commit dabdbf760192ade46e398aed0beea71ffad4053d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 21 09:11:40 2008 +0000

    Qt4 - try to reset the Rate when input is done.

commit 3de9052d711fef009c52009703731760cb415de8
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 21 01:56:43 2008 +0000

    svn:keywords

commit f79fb4ec103b471e958ec1756d03cdde0e35bad1
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 21 01:47:15 2008 +0000

    fix dailymotion parser, choosing VP6 as the default of the multiple streams available
    note that a prebuilt table of preferred codecs, or even user interaction would be better

commit f03c892c22462ce8261937e0fe16739dc1b8ace9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 21 00:10:29 2008 +0000

    cmake: Fix qt4 linking and moc.

commit 5fb9f95ef61bf58671090a0a3772f0cd9f420dc5
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Feb 20 23:44:00 2008 +0000

    libvlc.c: fix invalid destroy of unitialized timer_lock mutex when VLC_Init() fails

commit 006625e31c9bca719fd34a971bef13e910cbd4c4
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Feb 20 23:37:27 2008 +0000

    macosx: fix compile/runtime warnings

commit 6cf432c2dd4a81a68f2a09b66fb2b321ac90c298
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Feb 20 23:35:12 2008 +0000

    MacOSX: fix macosx-embedded -> embedded-video migration

commit 954ff1ecfd6f064bfc01323375180f99b99322d2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 20 23:27:02 2008 +0000

    cmake: Enable asf by default.

commit 68d9d973e53720610260707aecadc8fc19e89351
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 20 23:12:27 2008 +0000

    fix youtube parsing

commit ac05a695a7d8ae02fd879565df0bcddb23a90a4b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 22:45:38 2008 +0000

    Some comments to have a better doxygen documentation

commit 6fdb1920bc75b4f3a0b6b713732d2964cd2c1593
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 20 21:38:06 2008 +0000

    Fix linking of libvlc

commit 1c0f708acf55900a832f28d231fc7480e77d0be2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 20 21:24:37 2008 +0000

    Remove old mmap support

commit 160ee0af0a6b352013a75abbc4ecc636e8c679d2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 20 21:21:33 2008 +0000

    Rewrite the mmap input as a separate access

commit a101ffbddf09bbadca3578585920a4c8322ee561
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 20 20:08:51 2008 +0000

    Remove unused string

commit 1a48e3111a0ae730e7eee4592d8bb9cfe73b8d2e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 19:11:28 2008 +0000

    Remove unnecessary declaration

commit 741a3b31368e461b53dd3ea11af80c9f75c160f8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 18:09:44 2008 +0000

    Comment, typo and spaces again

commit 3211f2603b3a5ceb5afa3d1cc86ff031e62d629c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 18:02:24 2008 +0000

    Comments, typo and spaces

commit fb28242396871f7148dfd76ea8a5f042a54df639
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 17:54:23 2008 +0000

    Delete unused variable

commit 7def690ce991a88ab67719b67bf462106ebcf309
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 16:28:11 2008 +0000

    Delete a test which is always true.

commit 7b7da74cd7dd379fff604d6048f3a3cee501716c
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Feb 20 16:18:54 2008 +0000

    mozilla: fixed name argument in add(url, name, options), thanx to thannoy on IRC

commit 77e3dfff905f1997f84bd3e3230fff4d9c5e1143
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 15:23:48 2008 +0000

    Wrap and typo

commit 32c110b6d880933ca60c1212693d10a12eb94c1f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 20 15:17:17 2008 +0000

    Check the return value of vlc_object_create

commit 036d3e3fb94566f333fb24568442e0f0afc57d3a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Feb 20 14:39:57 2008 +0000

    Don't get stuck in Connect() when module is in Open() function, when it is being destroyed again.

commit d38e2710815d16f479be05b888c35c11a137f677
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Feb 20 14:39:55 2008 +0000

    Also build scale.c when using altivec.

commit 47af9fd6c31c42505e3a0b5d960b36bc4ea3067e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 20 10:32:06 2008 +0000

    Win32 - Fix icon of playfromCD in the installer.

commit 4f9f5363c59f4eea4dd7e69b1748c42acf0dacff
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 19 22:19:03 2008 +0000

    Swedish l10n update by Daniel Nylander

commit 979d7c0cd8f8d0eeb4d55aeb32876b112953a6e3
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Feb 19 20:31:47 2008 +0000

    EyeTV: fixed stupid bug (my own fault), performance improvememts by reducing the number of write() to VLC

commit 27601ff904827ea7b9f1e3d68189b01c149acfd6
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 19 00:58:32 2008 +0000

    Update after filrs added and renamed

commit de64258999f35238549acd620d8ac3e2066242b6
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 19 00:28:41 2008 +0000

    Typo

commit 1aac6d6516e507bc0230ebf9ee85d9890ead7565
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 19 00:08:03 2008 +0000

    PulseAudio output module. Thanks to Martin Hamrle. Closes #1215

commit 48fb0a1d8885e72fa0175edfae3cb3ad121a83bc
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 18 22:56:33 2008 +0000

    Brazillian Portuguese and Slovenan l10n update by Sidney Doria and Matej Urbančič

commit 3efac1815fa020f080789566c39afa3fdab5abc2
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 18 17:17:16 2008 +0000

    new growl plugin: local only, supports album art (you'll need the Growl Framework)
    rename growl to growl_udp

commit 8ef8bfdf3bbc3d6b94c4a8c836a734a1b109ace9
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 18 17:15:22 2008 +0000

    fix typos, mention the wiki

commit 3b29796137d524c8efa30e8f0753b2934c38bd26
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 18 17:14:27 2008 +0000

    compare the right amount of data, being a little bit more strict

commit b2bc5fb8a2fcabf00b6fa75452bc2cfc694c3f3a
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Mon Feb 18 15:08:04 2008 +0000

    Makefile.am: reverting [25187], my contribs were too old

commit 547e481bf1172ddac87d07fa19937be5fbf16749
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Mon Feb 18 11:58:06 2008 +0000

    VLC.app: fix bundling of 3rd party dylib

commit 3fcebdaae2f7e16ef3fe5462f46f9b1ff7a4bfd6
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Mon Feb 18 11:27:52 2008 +0000

    activex: it sounds like latest windres no longer supports resource by name, use integer instead

commit 390b9dcb7e7d268dd5d149feebc47b24efa281fc
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 18 09:09:43 2008 +0000

    fix compilation on win32

commit 8c55b82642441491f14486744abf6a145cd7d7db
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 18 08:59:43 2008 +0000

    MKV: use __MIN instead of min(

commit 2d261c0702436f68753c5c5b6943f77e16d5e46c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 18 08:58:24 2008 +0000

    live555 - include fix.

commit 5c64761a253658980113e1d9d0f399e9450cd953
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 18 07:54:11 2008 +0000

    Qt4 - Fix display bug using the Sout dialog.

commit b6a1a9511f0d9192df43d8e76cc9f43322cc3498
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Sun Feb 17 23:53:53 2008 +0000

    * include/vlc_threads_funcs.h: add define for ETIMEDOUT on WIN32 and remove return 0 from void function vlc_spin_destroy

commit 66a7641684f046ddd988bfdca4ba9bcd4e185634
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Feb 17 17:29:33 2008 +0000

    fix compile when spinlocks aren't available

commit cc6e3d03a90784d416c0743d56ec9c1566351c84
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 17 16:29:16 2008 +0000

    Remove unused object pointer from condition vars, mutexes and thread vars

commit 0774c40b588254cf8dd65af817694ea57c1482c0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 17 16:15:24 2008 +0000

    Rework threading:
     - lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug,
       so have them return void rather than an unused int, and assert against bugs.
     - Fix a few corner case minor bugs.
     - Use fprintf() rather than msg_Err() to avoid infinite recursions.

commit 612a1f1dcbb7dc92a14aa251a5a59654f3b03934
Author: Bernie Purcell <bitmap@videolan.org>
Date:   Sun Feb 17 07:51:21 2008 +0000

    Fix issue with Fontconfig freezing during init of freetype, and
    causing segfault on Windows platform

commit bb05ac4f7c7dcddafc2de6686d2e0be1c184acdd
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Feb 16 19:11:23 2008 +0000

    Patch by Andre Weber: fix several warnings in atmo video_filter.

commit f8743ad094d35ffbf0a39c27d87ca35f68d2340a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 16 10:48:24 2008 +0000

    macosx/framework/VLCMedia: Rely on artFetched and not on the metaDictionary value.

commit 78b4a97dd0b16f63a64f65aa465c9152a36daab0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 16 09:53:23 2008 +0000

    svn:ignore

commit bbc02c3f6afaf65660315ec17a322339bf333102
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 16 00:52:43 2008 +0000

    macosx/vlc_app/VLCMediaListLayer: Correctly go to the right layer.

commit 70c4d3260034daa234ee9f9e8e9ce89cf217f043
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 16 00:35:47 2008 +0000

    macosx/vlc_app: Access meta via valueForKeyPath: to make sure we trigger art work fetching. We may change the metaDictionary a bit to prevent non trapped access.

commit 4a19225407971ebbbd26840072d62ededc782d0e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 16 00:33:48 2008 +0000

    macosx/framework: Only fetch meta when needed.

commit c6f9a67d3f6741518abff10e1ea22f8dc984b7b1
Author: Mark Moriarty <markfm@videolan.org>
Date:   Sat Feb 16 00:05:45 2008 +0000

    One remaining Windows txt file color control code removed, thanks to Andre Weber

commit 9bc8e6edb6312c0949f81bba65f53ce61faf0c87
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 23:33:16 2008 +0000

    libvlc-common.c: Fix a warning on Win32 and Mac OS if --disable-nls.

commit 706d3a534d05a09e1e7c1ef1030ac3cf0ffdeedd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Feb 15 23:17:40 2008 +0000

    Fix typo.

commit 18dfa7d5f3fd35efda5432190014c070b4925c7d
Author: Mark Moriarty <markfm@videolan.org>
Date:   Fri Feb 15 22:52:36 2008 +0000

    Remove color control codes froom vlc-help.txt on Win32

commit 363a105e92ec582642923efb4289ba2f35b1fa32
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 22:30:07 2008 +0000

    test/dictionary.c: Fix a warning.

commit 6b70022f0b51799f66dd02995d0b328a35438ed1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 22:21:04 2008 +0000

    Makefile.am: Add test/dictionary.c to the list of test program.

commit 9b1749fb9d1adf8e797480d1535167a8a5b66dc0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 22:20:30 2008 +0000

    cmake: Add test/dictionary.c to the list of test program.

commit 19bdca43c31388bcbd67afc4e0dced93887d418b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 22:19:44 2008 +0000

    test/dictionary.c: Add a new test entry for the vlc_dictionary_t type.

commit 14d79cf6826d44fbf594593b7d5db7da01cc88b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 15 22:04:18 2008 +0000

    vlc_arrays.h: Fix insertion rebuilding.

commit 456bdd9fa8cd8bd665a1c7f0d9a71a6b87bb7efc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 15 17:14:19 2008 +0000

    Fix two more calloc-based denial of service in the MP4 demux.

commit 4d12ba40ff9a83fa9994e4d3611c543f0878cb83
Author: Christophe Massiot <massiot@videolan.org>
Date:   Fri Feb 15 16:06:16 2008 +0000

    .

commit fb163e84b3de0289ffff7c4ba3831c90595a1ebf
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Feb 14 21:11:06 2008 +0000

    * modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings.

commit 219a17b028a80e4a192a543fdcffff23892c174b
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Feb 14 19:23:13 2008 +0000

    * extras/contrib/src/Patches/x264-svn-win32.patch: revert [25113] and [25140] log x264 thread count from win32.patch and put it in a generic patch for all platforms (threads=0 autodetect for x264 is reportedly failing on win32 and linux too and always reports threads=1, though x264 cli works fine so it needs more debugging..)

commit 632ef79dbc8feb1e106aaddcab412cea65ddbea1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 14 01:00:07 2008 +0000

    frontrow_plugin: Cleanups, and improvement such as audio volume settings.

commit e651381f1fd0d7d29b31e5e3625af7977886d045
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Feb 14 00:27:15 2008 +0000

    * modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..)

commit c6fc51f0a6f98e6675a65fab267dfdf0f1e76065
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 14 00:20:44 2008 +0000

    cmake: Look for swab.

commit f98d6a45b17127f51bda0591af1f3dafe6b1cf44
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 14 00:04:12 2008 +0000

    cmake: Find libdvbpsi, libmpeg2.

commit 8eff8faa0822c35f7665a577725cf2e9088a3ee0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 14 00:00:52 2008 +0000

    control/media_discoverer.c: Small lock issues.

commit 392b19b37975fe3410c1e6ac15d71cd4da395157
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Wed Feb 13 23:27:38 2008 +0000

    * extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option)

commit 536386869cf05eedbd716c9c17a1b67204b0ef1f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 22:09:00 2008 +0000

    vlc_arrays.h: More vlc_dictionary_t fixes.

commit eef8d9d4ebb1c91b863bc3046037ff5e7a04e09e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 13 19:28:43 2008 +0000

    fr.po: use real apostrophe

commit a704073137bec9e42566f7373e233b4b9fe804dc
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 13 19:15:42 2008 +0000

    Chek return asprintf value.

commit 755df9f11da318666db6bbdb46323524f20ba8d6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 19:06:43 2008 +0000

    vlc_arrays.h: Make sure we return the right value associated with a given key.

commit 6fba236cbc4be069c84a70d81c0cbb8f46e9552b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 18:57:32 2008 +0000

    macosx/framework: Correctly set the children of the nodes.

commit d206ed68debdf3b71866e730d6b494ed9b121be1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 13 18:56:17 2008 +0000

    Qt4 - Menus: VLM is Ctrl+W now.

commit 632cfd1d7072e7e7156bbcede34fe4a13d0ad8e7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 18:18:13 2008 +0000

    control: Implement and export media_list_view_children_for_item()

commit 6368b52db44d9e1c5dcc1b937df09b9c4e96fa90
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 13 18:07:54 2008 +0000

    qt4/macosx: fixed the embedded vout setting

commit 343baae58877c7fd03f834d17d2f9eb6b48ebf03
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 13 17:58:15 2008 +0000

    macosx: implemented the Video category of the SimplePrefs panel. vout module and display device selectors are left as an exercise for the reader.

commit 429e624c65d15c4f6c8307c3e2b3eb66a9aaa0cf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Feb 13 17:53:52 2008 +0000

    Winsock seems to timeout half-closed TCP sockets.

commit dfdb6edd68fe81101c813fe3c1564700ceb9557f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 17:35:32 2008 +0000

    control/media_discoverer.c: Fix previous commit.

commit a8d59eee08b6a0a21d2b351cfd15d573ed21f472
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 13 17:30:04 2008 +0000

    macosx: removed the 'macosx-embedded' setting. It's functionality is now controlled by 'embeded-video' (as defined in libvlc's main).

commit 1017c294d7e1e9813d8c34bd66b3f1e46e828c03
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 17:10:18 2008 +0000

    control/media_discoverer.c: Support psz_category in services_discovery_item_added events.

commit 71804052930fc07b32b50730281c3fb10fa74bd7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 13 16:17:52 2008 +0000

    vlc_app: Forgotten resources files.

commit 4505655701a82d30d5b465447e3b549453b5087f
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Wed Feb 13 08:29:35 2008 +0000

    add rate-change variable in core to inform when rate changes, and change
    qt4-interface to use it. var_Change doesn't trigger callback so earlier
    version about adding callback to it worked someway as intented only by
    luck ;)

commit f6aab8b8a0bd08f71f9976afecdc5d13eff2eaf8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 13 08:06:46 2008 +0000

    Qt4 - Actually implement double-click on speed does reset the speed... Don't laugh...

commit 5df9c323d43990c119de706d3c2de809ecca0469
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Wed Feb 13 07:58:48 2008 +0000

    quick hack to get rate-faster/slower to react in qt4 interface, there's
    something fishy in here because seems that inputmanager doesn't get
    variable callbacks regarding input-rate from /src/input/input.c.
    Slider worked because we set ourself that rate-variable, or atleast it seems
    so.

commit b737dd6cd558d2ab10a9d6ff0838d7d72e1359b1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 13 07:34:17 2008 +0000

    Fix Goom compile for windows.

commit 1c4de827a688d2b8198c9ff603be0d1dd2f89bb4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 13 00:14:37 2008 +0000

    Check asprintf return value.

commit 9bee48ba547451f3537fdb684ab11f0baaddba93
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Feb 12 22:41:48 2008 +0000

    Looks like this was missing from r25071

commit 48ef60c28e42a813a4d6e710bc747214369cc42f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Feb 12 22:23:58 2008 +0000

    video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
    Thanks to André Weber for those 3 patches.

commit 1b637157c42f9928d7ee1d21d780daa2e4476995
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Feb 12 22:21:25 2008 +0000

    video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter.diff

commit bcb07441573bbfc9e296fa5cee97a865905d2248
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 12 22:04:31 2008 +0000

    Check for the return value of fwrite.

commit bb41fd6de42ddc7714f6288db65b174893696815
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Feb 12 22:04:18 2008 +0000

    video filter module - for thehomebrewAmbiLight (AtmoLight) [1/3]: vout_intf.diff
    Add a variable to the video output core which is triggered after each crop parmaeters change.

commit 0eef312522322e11e94c6b6750e890c06ff29bb6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 12 21:01:21 2008 +0000

    macosx/frontrow_plugin: VLCMediaListController, display a mediaListAspect in a FrontRow list. To get a service discovery in frontrow go into VLCAppliance.m -applianceController and uncomment the right part.

commit 4c7600b8e1890352cfe8041cc18e86397bc613f7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 12 20:36:14 2008 +0000

    cmake: Some improvements based on Alexander Neundorf feedback.

commit 44678aacee917f399b83e171a2527cbb2875302f
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Tue Feb 12 20:20:24 2008 +0000

    * extras/contrib/src/x264-svn-win32.patch: add threads count debug info to check how many threads x264 will use (threads 0 is default and will make libx264 automagically set threads = cores * 1.5) and whether win32-pthread works as expected (libx264 can report not compiled with pthread and forces threads = 1)

commit e07a781efffa02851e86c00d4d2d78dd8e1f2dff
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 12 13:13:37 2008 +0000

    Also newer live55 exhibit the problem.

commit 0621dd1e676fdd60461059b04aad11207bb39b5a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 12 11:23:08 2008 +0000

    Don't leak memory in error paths

commit 4f28199be0c32c472cfe1ba8e9db355d9685f3b0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 12 10:30:41 2008 +0000

    Add an "update button" to update the modules tree.

commit 5609e081d7fcd15c3ecac54fa1094164d174b5eb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 12 08:42:01 2008 +0000

    Qt4 - Clean a bit the debug.

commit 19a891e281c4553117401d5a90bf816fef436dd5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 12 08:33:39 2008 +0000

    Qt4 - small fixes... Remove one redondant connect, block the access to the speedSlider if there is no input.

commit e1bc46e79237729885df3932f488570139fa5052
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 12 08:00:59 2008 +0000

    Qt4 - Change the event numbers and add more debug to find the IM/Rate bugs.

commit b7a979cdd5ff7de203a53f6a95b4a9aaa092c49a
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Mon Feb 11 22:57:24 2008 +0000

    * modules/codec/x264.c: add x264 version debug info

commit fac114091798fa8d04f36f6bed295a12ce703daa
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 11 20:07:23 2008 +0000

    Fix logic

commit 5319a4b4be9c78f1a912f823e723db83f0a24c7a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 11 17:20:00 2008 +0000

    Make autoreconf verbose

commit 4eb79afcdc96124bfab813040e534761ac2ed99b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 11 15:48:25 2008 +0000

    Check malloc return value

commit 2c5cd248e79197b1c2b181871946135f876c3bc9
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 11 15:45:53 2008 +0000

    Simplify rc stats command

commit daebd34f56afba8df79d2ddc396950cb13cf0930
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 11 08:01:51 2008 +0000

    Qt4 - Open Disk. Provide a button to eject the disk drive. has been requested twice on the forum. Maybe should be moved somewhere else. The intf_eject doesn't seem to work on my computer now...

commit 424ebcf319f8616592a53036a14fa6723ecf6835
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 11 06:32:17 2008 +0000

    Qt4 - Try to minimize the callbacks. Just commenting the code in case of regressions...

commit 6f2c37e461c74585b4359e757860ae14f1c86b3a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 11 06:26:22 2008 +0000

    Qt4 - network policy in Sprefs and in privacy policy dialog.

commit 8460c203547503db8b084eb506a150da0a50d45c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 11 05:52:24 2008 +0000

    Qt4 - Put the default header to 39 in the playlist.

commit fb700e8f478244ce694a4955f61ca4514418d74a
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Feb 11 05:46:29 2008 +0000

    show default info in playlist if i_showflag is too low to show anything
    at all

commit 78c94529d1006fb64dfbf1629575f1146e1574f6
Author: Benjamin Pracht <bigben@videolan.org>
Date:   Mon Feb 11 01:06:37 2008 +0000

    * fix pthread support for x264 on win32
      - Not sure at all the configure.ac part is right, anyone more knowledgable, please check.

commit e6e14e4e3e52ca9a28ff86ea3131cc20b2f5f5dd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 11 00:02:42 2008 +0000

    vlc_app: New media layer view. Enabled by default. Set bindings from resources. (This commit is way too large.)

commit 762b3db96149080bc7a700e51f87ae112d07a526
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 23:53:48 2008 +0000

    framework: Fix the configure script. Fix a bunch of warnings.

commit d6ec7709332f4612c7b8050ca69c94b052d0f3a9
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Feb 10 22:36:10 2008 +0000

    Cleanup in the error path

commit b3ff6f039de64be9eeec1286055a19d8ac227fd6
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Feb 10 22:13:21 2008 +0000

    Fix memleak ffmpeg/video_filter.c

commit 5c5f59824b50a92a3ba12a7f28b41ed07228db8d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 20:18:11 2008 +0000

    More thanks.

commit 5b470a3dec808b2d8fc61b1e6e6708915ebff78b
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 10 19:28:36 2008 +0000

    Fix make dist. The Makefile has been transformed in a script

commit 4fe23bae1d40e61d47357b84e30df22951420cfd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Feb 10 19:16:52 2008 +0000

    contribs: introduce 'QT4_MAC_VERSION' as 4.3.4 isn't available as Open-Source download for Mac OS X

commit ae999937006a7a2916e41f448c09d7cf90838b56
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 10 19:10:31 2008 +0000

    Clean up after yourself

commit 707abd75f0be0013d4b7806229ae3b203032c904
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 19:07:55 2008 +0000

    another one.

commit bfab05bd108a5659690f7268d0813fa70f7b1091
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 19:06:51 2008 +0000

    oops. typo in thanks.

commit c8b59ecdd5e8110647d5864e22d75ef92861d449
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 10 19:02:22 2008 +0000

    Fix compilation. We can't use config_* in mozilla so use the -DDATAPATH

commit 4629d221bab3e49b0bf645fd72024d723aeddeaf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 19:02:18 2008 +0000

    AAC reordering fix. Patch by Sebastian Jenny and atmo. THANKS them.
    Close #493

commit 54e8456263f8994e792be65907d341682bbdcc28
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 16:49:59 2008 +0000

    Win32 threads: Set priority on success rather than failure.
    Patch from atmo.

commit e5896809c2ea5686fe1c0831c72b9e8e5a7c1e31
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 15:52:00 2008 +0000

    Really (I swear) implement the waitpipe in net_write

commit 55153f42e23bde1a5e9ca900a93d6adf57178ded
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 15:51:22 2008 +0000

    Add some debug

commit 0b28505c862d23805402d4549a61470b9c53b79f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 15:43:05 2008 +0000

    Fix net_Write waitpipe usage, cleanups

commit 58bd68a65d173f78b84144599b3250df6ebd3c71
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 14:25:37 2008 +0000

    control/media_descriptor.c: Ask for artwork only when needed.

commit 566b8b28aad6e6bc8916acd606b5c9cba22638ab
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 12:43:50 2008 +0000

    cmake: remove unneeded checks.

commit 154f6a47e09e8dea1ee027242770805bc871bff5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 12:42:36 2008 +0000

    cmake: FindX11.

commit 007245adca45856651d28a580622b2835639f040
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 12:34:34 2008 +0000

    Don't set DATA_PATH when building plugins - fixes #1464

commit b4c313573076f43fb5c8e8bf0b104d4615441028
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 12:31:27 2008 +0000

    Use config_GetDataDir() instead of DATA_PATH.

commit 49bcf08a4e65e9704566586f04a96d8b24972a1b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 12:12:24 2008 +0000

    Cleanup.
    SHM is autodetected, so there is not point in disabling it by force.

commit 7503582fd1a264671b1684cc1debefd04a07aeaa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 12:02:30 2008 +0000

    This really is an integer, not a boolean

commit e3548f53434bde84e3d9d3d18c166fceb457b0b9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 12:01:30 2008 +0000

    Qt4 - cosmetic.

commit c0082a6a9aa74f9b1733a8778c56d9e119363135
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 11:50:55 2008 +0000

    Remove arbitrary timer in net_Write()

commit b1c5d1c0d4019a13bf26410084ffaa64da3143f0
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Feb 10 11:16:51 2008 +0000

    Add state-callback to check item-change, change playlist-current to
    item-change for IM callback.
    Check callback and handle other than interface-update stuff only if they
    have same id than current input
    
    Should fix that meta not showing/too many signals sended in beginning.
    Shouldn't break anything (as always ;)

commit 5351f1b8d5346e5db67bfa1c6ba74490fd7e2673
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 11:14:41 2008 +0000

    Qt4 - save the mainInterface size only if there was no video playing when you quit.

commit affff083025faca5a5366a4c84f1500213953db7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 11:04:14 2008 +0000

    Fix asa subtitles merge. Close #1468
    Patch by aballier.

commit 6eb31e1ae810d9be2c70a0eb265117806c9db882
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 10:46:02 2008 +0000

    Qt4 - Destroy correctly the qt4 interface when used in DP.

commit 0ba856895367653b71198c8b7b543f628c0ae236
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 10:19:58 2008 +0000

    Qt4 - beginning of cleaning correctly the DP.

commit 3dcf9afa36e3c0e0c1dd5954ec31fdf56f811323
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 10 09:53:23 2008 +0000

    Cleanup MRL parsing as agreed half a year ago.
    This fixes opening file names with colons which some users,
    at the expense of requiring "://" to separate the access from the path.
    As such udp:@12.34.56.87 won't work anymore, use udp://@12.34.56.87 instead.

commit 683bc3d462cb6c12f7df368be50d1d257f56d20b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 09:31:17 2008 +0000

    Qt4 - Remove trailing spaces...

commit a20dba71e41815497b2fbae1e2b844585d9fa3ca
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 09:21:42 2008 +0000

    Qt4 - Messages. Simplification and extend the tree item by default.

commit b7138f272faa9593a057fd724d17fa697421f3c1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 09:04:18 2008 +0000

    Qt4 - setToolTip on the rateLabel.

commit b38c6ef456833ff90ff804bce18ceb13413c0d9d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 06:02:55 2008 +0000

    Qt4 - Windows, try to fix the Open Containing Folder...

commit 1abd3ad5d8d404492be1323e90b6eafa4e487318
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 05:59:51 2008 +0000

    Fortune...

commit 831346340b01f3e527f092c35d6c872f6b9f744c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 03:15:28 2008 +0000

    Qt4 - SoundSlider setToolTip only in the correct range.

commit eb4e90d1ab15a7ce44d085d9441af00732bfadc6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 10 02:02:59 2008 +0000

    Qt4 - tree: remove the \n at the end of each line...

commit 816f8089b578f4744cca6ddb1b899bc87a3d4cef
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 01:37:23 2008 +0000

    macosx/framework: Fix the cmake bootstrap script.

commit 897ac981f3bb7165cbb6652c51942117b80e573a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 10 01:04:07 2008 +0000

    vlc_common.h: VLC_EXPORT should have extern if there is no visibility support.

commit 5daa9d294991621f86cf3b501f4fb04c70bb182b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 9 22:55:42 2008 +0000

    Replace the button to the right place.

commit 351cfac214128c936ab7e6dd684a7d589547495c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 22:27:33 2008 +0000

    macosx/framework: Fix a bit the cmake generation script.

commit 3404e6bfc5c46bea3c843d48d0afb28c51e3b3b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 22:02:06 2008 +0000

    cmake: Enable opengllayer on Mac OS X.

commit 6c586bf59eac783233aaa48ce59b6ac793baf8ff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 21:59:19 2008 +0000

    cmake: FindCurses.

commit 377173c5f0356e4f4427e26ad83366752e614227
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 21:54:14 2008 +0000

    macosx/framework: Use local variables where needed. That prevent wrong linkage with an other libvlc, and fix the multiple crash resulting in linking to 2 differents libvlc.

commit 670cfc5ba336c4ad15e1d79518d77cf68d9f2dbd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 21:10:04 2008 +0000

    Use the exception set in poll().
    This is a theoretical bug fix, as POLLPRI is not used anywhere in VLC.

commit 64f00cf6a017e766ccc1b2b9d094d67a7c0c6cee
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 9 20:07:53 2008 +0000

    contribs: really fix ffmpeg compilation on Darwin (by reverting most of [25028] and adapting its 2nd hunk to fit the upstream code)

commit 9c50e460e0a93d14ccd4b0d792a8431c29f79dce
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 9 18:19:49 2008 +0000

    Makefile.am: distribute simple_prefs.*

commit 46d9645373e60a0d07b9fd5a9d3a38158e4fdf3d
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 9 18:19:40 2008 +0000

    fix zsh completion generator, add a script to help compilation, generation, and installation of completion

commit 9f2ffffe4c9acb3fd65c275c0b0a8ecf93526e23
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 9 18:18:44 2008 +0000

    macosx: same as previous commit plus revert of [24799] for prefs.m (unintended commit)

commit ba9f39d7544e08064f2e5644be7d47cc155d7361
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 9 18:15:55 2008 +0000

    fix framework building in VLC-release.app target

commit 471d45f1a22892409ea45ce5bc0b84427dc5c104
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 18:01:35 2008 +0000

    cmake: Increment my commit count :/ (oops).

commit f2effed04706a269f46ec111df0871af66fe0a49
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 17:59:35 2008 +0000

    cmake: Define DEBUG.

commit 8e64cfd2be8129829659cb22eaf667780c75b804
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 9 17:51:37 2008 +0000

    macosx: fully implemented the interface and audio categories (excepting the visualiser setting)

commit e77ff475e1b92a6a987b3e65978c534d4807feb2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 17:42:15 2008 +0000

    cmake: Make the *.c *.h script generation compatible with cmake's trunk.

commit 5667d99f2a9bed1bc9d2480264eecb2cfee027f1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 17:02:04 2008 +0000

    cmake: Fix for cmake's head.

commit e485e51310d8e40e78a096c1b0804d055aed90a0
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Feb 9 16:32:03 2008 +0000

    Fix erroneous [25032].

commit c3ef13597496b9dcbbfa53c68064a087e66ae4f6
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Feb 9 16:18:44 2008 +0000

    Fix linkage in --as-needed mode.

commit 35c461035b74a5499f69842e8053554e41a17d55
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Feb 9 15:46:13 2008 +0000

    Register video/x-matroska as a mime-type.

commit c8ff4d5d6df8fac8c9a696382c751dfab12f2d7f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 15:40:03 2008 +0000

    macosx/framework: test updates to match the VLCKit name change.

commit 2eb8fec690366ccc8ba24caea4755510ab8722f0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 13:58:18 2008 +0000

    contrib: Remove now uneeded part of the ffmpeg-macosx-intel-mmx.patch.

commit 196dcb8c463e81147b59da49e6e2f61310e3a83e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 13:52:45 2008 +0000

    cmake: Enable auhal audio output on Mac OS X.

commit dcb10ec1d6198b0035fdb20f4d91df36eff3e8d4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 13:41:04 2008 +0000

    cmake: Disable NO_SYMBOL_CHECK by default, until vlc/cmake is working properly.

commit c9dcc35ade2406858ab836cc9550e505bc32ffc5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 12:21:00 2008 +0000

    cmake: Find live555.

commit e5f793663e7055893efe205721c03b930dce09da
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 12:19:15 2008 +0000

    contrib: Do an install of live555, so that there is no need to use the in tree option.

commit 7b98fbe6b4e1a2ce65e3f1586c10dd359806833e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 10:50:09 2008 +0000

    WTF don't use the network in an automated stress test

commit 832be47d524d97f98957a5cadb67a6aae3ddc6da
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 9 09:06:51 2008 +0000

    Wrap the code and remove unnecessary line.

commit 5e224f9c4ae2cadd11a818e48cefd663763d899c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 9 09:00:56 2008 +0000

    Hide the header bar of the Tree.

commit bd26b5fae425423ad406e2c2e2375ba47be31d17
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 08:32:05 2008 +0000

    Handle waitpipe error failures.

commit db3a33e450fb439432c6a7efe1652afc80aa0730
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 08:21:35 2008 +0000

    DEBUG -> NDEBUG

commit 0c97b087be2376b8698fadaf282f2b5d317d529c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 08:21:21 2008 +0000

    time.h is always needed (because of pthread_cond_timedwait)

commit 9e704fa3c22886b8be9d3a15ead46b7fa98d6f81
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 08:18:45 2008 +0000

    threads: Consistenly use NDEBUG

commit b392983309f309ccd084bf3e7eb54f504baddd25
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Feb 9 08:12:28 2008 +0000

    Remove duplicated checks

commit aab417fdbfa6b9b7e8095365b1a963a1934c6b4a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 01:00:06 2008 +0000

    cmake: NDEBUG to off with Debug target. This cause the deadlock to be back.

commit 9e58f9726f63333488ff888f1a823ca0ff7b358b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 00:37:36 2008 +0000

    cmake: add iokit for mkv.

commit 72cb2e3e75021446b0a9c1f4ace767dbb6ff160f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 00:07:43 2008 +0000

    cmake: Detect matroska.

commit 762d9f99b05d2646cfdae4a58954062e946733ad
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 9 00:07:25 2008 +0000

    cmake: FindFFmpeg simplication.

commit 51aed47f83a4683a62e1b35a4a6148f29963fc2f
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Fri Feb 8 23:28:18 2008 +0000

    * modules/codec/x264.c: add satd exhaustive motion search (tesa) to the list of motion estimation algorithm options

commit 137216d72fffe97941bd4966f6c34c8337d02f2f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 22:47:46 2008 +0000

    macosx/frontrow_plugin: Default configuration to Debug.

commit 600d4ac4bc55f5bc2f910d0ce6194b5b68704748
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Fri Feb 8 22:29:42 2008 +0000

    * modules/codec/x264.c: set default for direct prediction size (direct-8x8) to -1 (smallest possible according to level); this fixes the direct 8x8 inference warning on level requirement in certain x264 setting combinations

commit 883ed8d4257b88cb9a866e50999574967a278fca
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 22:08:02 2008 +0000

    cmake: Add -read_only_relocs warning on ffmpeg for Pre-10.5.

commit fd718416cfbe02a7bf74f732e19b52cad97c8841
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 21:56:33 2008 +0000

    cmake: Add -fno-common for Pre-10.5 for shared library.

commit a00c9ae80a4a0c9e3b6932ab901c80b35d28019b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 21:29:22 2008 +0000

    cmake: Check for inet functions.

commit 0e2eb38daab114e90c8944acef30a663e9178fe7
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 8 21:22:13 2008 +0000

    cmake: Command substitution work around for VERBATIM flag.

commit a31d2608e3b526a795a4925d5a85f531613c57a9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 21:07:08 2008 +0000

    cmake: Add VERBATIM back. Apparently this could be a cmake issue. Need to investigate.

commit ce10771b1d5d642f96f9d810ae4fc19997bc43fe
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 8 20:58:08 2008 +0000

    Add the tree of the modules loaded in the messages dialog.

commit d3615517c3435aa2f489370b06b91ce00645a36d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 20:49:52 2008 +0000

    cmake: Correctly remove files prior to recmake.

commit d306828bc007af49a1248702096f4b6b8873aea5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 8 20:43:45 2008 +0000

    check malloc return value

commit dab05ad97ee65226fc8d511b698eb1f3dac5862f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 19:44:28 2008 +0000

    macosx/framework: Correctly set the Input and Output files of the script target to save uneeded script execution.

commit 0bba88b3fea3912e50aaef690a419a4ee8cd5c65
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 8 17:56:01 2008 +0000

    cmake: Removed VERBATIM flag, allows OS to perform command substitution -- resolved unexpected directory creations.

commit 01a2012273969a06c1e1cb23031e790aabad0bda
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 8 17:44:09 2008 +0000

    Check for ALSA

commit 354034bd4b05f8fe64dd857eef09119472110fa1
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Feb 8 17:28:30 2008 +0000

    VLCKit.framework: Assume cmake that is in contrib/bin is to be used.

commit e4f4413c02a2604acf6e302fa41bc8af51b4a27b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 17:05:38 2008 +0000

    cmake: Include stdint.h when searching postprocess.h.

commit 2e42751af8b84ca6ddb2d5eba28fd7385cd4e590
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 8 16:56:03 2008 +0000

    Add LFS and thread safety defines (from vlc-config).
    This seems to fix the deadlock on Linux.

commit 3373a70916fd0c0b0cb1f2b47be17d504100f1e4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 16:39:40 2008 +0000

    cmake: Fix convert_vlc_to_cmake for qt4.

commit 6ef4eb5e969fa1aa3f593cfbe59fcfd6b3fcf053
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 16:36:20 2008 +0000

    cmake: Correctly build qt4.

commit 7185386d8ee536aa912a322d16a9ddadcd89c5e4
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 8 16:13:58 2008 +0000

    Revert silly commit

commit abe53d9192e8545a512a7be28c8ded31e40febf4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 15:36:38 2008 +0000

    cmake: Qt4 include directory.

commit 69f981ec905cbd1b546ac799ad56c7807b3a84f2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 15:24:53 2008 +0000

    cmake: Fix Qt4 detection.

commit 59dd8e3a9f8cce1330836a32a304c47c59c6ff8a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 15:16:48 2008 +0000

    cmake: Cache Lua library, as we won't define it the next time.

commit e1d3a964c4a21c3c5c8baa54c754ea28a8f96a8e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 14:30:25 2008 +0000

    cmake: Also check for some gl headers.

commit 0c73048c24b383f2c25487db488a260b4d6cd740
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 14:28:26 2008 +0000

    cmake: Find opengl.

commit 37dc2645a8ba697b11b49a5356f7cfc5135ce3f2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 14:19:58 2008 +0000

    cmake: More po generation fixes.

commit 889cd2407f818d92491af4a6132cf5d39523b43f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 14:15:52 2008 +0000

    cmake: Fix po building.

commit f3c28a1b6cd35571a5a87ea54faaa2442a816eed
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Feb 8 14:10:23 2008 +0000

    frontrow plugin: fix headers install script, add a README with simple building and installation instructions

commit 1479b3daebd4141af40524ab85bd5bd796e512a5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 13:40:49 2008 +0000

    cmake: As reported by jpeg, fix an endif.

commit 616b36ceec8868805698a62a07bc685fb30995de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 11:45:35 2008 +0000

    vlc_os_specific.h: Use const for argv.

commit 06fe038d1ee76a1014c47d645ab6b717354e7fcd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 11:41:10 2008 +0000

    cmake: Properly link to swscale.

commit acb74148efb1b5e0a8bbccc26f1725559030fb9e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 8 10:52:42 2008 +0000

    I should check the spelling first, next time.

commit 25c56aea7ae4faa75338e1692ec026c979ee56ab
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 8 10:21:11 2008 +0000

    misc/darwin_specific.c: Fix compilation where MAXPATHLEN isn't defined. Fix a bunch of warnings.

commit 52a3a73fe909b54dec28654f0fe99447f9b4db3a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 09:44:55 2008 +0000

    Qt4 - Fix compil if you don't have update-check.

commit 61ea7a5cd41d4d9b1c6a5b3bb4640eb62e025988
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 09:29:22 2008 +0000

    Qt4 - Switch the HelpDialog to a QVLCFrame, save size/pos for it. Saze size/pos for updateDialog ( noone care about size...). Switch about to a QVLCDialog to ensure better view. Ensure to destroy the QVLCFrame on quit.
    Should close #1374.

commit 3757ba1e04c01d4b536fda4a6bdeeeb4e75db64a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 09:09:24 2008 +0000

    Qt4 - Same for Bookmark Dialog Ref. #1374

commit 8b9672034c174402004121b8c4ac2175709572ca
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 09:04:43 2008 +0000

    Qt4 - Save Extended panel size/pos in the good way. Ref #1374.

commit 05a412e4e8afcc8da1e4967f7ea8daa2792f9c91
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 08:54:03 2008 +0000

    Qt4 - add a file to document a few things, especially the difference between QVLCDialog and QVLCFrame.

commit 693e83932dde201db15d3709ecdb14f065a851e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 08:36:43 2008 +0000

    Qt4 - Save Message Dialog position and Size on quit. use it on load. Ref #1374

commit 9e4975ecad836c598293c3c4d4a9403a09b516d8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 08:32:36 2008 +0000

    Qt4 - Permit QVLCFrame to have empty default size and pos in read settings.

commit a85dfcf7dc3c551638235e1024a7fad6cf236e82
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 8 08:26:07 2008 +0000

    Revert [24920], please tell what is broken instead of hiding it.

commit ca4c18bbf2b82a293ac6adac4e65d1b442fc5d5f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 07:58:32 2008 +0000

    Qt4 - Fix mediaInfoPanel in most (all?) of the situations and during resizing. Less funny but more solid, clean and aligned.

commit 4081a48932c22c7cdd36d6c69a812ab663bec421
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 06:03:12 2008 +0000

    Qt4 - Add more debug to inputManager events.

commit beb97f90a018cfd1c6be2528ec1475a5f33b71b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 05:22:41 2008 +0000

    Qt4 - Fix the VLM Input selection

commit a53156c65a93d74fa0ff7c8739a7ed8444a4bafd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:41:53 2008 +0000

    Qt4 - remove debug.

commit d1f0a4fd867b1a2ecbc51aa0cd9cb6a1c2cc8ae6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:40:32 2008 +0000

    Qt4 - Include fix

commit e4dd19a55d71b69934b3a54a838a866ab212942a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:36:19 2008 +0000

    Qt4 - Remove the qt-pl-showflags from preferences and put it in QSettings,because there is no way a normal being get it right.

commit c32581d4fea1fe78d9fc22026e134660ee18879d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:07:54 2008 +0000

    Qt4 - SPrefs: start the volume of the audio panel at 100.

commit 8d799fa0d686b81809a616a4dab79c305189ed7a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:03:52 2008 +0000

    Qt4 - Minimum size for help dialog.

commit 10de1dfd933cb6f6b6dd90558f485681975c5f25
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 8 04:02:42 2008 +0000

    Qt4 - Menu: consistency for update dialog.

commit 478c8270a2e2ccbfe044bd290ee062f0430711ff
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 8 00:20:06 2008 +0000

    Clean the vlc aliases
    Don't test that vlc --help and vlc --version works because automake thinks that any output on stderr is an error.

commit 3edce1dc6f2d1ba9a76a434eaad142706e08add0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 8 00:18:32 2008 +0000

    Clean libvlc.sym

commit 67f3a523badda4abc4deb3da36b67e4de61e7e6a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 23:47:44 2008 +0000

    src/darwin_specific.c: Get a better executable path name.

commit ce1fa3007f162386fed9da4aedb9515281f884de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 23:02:56 2008 +0000

    macosx/vlc_app: Fix resources location.

commit 95021b102f64d72d5041fdcab5afb5976206bc8e
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Feb 7 22:55:56 2008 +0000

    Distribute update.m and update.m

commit 751d2f1a63d1d4fe2ea19c6b10b176a98bc46615
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Feb 7 22:51:30 2008 +0000

    Distribute include/vlc_plugin.h and src/config/intf.c
    Remove code duplication

commit e3421975ebd9f0b6ce7f3aae799cc0b991b58897
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Feb 7 21:58:57 2008 +0000

    Define DATA_PATH in the root CMakeList.txt since modules might need it (for example the http intf or the lua module)

commit ce1cf0e7894cfa4c96579575620ccf3dab466a7f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 21:47:46 2008 +0000

    cmake: Bunch of function/header checks.

commit cdd09c1b3f4adc9c0b3bad19fadff33454fdf1c5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 21:46:30 2008 +0000

    cmake: New (and temporary I hope) target to regerenerate the cmake files. (`make recmake`)

commit f17ca4c8529f415441f87876bb3833f52bdfd4fe
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 20:34:06 2008 +0000

    cmake: Detect Qt4 hopefully. (please test).

commit 663058fa5d6ee0b4c5aaa10f8d3398f957c06b0d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 20:13:02 2008 +0000

    macosx: FrontRow plugin initial import. Patch by hyei.

commit 427f05617a48ab57bf399f70f43a19c5cbbd954c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 7 19:31:32 2008 +0000

    Qt4 - Fix the "sound slider moves at first time, even If I didn't click it" bug.

commit 6a23b418694c337d5b7518c8c8f538d195ff2e36
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 18:51:39 2008 +0000

    MP4: Fix heap-based buffer overflow (CORE-2008-0130)
    reported by Felipe Manzano and Anibal Sacoo from Core Security Technologies.

commit c5a33834646f17fb479530316035e13241920c26
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 18:41:31 2008 +0000

    cmake: Support make uninstall.

commit 8f405d52ed60b9004d1ed373c9c5fe34a36479b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 18:41:10 2008 +0000

    cmake: Default to RelWithDebugInfo.

commit 316246df734f1b30ec84e381703241921116529f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 18:39:43 2008 +0000

    Memory allocation error check

commit 12f7359b0463047cafac97bb362b931de8164e83
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 17:59:34 2008 +0000

    Really fix the lua check

commit 2aebc27e19c8a26eb0c3577c89ff54b37b1c919b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 17:58:12 2008 +0000

    Useless

commit ba32870548034780a6493a30e6df31d0953c3d20
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:58:10 2008 +0000

    cmake: include stdint.h when checking postproc (as pointed by courmisch).

commit 2e52fa3983e668c9217adb22abefa1f50c21fca3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 17:45:10 2008 +0000

    Look for lua5.1

commit 69ef4897c6b067bf751768849bf118f671a9e89e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:43:17 2008 +0000

    cmake: Fix FindLua as pointed by courmisch.

commit eec109371725d6cf6c463c9cfe08068dee521579
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:40:22 2008 +0000

    testapi.c: Also try file playback.

commit 5007c61eae725ed4d6dc0c57f1b9cb3e23a54572
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:23:41 2008 +0000

    cmake: Include iconv when testing ICONV_CONST if needed.

commit f83cca6e062c09cff096fdbdf5b980e4a332e0e2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:20:33 2008 +0000

    cmake: Set ICONV_CONST correctly.

commit 204933cbd804b3c1a357cfa0e424dd2f4918527b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:11:26 2008 +0000

    contrib: Add cmake for the Mac OS X framework at least.

commit 39c21540457b2917f7672aeebfec70834813a3d0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:05:59 2008 +0000

    contrib: More DYLD_LIBRARY_PATH removal.

commit 51d2eb2e6edf3e43d0a94e90b9105d9c57a82596
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 17:03:39 2008 +0000

    contrib: Setting DYLD_LIBRARY_PATH is bad because it results most of the time in library mismatch. This is an old hack from the past which shouldn't be needed anymore.

commit faaf778afb063ea18a223907caf37f5e861a02e4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 16:38:55 2008 +0000

    cmake: FindLua and maintain an enabled module list.

commit 00ea5c2f504cb2cc32ee8f33a7f910954ffe52e0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Feb 7 16:28:58 2008 +0000

    Fix SO versions

commit 3d7de4a73de2b8b580064c547b409a0ec785dd9a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Feb 7 15:48:19 2008 +0000

    Define proper size of output.

commit dfb52d9e8fe073926241cce109aa9a4e77332d1f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 15:33:40 2008 +0000

    cmake: Use CPack to create the package. (Use `make package` or `cpack`). Should produce a tgz/tar.gz/rpm/dmg/nsis. This probably need some tuning.

commit f295d6256c68437cf459a978693879580f12b9ad
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 15:13:17 2008 +0000

    cmake: Enable testing. (Launch with `make test` or with `ctest` (see ctest --help)). Plus minor cleanup.

commit a393ab22becf61f2dcffdb2b77a38d12e391ddf5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 14:52:50 2008 +0000

    cmake: Enable test targets.

commit d35109c2727a1eeafcc37b0cf66a7e782bb7adf3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 14:49:41 2008 +0000

    FindFFmpeg.cmake: Perform the ffmpeg search only once. (That's probably not the cmake's spirit... to check).

commit 5f76d49b822f68756c6e731989021cc60e8139df
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 14:04:12 2008 +0000

    cmake: Detect ffmpeg. Fix VLC.app's modules. fix ENABLE_NO_SYMBOL_CHECK.

commit f86d971b8510dd96b12cf2c38497211d1360c3b2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 14:00:46 2008 +0000

    contrib: Update ffmpeg-macosx-intel-mmx.patch.

commit 5b82daf60a04b8d9f73b5b6b7536e38783cf6b3f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Feb 7 14:00:10 2008 +0000

    contrib: Disable swscaler in ffmpeg due to recent breakage.

commit 4ab2d13c3986da8d3aa94722cc30c5aa5176233a
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Feb 7 09:43:29 2008 +0000

    cmake: build .gmo files & copy them in VLC.app

commit 3dd58e2cf4e638f50d4cb10800cf04cb9f60e0bc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 7 08:22:24 2008 +0000

    Qt4 - SoundSlider. Enable MouseTracking and show a tooltip with the volume that it would be if you would click there. Similar to the main slider behaviour.

commit af2a439ead9597764a57a0125c703b649a4c86cb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 7 07:00:31 2008 +0000

    Remove mkdir -p intl/ from bootstrap following [24803].

commit c6a01bb041e0e1071863b3f298eef99f72403722
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 7 06:54:46 2008 +0000

    Qt4 - MI: remove unneeded variables that weren't cleared in the previous commit.

commit 50810ad7adc105cbbcf2e3750f61795a79098373
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 7 06:51:46 2008 +0000

    Qt4 - Resizing changes. Part 1
          Remove the QDockWidget, this widget is clearly not what we want, since it is a Qt::Tool and stay above the video, it doesn't want to grow in the MI and it doesn't record correctly its size. Moreover, this force the GNOME/Cleanlooks hack that is boring on Xfce, KDE4 and e17.
          Fix the resize when the video is done.
          Fix the qt-start-minimize bug
          Rename a few functions and separate the code functions.
          Simplify a few resize/update call.

commit 7e6486a934c89ded46107a24831b5e02ca397e9e
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Feb 7 00:35:48 2008 +0000

    extras/contrib/src/packages.mak: bump pthreads in contrib to 2.8.0

commit bf601791a78159dc67dd0ef55920a6ea903072c0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Feb 6 20:52:48 2008 +0000

    Slovenian and brazilian Portuguese translation update by Matej Urbančič and Sidney Doria

commit c4c80b6bee16d734fcf5916db3d074fd04644817
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 6 18:35:05 2008 +0000

    cmake: Include contrib.

commit b59b44ff32713bee414f4b3ffe42b7e7353fa6c5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 6 14:52:35 2008 +0000

    macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase I hope).

commit 54f8fd2b8b3a86cbd99df45220352d0fd95b41d1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 6 14:41:57 2008 +0000

    macosx/framework: Use cmake because we can.

commit ca2e14dc230e6b5b69adb65220eef4eab0d539e9
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 6 14:28:36 2008 +0000

    cmake: add CMakeLists.txt and other files needed to use cmake to svn:ignore property

commit 8d45c8ecf1023a56c3467870de244a7a01e529b7
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 6 14:19:28 2008 +0000

    cmake: factorize VLC.app target, make sure we don't create a link to share IN share/

commit 4360ebdce3adc6b4525a14e2f85ab7862a9ab2d0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Feb 6 13:08:30 2008 +0000

    cmake: Fix VLC.app target.

commit 97e78d38270a4ded2b3f47efe5fef70d3c37fa33
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 6 10:43:06 2008 +0000

    cmake: build a mostly correct (not functional yet) VLC.app

commit d97e6fb4a2d4260a38d14936942ff241b873617c
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Feb 6 10:38:15 2008 +0000

    Copy README.MacOSX.rtf in the right place

commit 813e9f42a61098d0293d8daa786b0831d7ed2aea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 6 05:52:45 2008 +0000

    Qt4 - Try to force the IM to show the name in DVD titles...

commit aff20543b0764dca378ff58090e5ea6c7b957553
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Wed Feb 6 00:20:57 2008 +0000

    * configure.ac: oops.. reverted gettext requirement from previous commit

commit 6d56f8539f00c20aece1d80355edb8875c20b12f
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Wed Feb 6 00:17:01 2008 +0000

    * configure.ac: check  for properly detecting cygwin instead of  since in mno-cygwin mode we are dealing with mingw32 compiler and  will be set to mingw32 and not cygwin..

commit c830a7515372e2e1eb55317b1ceb61d5669ea1dc
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Feb 6 00:13:25 2008 +0000

    We do need to distribute m4/

commit 9d2f18b5d36c92ac659dc00d72c1c0d1c6f75d12
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Feb 6 00:01:03 2008 +0000

    Missing "

commit 4e5b49712f0538f55621d10d720cd0ac64d0f344
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 5 23:11:55 2008 +0000

    Use a less old format for tar

commit ad2b55d3f2c88c9c13674ba9dda45b80e8c0a713
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 5 22:43:14 2008 +0000

    Don't put in SUBDIRS dir without Makefile
    autoconf260.m4 has moved

commit 745feeb9e15ce81a95dc31324af13ac6958553f0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 5 21:03:52 2008 +0000

    Qt4 - Update: clean and message Debug. My fault for the mess...

commit 1e0995cd46e8bbab1f52d977766c8beee32122c7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 20:54:13 2008 +0000

    cmake: Hack to get objective-C files to build with gnu99. (We need cmake upstream to be fixed with Objective-C to do that properly.)

commit e55d8a6375b67b53cbf067f205c5bd68de01177f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 18:07:33 2008 +0000

    cmake: Add an option to link or not against libvlc the module.

commit 1c24bea8e3088cb3f6247cf990706e5625d4f87e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 17:49:49 2008 +0000

    cmake: Fix libvlc linking with module.

commit 94e9e7c2e4867814c0e8af8640c14252c247ab9e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 17:46:03 2008 +0000

    cmake: Don't set gnu99 on CXX files.

commit ee8b569de9f42abc671f61cfb7a1845361ca754b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 17:39:08 2008 +0000

    Fix SOVERSION

commit cdd62540423782dc7ba1e67eb0cffbab4c54a862
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 17:25:32 2008 +0000

    cmake: Don't use tabs and generate revision.c builtin.h vlc_about.h in the build tree.

commit 5b9a4e953433fd6162929b152a187a6e152ea010
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 16:01:30 2008 +0000

    Check for -lm

commit 6b9d2d1b5443b4f84d8fb8c75d484c83ce4441e9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:57:52 2008 +0000

    libvlc needs -ldl

commit 79f389aeeb8ea07ff9775133071c7b029120e7fd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:56:49 2008 +0000

    Always link plugins against libvlc.

commit 63eb62446a9401808868eedb5430e936b0c3169e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:56:30 2008 +0000

    Fix ICONV_CONST. For some reason cmake does not want to define to nothing

commit 220a4698c8da287853837ca7a7ef6410482e7ea9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:51:49 2008 +0000

    Name cmake plugins the same way as automake ones

commit cf935d569f90f87c7926846718e9068cf981de38
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:46:03 2008 +0000

    Use same type name in declaration and definition

commit bb403e20f9e9597409c9ae6395fa2a22590fbc44
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Feb 5 15:42:53 2008 +0000

    Missing header checks

commit 44c059eb11e4c8b072ce422039486cf01015e9eb
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Feb 5 12:59:07 2008 +0000

    Fix VLC{-release}.app generation, make symbolic links to .gmo files in the source tree, not in the build tree

commit 5848271894d7102ca6593dd605c5b568b77fb78c
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Feb 5 12:58:03 2008 +0000

    fix files location in xcode projects for vlc & eyetvplugin

commit c02bd245d624e980e5bc6601b2ca9050727d3e19
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 5 10:11:44 2008 +0000

    Fix compiling contrib with amr for newer ffmpeg

commit fdf1076a81f09b0fd3bcc3a38e1e5e1f2cbad394
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 01:01:09 2008 +0000

    Makefile.am: Typo in VLC-release.app.

commit c31b82282b4edff30dcb0d3ce0b0058941fb2c94
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 00:27:02 2008 +0000

    cmake: Correctly set te build target for the modules and for vlc.

commit d5582a2e05b976a7a7dbef994b8f90a2856f09d7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 5 00:20:16 2008 +0000

    Fix make package-win32

commit 872a9448ab8664db4a5f4f17ea82c3c56565a462
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Feb 5 00:18:01 2008 +0000

    cmake:
    * Don't use dyld functions on darwin by default as they are deprecated.
    * Defines HAVE_DYNAMIC_MODULES, and add an entry in the options for it.
    * Fix config.h generation (was accidentaly removed).
    * Fix FindDlopen.cmake
    This produce a working in tree vlc AND an installable vlc at the same time.

commit 53783dcec6138b919443726524d4eb061f4f0fa1
Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
Date:   Mon Feb 4 22:58:54 2008 +0000

    added the asa subtitle demux from equinox. the file asademux_defs.h is
    generated by running ./preparse imports in asa/lib/import so should
    probably not be in source tree, but I don't think asa
    generates/installs this file by default yet.
    
    Added build changes for csri module and subtitle_asa.
    
    This is the last remaining changes of equinoxes Summer of Code project

commit 7371aa244921787b16af3866dbbe6859b95aaf24
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 22:32:12 2008 +0000

    contrib/src/Makefile: Mozilla fix.

commit d1b70e968d7b1a4bf517794798af6fac12480918
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 4 22:06:36 2008 +0000

    Tell fribidi we are not compiling a dll

commit 260daa94bd7a645d8525b95a3ff24a6e936ab917
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 22:04:31 2008 +0000

    cmake: prefer the use of target_link_libraries() over set_target_properties(LINKFLAGS), make sure we don't use "-z defs --as-needed" on Mac OS X.

commit d93f3dd1d5bf5676f75ec0bb571e94e64028bca9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 21:19:42 2008 +0000

    Add missing libs. Not sure if this is the right way to do it though

commit fe2b5120f472d96c73b4c4f589ebe84935a86ee3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 21:09:06 2008 +0000

    Bunch of fixes

commit 12d327f784a1c5cad35c3371754e5a0511f4a0b2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 4 21:08:30 2008 +0000

    Missing include for config_GetUserDir

commit f369c95d6e729fc9e983acda1affb67ce12771fa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 21:02:10 2008 +0000

    Check for thread system

commit b22270325f6be6395a5c735754f676bacc8f3e76
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 20:59:37 2008 +0000

    Don't link against yes. Of course it does not work anyway

commit 072b223b62c543027a1ca6e2298110d622b1a775
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 20:32:58 2008 +0000

    Missing defines

commit 4c7a0876369e2801f54e5f295241314b015de443
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Feb 4 20:26:15 2008 +0000

    Set scripts as executable.

commit 433173d9080e67aeb03c8eab3ce12a84a42da0fd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 20:07:27 2008 +0000

    FindDlopen.cmake: Don't run the FindDlopen module more than once.

commit 2c86b239edb0f0a2e95abaa1d2484eb283b54620
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 20:01:01 2008 +0000

    cmake: Add a FindDlopen module. (Ask for review by dlopen users).

commit 6404591b67f5037de6531d3745d029709abdf3bf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 19:34:30 2008 +0000

     cmake: Generate vlc_about.h.

commit eaee31b7162ba6c9a71a58ef905b7c3d85935804
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 19:04:43 2008 +0000

    Check for clock_nanosleep so mtime compiles (linking is another matter)

commit 352ebfc1f4d9b5a78d0eaf86accaf24fe6edc19c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 18:59:46 2008 +0000

    if -> ifdef

commit 63b746af7fabdb99efcb615981ba47d00b555173
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 18:58:19 2008 +0000

    Check for -ldl. Now I can compile a few objects on Linux...

commit 74e7ae154103443f6804d52ba7e16719bc7b7645
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 18:47:42 2008 +0000

    cmake: Correctly generate builtin.h.

commit 5d31b49b3e96d200bc56cbd858fc1442e598e92f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 18:40:45 2008 +0000

    s/if/ifdef/

commit 64d23812a9c3e6fe321dacd2e5e91d7fa9cb4ecd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 18:40:02 2008 +0000

    #define _GNU_SOURCE

commit 83aa9e53cd10f367dad1f3290be83de385db6e30
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Feb 4 18:33:59 2008 +0000

    Missing include directory. For some reason these variables are not even in the documentation...

commit 90b330d57d732b3eeeafe8550d1204f465b17874
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 18:19:56 2008 +0000

    cmake: Don't set  -DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4.

commit 649cc5b5f0673ab251cab2f4a1aa8164e84d9ef1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 18:16:13 2008 +0000

    cmake: Fix revision generation.

commit d4985d0fbdf38df9d9a64ea91b39555fbfb96c64
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 16:49:57 2008 +0000

    src/CMakeLists.txt: Correctly fix that typo spotted by courmisch.

commit 0ba172b311c49e0392141ac54244372cc65dd1f1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 16:49:08 2008 +0000

    src/CMakeLists.txt: Correct a typo.

commit 0aa23c298e4b4ef628f9af21b369c19bccc07f54
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 16:48:50 2008 +0000

    config.cmake: Remove unuseful -std=c99.

commit 40f635b6867a70d470234c84a082eb80c4d63213
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 16:41:04 2008 +0000

    cmake: config.cmake cleanup.

commit 7bd7b3d46eac19250ed22dd2e1f3bd16515404e1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 15:55:31 2008 +0000

    pkg_check_modules.cmake: On first run FindPkgConfig works properly but on second run it does not check if ${prefix}_FOUND is true, patch by Bjoern Ricks submitted by prahal.

commit a61bf85a22bff00ad1f4952f69179e6c51b4977f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 15:20:33 2008 +0000

    cmake: Use -std=gnu99 instead of -std=c99 and link libvlc-control to libvlc.

commit b1e6b604d46ce2085c84e11fce6ca8011ff04abe
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 15:12:25 2008 +0000

    pkg_check_modules.cmake: Update the version to work around http://www.cmake.org/Bug/view.php?id=6117 as spotted by prahal.

commit fbf515ab289c7821cff0ed5ce30180a63c0b924f
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 4 14:54:09 2008 +0000

    rm -Rf verify the existence of tmp for us

commit 38b6647dbc5fb63207dd67c220b0b6343e641c58
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 14:50:02 2008 +0000

    cmake: Don't send two time -std=c99.

commit 34c102eb468171585b69ddd1d8c620ce521f335f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 14:26:54 2008 +0000

    src_CMakeLists: Build libvlc-control.

commit b06b60d4aa4fd7fe413a938e2a35b579b57fe5b1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 14:00:39 2008 +0000

    cmake: Don't have modules to depend on libvlc on non-win32 platform.

commit 7c43db68ea1bb45cb560c32daaea2b8ef76ec4c4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:44:44 2008 +0000

    Makefile.am: Fix make.pl location.

commit 10fb66c935d6598b96ae6c25b3f9c241f549ced2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:35:19 2008 +0000

    Makefile.am: Attempt to fix VLC.app VLC-release.app.

commit 1746c1ac246a6eb4da89583115708e78f3534f7f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:23:28 2008 +0000

    cmake: Add the modules/'s CMakeLists.txt.

commit b3aad8e3c1eed29cc1564b87ed73b0f4e0631209
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:18:40 2008 +0000

    charset.c: Use defined() for HAVE_ macro.

commit cf29be96b30808565237ab130934c79edce415e5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:18:05 2008 +0000

    text/charset.c: Use #ifdef for HAVE_* macro.

commit 10cdf4d2deeb6d1bcfaa6f36b5a2e2552740a5ab
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:16:07 2008 +0000

    cmake/scripts/convert_vlc_to_cmake.sh: Fix config.h.cmake install.

commit ae2dba8c008c1dd93211dbf26553710c7a90d162
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:12:54 2008 +0000

    buildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.

commit c5146198c227053570f040e432a06f1c8eead089
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 13:06:44 2008 +0000

    Makefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X.

commit e0401e74e037f413632036dd2d5769899882963b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 12:44:50 2008 +0000

    Attempt to fix previous commit.

commit 09ec56bdaa8ad8a8cd0305f6d390b6f9347ac722
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 4 12:44:03 2008 +0000

    make.pl isn't autotools specific

commit b2ad2911599c320f83b0e5cdead28f40a22955d7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 12:29:00 2008 +0000

    package/macosx/vlc.xcodeproj: Fix files location.

commit 01458fb0cff84ae3d9bd0e3de159889d8509f9ca
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 12:25:00 2008 +0000

    Makefile.am: Also remove ./tmp from the VLC.app target.

commit d2bf76d06de2e272940c00561b2adfbb99f49289
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 12:12:15 2008 +0000

    Makefile.am: Automatically remove ./tmp in the VLC-release.app target.

commit dab8e12dee500dc68e4752313615aa4b000f41cd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 12:03:17 2008 +0000

    Makefile.am: Some target weren't updated during the move.

commit d935cd94fe18b27f58216980758e6430eed6119e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 11:56:04 2008 +0000

    AUTHORS: Add lua to dionoea.

commit 63ea30aa8429d413f162fd65ce0b0423ad70fd9b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 11:54:28 2008 +0000

    AUTHORS: Add myself.

commit 6e8eda8f7f74a8bffd92f1e2d44ccf4d42f00073
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 11:45:17 2008 +0000

    README: Document a bit more the source tree layout.

commit 07868f1396d57621c48ca8d1721dacecc98668f5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 10:42:05 2008 +0000

    cmake: Send in config.h.cmake.

commit 4371729a7c6a74535ea99d9b7f694576852e31cd
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Feb 4 10:34:49 2008 +0000

    README.MacOSX.rtf has moved

commit 9a955affc9c0686e663744515c51a27622076cf5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 4 07:13:02 2008 +0000

    Contribs: Twolame has new version that fix gcc 4.3 bug and fix some mono audio level issue.

commit d6cfab4413d5626e58d5222ef2112139076108e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 4 03:59:45 2008 +0000

    Idem as previous

commit f59e3d4d7958efd57a642e3ea5a3cd8e4f185cd3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 4 03:48:48 2008 +0000

    Small Win32 fix.

commit db5678713a7bb954606ba58e3b2bc5245fcd204f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 02:30:03 2008 +0000

    macosx/framework: Fix contrib location.

commit ed6e425621bff5903ce84ed4ca09aacf921f13b2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 02:08:11 2008 +0000

    buildsystem/cmake: Add an embryonary CMake support. Files are constrained into the buildsystem directory so you need to populate them prior using it, using:
    cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh

commit a82cb9cd0e154c9d0846ade9113f65b80683a40f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 01:39:48 2008 +0000

    projects/mozilla/Makefile.am: Fix Mac OS X's package file location.

commit 70a7449f5a0ddafe99451e29fe6f04bf421e8247
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 01:37:46 2008 +0000

    Move README.MacOSX.rtf to the macosx package directory.

commit 3e3af458459aa67a5073831866e2f18c341942e8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 01:28:24 2008 +0000

    Makefile.am: Get package files from the new location.

commit b3372f1fd0cd732b956eeb545bd40873af6fc42a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 01:19:53 2008 +0000

    Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.

commit 2e888fde246ecb0d346ecc02e7df0c82724f02b9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 01:17:33 2008 +0000

    Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
        projects/ - contains projects that link to libvlc other than vlc and the bindings.
        extras/package - contains the packaging specific files.
        extras/deprecated - deprecated files.
        extras/buildsystem - contains non-default buildsystem stuff.
        extras/analyser - contains code analyser (such as editor specific files) specific files.

commit 9403fcee68290b70f41dcb2aa6efc1093f837657
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Feb 4 00:18:33 2008 +0000

    vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages.

commit 4d6a0a40d59e256385e9b2c5638a2848a99c16fc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 3 21:26:04 2008 +0000

    Contribs - XML CVE-2007-6284

commit 3b235f8db7fec3f4a244c755fa3b679d041378dc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Feb 3 20:54:45 2008 +0000

    contribs: really fix this patch

commit ecafa84f7170a6d539a0586af1aeaef097590573
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Feb 3 20:43:28 2008 +0000

    contribs: fixed ffmpeg patch

commit 1db1e0f0e2fc78a284d1162e782bf07a5d8d64ff
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 20:38:34 2008 +0000

    Remove dead preprocessor directives

commit 9c5aac5c0e6880517497e7a651c56324ad1935ea
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 20:34:44 2008 +0000

    Missing checks for alloca and mmap

commit aaf004a2f6af24de589f44bb3fe7ec018b04f3ae
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 20:12:50 2008 +0000

    Don't include stddef without checking for it.

commit c4f5530cc3500542dc8c5e08efa54997edf279b9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 19:09:45 2008 +0000

    Use waitpipe when establishing an outgoing network connection

commit 518f3a21a2e4ca352dd8a9392be85e70fa4357bb
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 3 18:38:10 2008 +0000

    Add a public function to create the p_update struct.

commit 014c5b76f3f37b722aa86fcc1cd85e1c9369e2a9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 18:31:07 2008 +0000

    Remove libintl from the source tree.
    People use libintil from the contrib anyway.

commit 249229af3260e94e3b034aad037b55f717ac5df8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 18:30:25 2008 +0000

    We don't check for limits.h, so don't use HAVE_LIMITS_H

commit af48cdef474e0eae17176df30dc5624aeea8c077
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 18:29:24 2008 +0000

    Missing #include

commit 46ff91c65202b418c260fe5f4a8c3b3cd0e6580a
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 15:23:15 2008 +0000

    Fix realaudio linking on Linux without the Win32 loader

commit ade1ff287845323353934bb70f4a32b2986b4804
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Feb 3 14:58:06 2008 +0000

    macosx: GUI demo of Simple Preferences showing the Interface and Audio categories. Feedback is welcome.

commit bcca390d4441aac7c53e60b457e17bb4af8f6f71
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 14:02:07 2008 +0000

    Cosmetic: Use $(...) rather than ${...} for variable expansion

commit 4fb40a4b1dff58b216ddff79fe2535054dfaa18e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 10:18:05 2008 +0000

    libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo

commit cffd9d0fca7c28f12f54d4ba3a9ef90061754698
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Feb 3 10:15:24 2008 +0000

    Ordering fix

commit a625817c44e2067ed2db5e35c0e1984522b1469a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 3 00:33:26 2008 +0000

    text/charset.c: Use #ifdef instead of #if for HAVE_ macro.

commit 28ef18e5bd8a5d06cefc535e73953a0f1225ed90
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 2 23:49:02 2008 +0000

    DVCPRO25 and 50 in AVI...

commit f8e862a31ccc1dbfd63864684458f82e3b9ee179
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 23:21:46 2008 +0000

    Put the preprocessing flags in CPPFLAGS

commit bb0c23faa179c82b07e46bb03141dfd00bfdf826
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 23:11:04 2008 +0000

    Fix fribidi.pc

commit e751a0a7f13d74a2385c1597f3a1a3df0d295a8a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 2 19:17:41 2008 +0000

    Cosmetic (corrected a comment)

commit 2642d48aa70b003967bdb2d0b85ab25472144651
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 2 19:15:32 2008 +0000

     Fixed seeking at the exact stream end in block mode.
     It fixes errors when using mapped file input (for example with asf,
    or with truncated files)
     Please, report any regression (with dvb, mapped file, v4l, mms inputs)

commit d8ae0aacbe77c5b288edec6c3c264e0c7858ad83
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 2 18:37:01 2008 +0000

    vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.

commit d1c108ec3cbac130eee406f17c8933fb3d2eec07
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 2 17:50:28 2008 +0000

    qt4 - ehm, I did neither resize the windows nor wanted to do that. QDesigner is a strange thingie...

commit 25ceff3f1524a9718890f2648b8add447ffbc44f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 2 17:27:39 2008 +0000

    qt4 - some string unifications. Open for comments.. ;)

commit 747daa90b8046d4f817b9049b110af7813ce44f5
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 16:18:05 2008 +0000

    Use pkg-config for freetype and fribidi. Please report if your distro don't have the .pc for those. It also affect skins2 cflags and libs

commit 0c59687489172613c84aec13fd80813032b802b2
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:30:13 2008 +0000

    growl: better formatting of notification, depending which metadata is available

commit 43c75f9d149c0da2cccac85c9f0be752d1bd2c5a
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:26:34 2008 +0000

    mozilla: update svn:ignore property

commit 6366a6c48f08b10987a240b729ef9d8005bf2e6a
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:24:31 2008 +0000

    mozilla: fix out-of-tree compilation on macosx

commit 68f4acf9074f9c7c889685838b3368720959c613
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:23:53 2008 +0000

    make.pl: match gcc -mmacosx-minXXXXX lines

commit 3c54b698d868c7002b24bba4a064c56f021e0eb6
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:23:17 2008 +0000

    contribs/src: update svn:ignore property

commit 087cd78556f69c48bac1e60057037adcac1abda0
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:22:18 2008 +0000

    contribs: move macosx gecko-sdk in the right place

commit 9ddb154fb22c3d808e3ee2a257ee39b85754a349
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Feb 2 15:21:30 2008 +0000

    misc/osd: set svn:ignore property

commit b7513df506e5b81b19ffadc08973ef83a2825b72
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Feb 2 14:39:45 2008 +0000

    Capture devices interface changes: put v4l2 before v4l. Put the advanced settings in a scroll area.

commit ae87215a25921a146be4b2ccd22192f529ff9b4e
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 14:11:19 2008 +0000

    Include stdint.h for uint32_t. i'm not sure how portable it is and how to make it better without including config.h

commit 2c5961968b30854a320a37baee61b20454c305d2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 14:10:47 2008 +0000

    svn:keywords

commit 47d3ba0c807489c6cf918a636e1b5404f5dcbaee
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Feb 2 14:07:33 2008 +0000

    Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).

commit 03fefb1cb273bf54a9f68828ee03bd490edff233
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Feb 2 13:50:17 2008 +0000

    Add a missing word.

commit 3aa161adeee17635a723184260b63bea1695236a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Feb 2 13:33:09 2008 +0000

    Some more of the same.

commit cacd01db035b065bdecc2ac70807fbc18b56ed11
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Feb 2 13:26:56 2008 +0000

    Enable use of MMXEXT if available in modules/codec/ffmpeg/scale.c

commit d4ed9e115a590409b9a48df13cc63c67f6720d1d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Feb 2 13:11:17 2008 +0000

    Fix error in gpg signature verification function. Gcrypt is responsible for freeing the value returned by gcry_md_read, so we shouldn't free it ourselves but use gcry_md_close instead.

commit e9fffd8895d71e629ecc61419a0df28529d25afe
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Feb 2 12:56:23 2008 +0000

    Restore resizing functionality with ffmpeg swscale. Please check if crop and padding work as expected and report any regressions.

commit a51161fa3baf77512d679464ff7137f5375bae70
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 2 10:55:34 2008 +0000

    configure.ac: Darwin doesn't have X11 in most setups either

commit d365b987a6873486c3a03622df8a60fea20489be
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Feb 2 09:43:59 2008 +0000

    Oops use -a iso -o

commit f52a08fd3ea599c03920a8f4b6a1b922dd9ca48c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Feb 2 09:08:11 2008 +0000

    Revert [24765]: Add -lX11 to qt4 linking on non-Windows systems only.

commit 3707af9db852aab8d69dae0a1b1199e125cf6464
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 2 01:18:00 2008 +0000

    Contribs: png depends on zlib

commit 6b797c9c6a889d787c91545151c1cd26b81bec70
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 00:51:08 2008 +0000

    Revert [24749]. Somehow win32 doesn't have X11

commit 78d4a87fc6ad5f58af52886364a77d75e8ee6cd2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Feb 2 00:46:38 2008 +0000

    Hopefully fix libgcrypt linking

commit b1db6c5c40aa5d175dbc48658be5482698b09db9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 2 00:08:58 2008 +0000

    Qt4- DOn't assumer string has been included

commit 27e9f03df05a22c1e6defacd353a8eb3b6e5862e
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 1 23:51:03 2008 +0000

    Cosmetic

commit f03ffad5affe8810d3bddf13b152f2d5952378c2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 1 23:01:11 2008 +0000

    Qt4 - Use qtu() and no stdString

commit 8a6aa1e9f388a91d8cc98ac8b6fe8764c4cc6e62
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 1 22:33:26 2008 +0000

    Contribs : Use Qt 4.3.4snapshot on windows. Compiled with -O3 and patched with the help of Trolltech.

commit 78b6e9ca27572861fdd4da35e70847dfc2106fa9
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Feb 1 19:02:16 2008 +0000

    Brazillian Portuguese l10n update by Sidney Doria

commit fa417cafd73799553e92e5075dce22af1ca3efaa
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 1 19:00:29 2008 +0000

    Fix previous commit.

commit fac2543c284b118c54054c3de9615d8b5218128c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 18:58:26 2008 +0000

    VLCKit/VLCMedia.m: Fix the compare: function.

commit 6576b0b21a58a87207a5b7e72887659de3bd3fd1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 1 18:19:19 2008 +0000

    Compilation fix for Qt4.2

commit 163fe44a986abaea166958f403f680095dd25ca0
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Feb 1 17:59:06 2008 +0000

    fix align setting, p_spu->p_region is null there

commit 71ff7a2ab05ddedcd14126c09caf1ef83c444575
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 17:50:15 2008 +0000

    modules/genmf: Use printf instead of echo -n to prevent some weird shell/Makefile issues. (Fix make install on Mac OS X).

commit a950a071e98a15da3ffedd07cd7f1bf4f1560709
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 1 17:16:11 2008 +0000

    Set the Win32 console title

commit 90a0020f6dbc94b5f07605d9bd6658273e208f7d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 1 17:13:50 2008 +0000

    Set the proper output codepage for the console.

commit dab63839ecf1fe7884dbfac21a38a80e6d51ebe0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 1 17:07:06 2008 +0000

    Simplify ConsoleWidth() and implement it for real on Win32

commit dc31c77afc9209dee190a6d64b63b152d1d1ddc6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Feb 1 16:53:16 2008 +0000

    Fix "1: command not found" error

commit c2107f8113961b3755e5672f194416869735835d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 1 13:02:42 2008 +0000

    Fix building of qt4 gui

commit 17a2185712a38cfb2b9263e69b9deee2cbfd211a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 13:01:53 2008 +0000

    libvlc.sym: Add some previously undiscovered symbols.

commit 3058c07a6e6b52d560a043e814500e74e24b4eb4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 13:00:25 2008 +0000

    src/check_symbols: More work around and fixes for symbol detection.

commit 85a11b9c19d72e1423c143c223b283c2fca858fd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 12:31:58 2008 +0000

    src/check_symbols: Work around some sed implemention. (Especially Mac OS X's).

commit afdf4746f2161a2df572fe07ab32dc79471f8623
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 1 11:02:25 2008 +0000

    SDL_image: fixed patch submitted in [24741], so it does merge correctly

commit 26714f229b249ab989cecd121344689354ff355a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 10:50:19 2008 +0000

    test/headers.c: Make sure __LIBVLC__ isn't defined.

commit 9291c27e32bc30d4036b74c55d62566e3f779398
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 10:43:20 2008 +0000

    src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_iconv is used.

commit 1fd47f50de3b30f45401b4e207f1644404ceec4e
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Feb 1 10:37:54 2008 +0000

    Fix CVE 2006-4484. Should be backported.

commit ae26ef1dbcba4c3466d0143baa69eb5d0541c58c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 1 10:27:04 2008 +0000

    contribs: updated the ffmpeg OSX intel mmx patch to match current svn

commit 27808e124a51aa727f760dd70990509a90a28510
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 10:15:46 2008 +0000

    vlc_arrays.h: Sanity check.

commit 9afe60081bbad75e6bd907226759a182d6150ee1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 01:32:05 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Support the VLC-release.app target.

commit 3e75c8bc8fb5246b6bcc496c240e47dc9a9e156b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Feb 1 01:31:08 2008 +0000

    Makefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework.

commit 95a6cb5e37fa2a96fed78592f92619b1030c86e4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 23:27:56 2008 +0000

    Forgot the quit line.

commit ead3487d308ff925800caa9c70c4915e6b14ed26
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 23:26:17 2008 +0000

    Let's go on with the "women enslaving men" category.

commit 20f3acbf3852dd65cff6065b08c15f7665c7cc50
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 23:20:45 2008 +0000

    Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that.

commit a80b4670ad25c57fce95af299fb3f6bbf97b8ecf
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jan 31 22:22:25 2008 +0000

    Revert [24713]. If problem there is it's in configure.ac or in the qt4 .pc's

commit 2e436947120262015d11616f029d65618b4b5b20
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jan 31 22:19:21 2008 +0000

    Add a tooltip

commit 28825619153e9637a9d80146ee7d525b1ec920a5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 19:49:55 2008 +0000

    Qt4 - #ifdef WIN32 consistancy if some insane people try Qt on Mac.

commit 3e75ca5651e523d224b57855baa9cb1a4664a459
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 18:38:06 2008 +0000

    Allocate message queues mutexes against NULL instead of an object.
    This avoids an infinite recursion if vlc_mutex_* fails (calls msg_Err).

commit 92d9e96b0ba7c1eee3d8200386c0ecce1d079acc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 18:30:12 2008 +0000

    Typo

commit ccb3a60176d4463af2f8cebac128f75c4ca9e2fc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 18:27:51 2008 +0000

    Fix [24726]

commit b813408ab1a5072af0c11e28ade4024bbb344291
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jan 31 18:19:17 2008 +0000

    macosx: added an extra sanity check to fix video playback on Macs using the QT4 interface (fullscreen mode still broken)

commit 08606c7159d799fa7f64452f89d777a8a3710738
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 18:02:38 2008 +0000

     - Use posix_memalign when available.
     - Use inlines for expansion safety.

commit 88e2bbbaaa6d2f0b3e2e23e4392607e05abf13f5
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 17:51:46 2008 +0000

    Don't loose our INSTALL

commit 29606418af970617b4b8c56694949a6142117614
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 17:49:29 2008 +0000

    libvlc.sym: Revert previous commit as I was apparently lagging behind trunk.

commit 88a49c8bfc0ceaeeee4c4b5f1c76b17ebc63e59d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 17:45:22 2008 +0000

    src/libvlc.sym: Update symbol list.

commit 9998b1b4ef14dd879b662d1da728f0ca44954764
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 17:37:17 2008 +0000

    Use autoreconf instead of playing the how is automake called game.

commit 79873cd826344ae2ff8e36c852e4a3d3e3705aa3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jan 31 17:36:00 2008 +0000

    *coughcough*

commit 1ecb168d19f4f82bba2dbdce3c6e83c7a06fd49b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jan 31 17:24:36 2008 +0000

    qt4: fix [24714] properly

commit 09804cdb6bee5a2db80298a6eedf1a8a905d53da
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 17:21:33 2008 +0000

    ffmpeg-svn-mmx_removal-darwin9.patch: Update to match ffmpeg svn.

commit 4ecf7a645b2e9502c925ed523b547e3009ccfde7
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jan 31 17:20:26 2008 +0000

    contribs: added an optional entry to compile QT4 on Darwin. run 'make .qt4_mac', if you want to build it. Note that you'll need to type 'yes' shortly afterwards to accept Qt's GPL. I'll provide a patch for this.

commit e76d847b0ec649776753f783cf0cc97f5a20e0b8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 17:20:11 2008 +0000

    Move automake options to Makefile.am

commit 85a37a8cb990d3a992550b96bdea703a5fdd511c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 31 17:11:58 2008 +0000

    Yes, it works

commit bbc8f6c6ca9d8b3bf8967bc8e8063255ae0930ec
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 17:00:27 2008 +0000

    contrib/Makefile: Remove references to the gettext-macosx.patch as it is no more here.

commit bbe3b734179b1da01c42c041c7e7512e847d635f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Jan 31 14:54:04 2008 +0000

    Disable broken code, please compile before you checkin

commit 267a0def31736bd50f4205c05f6abd3b0a53084f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Jan 31 14:54:01 2008 +0000

    Disable broken code in qt4.

commit 258a1532f5f36593885d1e672b6b8ad11691f31d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 31 11:54:37 2008 +0000

    configure.ac: No more objective-c in src/.

commit 5bf3af78237fd4aafacee76b787bda69cb5ae77d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 08:40:51 2008 +0000

    Qt4 - Fix behaviour with --qt-display-mode 2

commit 7d1569cae4d52cc1dfe8d63c9b3fb7fbe8d781e5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 08:28:11 2008 +0000

    Qt4 - Start mode configuration simplification.

commit 83210184c579e782f07999dd96ebebe36de04bab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 05:46:15 2008 +0000

    Qt4 - tracks detection is splitted from the other functions. Fix the "fullscreen button not showing" bug in some cases.

commit 890f92176f89c068770a6325263e3454d75719c7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 04:55:12 2008 +0000

    Qt4 - Fix compilation

commit 795e29ee5c30b0754793c0d065aa0d801ae8fc11
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 04:50:27 2008 +0000

    Qt4 - taglib defines attachment:// Make a comment on that.

commit 7a8ee109159cf9c62944adb1b83f314fd732c5d4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 04:46:17 2008 +0000

    Qt4 - UpdateArt separation from other functions in the IM.

commit 527187a035e7392365f6f352f43ab63fc0bf330f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 02:46:03 2008 +0000

    Remove useless ui properties.

commit 547a4494dff2a2781a19c1be52ea3aa8e960c903
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 02:34:31 2008 +0000

    Qt4 - Extended Panels. try to fix the sizing ...

commit 031e7a2d7288934c46192f0363345d9e230ee3e5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 02:00:43 2008 +0000

    Qt4 - Simple Preferences, audio: you expect to deal with % for the volume not abstract values from 0 to 1024... Added a label for that.

commit d9aab7a28592078ef59642d2eb301028dc3f9ea1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 01:17:01 2008 +0000

    Quick compile fix for Windows, I don't think we need this debug message.

commit 5e87283e04cd78d62e09ae7f4377023c55ecb7f7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 00:52:15 2008 +0000

    Qt4 - Updates: actually call the udpater when needed. Part 3

commit 2f20315adca6dc9546d8edd7e5059971b1d98bbb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 00:46:50 2008 +0000

    Qt4 - Update check every x days. Put it in the preferences, and in the privacy Dialog (may be useless on the privacy dialog ).

commit 6c157c745bffef923ca39de6e6f705d18351e2c6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 31 00:27:20 2008 +0000

    Qt4 - Launch the update every x days ( x being 14 days by default ). Check done just before the exec(). part 1.

commit e70608741eb7969285c6abbe1dc3c8d811afaa41
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 30 23:38:23 2008 +0000

    Qt4 - Sprefs audio alignment fix.

commit bf170e3f5909b459c1adf1e4fd7d79e949c39fee
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 30 23:34:16 2008 +0000

    Qt4 - Sprefs, avoid to cut text.

commit d5c6b9dfc4456f5b8a11a142fbe82ee46ed9ca43
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 29 22:35:02 2008 +0000

    Activate Czech and Slovak l10n in the win installer has they are now correct

commit a970900a916c2a0da5628f2f1e6bd612d58811a4
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 29 21:45:49 2008 +0000

    set qmin=3 in ffmpeg encode when bitrate is set and user hasn't defined qmin/qmax self

commit 04c1c21d45ad4fd9195838da2335a349c44acad8
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 29 21:44:22 2008 +0000

    Brazillian portuguese l10n update by Sidney Doria

commit 89f2455fce9bd360667128623371f4d6f65d5431
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 29 18:11:02 2008 +0000

    Comment related to previous commit

commit d1af4dc515e171d2c0d5ed68b3f948dd995c9bf8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 29 18:09:59 2008 +0000

    Sync Multipart JPEG content-type with the one used in the MPJEG muxer

commit aeb9817eb91d9df6030c0b5f9cd6762cd97319e9
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 14:20:45 2008 +0000

    freetype: fix compilation, vlc_mtime.h is already included in vlc_common.h

commit 1a70c09afd6b6a946bde6e18102f7a2519bd2068
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 14:00:54 2008 +0000

    dbus: fix warnings, implement GetCaps method (the signal is still missing)

commit 94a6747034ad39d24f7c7fd960017e7090aa8d4d
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:58:41 2008 +0000

    misc: fix warnings
        declare unused parameters in callbacks as void
        use size_t
        xml/xtag.c: comment dead code
        freetype: use mdate() instead of time(), remove unused parameter from UnderlineGlyphYUVA()
        notify/growl: factorize NotifyGrowl()

commit 25ad0cdef1cfe031218aae58017a5124335f55d0
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:55:19 2008 +0000

    mux: fix warnings, fix Control() indentation
        avi/avi_HeaderAdd_str{h,f}(): removes unused parameter
        mp4/Convert{SUBT,AVC1}() GetD263Tag() Get{Text,Vide}Box(): same
        mpeg/ts/BufferChainClean(): same
        ogg/OggCreate{Header,Footer}(): same

commit 51bc0c4a0c7875d64cacce29d057a0dd600d7620
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:48:20 2008 +0000

    video_chroma: fix warnings

commit 5673af6fecd59187ae1367c8b5661ecd545d4f91
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:47:44 2008 +0000

    vlm: kludge to avoid well-handled NULL format string warnings, and factorize ExecuteHelp()

commit 733a686ea25ee196a0b402d8794646dfb25f5c9b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:46:15 2008 +0000

    video_filter: fix warnings
        declare unused parameters in vlc callbacks as void
        deinterlace/RenderX() & motionblur/Copy(): remove unused argument

commit 3ab1807f9e8f5ca13dd6850b4df3ab6cdc52e005
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:43:53 2008 +0000

    id3tag: use size_t to represent sizes

commit 52e95c97f521097c3ac0f77f2b1aa0d0e04d35f1
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:40:35 2008 +0000

    stream_out: fix warnings
        rtp: add the prototype for rtp_packetize_h264_nal()
        transcode: transcode_{spu,audio}_close(): removes unused argument
        mosaic_bridge: video_del_buffer(): removes unused argument

commit ce654e9f4e21951c6676361b7718646714d00b98
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:38:00 2008 +0000

    EsIsSelected() input_ClockSetRate() input_ClockInit() input_ClockResetPCR():
    removes unused arguments

commit 079a1818dc58b9dc81ca92b5217da2a8d599572f
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:34:30 2008 +0000

    codecs & packetizers: fix warnings
        use size_t instead of int to represent sizes
        removes unused parameters from:
            block_BytestreamInit()
            mpeg4_audio/LOASSyncInfo()
            cinepak/cinepak_Getv1()
            speex/SendPacket()
            subsass/ParseColor()
            ffmpeg/postprocess/InitPostproc() & PostprocPict()
            dvbsub/YuvaYuvp() & encode_pixel_line_{2,4,8}bp()
            faad/DoReordering()
    
    vlc_block_helper.h:
        use size_t, removes unused parameter from block_BytestreamInit()
    
    struct filter_t:
        removes unused parameters from pf_picture_link() & pf_picture_unlink()
    
    cmml: fix a segfault (p_item isn't an input item, despite the name) present for some months, proving that nobody did use that code ?

commit c4802454727f939844aaf4d44e49e7fa7c31f32b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:20:49 2008 +0000

    input_CurrentMetaFlags() takes a const parameter

commit 344f75bc919e09535b43a117c20a40f2f4a7bf1d
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:19:29 2008 +0000

    MRLSplit(): removes unused parameter

commit 04c8bb5da416fb26239f21c319966d9f03449dcc
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 29 13:18:01 2008 +0000

    loader: fix a warning

commit 99da87a84b43806f69369ca4b5dcb7cffe9ce1f3
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 29 11:47:23 2008 +0000

    - fix qmax/qmin if statements
    - if user requests certain bitrate, set defaults to qmax=51,qmin=10 if
      user hasn't defined them otherwise. Should help normal user to get
      bitrate he/she requests.

commit 1662591d14a325ccd830242aed7333b833049fb2
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 29 08:03:27 2008 +0000

    small (ugly) fix to check EAGAIN after recv returns -1, fixes telnet-interface input

commit c37a1aac1b6d6a6f0531756f907ea70ab7c9e8a0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 29 01:14:19 2008 +0000

    Contribs- bump dirac to 0.9.0. DOes anyone actually use this codec ?

commit 5d34fbe1ce2f13b11c1fcb09dfca81dc3b3ed214
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 20:34:48 2008 +0000

    Add -O3 with mingw in the contribs.

commit b5263f9cf9d94b558502fa932c8e5f053915e6ff
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Mon Jan 28 19:58:10 2008 +0000

    Fix builds with dirac >= 0.9.0, require it as well.

commit b6ca26bb09065b30348425f215c7007b0a4aeadb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 19:51:38 2008 +0000

    Contribs: remove unnecessary patch.

commit f09786cf087c1a3651523398ce32c4d33fd13f38
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jan 28 19:51:25 2008 +0000

    Compile fix

commit b0d5c622bc9bbcf5997335e1112451bac6c1e602
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 19:50:33 2008 +0000

    Use --disable-devices in contribs.

commit f81c081cfd02817ad08b2527cee6452cbe25fd57
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 19:19:29 2008 +0000

    Contribs - Remove unnecessary ffmpeg patch merged in trunnk.

commit 060298d296a76a75d2047ffc43b559888961c8e7
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:41:34 2008 +0000

    audio_filter/: fix warnings
    remove unused parameters from:
            EqzFilter() (equalizer.c)
            stereo_to_mono(), mono(), stereo2mono_downmix() (channel_mixer/mono.c)

commit ac175b34c25addef2642e6bd6cb738d098136957
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:33:15 2008 +0000

    services_discovery/: fix warnings

commit 4c34dd9404def1bfef4bf579bf75ea7a1a0bb875
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:33:02 2008 +0000

    ncurses: removes useless unused parameter warnings, mvhline()->mvwhline()

commit 656fa1a272ce7a62657a2ce742015d29890c4deb
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:31:13 2008 +0000

    demux/playlist/ : removes useless unused parameter warnings

commit c35ce64434d25909fd8ce18abc3d0df2a5ec9668
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:29:43 2008 +0000

    audio_output/ : removes useless unused parameter warnings

commit 70ac3d928c9437f704f6130f67db50678661c089
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:24:41 2008 +0000

    control/*: fix warnings
    rc.c: disable update code

commit b687f9e9cff90c72eb4f51332a314d098da4ffe6
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:14:18 2008 +0000

    xcommon.c: fix warnings

commit 8728e7f2de59f4bd740ed0abe6e09a7c8fede9ec
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:12:18 2008 +0000

    video_output/opengl.c:
        Transform(): remove unused parameter
        avoids useless unused parameter warnings

commit 3b24180294c2cc3bdc15c2d2e9ad6693951fffca
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 28 17:04:30 2008 +0000

    CSC want mb_str initialized explicitly

commit 3503ab25515909d273d425f6f5f3bd3074f2cfe2
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 17:01:48 2008 +0000

    video_output: avoids unused parameter warnings

commit 689dd889dee2ea43e8a7cb64ccec0b923a8a60bd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 28 17:01:48 2008 +0000

    Only use waitpipe for _kill, rather than _signal, which is what people expect
    (You really don't usually want your net_Read/net_Write to interrupted).
    In the process, fix a deadlock in vlc_cond_wait() when waitpipe is used - fixes #1448

commit e15891a3316a7b2c3fc0480fd5ff8f18858d8802
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 28 16:58:49 2008 +0000

    Cannot seal a struct

commit c76522a3f0c114553badde7781bc70194c991719
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:57:42 2008 +0000

    sout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument

commit acb0c8e13c6e4c5c4e2a4b1ef25cbe8f05383883
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 28 16:56:48 2008 +0000

    Fix net_AcceptSingle return value

commit 873ae30abab00fce28105f8b968fc20c187fd2c1
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:55:00 2008 +0000

    libvlc_release() has only 1 parameter

commit 2bd0742ce6af4078f2657667d6f7123b9c99cffd
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:53:04 2008 +0000

    control/http:
        mvar_InfoSetNew(): removes unused parameter
        avoids unused parameter warnings from httpd callbacks

commit bbd1c26adf8f182b3a68bebfc43171c2ca50314b
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:44:02 2008 +0000

    visual: removes warnings about unused parameters in vlc callback and Run() functions

commit ba94a1b655983aa0dbfcb8a5d09436007a22b7df
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 28 16:40:32 2008 +0000

    Fix previous commit (dead code...)

commit d5b5b74679e4a5ae7353dacc87d6991f9325156e
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:37:31 2008 +0000

    aout_DecNewBuffer: remove unused parameter

commit b2108b39f8c3a590c879de982fc0c4da88bed4bd
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:35:34 2008 +0000

    audio_output: same

commit aea8bd76f5b5e82246f81343319f5932b08964ae
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:34:39 2008 +0000

    video_output: removes warnings about unused parameters in vlc callbacks

commit 795fb9bc6f57b6baf2469ddba9a347da1af933c3
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:33:02 2008 +0000

    network/udp.c net_SetCSCov(): removes warnings if UDPLITE_RECV_CSCOV and DCCP_SOCKOPT_SEND_CSCOV are not defined

commit a9eeb55307274d9510a55d29e1613ede8895d9bf
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:28:29 2008 +0000

    modules CacheFind(): remove unused parameter

commit 38d7da29c086a7a7a1e5eb4d49be0be7e744493a
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:24:02 2008 +0000

    update.c verify_signature(): remove unused parameter

commit 358bcd0521fb700b5685f4cba9ed2ae1a2bfd032
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:23:17 2008 +0000

    control/: don't show warnings about unused exceptions

commit e51438389d700fb93c49dccafa766ab03d567547
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:22:20 2008 +0000

    libvlc_release() has only 1 parameter now

commit 88fc2c2874b49d4a3619049480e15b0c23113287
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:19:38 2008 +0000

    libvlc_release(): removes unused exception

commit b941c1e48ddf3de05bde370ab6495f4580587dda
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:14:16 2008 +0000

    vlc_object_get(): removes unused parameter

commit fb4f6e01e374aa9d8cd7b8c7213134596881dba7
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 16:02:33 2008 +0000

    removed unused parameter

commit a72087f6a734664ee0efb4a074944f1ddae37e2f
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 15:52:08 2008 +0000

    make.pl: beautify g++

commit 0b55c9c58ebdc36ebd59e579220d5db59c4d1d3a
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 15:37:24 2008 +0000

    fix warning

commit 07c3e97d597df3b58b263def3e86371c7df688f8
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 15:35:55 2008 +0000

    removes unused parameter

commit f31407eb6b2ef1b97e54abacc73367235a06ace8
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 15:28:25 2008 +0000

    warn about unused parameters, detect plugins with undefined symbols (disabled only on FreeBSD)

commit 75968f5cf7212664b65091ba89dd598a412fb83a
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 13:55:39 2008 +0000

    contribs: remove unused patches

commit 7eaf2803cd2648d8c37330beff67e4f30ce74b39
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 28 13:54:31 2008 +0000

    contribs: update to fribidi2 beta (0.19.1) to hopefully solve problems with arabic ligatures

commit 2b2ab5eb764bd1490bd3254a9eee5c927cc8750a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 07:06:33 2008 +0000

    Qt4 - Message, translate the filetype filtering... Translators, don't screw up the syntax...

commit d573183219f6dbf04ea345a0957d20fd6bfee50a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 07:03:23 2008 +0000

    Qt4 - VLM Export in the interface. Patch by Jean-François Massol, adapted by me.

commit 7f948daa2445e912d002bc554ef349ae4f9fc09d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 06:53:36 2008 +0000

    Qt4 - More debug to track regressions from today's work.

commit 343112c107b21d130b3529b93c3ec9a574d56150
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 06:34:41 2008 +0000

    Qt4 - Should fix the hasVideo and hasAudio detection to enable the good buttons.

commit 94e24e9deebf7f7f70d212ad8cfe79ccbf4a386d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 04:16:17 2008 +0000

    Qt4 - Try to fix the detection of video tracks and show of related buttons, fix a segfault that can happen.

commit f7f88d5d8757e24782b2175e595ff61bc81fae05
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 01:59:22 2008 +0000

    Qt4- IM: update copyright and add myself to people to blame.

commit 0f70e31bd2f786626fead736a782a8775e8c84f1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 01:46:27 2008 +0000

    Qt4 IM. Commenting the work done.

commit 14e79100f6c3d3dc6d9949790b91bc41a4d19c70
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 01:31:26 2008 +0000

    Qt4 - Avoid assertion problem...

commit a7d4b90c96744725825680fe572273a679e7f0a8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 01:28:36 2008 +0000

    Qt4 - Be sure to update the meta on Playlist Change.

commit 95b468031fdd1f069c58afe78de1305a08fd7a52
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 00:55:18 2008 +0000

    Qt4 - IM. simplification again, since emit inputChanged() calls setInput.

commit 70304d686b939feedc4505b91b5cc85a2e664364
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 28 00:49:32 2008 +0000

    Qt4 - Simplification and fix the IM interaction.

commit a4521f0d251ed2f96c02fa5659027a16efaef891
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Sun Jan 27 23:41:54 2008 +0000

    * configure.ac: Fix hostname reporting on Cygwin (since -s doesn't exist) in reference to [24271]

commit a8365c234b17f3d49c2d541c5539a9eafa9ca4e2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 27 22:54:34 2008 +0000

    Fix previous commits.

commit 1182a557c95e439025520010ad6aeb6884358035
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 27 22:25:02 2008 +0000

    Qt4 - Input Manager, cosmetic, comments and perf.

commit ddd3518c0bf1fe2102105ed1ff77d4312ed72d17
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 27 22:00:00 2008 +0000

    Qt4 - cosmetic

commit f417c29f30cb520df48c588a74d8a16b6dfa6801
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 27 21:47:48 2008 +0000

    Qt4 - Try to separate IM and MIM

commit 8f2cd83a36d67d0107c9747be623903f60aaf24a
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Sun Jan 27 21:31:57 2008 +0000

    * modules/gui/minimal_macosx/intf.h: add config.h in reference to [24525]

commit 4dab7e4a8d7a1b3a303327fd1ffb1b7828a1f6fd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 27 19:14:36 2008 +0000

    contrib/libcaca: combining 'macosx-version-min=10.4' with the 10.3.9 SDK isn't exactly a great idea. This patch strips 10.3.9 support from libcaca and compiles it with GCC 4, etc. on PowerPC-based Macs, too.

commit 2c75bfcbe1fc45ed884436786c0bae1f37231d50
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 27 18:50:08 2008 +0000

    macosx: fix [24573]

commit bfdbb36ff8b2e79e7654bc656738ee1b07d83e70
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 27 18:49:32 2008 +0000

    macosx: we need to import intf.h before any import of vlc/vlc.h, because it includes config.h

commit a0e5fe35cae194edfbe8ef873169cbcb77136e56
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 17:59:46 2008 +0000

    Fix symbols list, fix linking on platforms that DO have strnlen

commit d5d9b5b303e703b544885b5b11a82c62d2e791ae
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 27 17:56:28 2008 +0000

    strnlen: export its VLC pendant properly and check its existance in cc.c. Fixes the compilation onDarwin

commit 32a40b60783189e6704c621e76343ac7fd1b3ce6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 17:51:49 2008 +0000

    Typo

commit 7b1fa618ce2e67689a1e1bd5f84f88cf21fc3aee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 17:05:30 2008 +0000

    Dist vlc_fixups

commit 239ee222798facb570c3e1964053f9e06fb6a4b1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 16:43:31 2008 +0000

    Update the symbols list

commit 47756a76e28ebd414ad5c33963b356e55774ef19
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 16:31:12 2008 +0000

    Fix another series of HAVE_ dependencies (string replacement functions mostly).
    Now vlc/vlc.h can be included out of the box.
    However, I believe it will only work properly on little-endian 32-bits platforms.

commit e6fc3cac4bd65c97fc07a5245ab8595803e8cc37
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 15:59:21 2008 +0000

    Don't mess up with config.h!

commit 7fd77d963a10bba8397593a48a23b970665a9d91
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 15:56:24 2008 +0000

    Default to using pthread instead of exploding.
    This fixes the single largest source of problems when including vlc/*.h out of the box.

commit 37bc09bf45ed85666de87b46718f69b5c1fb46bd
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 15:45:34 2008 +0000

    Remove check for pthread_once - we never used it

commit 9f442389fc05cb0ee6440f1773378792e3aab197
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 15:36:15 2008 +0000

    Remove #define vlc_foobar NULL from the gone era of vlc_symbol

commit 03efb5df5a1914279ddc8dde2c917a770fbea16c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 27 15:18:38 2008 +0000

    Fix VLM compilation with --disable-vlm - fixes #1431

commit 95ee803056f1c3d6efac80416dbcdd3643cd440d
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:26:33 2008 +0000

    fix warning

commit 4650afeab33d95e6859e6c55e07413b34015b13e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:26:08 2008 +0000

    cast to (const char**)

commit 44bf00f4936847565d65991c9374c7e2dd31c849
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:25:31 2008 +0000

    cast to (char*) , remove unused code

commit 8c083ee2debc53ef35dca25ac6247d8649091965
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:25:03 2008 +0000

    missing header

commit b803dd3a498e4a88363944e8d3ed191febdd7860
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:24:33 2008 +0000

    cast to (char*)

commit 9b967223a0bd17c8e3ce1928a75f3faa4ba4b99c
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 27 14:24:04 2008 +0000

    fix warnings, using (char*) casting

commit 86cc898ec1322515d6f849d729718a54e7bea6ff
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 26 15:18:21 2008 +0000

    Standard MIDI File: don't abuse demux_vaControlHelper which is meant for sample-based audio files. This fixes the warping position and prevent uninplemented seeking.

commit 50d6ebe6833e4933ab433958950b3ed181e62096
Author: Christophe Massiot <massiot@videolan.org>
Date:   Sat Jan 26 12:30:36 2008 +0000

    .

commit e20319314d0ce591fa4ffa5a5f58a5e51b9f9a37
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 06:24:47 2008 +0000

    Qt4 - Fix segfault from previous commit, and read from the config only once and simplify.

commit ef26e8eadbfde35692b36a68d2f746c494cc2d78
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 06:11:20 2008 +0000

    Qt4- Playlist Model. Save the showColumn flags in the configuration ONLY during distruction and not while running.

commit c9ceb4ea32f7b89bc6963436a64a3bc2991de94f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 05:12:23 2008 +0000

    Update Po

commit c243a82ea99d0f3fd4bf42a41227cc07f95f4c10
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 04:37:06 2008 +0000

    Qt4 - Split PLItem and PLModel in two different files.

commit 8c9cd59bcf8bba56fb92f78e3b50550f1a96e524
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 03:44:38 2008 +0000

    Qt4 - playlist, Don't fetch name if you have title. Less memory used, I think.

commit 9272a98e138b6f7b060f28284b5fb8a7d47a1138
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 01:53:51 2008 +0000

    Qt4 - Fix some sizing in open dialog.

commit 2a4b54dd11ebdb088bd79ca5c5436527085c7803
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 01:53:26 2008 +0000

    Qt4 - Remove unnecessary inclusion...

commit 499342e1842c1d79a029256695672833baf10c4b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 26 01:51:35 2008 +0000

    Qt4 - Windows. Put the file extensions in a tree and in categories. Various checks on registry manipulation and on building of the dialog. Basically close #763

commit d9affb14ae51d0d3efc584c050313fed9e8a4c4b
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 25 22:23:55 2008 +0000

    QT4: Modify About dialog: make it brief, clean and simple.

commit 46e1689c110eed5f4fc6153191100c52b80af617
Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
Date:   Fri Jan 25 21:31:18 2008 +0000

    Added a csri based renderer/decoder for ass/ssa subtitles. Can use
    libass and asa as rendering backends. By equinox. Part of Google
    Summer of Code

commit a6cf78b29a4aa7b4547037089401cc9bee326a60
Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
Date:   Fri Jan 25 21:26:43 2008 +0000

    subtitle demux change for better ASS/SSA support. By equinox,
    sponsored by Google Summer of Code

commit bf35f491e383733efc597125f8ea580225db6bc2
Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
Date:   Fri Jan 25 21:23:56 2008 +0000

    Core changes needed to add asa support. By equinox, part of Google
    Summer of Code 2007

commit e96eb7449739f3c49beab70ce4cd366193cd69af
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 25 19:49:45 2008 +0000

    Fix scaling of subpicture in fb video_output.

commit c28d3216e9fe9df4631f2c1f0306711c63a9823e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 25 18:59:31 2008 +0000

    If the framebuffer hardware doesn't support double buffering in hardware, then do this in software. It will increase vout memory consumption by at least one output picture size, but will guarantee smooth subpictures in the video output.

commit e5762306a3dc2ebc7487a4b96f3fca2a5dc522d1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 17:54:30 2008 +0000

    Qt4 - Moc knows SYS_MINGW32, but not WIN32. Temporary fix.

commit 235d2f4586b5dc5678daf43246f53502935b04a8
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 25 17:32:06 2008 +0000

    - set rc_min_rate = rc_max_rate when strict-rc is set
    - disable frame.pts only mp4v (seems to be bug concerning only that
      codec)
    - initialize p_sys->i_hq to FF_MB_DECISION_RD if else ain't specified
      (seems like it's used uninitialised otherwise)
    - set mb_lmin/mb_lmax and lmin/lmax also with qmin (ffmpeg documentation
      says lmax = qmax * FF_QP2LAMBDA) seems to help rate-control.

commit de70828af4f3a4599e5fe0e3b9c1fd3651faceaa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 25 17:12:08 2008 +0000

    This file does not exist

commit 46d6d2d1d32b386b5fb8463b44bcb8f14c8a54d1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 25 16:51:54 2008 +0000

    move mutex setkind hack to src/

commit 59bc158988d5db1c29381151c133f0babc7a198f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 25 16:41:35 2008 +0000

    Same as previous commit

commit f8ac2540baca71620c0e4c2e7bed5166e5fa39f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 25 16:39:07 2008 +0000

    Fix cpp warning

commit bb352cd558ddf3729b06511bddd002c922c05914
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 25 16:38:14 2008 +0000

    Privatize the memalign replacement

commit 0370021454ba3f18bf12bb8d3426cf0fcabece7c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jan 25 15:54:24 2008 +0000

    Update POTFILES after file renaming

commit 0df1578e9158d0afbb231c4de64db28cfc78187d
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 15:15:56 2008 +0000

    access_file: fix a vlc warning

commit f3c16935fa5cdf084ebcc81d994f267e9adfa1fa
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 14:45:13 2008 +0000

    lua demuxer: update dailymotion thumbnails

commit 41af59e14d20b4a03a210d00437b0dfbf202069a
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 14:12:36 2008 +0000

    fix segfault

commit a93540a4f6d2c63e5d56425e3a0e5ea33ee12406
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 12:51:53 2008 +0000

    fix apple remote compilation

commit 41c48a7abd3888f615fb7bd26e77dc30ef127fe1
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 12:50:17 2008 +0000

    fix cdda compilation

commit b61832028c62cbcc6db348a49e5e2cc9db07d1d6
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 25 12:45:35 2008 +0000

    contribs: don't build libcaca's ruby, C# and C++ bindings

commit 201318461b0e72491c5cc3e3bd75a0ef3f1fdaff
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 08:42:24 2008 +0000

    Qt4 - Remove QFontDialog Dependency... We don't have some CONFIG_ITEM_FONT yet... Do we have complete fontconfig support btw ?

commit c26aaba47805d5c3a8298abfa2a65ff705c52474
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 08:18:40 2008 +0000

    Qt4 - Remove useless inclusion.

commit 89a3a1b44485cb02029173979ac067fac5968670
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 07:49:28 2008 +0000

    Qt4 - Remove unused includes.

commit 70d4af506c9a9e1055e93961a7d26b866e190276
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 01:44:32 2008 +0000

    Qt4 - VLM: Schedule configuration. The VLM Dialog should work, still basic, but work.

commit 48c2120c955a7fd8d4137ccd91ecdfcd78afbe7e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 25 00:48:32 2008 +0000

    Qt4 - Windows registry manipulation. Create the good HKEY where there should be, even if the installer didn't do it.

commit 4ab0073951c30c5dc0500b9eda58d06183c5631f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 21:17:00 2008 +0000

    Use standard memory management functions

commit a82fd8f9dd412c48d3989bb5ae99c4153edd9ea8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 20:55:46 2008 +0000

    Remove some GCCisms.
    Fix RC compilation, and OSD from C++ code in the process.

commit cd6fc843b73051fbfb30c4164b5d76054383ea06
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 18:29:14 2008 +0000

    Missing #include on Win32

commit 01eab69879d6b09b5cf17ccd91895b0c26137d92
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 24 18:13:23 2008 +0000

    Fix Galaktos plugin compilation, config.h related.

commit 42b03d10ecdcd1e9abbb73f32aa6d5bfb942eea3
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:53:34 2008 +0000

    Add sanity check for public headers

commit b6bfe74a6bc5bd19ed26a043a4c6a4b4e590ea9e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 24 17:48:28 2008 +0000

    Fix typo in [24531]

commit a3597a0c4c7148e825d86b733e11033acc436451
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:34:52 2008 +0000

    Tabs

commit 9b91b0136951cde2f9b19c49564e249c07a3252f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:22:50 2008 +0000

    Remove net_AddressIsMulticast:
    it did not work properly (proper check is impossible without blocking)

commit 2dcc933b00857f189004d08ec62f33b9ebfa20af
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:15:50 2008 +0000

    - Don't override PACKAGE. It breaks.
    - Don't undef off_t twice.

commit 90d8682114f44b07051a5e1f24eab0039690cd33
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:07:35 2008 +0000

    Remove the sys/socket.h check. We don't really use it anyway, and socket calls have to be somewhere anyway

commit 7ed683d0c98453f304fb574aa98ab625e4d8eab0
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:05:18 2008 +0000

    Don't work-around would-be bugs in the configure checks.

commit c4c30066c641c666bf506495ec868cd084a9e61d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 17:03:16 2008 +0000

    Fix header inclusion. VLC does not check for sys/socket.h

commit a147237ed78a87ed26dc481f13817058318fb4ad
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:45:26 2008 +0000

    Don't check for ssize_t twice, and don't use autoconf <= 2.1x syntax.

commit dd700da196053ed84f735b4929c286a0ae954ed9
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:39:05 2008 +0000

    Get rid of HAVE_SOCKLEN_T - refs #297

commit 546844365d9004af8e12f6386d2086700e6cfbe1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:38:25 2008 +0000

    timespec is in time.h, not sys/time.h

commit e69745afa772a231f2cbd8835105cffbae261530
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:24:43 2008 +0000

    Remove dummy declarations

commit 20d8d786fc3d2e80de7a91b63a43e704756016df
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:11:34 2008 +0000

    Remove useless include

commit 1b09c02c7e8162abb14d6f30980b09c7d7b34200
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:08:13 2008 +0000

    Include assert.h when needed

commit 15e4046f07eb5eb9daf1907c2b1c3f2ce5aae791
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:07:43 2008 +0000

    ...and consistent semantics

commit 262c049bddab97077b49e00600a33ccd242d052d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 16:07:03 2008 +0000

    Consistent naming

commit 1bfa2aad5fbac15dec7086178f6e45fd417c7595
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 15:55:22 2008 +0000

    Fix warning when there are no config items

commit cc008d9defb762e5c0dd40e4501d3b7c299354fc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Thu Jan 24 15:55:05 2008 +0000

    Whitelisting.

commit 023fa0761217ea46579a415e68f033678895904d
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 24 14:33:38 2008 +0000

    Reverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H) to moc command line

commit 04a4bec2d8b672cfe92061f3e3953b4a527d6cf3
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Jan 24 14:21:14 2008 +0000

    * modules/access/bda/bda.h: remove white space

commit ac75a9c0749fcf60b1418680ea4668404c6672b8
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Jan 24 14:18:22 2008 +0000

    * modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]

commit 3464c8dd56b14b2f8422fde892673f492195fdca
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 24 13:35:17 2008 +0000

    * input/stream.c: checks memory allocation, patch by Michael Gao completed by myself

commit 346ba619338dbb30e046d43fe1ef1e12eb794195
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 24 13:01:42 2008 +0000

    qt4: do not build windows registry code when not compiling for windows

commit 5796854fe9b646311db5db6800d4866dec56dfaa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 24 08:28:07 2008 +0000

    Qt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because we have no good list of extensions in the source code... :D
    Ref #763

commit 5d9c12fbc07dc5e80082ebed7b0d0c17838c5701
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 24 06:53:27 2008 +0000

    Qt4 - Fix Compilation on CYGWin. This is a quick fix but not a solution. Again, MOC isn't given HAVE_CONFIG_H so it can't understand ENABLE_VLM or ENABLE_UPDATE. MOCFLAGs would fix that ?

commit e1992e2be521ce64c3c331c81189d10211288110
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 24 04:36:36 2008 +0000

    Small fix for Windows compilation... gruiking because MOC doesn't understand #ifdef WIN32... Necessary to add a MOCFLAGS in configure.ac ?

commit 54875a7bea8d49f9978dea85db3f5fbf6db66a29
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Jan 24 02:07:25 2008 +0000

    * modules/access/rtsp/real.h: remote whiteline

commit 86f8bf5f0756acdb0fdc9bf04f2d599dd09703dd
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Thu Jan 24 02:04:59 2008 +0000

    * modules/access/bda/bda.c: add config.h in reference to [24525]

commit 39d272d0ddcfed5024e7d4430b6ecf504aa41628
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 23 23:23:37 2008 +0000

    missing from [24525]

commit e189922f78a0ba1167b672dc06315bae3b1dea81
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 23 22:28:40 2008 +0000

    Missing from [24525]

commit 99fab9089e9e1709d9c3a4bc5ced0c137ac59134
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 21:50:58 2008 +0000

    Don't include config.h from the headers - refs #297.
    Missing some cases that I could not test.
    Also ffmpeg/chroma.c is locked, so I can but leave it broken.
    Fix is for the remaining modules is obvious and the issue is easy to detect.

commit 0b6978f870c6d3fcb4a4c84db00da702cc7bd951
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 21:38:04 2008 +0000

    Tabs!

commit e02569673275625cb966ff5525a18d1aee4fb6ee
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 17:44:27 2008 +0000

    avoid mere whitespaces when hostname is not specified

commit a3378e812c8e417a34e7cb8521a82b314a45de5c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 17:36:56 2008 +0000

    Fix [22070] not creating the http-host variable. Closes #1449.

commit c6245fff79fd70ed626303155b9a761ce6ef7294
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 17:19:15 2008 +0000

    Cleanup condition handling, should fix #1448

commit 78964d87655e88b2ad207ce4000dd86340b2a930
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 23 15:43:20 2008 +0000

    Fix off-by-one overflow and simplify

commit 4f58d06b5f65827e37b9e29d6b515e123dd194ba
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Jan 23 14:56:46 2008 +0000

    gnutls: fool VLC_OBJECT() cast check for NULL objects

commit 5f6ba47b02feeec7f248e63377b60256af790663
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 23 12:23:26 2008 +0000

    There is no (more?) FAQ

commit 7e17e5bad48dc5a72a00f4583f7b2a7578163305
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 23 12:22:41 2008 +0000

    update comment about setDesktopSettingsAware()

commit 14d89d29ef0b2a5e49e9078531be82c1eb6d954d
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 23 12:20:20 2008 +0000

    Makefile.am: add vlc_pgpkey.h

commit b21c2478cb97450779ae79577eb9778f5f3aa892
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 08:06:27 2008 +0000

    WxWidget: Fix compilation.

commit 54e69dcc62db81fc16c1174761e06699b1e4c2c7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 06:45:23 2008 +0000

    Qt4 - Typo correction.

commit 37f0092397d96dac55c5f8a497fc3f74053b6d70
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 06:44:16 2008 +0000

    Vista registeration inside the installer... Has to be tested.

commit 9c18c4736edfa382501903fbbe24e794b1eb7630
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 06:01:33 2008 +0000

    Qt4 - Put the dialog you are not likely to use during playback as QDialogs, meaning centered on MainInterface.
    VLM, Preferences, Errors, Podcast_Conf, GotoTime, Help.

commit f1d202e5e7254f7d9cafe7fba4f9d5f73aee5510
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 05:44:11 2008 +0000

    Qt4 - Support for VolumeMuteKey, as spotted by DGMurdockIII

commit 76cee1b923e2df686ce1db526ed7cd1b408187c2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 02:31:38 2008 +0000

    Qt4 - Stop the stupidity of the input Slider:
    - Click on a point on the timeline goes to that point directly
    - Draging the timeline makes the position follow your draging
    - Hovering a point on the timeline gives you the time of the position under your cursor.
    
    This make break your neck, and kill your favourite ant, but I think this is not that wrong.

commit e2efbd62629071d286b013eaa412739c1bc3b538
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 01:43:39 2008 +0000

    Qt4 fix a layout bug. Spotted by Antoine Lejeune | phytos

commit 97a8dff38b78903b0362bf6dbfe65bf64197bcb1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 23 01:40:42 2008 +0000

    Qt4 - Input Slider simplification... Draging still kind of suck...

commit 011e78e6ce52d771ae7661c4b42405e6922f50a4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 19:49:02 2008 +0000

    Remove forward declaration

commit 50f586a213977244b3cf6dabe921da4ee1aa045f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 19:46:41 2008 +0000

    We don't the logging level. Assume debug is only wanted in debug builds.

commit 9cbf602bfcb939b52332cb3c854bf7b1ddede517
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 19:30:31 2008 +0000

    - Don't mix delete and free().
    - Don't free/delete stuff that belongs to LibVLC - closes #1397 for real.
    
    And this has nothing to do with [24331] or [24406].

commit c2f196a1b4163288ca4c0cc1592bc7eb77ee8636
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Jan 22 19:13:51 2008 +0000

    vlc_threads: undo last commit, not needed

commit 36b542a2ab4861d1d5261ee816ee604c90bc5b54
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Jan 22 19:03:20 2008 +0000

    vlc_threads.h: now that vlc_object_t is optional for mutexes, make sure that we deal with it properly

commit 97d02b149896f9f33c3d9de78b3b180721399e76
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 18:55:13 2008 +0000

    Print messages directly to standard error if we don't have an object much like when malloc fails, though this time with UTF-8 support.

commit 43dbc005198c3fc17482fa5230a6f1a6840c160b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 18:48:17 2008 +0000

    Remove the static gnutls object pointer thanks to previous commit

commit 10a380498495e182923c86bf4b61bc9b40276672
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 18:47:01 2008 +0000

    Allow mutexes without objects. QueueMsg can handle this internally too.

commit 37b18fe05ca4ec83757cf7360e68ba2586918c46
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 18:46:24 2008 +0000

    Remove useless cast

commit da932222ea443a68cad63e63a6366a667e18990a
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 18:41:07 2008 +0000

    gcry_md_read() returns a buffer which hold at least 20 bytes

commit 6cd172a4edc35dea08100ca35a701cb91f2a50e3
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Jan 22 18:34:11 2008 +0000

    vlc_threads: provide proper implementation of vlc_spinlock or WIN32 (Windows 2000 required), avoid runtime assert

commit 32b18913539d596573eaac1667798041b554e7cf
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 18:00:57 2008 +0000

    update: do not make wrong assumptions about mpis' size
    use intf_UserFatal when an error occurs while verifying the binary

commit 1758925bb0333ed76f0fdf2ff4fad11b7e9f290e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 16:51:36 2008 +0000

    config_GetInt returns -1 on error - that does not mean the setting is ON

commit 3c7cb1679764fa0a10adf3d93b46723a97647992
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 16:25:57 2008 +0000

    Remove Cthreads support

commit ef0b207a0108eadc42f16a252228a3a69f8e0573
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 16:17:33 2008 +0000

    Remove State Threads support

commit 8b6728575ee69047c4b6add10281e0cb8baa0234
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 22 16:07:04 2008 +0000

    Remove support for GNU Portable Threads

commit 0635a37ba8375692536a390216a01cf5842c1d28
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 15:29:01 2008 +0000

    update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens.

commit 9125e6e740b377651f519f598ecd25a66dee319c
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 15:27:05 2008 +0000

    audioscrobbler: code cleanup, higher severity for some messages, use vlc_object_signal()

commit 814ca5145d0ad93c63e0a52ac98da66d24d1329d
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 15:22:43 2008 +0000

    print a message about cvlc only when running with the default interface

commit b92ff12b539fecd109eef4e4cb482c421ef1e5c1
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 15:21:48 2008 +0000

    use the correct type *cough*

commit 51660062bd52e2efc889646628763be1f05bdf5c
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 22 13:48:40 2008 +0000

    Fix qt4 deadlocking on gnome

commit 4df2ca08602ea80c943340c908224bfe11b522e4
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jan 22 13:19:39 2008 +0000

    Use big endian definitions for ffmpeg PIX_FMT_* when running on big endian machines. Eg: PIX_FMT_RGB24 should become PIX_FMT_BGR24.

commit 8a35a386f00cde58d97b9eea3f78d7a130cf9219
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 22 07:20:16 2008 +0000

    fix previous commit

commit e10343bb5d2a5d989ea7616233551882b319eb6b
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 22 07:19:24 2008 +0000

    set volume-change variable also in volumeUp/volumeDown, because it seemed that when you change volume with that, it wasn't setted

commit 733d4d79a732f5fa49d692d80eda90e05dd807e9
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 22 06:56:52 2008 +0000

    Seems that title-callback weren't called afterall for dvd, should work
    better now, thanks for j-b for spotting.

commit 12bbc5d5263d991347d5bd0c4a51e932e0b09e4c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 22 06:07:04 2008 +0000

    Qt4 - Fix timeLabel alignment.

commit 047e0b2192c3c5a8aca30c8c719bfc1bde49031a
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 22 05:26:59 2008 +0000

    call UpdateRate when rate changes, add myself to authors

commit d0a33a8c5405ecb24fb14a57010c177b2100f819
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 22 03:55:45 2008 +0000

    Qt4 - remove windows only code.

commit 47027e01d45a642cf671c9566a776459a2872d85
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 22 03:51:41 2008 +0000

    Qt4 - Dialog implementation for registering the file association on Windows.
    The Windows only code doesn't exist yet, but soon ?

commit 599e39420fa9c004b05c58b2b322db0085ca4cbc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 22 00:59:19 2008 +0000

    Qt4 - < thresh> although "Add interfaces -> Switch interface to something" isnt really logical

commit 986abce11770cd50bee1be235ceef9ebe23529d6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 22 00:08:56 2008 +0000

    Qt4 - layout fix.

commit 688eedc9e2949e25a7c8caee3130831a039e48d8
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Tue Jan 22 00:07:29 2008 +0000

    Introduce HAVE_WX and HAVE_QT4 and show "Switch to WX" in QT4 only if built with WX

commit e2dcc023e3cce7cd42ff714a5dba5f2476ed3c69
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Mon Jan 21 23:45:22 2008 +0000

    QT4: Add a menu item to switch to WxWidgets if available.

commit 8be8be5ebcbfbeb6d3f0039a98577e919a4b5ea5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 23:09:50 2008 +0000

    Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing

commit 71219c5d86572d2d598ca844bc9a7353d19d3f8c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 22:47:06 2008 +0000

    Qt4 - add a button to scroll to currentItem. Close #1443

commit 0320a30e4f079df4f5250c800b5eb732d5008fba
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jan 21 22:30:11 2008 +0000

    Recover the copyright statement + thanks

commit bc0fb13b95f7d146057590d53d5d4e4bbaa5aa31
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jan 21 22:24:42 2008 +0000

    Brazilian Portuguese translation update by Sidney Doria

commit bf5f91c4f35e7b38042bd1f81667f16ffb5b713e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 20:54:46 2008 +0000

    qt4 - think about saving the qt-PATH...

commit a7838c2b6220b9171ecb5926622c7730761c51dd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 20:50:43 2008 +0000

    Qt4 - unification of the common used path for QFileDialogs...

commit d64f6aacd7a748b12c21a2db7d6d4ef937958805
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 20:45:27 2008 +0000

    Fix non-debug builds

commit 2a0358b0e1dcbdf97f1a71517d48821c3f4cbda1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 20:38:03 2008 +0000

    Add Romanian in the windows install, wanted by secarica.

commit 2a13c213ff51c022fda367741d9fecd02a82e8ab
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 20:37:29 2008 +0000

    Compile fix. Not sure if this works though.

commit fdb990bd55f690131f00a443f187577fc82c8aa6
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 20:35:19 2008 +0000

    Remove potential deadlocks in waitpipe with net_*

commit d9b511137a52356cbf7941abd1e6a46ea078f9bc
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 20:22:46 2008 +0000

    Remove the requirement for vlc object to be locked when invoking waitpipe.
    This is so that the net_* functions can use it without making pushing locking assumption on their caller.

commit 8f92249ae4cc44e2eceecfba0610e43174813156
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 19:24:25 2008 +0000

    Fix previous commit

commit bafe9aa00f4d3b626df018856dc40d181c49aac1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 19:18:38 2008 +0000

    Add inline API for spinlocks.

commit ae71e21f96ba027ea03d3b4d178e87d95153f510
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 19:18:03 2008 +0000

    Forgot to update the symbols

commit 76a32e9f621b3f2968dad6f7ffb3b896173a54f9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 21 19:14:04 2008 +0000

    Qt4 - add an option to close #1444

commit 6cf8fa760d1f3afe48de362fa20d06daec80e9b8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 19:07:37 2008 +0000

    Remove unnecessary complication

commit cc227c7270cfc3ba47f988df3cdaf232a41a8f34
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 17:12:41 2008 +0000

    Set non-blocking mode on accepted sockets

commit 370f789fed007cb60ba145ff7af76417f2eaeee2
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 21 17:04:10 2008 +0000

    contribs: fix macosx build of libcaca

commit c2c0b1dbed77b6037f95ac089e33227dae52c4d5
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 21 16:31:00 2008 +0000

    contribs: use last libcaca beta version

commit 82ca50d33fc3342f74fb4c26fe09f60ae079c7ea
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 21 16:30:36 2008 +0000

    fix #1387 (update to new libcaca api)

commit 36d62b40229738ff1bcc1ced472cc06a2e25c686
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 16:15:41 2008 +0000

    Remove useless mutex (pthread_once is enough)

commit d8cfcc7785b36b3dd93f01a2693ffc7bd9da8669
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Mon Jan 21 16:06:00 2008 +0000

    Don't clutter the production builds with the (useless IMHO) vlc_thread_error

commit 55623f505bc8609e4aa94043f30c33a512ef5c57
Author: Christophe Massiot <massiot@videolan.org>
Date:   Mon Jan 21 15:26:00 2008 +0000

    .

commit db57d038feca775de1cded87d148602ae1568395
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 21 15:07:21 2008 +0000

    Add a useful link to precious Meuhh's comments

commit 6331d8c651ba911ee8e683caebffedd355fb88db
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jan 21 11:37:24 2008 +0000

    macosx: added an option to automagically save the equalizer status and its settings (default enabled). Code cleanup.

commit bd808b064d8a54e9c1003bf36f5e03d8d725a36b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 20 21:26:07 2008 +0000

    qt4: add the hability to put the *interface* in fullscreen (hotkey: F11)

commit 898e4eb8e5b95621e3318ca8aa5a23661f389e2e
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 20 21:25:24 2008 +0000

    X11 video output: give the focus to the video window when going fullscreen, that helps having the video on top of other windows in some situations

commit e033388de62713a6ca424be46550f20f3561715b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 20 19:35:03 2008 +0000

    Disable "qt-updates-notif" when update checking is not enabled

commit 8122012785e9ea48d9a57644d74fe0d4226da45b
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 20 19:33:22 2008 +0000

    one day, the new qt4 interface will not be new anymore. be prevenant

commit bce04f187738008884ef1834a229155cfa7b99ae
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 20 16:56:12 2008 +0000

    Avoid buffer overflow. Fix #1442. Refs CVE-2008-0295 CVE-2008-0296

commit d6c5a3c516c427160f2e035d070aa7aad0f62f3a
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Jan 20 15:26:43 2008 +0000

    Typos and "the Internet".

commit 4862877a67964bd6ab1c4cc12e612c568818d295
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 20 12:14:48 2008 +0000

    Makefile.am: another attempt to the fix dmg creation

commit 5916510e4632cde3b2ea89780b21d1dab5871514
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 20 11:58:20 2008 +0000

    Load the pictures from the good place

commit 165459ab33ff11aeb632f038c46ffc3f32550900
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 20 11:13:55 2008 +0000

    Fix previous commit

commit fdf8881ad94f565c0540161469613bc69ed821a8
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 20 11:01:07 2008 +0000

    Fix #include

commit d68c695968e92438e1787bed350617799c6d350c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 20 10:36:33 2008 +0000

    netsync: this was the last unchecked FD_SET/FD_ISSET usage.
    Note however that LUA should still be moved to poll().

commit 4793450e07a8810b45901bb0097c3970eadc6d5f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 20 10:21:53 2008 +0000

    Switch telnet interface to poll

commit 968f7ba0c2a55138e8472d5d7820b7ce8f7f45b4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sun Jan 20 09:51:41 2008 +0000

    Remoev reverse abstraction

commit eff806c5ed045f458201c80c603de85dd5ee5a1f
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 19 21:08:10 2008 +0000

    Remove bogus printf

commit e0dc0f1d8594925a0e552b5880dafadc598dc231
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 19 20:58:47 2008 +0000

    shout.c: Add http-forward-cookies to "Les guignols".

commit 12087b5571643095d90eb5ecc1825594d93e31da
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 19 20:56:18 2008 +0000

    services/discovery/shout.c: Add a French TV service discovery. For now it only has C+ and les guignols.

commit 3613b8a933d9e4785f6d3541cf5f2aaca25b3402
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 19 20:49:42 2008 +0000

    TODO

commit 9db4cd9e5b2ebb3abfc931f36e3d12713bae946d
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 19 20:38:59 2008 +0000

    CVE references

commit 101d58fdc449a6ed7b1924b9c83881f762263a30
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jan 19 19:58:45 2008 +0000

    Move appropriate code to DEMUX_GET_LENGTH and destroy saved args when done.

commit 42ca90b53c010df7346bab61975e52de30184223
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 19 18:37:45 2008 +0000

    Canal+ lua demux. Example use: vlc --http-forward-cookies "http://www.canalplus.fr/index.php?pid=1784"

commit 99180b0a165bb90b5ba1d4ce8ddf3dab1efc7a12
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jan 19 18:34:05 2008 +0000

    Fix a segfault in mpga demuxer module.

commit a3aef4e6024deedb24387fa454d210cddf5de2c7
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sat Jan 19 17:50:07 2008 +0000

    XP_UNIX is defined in mozilla-config.h, so we need to include it just before

commit a915915a32c77734d974057d5e6c20113c5a8211
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 19 17:48:15 2008 +0000

    mozilla: really fix compilation on OSX

commit 7db4de520b6f2b95d8f168a78e7ad4c00717936a
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Sat Jan 19 17:24:42 2008 +0000

    * include/vlc/mediacontrol_structures.h: revert [24391] as it breaks compilation (nightly builds and for me in cygwin as well). I'm curious why in the initial commit only this single occurance had to be changed and not all the other ones in the code. So I think it's safer to revert for now..

commit ad8f5db83278300c5fd50fa5bf1523578ba30314
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 19 16:39:09 2008 +0000

    Make X11/xpm.h Linux only, fixes MacOS X build.

commit ffca54bd7635da8e13af8c05cd1d70302cdb7baa
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 19 15:31:42 2008 +0000

    Mozilla plugin: Check for required X11/xpm.h support.

commit ea995e72f4e9c2b74a2ddb7b9e4604052fdc928a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 19 15:21:26 2008 +0000

    Oops forgot this in the mozilla toolbar commit

commit 176de7b815289492f4866844f56378b86632bf80
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 19 15:21:03 2008 +0000

    typo

commit 65de9dd76f0ec5cfff4a84d3fbd818942321114d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 19 14:54:38 2008 +0000

    Patch by Frans van Veen and Jasper Alias with modifications by me.
    
    New;
    - Mozilla/firefox toolbar for Linux
    - Play, Pause, Stop, Fullscreen and Mute buttons
    - Timeline, you can click on any place in the timeline and the movie will jump to it
    
    Fixed:
    - Coding style, readibility
    - Maximum 80 characters per line
    - Major memory leak, due to not releasing image data
    
    Known bugs:
    - updating timeline not working well because callback function not working "libvlc_event_attach......"
    - white line below the toolbar
    - play/pause toggle not working well because ticket #1065

commit cbeed9092767db95a97ea79f6c8afbcf1dec2ea9
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 19 14:01:00 2008 +0000

    osx: use dmg-creation code from the 0.8.6-bugfix branch to provide reliable NBs (to be reverted as soon as the existing script is fixed)

commit 3c38ce8c59371afc6894df9fe3aa81cac2f16925
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 19 13:08:31 2008 +0000

    Revert [24410]. Should have gone to branch.

commit 7fd5e8df0467b0ecc5c68125f540ae226f8cf551
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 19 13:06:36 2008 +0000

    Polish translation update by Michał Trzebiatowski

commit e70bce6cf627880d284f012bd570b73df9c6d4e8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 19 12:35:35 2008 +0000

    Simplify.

commit 61fc0c2faabf6c6216721c0a1c55839b9b16eea0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 07:52:53 2008 +0000

    Qt4 - Prepare the work for file association from the interface.
    Ref #763.

commit 78109a202e4d3bbceda7c26953db75e679b20472
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 07:10:57 2008 +0000

    Qt4 : change slightly the debug message.

commit e2c2279d9d180de776438375103b50c14f2f04e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 06:56:53 2008 +0000

    Qt4 - Fix the double free. Close #1397.

commit 16d5fb23daa187a44d03aa86479c7239b9708e75
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 04:01:55 2008 +0000

    Qt4 - Use same type of button in order to not kill the eyes, if you run Plastique or Oxygen. KDE inside :D

commit a2731364daadd2a1931c58fd709b80e45c2ab35a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 03:52:25 2008 +0000

    Qt4 - Try to improve quitting of the application... Ref #1397

commit c47b2e44b980cc97e44979c648b2a997d6874213
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 19 03:01:09 2008 +0000

    Qt4 - Select the first category on the advanced preferences.

commit bc77ed15963fda782402c4f37dd3b16a1e720a92
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 19 00:06:18 2008 +0000

    Add gzip support to the http access. We never request it, we just know how to handle it if the server forces us to use it (for example Pierre's test page http://www.canalplus.fr/index.php?pid=1784)

commit 7bc6040d182732f888a916fd48c8555a4f020f09
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jan 18 22:13:59 2008 +0000

    Try to improve wording

commit a66a1c28d24b11379327dcd6ddd7c0ac287d8e78
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 18 20:43:19 2008 +0000

    access/http.c: More check on cookies we receive.

commit 3bc4a7f94cada40568bb2cf7f0972b234237affd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Fri Jan 18 20:31:27 2008 +0000

    Fix erroneous use of freed data in the cookie forwarding code.

commit 016e5cdba27a591642be9d97582fafceb6410a41
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 18 20:11:59 2008 +0000

    access/http.c: Don't double-free in cookie_append.

commit d4e25d21e6bed2f14d3164b6dfc0f104023723a1
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 18 17:51:24 2008 +0000

    Switch MMS to poll to avoid select() issues. Needs review/testing.

commit ca77902028b1a00c1e3db07b02caee593b8f1f1e
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 18 17:49:17 2008 +0000

    Oups, this is a C++ file

commit f49cbfc01af00fce8f94b6b8ba8d0f9bed20858b
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 18 17:36:34 2008 +0000

    Fix Windows case which implements fd_set differently:
    POSIX does not define FD_SET for fd >= FD_SETSIZE (=> buffer overflow).
    Windows makes FD_SET a no-op if there are already FD_SETSIZE descriptors in the set.

commit 60d35d6c5d34d52600907d987716d9bcdca3a642
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 18 17:32:38 2008 +0000

    Avoid overflows in the LUA net API. Run-time behavior will still be incorrect however.

commit 0f9d30d572617c07e966a60b005f95ab925672f4
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Fri Jan 18 17:25:22 2008 +0000

    Use poll() instead of select() to fix an unlikely overflow in FD_SET

commit 61630d2bd57b7e621263e4a1b7f61f7987caacc6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 18 17:13:07 2008 +0000

    input/meta.c: Don't re-run the art finder if the art was previously set in input_ArtFind. (Should fix youtube.lua arturl).

commit 25aa7cd697491ba163a49637abccc25c700b8ca3
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Fri Jan 18 15:43:18 2008 +0000

    include/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t, since some versions of gcc seem to get confused (reported by Etienne Robillard)

commit 8f3d5d03e6c625f3527e8e8dd9e5391180e2a398
Author: Rafaël Carré <funman@videolan.org>
Date:   Fri Jan 18 14:56:56 2008 +0000

    alsa: sets period size before buffer size, patch by Matthias P. Nowak

commit 5c35841422ce3a8b843a3b05aae9c97fa36366da
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Fri Jan 18 14:19:31 2008 +0000

    python bindings: add a warning in the docstring of vlc_internal.c

commit 4c1fe7d3335fc883ee63d3e367369a93c633553f
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Fri Jan 18 14:16:06 2008 +0000

    python bindings/vlc_internal: fix access to vlc_object_internals_t members

commit 05dec0abd3ae06444b4730824448ac4347be42a3
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Fri Jan 18 13:25:48 2008 +0000

    * modules/demux/ts.c: remove excessive ;

commit f92e805b082e171a61468e001c2e10bcb9c2d4f7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 18 11:39:16 2008 +0000

    access/http.c: Put cookies handling in a disabled by default option, at least until cookies handling is no more a hack.

commit 14764a967d832ba9da4242196895710543b78790
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 18 10:12:02 2008 +0000

    Fix regression introduced in [24381]

commit ca42fbe0b485eac3a0990f1aba3b660253cdaf98
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 18 08:00:26 2008 +0000

    Check malloc return values and fix a few compiler warnings.

commit db4506a7ce6cd2c2c33131b1fad725d16807bcdc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 07:48:07 2008 +0000

    Qt4 - Preferences: checkboxes in ModuleList are shown if saved ;) Spotted by atmo.

commit 5a6d682c85613c1ebca5161ceffa1a1d79274305
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 06:46:50 2008 +0000

    Qt4 - SPrefs: add the option to embed the video in the interface In the Simple Preferences.

commit 6ff86dc483c3d3fabe7ab33278ad59a33f15a72a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 06:41:03 2008 +0000

    Qt4 - Preferences, fix the tooltip in the ModuleList.

commit 2c922d156d81cf2457d452644d3b93f7612bab6f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 06:23:34 2008 +0000

    Qt4 - Preferences. Fix a small bug in the layout of the complete preferences that happened in the Video section.

commit 34eec97022b0b841c1b05a629fd0fcf9d482efc2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 06:15:09 2008 +0000

    Qt4 - Reorder the options in order of importance.

commit eb1df28f5893efd6188a0c0edba372bed757aa0e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 05:50:55 2008 +0000

    Qt4 - make a small comment on how to integrate better the application with your desktop... Yet again the problem with cleanlooks and requests on gconftool.
    If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line...

commit 6fc4d4a48328fa4a907334dd62cebe0e514736e2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 18 05:41:40 2008 +0000

    Qt4 - comment non-existing feature.

commit d2ea07fa4138d6e401761d26a7cc984177aba2d0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jan 17 23:03:31 2008 +0000

    You still need the cast to compile :)

commit 080cb247d4e4e6ac9b379293f24006e21c303821
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 17 23:01:35 2008 +0000

    Qt4 - revert the revertion :D
    
    Jokes besides, if ~MainInterface() is called, then p_mi is destroyed, and p_sys->p_mi too. I just hope I am not wrong :D

commit 3432e956a1f3f2ba17e9007b6a7eb9ab88683679
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 17 22:48:41 2008 +0000

    vlc_arrays.h: Don't use calloc, seems unreliable.

commit fdde8d9957a915426bb2615fb735aa547da7c92f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 17 22:43:57 2008 +0000

    Qt4 - Fix segfault on item removal on VLM. Patch by Jean-François Massol

commit 8cfe98da724a2cd23b0f696929dd59a4231c5876
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jan 17 22:29:09 2008 +0000

    forgotten file from previous commit, oneliner update(); remove

commit b849bce57b5d994108a8f4e6105fe57bbd651445
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jan 17 22:26:22 2008 +0000

    Temporarily fix compilation of the qt4 interface. ILEoo please review :)

commit 8b3d8a11a0da90db879f234c27b9cd7c91d823c4
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jan 17 22:16:11 2008 +0000

    Fix compilation and remove a few trailing spaces.

commit 666ca3c1e00c14a5c0cae654c7b1c56e78de3331
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 17 22:10:09 2008 +0000

    vlc_arrays.h: vlc_array_new, vlc_array_destroy.

commit 662a0037cee3ddaabfb0ce0c014d2421e1d9b227
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jan 17 22:08:45 2008 +0000

    don't poll volume-change, change volumecontrol to use signal from
    maininputmanager which listens p_intf->p_libvlc "volume-change" variable
    for volumechange. ref #1365

commit 7927407718cd086287677da115fa9567935a489a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 17 21:53:12 2008 +0000

    access/http.c: Support Set-Cookie, and forward them appropriately accross redirections.

commit e178b0ac3f43a9759407ddcef61823bfb7fa286e
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jan 17 20:54:38 2008 +0000

    change input_manager to event-based instead of polling, this is one
    biggest polls in qt4-interface, still maybe few to go. ref 1365

commit d10577239bd3c85ce03f257232636d6d94e56ca8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 17 18:24:40 2008 +0000

    luaplaylist/youtube.lua: Fix art discovery.

commit 0b916e29d8e10aa1c5888bea1afd773bc8b4fb27
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 17 16:13:03 2008 +0000

    Reverts [24331] , fix a memleak. Add a debug message to help catching the real bug. refs #1397

commit 930c7664efe34a697922848a1fe564f093357346
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 17 15:56:30 2008 +0000

    file audio output: write on stdout if filename is "-"

commit a9b77da48151c2267bdc5c37421a384b9e1fb9ec
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jan 17 14:41:50 2008 +0000

    partly revert [23991]. vlc:skip ain't supported, and that
    vlc:nop->vlc:skip revert was unintented.

commit d92d2fd5f52f24b76bdcbb4855749fc521fe9e8c
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 17 12:28:44 2008 +0000

    update french translation

commit af77062ae58030afd7d3a072f22c0ac1db707464
Author: Rafaël Carré <funman@videolan.org>
Date:   Thu Jan 17 12:28:21 2008 +0000

    "state" is an integer, not a boolean (since vlc_bool_t is an int, that only makes the code clearer to read)

commit 6c8ee7e1db7082e4eed1656e96a8c6f339147428
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 17 09:00:34 2008 +0000

    Do previous commit in a better way.

commit 03a9b9cb7b38ce441fe9c6d30885a650cff9cf4b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 17 08:40:17 2008 +0000

    Qt4 - Hotkeys: fix the bug about modifiers that empeached you to have modifiers + key.

commit e512b8bdf4cf19ec5b7e0fe0831fbf3113e89ac6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 17 08:16:47 2008 +0000

    Qt4 - Preferences: avoid a few segfaults in the hotkeys selector. Avoid using QList of module_config_t and attack it from different classes. Avoid using some useless casts...

commit f0e55f523651aac425395919b56163a83b72d21c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 16 23:56:22 2008 +0000

    Missed that in [24348]

commit f836eb48c53d5979c8f89abf04b377c2dcd2a215
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 16 23:31:38 2008 +0000

    Some files have moved

commit 70b228833dfbdbd3bda7d0fc3a989c2aa59c83d6
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 16 23:28:53 2008 +0000

    Delete rtp.c which was added by mistake in [24344]

commit cc534a285ca53dced95a25a3bfe22fa75622beb5
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 16 21:28:12 2008 +0000

    Update the symbol list

commit 2c5dbee651298b3a8d8538a2f1415f78e4f25a84
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 16 19:36:50 2008 +0000

    Don't complain about timeouts on Windows in cond_timedwait.

commit 658b4f830b832b19a6de708764f91e1398e501a1
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Wed Jan 16 19:30:12 2008 +0000

    vlc security: As i've seen very little improvement on that front, i've decided to check in my take on handling the problem of managing harmful options. I'm pretty sure this is going to be very controversial, but I think my approach is quite simple and yet very effective Anyway, my approach makes the following assumptions:
    
    - most vlc options are considered safe, only a handful are particularily unsafe and need be declared as such in their definition (they mostly deal with writing to an output file or URL)
    - unsafe options are only considered potentially harmful when used as an input option, ie. the ':option' format. Configuration options are always considered safe 'i.e --option'
    - unsafe options are associated with a global security policy, which dictates how these are handled. At the moment, The policy can be either block, allow or prompt, and is set using the '--security-policy' option (which itself is considered unsafe ;)
    
    the policy can be set by the user at the command line or in the preferences, it curently defaults to prompt, which is the desirable state for deskop use. However, it can be overriden depending on context, for example, the activex and mozilla will force the security-policy to block regardless of preference settins.
    
    the code is a bit rough at the moment, but i will optimize/clean it up if the dev community this approach is worth keeping.
    
    try the following example, and you'll see quickly what i mean:
    
    ./vlc -vvv <a mrl> :sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ts,dst=vlc-output.ts,access=file}"
    
    Enjoy,
       Damien

commit 4f028428053d0342c55deb6ba8b8da114c6a0caa
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Wed Jan 16 17:51:21 2008 +0000

    Revert the so-called whitelisting commits that are actually blacklisting

commit 4ec18c3fa910bdc95f83f0f9b252385533535eea
Author: Christophe Massiot <massiot@videolan.org>
Date:   Wed Jan 16 17:51:10 2008 +0000

    .

commit 806cf5165824be921bf2402ecf11fd3ee6501f9c
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 16 17:36:14 2008 +0000

    input options whitelisting, step 2 (refs #1371)

commit c0d5cfac7bc9e0712f550819223139097ed0a311
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 16 17:31:07 2008 +0000

    Use utf8_unlink in src/misc/update.c

commit fe9b8150f2a0e8e0248bd9786438bc7e4d548ed4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 16 17:19:26 2008 +0000

    I forgot this part in the previous commit.

commit 5158c3af473f61e501440e1fb499271d69b6fe55
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 16 17:18:30 2008 +0000

    Implementation of utf8_unlink. If someone can test this function on Windows please ?

commit d70106fdacae2af05ad20df231768cf59d4af191
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 16 15:41:35 2008 +0000

    fix #1362 (replace ':' with '_' in filenames on macosx)

commit 9e5ebb072f77e40c135608ce660d08d2ac448ec6
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 16 13:58:40 2008 +0000

    input options whitelisting: 1st step

commit 9e76c8c4666786d2c6a6fa9de5801a6212c98b8f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 16 10:32:14 2008 +0000

    control/media_instance.c: Silly debug code removal (thanks funman).

commit 3b0c979e83cd90528cc0894bf0c7e7f3d03ef399
Author: Rafaël Carré <funman@videolan.org>
Date:   Wed Jan 16 10:21:11 2008 +0000

    src/control: set svn:keywords to Id

commit 68db941730dce6ef179b86e59cf85132b2ae9e54
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 08:25:26 2008 +0000

    Qt4 - remove trailing space due to Bookmark implementation.

commit 734452c8c1e1063f19555730e2f5530aadccd293
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 08:22:22 2008 +0000

    Qt4 - fix some saving and reading size bugs. Patch by Andre Weber

commit 2279878d57e6b5c13b2205f37d5a15866be770c6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 08:11:04 2008 +0000

    Qt4 - Preferences, fix the bug that empeached to display the name of the categories.

commit 8ecdcd6cc4c2c91af53c10edca4ac15ebc4397b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 07:59:13 2008 +0000

    Qt4 - should fix #1348 (invalid free)

commit a4d3bb469c96f5b910b2f8a92e37630818f670b8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 07:37:45 2008 +0000

    Qt4 - Playlist: double clicking on the art will open the Media Information dialog.

commit dc651adb98ed6dd46938c305cf9b17ddbddfc8cc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 07:18:11 2008 +0000

    Qt4 - remove an unnecessary cast

commit cebe12a7d079fbfc3b45ff5fa2ae909b205c4907
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 07:06:53 2008 +0000

    Qt4 - move the playlist_model with the other files of the playlist

commit 3e3d5ff905d7ab4a3082b559368803fd16037569
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 16 06:44:50 2008 +0000

    Qt4 - playlist model. Fix #1332
    
    Ouf!

commit d630dac5aafcb90f5f45be5e11e3995393af1ee3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 16 00:43:59 2008 +0000

    MacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the url, as we can have two perfect different media (different meta, different option), but with the same url.

commit 4c6e535fd234057d9d681af89c91a338a830a01b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 16 00:42:54 2008 +0000

    MacOSX/Framework/VLCVideoLayer: Publish fillScreen.

commit a9899eb53ce89a56b4ffed0eebde80a95cbf7d8a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 16 00:25:33 2008 +0000

    MacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added item.

commit fb76e3b6961d9791b890e0e14c43ca0edb81f1d3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 16 00:24:54 2008 +0000

    MacOSX/Framework/VLCVideoLayer: Implement hasVideo.

commit 0b0a9159ea36cf058809400eaa9452c23e8cc4a3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 15 22:37:27 2008 +0000

    _GNU_SOURCE is already taken of by config.h + typo

commit 267b1766e36d12019af6b89f1e886370bc1ecf1d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jan 15 22:28:14 2008 +0000

    Show statistical information on the rc interface.

commit c4bc5a79827f61b4a07f9574f3975b62d5f4a1d3
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Jan 15 20:01:12 2008 +0000

    eyetv: forgot that one in my last commit

commit 0b09c89ef5471362f7b0a8d5ef5bb5aadbb4bfdf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 15 19:14:43 2008 +0000

    MacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitored by KVO on non-main thread. That's not thread-safe.

commit 76d020250a879b3180c2415d4ba14df09a9309ce
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Jan 15 19:09:18 2008 +0000

    Patch by Jilles Tjoelker: Fix ALSA thread deadlock if trying to kill it before start time is known.

commit 765078f3b9d370c4f599d065a82b7a41a90dd044
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 15 17:15:39 2008 +0000

    Put the lua files inside the .exe Ref #1436

commit 39c7d8103f65cc58f07f62609e658b14146952c2
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 14:28:12 2008 +0000

    qt4: correct the header, copyright symbol, and remove myself from the list of authors

commit 20b02ab8c9d50b794ba6515ba3bbcc0acc3a7294
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 13:45:41 2008 +0000

    audioscrobbler: do not use mdate() when the real date is needed

commit 0d0ad1638c3e659a682a49c94851710ffc9ff285
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 13:41:45 2008 +0000

    mdate(): update comment

commit 1266cca878a8e779da8a521599af99f0c8923dc6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 15 13:36:58 2008 +0000

    Check for the updates when showing the dialog.

commit adc268b1bedd556624e7aa0eaa78d117219374df
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 12:46:40 2008 +0000

    correctly displays album art in playlist, fix by ILEoo

commit aaf50f16cfb838418703d90ee3e62bd0e649b978
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 10:40:47 2008 +0000

    ncurses: new box representing the vlc objects hierarchy (similar to rc's "tree" command)

commit ab8ac15710d38ae627b8269436470205b908fcb8
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 10:39:36 2008 +0000

    qt4 playlist selector: selects the playlist on start

commit 7330c136db18b14141cd81eb795782d1f757fd2b
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 10:38:58 2008 +0000

    v4l2/ set svn:ignore property

commit 83650ff7158a2d5f242dee18acc3e0f30d0a9c26
Author: Rafaël Carré <funman@videolan.org>
Date:   Tue Jan 15 10:37:12 2008 +0000

    zsh completion:
        don't use "mmap" which already exists in stdio.h as a function
        use an evil hack to get module_t structure
        permit to compile from the source tree when VLC was built in an external build tree: make BUILDDIR=../../XXX

commit 8919698b15ddb9e2d020cf22eccd68d2e2d2d308
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 15 00:54:34 2008 +0000

    Fix c-format

commit 220fb0d5e0e280fab999907d8cab87bda89e49e8
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 15 00:54:30 2008 +0000

    Update POTFILES.in after moving/renaming files

commit 36868ee9e839aebe9dca54ca7019bde6312f598a
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Mon Jan 14 23:18:13 2008 +0000

    eyetv: latest version of EyeTV capture plugin, needs lotta testing

commit 5266ede11c5f1a98e170b23eae90c194368cc08b
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jan 14 22:25:08 2008 +0000

    python bindings: fix MediaDescriptor.get_meta method

commit 528f1c64eab458ec342e193ee6398f37817ba2ed
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jan 14 22:17:07 2008 +0000

    python bindings: begin to complete the libvlc API bindings. Cf TODO for what is left to be done.

commit 22d8f2eccd8d61c8b2b3d2bc1e218bb6f4240925
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 14 21:30:44 2008 +0000

    Move the v4l2 access to its own subdirectory.

commit cd351fc28d472af51dcbea7df45d4a0779b8c575
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 14 20:49:01 2008 +0000

    Japanese translation update by Tadashi Jokagi.

commit 8d8ee808d756e6164f95ab1b0bf55ccdec3f0b12
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 14 19:36:48 2008 +0000

    misc/events.c: Make sure we don't leak.

commit db033d38be4792aeadcf83cdffc6dcd3ba43fdef
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 14 19:28:09 2008 +0000

    misc/events.c: Fix a NULL ptr access.

commit fb36458505fc51cb9491f54465c07e85fb33eb14
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 14 18:33:30 2008 +0000

    don't copy 'meta-file' option to inputs

commit c0ac271e16523a3f16ef4d45b9c7da634d90be02
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 14 17:59:35 2008 +0000

    Fix previous commit.

commit 6f50b2ed228ae162cf768c8c468cf5b1b4399ec2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 14 17:48:36 2008 +0000

    MacOSX/Framework/VLCMediaPlayer: Publish -audio.

commit 59b00edf526c88b595a2a951e9a0733fe010d846
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 14 13:26:34 2008 +0000

    access/http.c: Don't track redirection if there is no input. (Fix a crash with lua art work fetching and redirection btw).

commit fa45d63fdedc4cce1de4257b35de5adfb494d544
Author: Rafaël Carré <funman@videolan.org>
Date:   Mon Jan 14 10:37:30 2008 +0000

    alsa: add some verbose debug (enabled only if ALSA_DEBUG is defined) due to some regressions introduced by changeset [23022]

commit 560da457754b2637dd6fcbb70cc8febd231aad6f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 14 07:46:19 2008 +0000

    Qt4 - Commenting playlist_model code.

commit faad0752ddb0433ae4b47b0f357f08c67b89cec6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 13 23:04:23 2008 +0000

    Alert the user when something wrong accure during the update.

commit 6162f8941794fbd2cb1f64bf2e9ccf0ced430e47
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 13 22:43:05 2008 +0000

    Fix saving of strings config variables. Patch courtesy of Andrew Zaikin

commit eb90d8346cfbcaeaf085f71c24e95565fd3557fe
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 22:41:45 2008 +0000

    control/media_instance.c: Send EncouteredError event. Plus detach properly from callback. Plus be don't block when releasing the input thread.

commit 64fcece014a045d285dd7bd92644b825ad8252ff
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 13 22:41:26 2008 +0000

    Typo

commit 50a0ba79ff9215d2bd7d863d5519ea3a0266f1e4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 13 22:23:17 2008 +0000

    Fix compilation error with SDL under 1.2.10

commit 580650d5e920531dd985c14c7d11a9b9a24acc74
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 13 21:11:27 2008 +0000

    Fixed typo in MJD decoding (Fix EIT informations)

commit 0361c54d9b6098c23f860b43d6cf753bbaee0615
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 19:36:20 2008 +0000

    MacOSX/Framework/Example: FlashVideoDownloader, sample app that download a video from YouTube, dailymotion, etc. using VLC's luaplaylist module, and export them to a more readable format. (killer app, imho :), but yet only an code Example. )

commit 7bdcff973ccd137b9e30614369d449960776a3d1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 19:29:53 2008 +0000

    MacOSX/Framework: Forgot that in previous commit.

commit 3144520ace20dcec16a6062758f875db8517e872
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 13 18:42:43 2008 +0000

    Fix the v4l2 "reset all controls" code. Use the extended API when supported and fallback to old api in Control().

commit 8c27fb4d3c912f831ff99cda5597f11cd4342356
Author: Rafaël Carré <funman@videolan.org>
Date:   Sun Jan 13 18:16:33 2008 +0000

    Korean translation update by Chan-gu Lee

commit 6d95c7823c9f661571671f149185e2c6f5994b21
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 17:17:33 2008 +0000

    MacOSX/Framework: Support streamin media list.

commit d372e0d833d9167304d706a27c2716e34234c6c0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 13 15:04:04 2008 +0000

    If the v4l2 driver supports the extended control api, use it to enumerate all the controls when the ControlReset function is called (it will reset all the controls which aren't in the MPEG class), else fallback to the old api.

commit 827f8b92b5caab8b5ac5ce0a68379cf0071d0047
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 13 07:32:00 2008 +0000

    VLM and Bookmark are implemented.

commit 89268ab8e7955921066ad2ae629cba8790af223f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 13 02:00:08 2008 +0000

    Qt4 - fix [24261]

commit e564db69c6e3b707a666792d63f10d9549113e39
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 01:23:51 2008 +0000

    MacOSX/Framework/Example: Initial creation of a nice application that does iPod exporting.

commit 836f9311bd5ac2cf5d5470cdbd259baf2fb1681f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 13 01:01:49 2008 +0000

    Don't try setting the audio input source if the v4l2 device doesn't have any.

commit 29e5b0fa3afc3290298e0117a3eadc6b908e8ec3
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Jan 13 01:01:38 2008 +0000

    Make everything AC_DEFINE(HAVE_FOOBAR define 1 where appropriate.

commit 3d83d9c28941ab5f0cddc5e12a2916888cb7fc6a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 00:57:29 2008 +0000

    MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.

commit 90f36ed304f6335d7275ca90d3e4062f0d3c63dd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 13 00:56:37 2008 +0000

    MacOSX/Framework: Publish @property id drawable. Make sure the KVO will be sent for isPlaying.

commit 916af6f55908fbe4a12d8729ac85ebb7169e5035
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 13 00:37:19 2008 +0000

    Fix HAVE_LIBPNG in configure.ac

commit 728a0322b3dfca92b4786f0a4759a906da0c34a4
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Sun Jan 13 00:35:08 2008 +0000

    Fix hostname reporting on some weirdly configured systems like mine (actually, use short hostname as it should be).
    Fix qt4 interface of displaying it in About dialog the same way as wx interface does.

commit c77ca8993953545df0afd6cfbe06a50cdf76f9de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 23:46:39 2008 +0000

    vlc/libvlc.h: Export libvlc_media_instance_get_drawable().

commit 32d37f699dcba0a0ee6a25c8313e7f2a40ff9773
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 23:45:42 2008 +0000

    control/hierarchical_node_media_list_view.c: Fix a warning.

commit ae73d43d4c15a61b88bd5dba9790c17dcb78ed54
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 12 23:30:58 2008 +0000

    Add audio input selection for encoder cards.

commit 8b0d1696da3da51cb01ffcd54647852d411321ba
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 23:00:51 2008 +0000

    vlc/libvlc.h: Make media_descriptor_duplicate Public.

commit 99c7b570173e3c498df318846d358e215b879919
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 22:59:53 2008 +0000

    control/media_instance.c: Use input_Read.

commit e387114b870ef809f1ec79e21f0f55594c59c625
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 12 22:48:14 2008 +0000

    Remove always false test

commit 36ddb3bd7bd763cedbea4122d5a172515e6ae0ed
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 12 22:40:34 2008 +0000

    Add v4l2 tuner support. Example command line for Hauppauge PVR 250 to get France 2 (at ECP) and encode as MPEG2: ./vlc -I dummy -vvv 'v4l2c://:audio-method=0:controls-reset:set-ctrls={video_bitrate_mode=1,video_bitrate=4000000,video_peak_bitrate=4000000}:width=720:height=576:tuner=0:tuner-frequency=478550'

commit 7678ad450b88237699e6fa90aaad7418274758da
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 12 21:11:43 2008 +0000

    Add audio bass, treble and loudness options (supported by PVR 250).

commit f9d6ca04a0e6f863a68705e260317c09bfe0ec78
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 12 20:46:36 2008 +0000

    [PATCH] v4l2 mpeg2 controls by Dennis Lou. Thanks.

commit 4a48618f601361d94c2f4417a475b3faf71487c6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 12 20:00:02 2008 +0000

    Qt4 - add ifdef if someone compiles vlc without vlm support

commit 5718c8409cbdb188bd7344aab221412d1a7cfa43
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 12 19:02:12 2008 +0000

    Support for 8bit uncompressed in AVI files.

commit 6a8456a649118364f84baf118821ec39d42eb7dc
Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
Date:   Sat Jan 12 17:23:47 2008 +0000

    Fixed a segfault/division by zero caused by delayed headers in LOAS
    format audio.

commit ea869b5e77f87ffb5999b3b367366686837e999c
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Jan 12 16:45:16 2008 +0000

    ogg demuxer: fix #1429 by simply ignoring the skeleton track
    be more strict when testing for packet types

commit 0da728fb6c3017ab90d0d00a7c40fb5fed690fe9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 16:27:49 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Fix a wrong detach.

commit 65f58dd94028488bece98abe3451c3650181cba6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 16:25:14 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Fix libvlc.dylib and libvlc-control.dylib installation.

commit c56d27fda632fa351f09afa055fe1ab350097ce6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 12 16:20:54 2008 +0000

    misc/variables.c: Make sure we don't use an unitialized var. (Fix a free to a non-malloced ptr).

commit 1894d87bf609b5df6dbd1dd507104724dbc11d0a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 12 16:14:16 2008 +0000

    opengl-vout-osx: remove 2 incorrect checks (assuming that 10.3.9 == __ppc__ is _no_ good idea) and fixed a couple of compilation warnings

commit 67d6f6e139097ffcf18a994bf13eb35796a33dcd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 12 15:56:35 2008 +0000

    macosx: we don't want to jump to the playlist item, if it changes. That's soo '90s...

commit 910dd4995d0662b1fcc2781e4274380a22a43950
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Jan 12 15:05:17 2008 +0000

    audioscrobbler: use exclusively mdate() for time-related purposes

commit d21bf97ef707088f89d3de7fbed456304189a6f7
Author: Rafaël Carré <funman@videolan.org>
Date:   Sat Jan 12 14:33:38 2008 +0000

    French translation of ncurses interface

commit af82a3ebe6c40eedb2dae258c28d99633ded57ce
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 12 14:09:23 2008 +0000

    mp4 demux: also add meta for 'Encoded by', 'URL', 'Track Number' and 'Comment'

commit c02a3fa285fafdd453dc2add243aa65ae935b920
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 12 08:03:00 2008 +0000

    Qt4 - Encode URLs in open dialog as requested. Close defect #1414.

commit 870a7f046def652f27721d9222d2fd922221d214
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 12 07:42:13 2008 +0000

    Qt4 - make the difference between DIALOG_USER_PROGRESS && DIALOG_INTF_PROGRESS, like on the Mac intf (not implemented in wx, IIRC) by using a QProgressBar inside the statusBar of the main Interface. Close #475 (longstanding one...)

commit a89f96d89cf2d52ae7e6990f31cccdcd518364ca
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 11 23:37:21 2008 +0000

    Port some fixes from CVE-2008-0225 fix for xine-lib plus some code style fixes. Someone should really review it as it may be not fully fixed.

commit ce68b58c02a2fcdf8de4f0da70bb6cfd133b5657
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 11 22:56:58 2008 +0000

    Fix another problem in realrtsp (ported from xine-lib upstream):
    * Fix invalid memory access in Real Media SDP with tailored stream; reported
    by Roland Kay. [bug #1602631]
    
    CVS patchset: 8442
    CVS date: 2006/12/25 16:21:56

commit b0e2e3b8e274c1926b040e72fa3bf201244ec262
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 11 22:47:43 2008 +0000

    Some more fixes from upstream xine:
    * Fix program termination due to invalid Real Media SDP; reported by Roland
    Kay. [bug #1602663]
    
    CVS patchset: 8441
    CVS date: 2006/12/25 16:12:16

commit d93b7a36046d10d629001661acf6f8ab6bd6a40b
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 11 22:27:36 2008 +0000

    Fix warning

commit 3c0a294da621ecb4e535b85b52658d6adb756df5
Author: Dennis van Amerongen <trax@videolan.org>
Date:   Fri Jan 11 20:28:31 2008 +0000

    * modules/mux/mp4.c: typo opened -> opened spotted by alexvf

commit 2bf327dfbfaea5fd719be71899bafc3c32b3bb45
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 11 17:48:58 2008 +0000

    fix previous commit

commit 0669b648a7db1286edef12d16793bea74c5b3aad
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 11 17:42:54 2008 +0000

    revert 24090 and add fix for including sps/pps in every keyframe without
    breaking ts/h264 writing, so it waits until sps/pps are received before
    handing stuff onward (as it did earlier). thanks to jpsaman for spotting
    this.

commit 56a8c2a59edd99488da19825cb965ddfa823c1e2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jan 11 17:01:35 2008 +0000

    cdda: correctly display Title and Artist in CDDB mode, if available

commit 5ad459b5e6c587d518bdcbbd09b949c324a91323
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 11 13:28:58 2008 +0000

    Updated Russian translation from Andrew Zaikin.

commit ad2f8e785627f256b7e3d9c8773586104e49b407
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 11 06:36:10 2008 +0000

    Qt4 - Reference to Amarok good work.

commit 5c4a98c1069891afa6b0ed52bfe87b81a1c68d8b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 11 06:33:57 2008 +0000

    Qt4 - SoundSlider, add a caption of the volume on it after IRC idea.

commit 7e5abc720a8d3a2389b756307f56c178e2fa37e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 11 06:02:59 2008 +0000

    Qt4 - Try to fix minimal mode sizing.

commit 00187524159c89f20c053642359304289979804d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 10 23:46:56 2008 +0000

    Qt4 - ExtraMetaPanel, fix the bug that forgot to remove the extraMD from previous item. Fix the sizing of the columns.

commit 9d4d16009505cb0b3419d42ce94a5ddd1dd8d6e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 10 23:22:19 2008 +0000

    Qt4 - Bookmark implementation by Antoine Lejeune - phytos # via

commit fd4a7f8cca3f7bc7a47e4bf83f2c1b49fddc4b08
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jan 10 22:33:33 2008 +0000

    Comment out rgb444

commit 1cd42f751f389c8443caf7070f66052616014a88
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:56:32 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Fix the share folder location.

commit a9cb2c9f717a7315b21f5417d3d006fb07468780
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:37:49 2008 +0000

    MacOSX/VLCBrowsableVideoView.m: Make sure the view will reshow its gradient when the menu is hidden.

commit 317f2353744ec69018d61ac9e3ea982cf6b53173
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 21:27:06 2008 +0000

    Encoding issue.

commit 55f0dad0bff8b1473b2c39a09c52c84832d98c0b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:22:22 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Use pbxcp instead of cp.

commit 1b431f4bcfc2199984d68b8b100dcaa73524098c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Jan 10 21:20:16 2008 +0000

    Change the chain module so it allows chaining more than 2 chroma modules (you'll have to change the define at the start of the source code, and there's no guarantee that it'll use the shortest path between the source and dest chromas).

commit 793a81a922a7cb8443b803f98b30ca494ff2a304
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:16:59 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Copy the luameta and luaplaylist folder. (Need to properly check modifications probably).

commit b494b2d87f531e68b4da33b9dad3df5552cfa171
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:07:41 2008 +0000

    MacOSX/VLC_app/VLCBrowsableVideoView.m: Don't draw the gradient if a vout is present.

commit f13a8acf8cc5ad0d81a4ac1f77e77cacf092f121
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 21:01:16 2008 +0000

    MacOSX/VLC_app/VLCBrowsableVideoView.m: Draw a gradient when there is no video.

commit b71e18535d44e55787418e8670ac025a5027ef1b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:42:30 2008 +0000

    Add news about ncurses, move BDA in Input section. Patch by funman.

commit aba3355539af7e9b58d5c65acdae607f1797c71a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:33:26 2008 +0000

    Typos, remove Jean-Baptiste since we owe him more than a « thanks ». Patch by funman.

commit 16b6bc95f66f54ebbb93ef18892ec37a785dd87b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:29:37 2008 +0000

    iso -> utf8, what's the problem of german people with strange, non ASCII, characters in their name ? --Rafaël Carré
    Another patch by funman.

commit 9bd7b3750efafe34f0df0d6c7965f69837b9177d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:20:43 2008 +0000

    ncurses interface:
     * support colors if --color is enabled (it is by default)
     * use _() to permit translation of the interface
     * matches only ESC, and not special keys combinations (it was boring to have VLC exit when inadvertently hitting alt+something
     * do not use KeyToUTF8() at all when in wide characters mode, since we assume UTF-8 locale
     * display the help shortcut when the interface is stopped, rather than in the title
    Patch by funman.

commit 627fed2d229fed855c2d2f758dec6bcea586e143
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 10 18:18:06 2008 +0000

    MacOSX/VLC_app: mouseDownCanMoveWindow returns a BOOL.

commit 36151c96931d6de80e1eb898c9fb8f3756857c77
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:14:07 2008 +0000

    "bash is not always in /bin/". Patch by funman.

commit 91d170a11d8c8cd9880c2982102797e67f349814
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 18:11:55 2008 +0000

    "vlc_*_timedwait() expect a time in microseconds". Patch by funman.

commit ab9b2674813f203463912f769b8f3b978d9bada9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 10 17:26:49 2008 +0000

    Now the "cancel" button in the progress Dialog is working.
    Feel free to play with it...

commit 907dd03351e05296c04d53c7589c023a9dfbccf9
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Thu Jan 10 10:51:05 2008 +0000

    remove #if 0 #endif from commit 23493 which seems to be accidental on
    those line and broke mmsh-input.

commit 13df93e3371d88a051675e44949affd7aae825a6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 10 06:43:02 2008 +0000

    Qt4 -reinventing the wheel is ALWAYS a good idea...

commit 076ff7c954735f7a3841609fefbc35fc51aeef80
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 10 06:38:31 2008 +0000

    Qt4 - Fix the segfault that can occur when opening directories, especially multiple directories ( known as the thresh bug... )

commit a35dfea7fc859a0dce911482562d24b9edd48638
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 9 22:55:39 2008 +0000

    Qt4 - fix the artSet removal commit.

commit 87fe984550ba52b0d96b6a0e73d0b66a9a84675e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 9 22:05:17 2008 +0000

    MacOSX/VLC_app: port the fullscreen zoom and the fspanel from gui/macosx to VLC_app.

commit ff7830bb3169e40ad0e081478e28af599a6dd902
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 9 14:35:00 2008 +0000

    Hungarian translation update by Gabor Kelemen

commit 839e30e1b1f7f245962ed5b13d10069d5441ca8e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 9 07:54:07 2008 +0000

    Remove stray semicolon.

commit 2573910cf1668288518f1249f04cc61139f1a615
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Tue Jan 8 19:45:05 2008 +0000

    Handle race condition between ABOR answer and other answer when stopping the FTP data connection. Patch by Andrew Zaikin with cosmetic changes.

commit 0fb33f81f077a7a08bef1c74762e202127120d66
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 8 15:43:10 2008 +0000

    Cosmetic

commit 304107848d986b0614494fec05dec4276a4ff69c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 8 15:37:10 2008 +0000

    Little change to print the right message in the user progress

commit 9319c1ecc55a4504548f3b44339517d88803a0e4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 8 15:33:12 2008 +0000

    InteractionDialog now use the description.

commit 07e7a9048dbad0d54d73d8c8b92e4f99fd3da0a5
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 8 08:15:54 2008 +0000

    - narrow r10012 to remove dts only stuff that goes to libmpeg2 (mpgv) and
      not all video. enables to restream/transcode rtsp/h264 streams.
      Should also partly fix #397, it seems that most of h264 streams are
      with packetization-mode=1 eg. in decoding order (thou it should be
      checked here, and FIXME is for that).
    
    - only start GET_PARAMETER keepalive-thread if x-asf is setted eg. when
      server is wms, DSS 5.5.4 & 5.5.5 doesn't like GET_PARAMETER at all and
      closes the connection when getting that, and they seem to use
      rtcp-data for liveness. Kasenna uses that KA in useragent-string.

commit 7c69beacd9ee900a4e04a66b09bb0aa749e76d89
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Jan 8 07:33:04 2008 +0000

    remove unused artSet signal in playlist_model (changed to input-manager
    signaling)

commit 56fbf5f7575056764ca1e7a9e2a89c3e156a9d46
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 8 01:11:32 2008 +0000

    Qt4 - Fix preferences widgets layout to get more alignment.

commit 842d44370f4278991626f88e46fefd4faa0996a2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 8 01:10:38 2008 +0000

    Qt4 - Fix Advanced preferences images location...

commit 5a9b7f9d1ac4e99d2e4fe92f0f98523eff7a370a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 8 01:09:40 2008 +0000

    Qt4 - Open dialog: fix segfault on capture cards and fix the problematic layout on Win32.

commit ebc34a37ac06241669eb06140b6ea004850bfc7a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 23:33:07 2008 +0000

    MacOSX/Framework/VLCVideoCommon.m: Previous commit is crashy. Remove it, until we find a proper solution.

commit 75058739813e26f6e42b2aa8b06778ca57dbba66
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 23:24:47 2008 +0000

    MacOSX/Framework/VLCVideoCommon.m: Make sure there is no tearing when moving the splitview in the video window.

commit 1036774c878fc0479c27d993a4a8b6870263de60
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 23:22:18 2008 +0000

    MacOSX/VLC_app: Leave a little room at the bottom of the window when the playlist is collapsed...

commit 0668d6074fdf0f39c50f8c69e39b2bf38b31774a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 23:11:34 2008 +0000

    MacOSX/Framework/VLCMedia.m: Fix previous commit's warnings.

commit be3f756060c3195ea4e2dfe9a1d9f8fadc68a7d2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 23:09:07 2008 +0000

    MacOSX/Framework/VLCMedia.m: Make sure the KVO notification will be sent for the @"state" key.

commit 2cd7ae24c0a111993ad85af329e6815570c21b9f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 21:38:58 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Don't put code that should be in libvlc in the framework.

commit d591dcc0d665d2ae650cbfdeb45835683c2954ce
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 21:17:47 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Avoid some Mac OS X libvlc-specific deadlocks.

commit 7d06af2982ff83b03543b9920ba3321b6b0d7a3e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 21:07:35 2008 +0000

    MacOSX/Framework: Make sure the layer will resize on bounds change.

commit 1b693963de54ab9d0b266ad5a99ed46817b9f918
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 21:02:35 2008 +0000

    MacOSX/VLC_app/VLCMainWindow.m: Don't attempt to play selected items if their count is null.

commit 8e88b0c1926c97f974a1d585750f3a06e798df2f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 21:00:49 2008 +0000

    MacOSX/VLC_app/VLCBrowsableVideoView.m: Don't crash on empty playlist.

commit 88e63b3b81729f5964875b3bb2ab126cac74b3b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 20:45:15 2008 +0000

    MacOSX/VLC_app/VLCMainWindow.m: Fix playlist showing.

commit 5a33cfd28d051ecd885bbcbee0e3465fba8ae1a7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 7 20:41:33 2008 +0000

    Same change as marq for positioning code.

commit c8445968fec4b55da0cbfe29733bc458318034fb
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 7 20:37:01 2008 +0000

    Swap comments.

commit 34c0fe95c2e6fc7aade6a4950fd2b3c89c1220f3
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 7 20:33:45 2008 +0000

    Marq: make it possible to mix (x,y) and position options. Example: "marq{marquee=Test,position=1,x=100}" will put the text 100 pixels from the center of the left border. Also add deprecated elements for the old time module options.

commit d046c4ec587733c6feab960486678cdf778c0b2c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 7 20:14:20 2008 +0000

    Sync all the other po files.

commit 829d22077e80f72f7c2a025a33d17a35fa13ad79
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 7 20:11:59 2008 +0000

    Hungarian translation update by Gabor Kelemen. Thanks.

commit ccaf6ed763d4f1597d384dd1a515a53414be0d3c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 19:31:45 2008 +0000

    MacOSX/VLC_app: Fix the various bindings. And binds the various media control buttons.

commit 096ebc37110a1c2656a221c9820f0d9181e74490
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 19:30:38 2008 +0000

    MacOSX/Framework: Implement -canPause and the various setRate related functions.

commit 79179c9e91d20221979ea176054b6ce724fe89de
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 19:22:47 2008 +0000

    vlc/libvlc.h: Use libvlc_time_t.

commit 42720931074186c81328480553498937fa97c340
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 18:09:45 2008 +0000

    control/media_instance.c: Make sure media_instance_pause() will either, play, pause, or stop, depending on the whether the input can be paused or is playing.

commit b99b8b1a4494ead54e3e099b2781f306b4f0b02d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 15:49:39 2008 +0000

    control/media_instance.c: Make sure the toggling the of the pause status implies a right "state" callback.

commit d057091d90942ba33c63db136e2d8d2fba81452f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 15:01:21 2008 +0000

    MacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated.

commit 5da72b7761d4ae2bc99d869cb6f58ba0b8f817ab
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 14:46:08 2008 +0000

    libvlc.h: Define and implement libvlc_media_instance_is_pausable().

commit e41cdcc4acaf1c7d41a2ad9cfd467dcbe7ddeb1b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 14:23:12 2008 +0000

    src/input.c: Define and set the "can-pause" variable.

commit 24653effadab954f68518f48fd36ffd6b968de4f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 12:34:13 2008 +0000

    MacOSX/VLC_app: Connect the Sound slider.

commit f7b43e279b9189f0c4bdf10ece4a97a199f62a50
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Mon Jan 7 12:30:38 2008 +0000

    MacOSX/Framework/VLCValueTransformer.m: Remove unuseful NSLog.

commit d70fb1f86a8c26f72982903193227d49e0f2e25c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 7 09:24:07 2008 +0000

    Revert [23969] because mutex aren't needed

commit cfa722f1f7b832cf311d4a67f6df345baecd0f7d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 23:03:04 2008 +0000

    MacOSX/VLC_app/VLC.xcodeproj: Fix copy phase.
    MacOSX/Framework/Sources/VLCVideoCommon.m: Minor typo in previous commit.

commit 95160e3a128f0865148b341bdac03b6354e538cf
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 22:56:58 2008 +0000

    MacOSX: Correctly interprets fillscreen.

commit 8d9dc3d68e5daf274593b33971aee1a9fd6ff7ff
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 22:44:43 2008 +0000

    MacOSX/Framework/VLCKit.h: s/VLC/VLCKit/

commit 96b176de3dcb0b711bd47c23e0929103fd8337fa
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 22:37:30 2008 +0000

    Fix previouses commit.

commit 196bce3176a224b988a3749248609adc18598554
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 21:45:41 2008 +0000

    MacOSX: Make sure VLC.framework is renamed to VLCKit.framework.

commit dc7425e32fbe00a6697110b45933456799e009b5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 20:27:55 2008 +0000

    MacOSX: Rename the framework to VLCKit.

commit d8ad30f984b74e714af5695cc58af94ba36fb401
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 20:07:56 2008 +0000

    MacOSX/Framework/VLCVideoCommon.m: Fix fillscreen.

commit df2362a864aee32f9a73b68507961ce73923d80c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 20:03:50 2008 +0000

    MacOSX/Framework: Fix my previous commit.

commit 8dcc9704c6e54b5a1e420a55000bd88e1cc43655
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 6 19:54:28 2008 +0000

    Only rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth for the patch + some modification by me. Fix #1408

commit 53dfe76b958e41a375a4acfe23fefd5505a355ab
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 6 18:37:47 2008 +0000

    Add YUV420 (I420) and RGB44 (RV32?) chromas to the list, change YVU420 mapping to YV12, change some of the chroma probing code and add information in some of the debug messages.

commit d0484c595c60ac6331ebb8f162a42bb9eaf12b91
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 17:58:17 2008 +0000

    video_output/opengllayer.m:
    * Code simplification. Green flashes removal. Call display instead of setNeedsDisplay: to make sure we have a frame per fram
    e accuracy. Use removeVoutLayer: to detach the drawer from its drawable.
    MacOSX/Framework:
    * Code factorization from VLCVideoView, VLCVideoLayer in VLCVideoCommon
    * Implement removeVoutLayer: as needed by the opengllayer.

commit 989d47370df1267735f1c9e99c718585b8b4fd06
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 17:36:36 2008 +0000

    MacOSX/VLC_app: Set the representedPath of the main Window.

commit 12a4698c0c64b93ff3b967bc02d3764159de434a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 17:35:32 2008 +0000

    MacOSX/Framework/VLCMedia: make the url property an NSURL.

commit e3bc1e0be3bd9e067d69fc5ff2d8fb5a30922a83
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 16:58:39 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Forgotten detach().

commit 78313662297c8c7b745ba30693f8cf0e7811b9b6
Author: Richard Hosking <hovis@videolan.org>
Date:   Sun Jan 6 14:13:56 2008 +0000

    Update the help section regarding the default ALSA device.

commit a1a8a5a6b7cae975b134aad5f74c0971a1faac6d
Author: Richard Hosking <hovis@videolan.org>
Date:   Sun Jan 6 14:04:14 2008 +0000

    Use 'hw' instead of 'default' for ALSA until we know more about 'default'.

commit 75061040941580587d06c2389cca9a52eda3e676
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 6 13:39:24 2008 +0000

    Magnify: validate input chroma, fix for non "YUV 4:2:0" planar chromas, use a better looking scaling algorithm.

commit 4096b0935736f1db9d0438eaa0250cf1fce27e13
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 12:31:24 2008 +0000

    ccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com>. Full comment below:
    I can see that if you are watching video over ftp and you are pausing playback for a couple of minutes, VLC is unable to resume playback, because corresponding FTP data connection is closed (getting "connection reset by peer" error). To solve this issue I would propose to seek to the current position when VLC is resuming playback. Seek operation in ftp re-open data connection - that is exactly what we need here.

commit 84e305419ae88833f0d8cb3f2745a853609511d5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 08:11:11 2008 +0000

    Qt4 - small change to fix some layout on Win32

commit 193dff8a09e6a3516f1ad4b201e8734e050f8c7f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 07:52:08 2008 +0000

    Qt4 - Open: management of advanced options in capture cards. Mainly finish the open dialog and close #851.
    Remains testing to do, refcount and deletion problems, and management of duplication between normal and advanced options.
    Remains everything to put in a QScrollArea.

commit c4840c68238f1728e4d84f347ba8ba5922801ff7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 07:49:37 2008 +0000

    Qt4 - Using already defined configuration type. This is needed for finer control and differentiation between int and bool for the time being.

commit 25c473a8f2bdbd71b4abb2886638d5333e9b449d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Jan 6 06:25:53 2008 +0000

    contrib: Make sure we don't disable mmx if ld is working on mac os x.

commit 23b538b7c87e3fbc82051bb0f17498057243ea94
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 6 01:00:35 2008 +0000

    Fix compilation of galaktos:
    	- there's still plenty of compile warning
    	- I may have been a bit heavy handed on the de-'static inlin'ing

commit 32c1dee576c989f4a824da3fd58cd5336f6f252e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 6 00:55:59 2008 +0000

    Validate input chroma in transform filter, make it work with Packed YUV (tested with YUY2 only but should work with other variants). Other misc changes.

commit 7e3fc332300b732efb4c84f1617575c736f98e08
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 00:25:05 2008 +0000

    Qt4 - remove tab.

commit 4f1bb439bc8bd57a3bfcc87dfa5e214ac9e9ed1e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 00:14:55 2008 +0000

    Contribs- revert stupid [24093]

commit 5abd5b94be843aa276fd1979d8c7cac1c0cf9603
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 00:08:51 2008 +0000

    Qt4 - kill warnings.

commit 1b751c44e3b129bf7a32ae758a1050a4d88b0713
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 6 00:08:02 2008 +0000

    Qt4 - Open Capture: work on DirectShow Capture cards.

commit cff5d79c0c905ae2e08adb2f45ff8333efb966ab
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 6 00:05:47 2008 +0000

    Use module_Need in strict mode if loading a "video filter".

commit e5a8e8600640c7a86fe086671400aeb621cfea4d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 5 22:35:00 2008 +0000

    Enable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable the audio input using --v4l2-audio-method 0). Change a few variable types. Print the fourcc when a v4l2 format isn't supported.

commit 9b5ba569530676c6d84ba30da19d466caff9efbd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 5 20:41:27 2008 +0000

    contrib: updated the x264 darwin patch to match rev 715

commit b978e2d547b7ebeb9633a5eb2b7837daaae307f9
Author: Richard Hosking <hovis@videolan.org>
Date:   Sat Jan 5 19:33:15 2008 +0000

    v4l2: Fixed audio init & close.  Added some comments to help the readability of the main device detection logic.

commit bc938951cb79d7e1d685981127614903d347979c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 5 18:09:40 2008 +0000

    net_Accept: poll() takes milliseconds rather than microseconds

commit 98a7a012699bdc9c60323970589b02e06d0c912c
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 5 18:05:31 2008 +0000

    excess debug

commit ecbbbc15c84f94dba5d9d3a1d54ae9802256a7bf
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 5 18:04:10 2008 +0000

    Use the event pipe in net_Read instead of an arbitrary timer

commit 318d3056c5234df7651172ba8a89e346c478d5cd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 17:58:36 2008 +0000

    Contrib gui updates.

commit 942aa9c36b668086f1134444d1ea92a69b619eab
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 5 17:43:23 2008 +0000

    Add special case for category labels.

commit 7873bfc0f14dbecb328ba4dae525eb5c22b1d23d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 5 17:42:55 2008 +0000

    If the v4l2 driver supports the extended controls API, use it to list controls (instead of the user control API).

commit 978ed0ef582208361b0f6da3eae33d9f4d52117b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 17:33:57 2008 +0000

    Qt4 - fix 24107

commit eb149eed4098fc35abda281875f076cc57723dd2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 5 16:42:17 2008 +0000

    Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name

commit 89e87d9bb6e4c56bdd1a86392b2e217387f03074
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 5 16:36:48 2008 +0000

    Makefile.am: another attempt to fix hdiutil attach

commit c02dda13ae39a2d3453f83e9667ae6344440722a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 5 15:36:33 2008 +0000

    MacOSX/VLC_app/VLCMainWindow.m: Bind the window title to the mediaPlayer's description.

commit 8f5ef745e532c20f67bcd1cecdc12fc830c0d946
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 5 15:35:56 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key.

commit a524624fbb93aa7b60f76e8dd0f7dfc41bb54644
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 5 14:38:09 2008 +0000

    MacOSX/VLC_app: Change the default size of the window.

commit d34e54343a93ec515b4a3ff39cbc98bd0994e968
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 5 14:33:47 2008 +0000

    MacOSX/VLC_app: Nicely slide in/out the playlist.

commit 30ee710060cb574293aeb9bd24882df83718fdc6
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 5 14:10:46 2008 +0000

    live-starttime.patch is merged upstream and bumping up livemedia's version number is no longer needed.

commit 267358d66bb046498588eb9beda99afa0ff5d242
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 5 14:09:25 2008 +0000

    Patch no longer needed.

commit d062f9323fc54d7a2ba917f774a796b09efd9373
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sat Jan 5 13:51:21 2008 +0000

    MacOSX/Framework/VLCEventManager.m: Don't send grouped events to the same target if there is an event in-between.

commit d6271bf00c0c4e1636959b303a497d86816f70f2
Author: Rémi Denis-Courmont <rem@videolan.org>
Date:   Sat Jan 5 13:29:01 2008 +0000

    Re-implement GCD iteratively. Fix unused function warning.

commit 7141388751abe5af5411395bcc59d407793bbcc3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 5 11:43:14 2008 +0000

    Replaced LIVEMEDIA_LIBRARY_VERSION_INT version 9999999999 with 1199404800.

commit 3c164b3359e63c0cf4647855095aaea34f620d4a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 09:02:40 2008 +0000

    Qt4 - extended... attempt to fix extended panel size... The culprit is still the VideoFilter Widget.

commit b65f2537f1319708e7755828244b6e162731c1b8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 07:42:55 2008 +0000

    Qt4 - Win32: fix the absence of dshow in the Capture Open Panel.

commit 596393719795e278fdbd8bfa3b7dd9ae2ecdd8e4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 07:18:02 2008 +0000

    Qt4 - Win32: fix VLM layout

commit 6c89da4a9a421de2d62d48ac82e0f17bde16dac9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 06:51:34 2008 +0000

    Qt4 - Win32: fix layout in open_capture.ui

commit 768a658d07d4a3551c4838cb705548319db39557
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 06:21:15 2008 +0000

    Qt4 - SPrefs: again...

commit 914446b99d5f92746a5e09798b8342f6987ab3af
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 05:58:15 2008 +0000

    Qt4 - Try to fix some crash on Windows.

commit d2c9b209bd128a9693e860608cc9ce300292c9cb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 01:54:49 2008 +0000

    Contribs - remove unnecessary patch for live555 (merged upstream)

commit 25999f6316bf87369a5058dec047b72f513e20de
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 01:45:05 2008 +0000

    Contrib: SDL minor update.

commit aaf81c501771f97bd967d02f9d29b6da939c84b0
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Sat Jan 5 01:15:38 2008 +0000

    video_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should be displayed. Display frame when vout tells us to do so.

commit 94af477ca23968d3c8bc579839f6a7f2afd76f21
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Sat Jan 5 01:12:24 2008 +0000

    MacOSX/Framework/VLCEventManager: Forgot in previous commit. Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

commit 146cc65c2d6aef65c4956f91c8bac655a840fbab
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Sat Jan 5 01:11:47 2008 +0000

    MacOSX/Framework/VLCEventManager: Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

commit 1f540b8730ab9fb69206b426ce3e1cf2cdd9c678
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Sat Jan 5 01:09:14 2008 +0000

    MacOSX/Framework/Examples/test: Don't waste time getting the length of the video while we're doing a drag & drop operation.

commit 7587b631f2cce0af2a084f66f58b6a45d4e1f88e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 00:43:12 2008 +0000

    Contris: try to use latest x264 ...

commit 1a99bb6eb8305fee86449296e840a2703b582b4c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 5 00:34:50 2008 +0000

    Contribs: clean some patches.

commit 93d71d385db89194d8e756368147f92fada19246
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 4 23:47:30 2008 +0000

    Contribs - remove unnecessary action.

commit a238f869407685b3fdac7ff52a3410f71da7ea35
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 4 23:42:02 2008 +0000

    Contribs - live, less patches...

commit 891719b5bc7743d70d3b19751c039a36b21bccac
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 4 23:29:05 2008 +0000

    COntribs: remove livedotcome.win32 patch, merged upstream (kudos to Ross)

commit 7a7bb889b1318e5cb091c954c0729d3a788518de
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 4 20:05:15 2008 +0000

    remove b_header in packetizer so sps/pps are send with every keyframe,
    shouldn't break anything (tested on mp4/ts files, rtp stream and http/ts
    stream). Files play correctly and MP4Box/ffmpeg recognize them
    correctly. should fix #1384

commit 92875c215ab8999226c874d0162e47960d22cb64
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Jan 4 17:16:46 2008 +0000

    MacOSX/Framework/VLCVideoView.m: Code clean up & implement Objective-C 2.0 @property.

commit 555be2977b4a02db9a5a9f344eca9747e3a7141c
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Jan 4 16:26:52 2008 +0000

    MacOSX/VLC_app: Make application responsible for window to fullscreen transition.

commit 11c628ea4029c846d85753ee2ba92c2808d7e2b2
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Jan 4 16:23:53 2008 +0000

    MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode.

commit dfc2899753b91e77cc09adf2700886c019aad5c6
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Jan 4 15:58:32 2008 +0000

    MacOSX/Framework/Examples: Updatee example to properly scale video within window.

commit 0554ff0a2160754b54f5e1aba1757f0411a841d6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 13:13:55 2008 +0000

    Makefile.am: Attempt to get hidutil attach working.

commit ddd606a33edcd6008fe5e33039fbf0eeb54b686b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 10:39:09 2008 +0000

    MacOSX/VLC_app/VLCMainWindow.m: Remove silly debug code.

commit bae7c730d18969a1872770fc9d1a6f587dae66c5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 02:36:00 2008 +0000

    input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).

commit bb2e9c9090962e79a3cc2c9e27514fa7ac8763d7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 01:57:09 2008 +0000

    video_output/opengllayer.m: Hopefully fix the tearing issues by correctly updating textures, and using a nice trick to save the current opengl context. (Note, we can't draw to it directly).

commit c8dc276e6faf23ca581ee20fd4ab5e928d229b10
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 01:40:45 2008 +0000

    MacOSX/Framework/VLCEventManager.m: s/msleep/usleep/.

commit 58d6b919520dab1ceca0523b1d181d1d84846db7
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 00:42:50 2008 +0000

    video_output/opengllayer.m: Remove unuseful NULL check.

commit bc80bfd7dfa3bcea355b621ff1d4cedbc09863b3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 00:32:29 2008 +0000

    video_output/opengllayer.m: Proper three-buffering, that should work if texture was copied.

commit 7af65b112419eb98bf34a79a419eecf6ba3e7064
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 00:22:22 2008 +0000

    MacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell for the categories List.

commit c751d4fb0f854d2aac044fbb6aa9456720c272eb
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 00:21:09 2008 +0000

    MacOSX/Framework/MainWindow.xib: Get rid of nib warnings.

commit 117ebd7e7f293625f016d4da8d04484e6c447a19
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Fri Jan 4 00:07:34 2008 +0000

    video_output/opengllayer.m: Revert backbuffer resizing & code cleanup.

commit 3772bb954172d7e530873f4809ef660085344cd3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Fri Jan 4 00:04:28 2008 +0000

    MacOSX/VLC_app/MainWindow.xib: Remove overlapping views.

commit d1304bdbdccde9d16b074c3d167b37951457ab1b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 22:09:03 2008 +0000

    MacOSX/VLC_app/VLC_app: Rename File menu to Media.

commit df67698f139fad3d9f4d7b14130ec4935a3d26b1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 22:06:20 2008 +0000

    MacOSX/VLC_app/MainMenu.nib: Test a new Menu Layout.

commit fc48d3362d77233d588c7b0e130c116536dbbbe0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 21:51:14 2008 +0000

    MacOSX/VLC_app: Only get stuck at the very bottom of the nav view.

commit 882c580cd5252f9a4e17d18829fbab2854e4b104
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 21:13:24 2008 +0000

    MacOSX/VLC_app: NSToolbar-ify our toolbar.

commit 7271b01d5c81cdc5293ab3e0746a2bb0bf05d672
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 21:01:23 2008 +0000

    MacOSX/Framework: Added 'clean' target to Makefile.

commit 95f25005a81fcb03cb69431d620e641ff837a45b
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:55:32 2008 +0000

    MacOSX: Ignore build directories for Framework & VLC_app.

commit 5beb4d969aea0b1405c105cf718fbdf4e8139b3c
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:54:02 2008 +0000

    MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up.

commit 846f9ad336c9a7ff576ab1a6939a2a6e3f73b5c0
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:49:40 2008 +0000

    MacOSX/Framework/VLC.h: Import VLCLibrary.h and VLCVideoLayer.h by default.

commit 8742ddfc7de6245c1bd39adb77697e6d9c8abfea
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:45:19 2008 +0000

    MacOSX/Framework/Examples/test: Ignore build directory.

commit 0b300bd167e891200f54e007562e9a7fc92714ea
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:44:36 2008 +0000

    MacOSX/Framework/Examples/test/Controller.m: Updated example to comply with latest framework improvements.

commit 45400df94e94432062cbf8c7f3c57ea3d3889db6
Author: Faustino Osuna <riquedafreak@videolan.org>
Date:   Thu Jan 3 20:23:45 2008 +0000

    MacOSX/Framework: Remove 'TODO' references/files.

commit fed5de25e1876a9c719a1b4a64eb0f5255dca416
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Thu Jan 3 18:51:36 2008 +0000

    bindings/python/vlc_input.c: update to match
    libvlc_video_take_snapshot API change (it would be nice to grep the
    VLC source, or at least the bindings directory, for the symbol when
    doing such a change).

commit 5d01cf935775068e6fd4b21362dcb6174a7c6c85
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 14:27:42 2008 +0000

    MacOSX/Framework/VLCLibrary.h: Mark as public header.

commit df92fd38143bc1be7d3da54edfdfcb50e387b47e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 14:22:54 2008 +0000

    MacOSX/Framework/VLCLibrary.m: Fix an exception leak.

commit 978372f47ea6350cc95bb596b482064215ee4562
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Thu Jan 3 00:41:34 2008 +0000

    video_output/opengllayer.m: Revert previous commit, and attempt to get the resolution fix working.

commit 480898d19d6d027ffa8f391812f33d7f8f2e5f4c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 23:58:25 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the attach of libvlc_MediaInstancePositionChanged.

commit 0f7683443fd8c690a59804e9adc3185a6dcc922b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Wed Jan 2 23:32:56 2008 +0000

    Start splitting the ALSA and OSS code. The --v4l2-adev device will be tried first as an ALSA device, and then as OSS upon failure. If no audio device is specified, "default" is used for ALSA, "/dev/dsp" for OSS. You can disable/activate usage of ALSA and OSS using the --v4l2-audio-method option (see vlc -p v4l2 --advanced --help-verbose).
    Next step will be to split the module in different source files, the current code is quite a mess.
    Also fix compilation of the module if HAVE_ALSA isn't defined.

commit 250c38916b1c085a7b271da0f383862610ec2b7b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 22:55:38 2008 +0000

    video_output/opengllayer.m: Don't use AGP texturing until we get a proper frames lifo stack. Set to the layer synchronous, and call setNeedsDisplay when needed.

commit d37c8970e7c2573051a291eec055c4b91767d417
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 22:49:26 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Fix KVO.

commit 9d6eca0ca3378d43353c4b248d7824ffee7b6ae1
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 22:14:01 2008 +0000

    MacOSX/VLC_app: Better naming scheme for the different UI elements.

commit 7036039baf7039c089b30b2b8970895f1f47337d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 21:41:04 2008 +0000

    MacOSX/Framework/VLC.xcodeproj: Fix the copy script again. SYMROOT is defined everywhere.

commit 5452eae72be0adceac74746e4d646450b4410632
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:57:22 2008 +0000

    video_output/opengllayer.m: Rename the layer from VLCVideoLayer to VLCVoutLayer, to avoid name collision with the framework.

commit f11a2b477de42237b2704b7d4be2e1b5a74afb71
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:56:16 2008 +0000

    MacOSX/Framework/VLC.xcodeproj: Properly behave with SYMROOT and Framework Copy Phase.

commit d87c31a06848ed3fd68b9a26dc98efbed3eddfdd
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:46:57 2008 +0000

    MacOSX/Framework/project.pbxproj: Don't force the user to use 'build' as SYMROOT.

commit 9aa62073514b822c1692fc2a2649108385f2e56b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:42:08 2008 +0000

    MacOSX/Framework/project.pbxproj: Mark VLCVideoLayer.h as Public.

commit 1878613981b128835435698794de6c18eb6f41db
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:34:43 2008 +0000

    MacOSX/Framework/VLCMediaPlayer.m: Use the newer form of trigger key for key changes.

commit 5870b4cfe91f4ecf169423c27ef8a3531fa15c42
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:23:40 2008 +0000

    MacOSX/Framework/VLCMediaPlayer: Expose -setVideoLayer: and -initWithVideoLayer:.

commit 66304ec75fdc83827efe6e6c6a8bbd9f9954dc96
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:17:15 2008 +0000

    MacOSX/Framework/VLCVideoLayer.m: Remove unuseful constructor.

commit 55bdcfa0cf1cb296b99710af487524dc81151f69
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:10:45 2008 +0000

    MacOSX/Framework/VLCVideoLayer.m: Don't use any layout manager.

commit 9d7109ced845d7869eb9df8777ce0089d6a856f6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:07:32 2008 +0000

    MacOSX/Framework: Implement VLCVideoLayer.

commit ca2f881b41a884d9b1e9813dc1aa26cfc14c586c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 18:05:14 2008 +0000

    MacOSX/Framework/VLCVideoView.m: Fix a potential segfault.

commit 30b431ea2a0069f854532fbe975f172a5246e044
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 17:35:53 2008 +0000

    MacOSX/VLC_app: Remove moved files.

commit ca3fcd38810f6e989caaf5087ad1c358dbc19cd8
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 17:18:21 2008 +0000

    MacOSX/VLC_app: Support drag and drop to the category view.

commit fb3f9b2529c50ffbb2fcf9942b999abc69fbcf80
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 15:57:43 2008 +0000

    MacOSX/Framework/VLCExceptionHandler.m: Log to the console the exception info and name.

commit a24d71dfa6504b21fd8934ee9a1e9ec178618d94
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 15:52:32 2008 +0000

    MacOSX/Framework/VLCExceptionHandler.m: Minor adjustement of the Exception window.

commit cda75f49796a8e2e76462cfb2155faa81fdb5ee3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 15:44:31 2008 +0000

    MacOSX/Framework/VLCExceptionHandler.m: Print a nice dialog when we catch an Exception.

commit 3f73dc4acae4ebb28429fc3960e8a74ec4271882
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 15:39:24 2008 +0000

    MacOSX/Framework/VLCLibrary.m: Remove a TODO.

commit 0a04dcca59615bdf224e69a331de6e46ea25fcd6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 15:37:47 2008 +0000

    MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception.

commit 72934aecd3e5fe93bebf20ff6ff864b5dc390f43
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 14:46:15 2008 +0000

    MacOSX/Framework: Fix grouped event sending, and remove a debugging assert that isn't true anymore.

commit c1c79c585571fd625a8257fa4b553283098cf04b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 13:42:34 2008 +0000

    misc/events.c: Fix a warning.

commit 45aef3e0b2089e171d0ff04163350bf49e2515c5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 2 13:30:44 2008 +0000

    Limit mouse-x and mouse-y in sdl video_output module.\nSame than [24031] but for sdl

commit 7a5570ddfbedf8304c56847d8cfd1d88d0b85e17
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 2 13:01:12 2008 +0000

    Fix signed int, unsigned int comparison.

commit b55763db1328128715cdb9a4ce8063f7d3a8f2b4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 2 11:36:40 2008 +0000

    Limit the mouse-x and mouse-y beetween 0 and p_vout->fmt_in.i_visible_(width\|height) to avoid unsigned overflow. Feel free to revert if this commit is stupid.

commit ac4866eb3dfa626ed5200f43867b854e706289e2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 2 11:32:54 2008 +0000

    Remove useless test

commit ae95f6dc9820ba78ec5e158097427ac7baed1914
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 2 09:59:06 2008 +0000

    Revert [19071] because it is broken. It doesn't allow channel or samplerate changes for fourcc mp4a even when explicitly requested by the user. Specify channels=2 and samplerate=NNNN for fourcc mp4a if you want AAC SBR.

commit d83b49689ac6287782cc35b5bd7fe58513ffc7ca
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 2 09:54:25 2008 +0000

    Fix an error in key handling with sdl

commit ddac67aaf2bde4179f695bb26033488e8e7c35cc
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 2 09:50:41 2008 +0000

    Special case for fourcc samr and sawb in transcode_audio_new()

commit fdb237f770f5d1818b6ede4f3555eca56ccddb58
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 2 09:46:40 2008 +0000

    Use id->p_decoder->fmt_out as input for id->p_encoder->fmt_in. Removes double initialisation of id->p_encoder->fmt_in (es_format_Init()).

commit a593a9cc60d7241aa3ea0f5ba2899d411a25bcdd
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jan 2 09:44:31 2008 +0000

    Revert [23694] because the fix was bad.

commit ec0dd0143e47a9ce3af9b9ae1cfb0848b203fb6b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:55:09 2008 +0000

    MacOSX/Framework/VLCTime.h: Fix typo in comment.

commit 7badce22ca85d0e646caef1aaa763ca35627da9e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:52:35 2008 +0000

    MacOSX/Framework/VLCVideoView.m: Code cleanup. (Patch by Enrique Osuna).

commit 0450faadffe3950908e6187a5c442f13881998f9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:51:42 2008 +0000

    MacOSX/Framework/VLCTime: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit a5015dec9af7cdcec98bc0f19c2dc4bf9a7a2748
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:50:11 2008 +0000

    MacOSX/Framework/VLCMediaPlayer: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 95ce3115429df6387e4aa501ee37f14054655624
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:48:55 2008 +0000

    MacOSX/Framework/VLCMediaListAspect: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 31bf40d037846df48eb90d1b185b1a6fbae39ab2
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:47:07 2008 +0000

    MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 3e27f23824181b9cdf119ddc33ef107e0e673f9a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:44:08 2008 +0000

    MacOSX/Framework/VLCMediaLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 70e772751557cac43c1cebd243241041c5ecd519
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:42:44 2008 +0000

    MacOSX/Framework/VLCMediaDiscoverer: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 1fb4f98610e9cb4b2102194b22ae729d5ea6834d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:38:35 2008 +0000

    MacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit a14a5beac677fd63aee32f9757044656cb13c056
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:36:23 2008 +0000

    MacOSX/Framework/VLCLibVLCBridging.h: Documentation and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 1ce75d2551647f8c194b58a542210e5ab30216c3
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:34:32 2008 +0000

    MacOSX/Framework/VLCLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 3767759a5769f5754ef6c6cdf4b10dbbb7637e89
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:32:56 2008 +0000

    MacOSX/Framework/VLCEventManager: Code cleanup. (Patch by Enrique Osuna).

commit 55bc65e10ed4bdccf1878a55b3b3322b0dd8fc3e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:27:59 2008 +0000

    MacOSX/Framework/VLCAudio: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

commit 912df971ad58edd96c0a2870fdfd9fd50d9e4533
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:24:38 2008 +0000

    MacOSX/Framework: Rename the test2 app to test.

commit b2ca4505024fe099140601b65e8672bb1aebc0d6
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:22:28 2008 +0000

    MacOSX/Framework: Delete the old test app.

commit d3b42ad4d7951d26fcb4f4e10a5eea9a6fb6494f
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:20:11 2008 +0000

    MacOSX/Framework: Updated the test project to conform with the latest changes in VLC.framework. Patch by Enrique Osuna.

commit cb99f9f4d57b853f92d1ef60b26d0dd0222f025c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Wed Jan 2 02:18:30 2008 +0000

    MacOSX/VLC_App: Fix the framework Copy Phase. Patch by Enrique Osuna.

commit e375d958ef136cbd23f3702bb4709d201c664bab
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 22:26:33 2008 +0000

    MacOSX: set the pbxproj file type to text and the right eol.

commit 79ba2c850e422c7d2fdbbc7aaa618b0d226afbe5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 22:00:20 2008 +0000

    MacOSX: Default the Debug configuration variant.

commit 124f1fe682d916f2e0e17cf697a0ea488c613ea5
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:57:48 2008 +0000

    MacOSX/VLC_app/VLC.xcodeproj: Create three different targets to have more grain control over the dependencies. And fix the framework installation script. Default the use of the vlc-contrib-core-framework-app Target.

commit 361d1636a38d6c3ac50360235be353a7cfcab160
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:49:30 2008 +0000

    MacOSX/Framework/VLC.xcodeproj: Don't show the env var when executing scripts. (2nd).

commit d42ca251ef780d16e715c2aba042ae918d89b54d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:42:10 2008 +0000

    MacOSX/VLC_app/VLC.xcodeproj: Work around what seems to be a Xcode bug. We can't use the VLC.framework in the Copy Phase.

commit 7596446d000b6a3411bf8bb803037ac95a42785b
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:41:18 2008 +0000

    MacOSX/Framework/VLC.xcodeproj: Remove debug print of the variables when launching our scripts.

commit da2e003a8290621da2eb4099da79fb75852bd70c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:31:51 2008 +0000

    MacOSX/Framework/VLC.xcodeproj: Allow one-click build for the whole contrib-core-module-framework.

commit ce9f843609cf1f73c8f69f1c84646d7e708a7f79
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 21:28:24 2008 +0000

    MacOSX/VLC_app/VLCController.m: Remove dead category.

commit 9fe304603a31b2c01b910ab0977bd8f72e3133df
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 20:38:24 2008 +0000

    VLC_app/VLC.xcodeproj: Correctly add a dependancy for the VLC.framework. (Thanks to Julien Robert).

commit a3d1163009fd3b54dfa094521961317c25d7039a
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 19:24:58 2008 +0000

    extras/MacOSX: Dead code removal. Not working code removal.

commit b92ad8fc4b6c67a3a57859aee10525c2b705304d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 19:16:38 2008 +0000

    VLCController.m: Remove unneeded code.

commit 0a73fb583e66d2c9e4ef0917ffe8353c812871d8
Author: Damien Fouilleul <damienf@videolan.org>
Date:   Tue Jan 1 18:48:24 2008 +0000

    configure: reworked MacOS X SDK options, now use --with-macosx-sdk=DIR and --with-macosx-version-min=VERSION

commit a4b0c7d0ff346bb1c9fc3e94e26928864816a9e5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jan 1 18:26:08 2008 +0000

    macosx: fixed on-the-fly-changing of the adjust filter. code cleanup. Thanks to Antoine for pointing in the correct direction

commit 99f6722d6c42bd408e50c43e7ab397cbb0b33667
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 18:03:56 2008 +0000

    Revert [23949].

commit 054a2b0615657a039bd8bbf257a68df1b59ed43e
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 17:06:40 2008 +0000

    svn:keywords.

commit b83ae6b44b26c3db50a9875b30479da954f4d72c
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 16:46:55 2008 +0000

    VLCExceptionHandler.m: -initialize to -load. initialize gets called to late or never.

commit 8d5d2f839b28e3aebe560463cf5b3a977c6ef385
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 1 16:43:09 2008 +0000

    Little correction of the double-clicks detection under sdl

commit bace31c80180283b84d4794e54d6521cf838e969
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 16:23:38 2008 +0000

    MacOSX/VLC_app: Add MainWindow.xib.

commit 77d74ab447b6d78f765ea35e5eddf820d6e3f156
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 1 16:19:50 2008 +0000

    Happy new year (2)

commit b6dd543eb1394707708274a7686d1b07c9c6b98c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 1 16:19:02 2008 +0000

    Happy new year

commit 9cd8c3cac199bb326c3e6fb84851855aa7ac4470
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jan 1 16:17:42 2008 +0000

    Fix the video controls extended panels (make extensive use of the object's name).

commit 2b69849b1228b2453fcea3c9f8a19893a93a0462
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 16:15:23 2008 +0000

    Fix previous commit.

commit 991f12499f32b787c23b3a77cd0279ea2bd2994d
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 16:13:58 2008 +0000

    VLC_app/VLCMainWindow.h: Fix a warning, about the wrong type of the slider outlet.

commit 9b675d98d239a28d1db37486b711b2107763be56
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 16:08:00 2008 +0000

    VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect.

commit b27fff6bf62d6a4a288fd21d2da4043b3f4ddad4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 1 15:50:01 2008 +0000

    Use the screen resolution in fullscreen

commit a708b8621d9c196fa5ae2d9c5e6ad4d066bc4c80
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 15:34:28 2008 +0000

    MacOSX/VLC_app: Initial import. Big playlist still causes memory and cpu high load. Interface is ugly. Miss many functionality. But code is light. Supports multiple player. Fullscreen a-la frontrow interface (yet a bit ugly).

commit 7ea9b1c2adb8b6faf76143c0f4f8795df8eeb1b0
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 15:29:05 2008 +0000

    MacOSX/Framework: Support event collapsing, and save the media list thats own the media list aspect.

commit 18e91eef2c923effb5d0365cc3f28d80962c91ad
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 15:26:55 2008 +0000

    VLCMedia.m: Don't flood the event manager with unused meta change notification. Remove uneeded willChangeValueForKey: notification, as per Julien Robert suggestion.

commit dba0ce597e5300a8cd977aef0e43faa7eccf6d97
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 15:21:45 2008 +0000

    VLCEventManager.m: Support event collapsing.

commit 7f88d114a3cf5e1f92cd26129e52cd96d7f879f9
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 15:17:15 2008 +0000

    VLCMediaPlayer.m: Be closer to libvlc.

commit 3f6da3f359036eef516b7ba53d50261d4e230271
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 14:55:21 2008 +0000

    input/item.c: Move SetMeta into a non static exported function.

commit 7f4aba6183dab7a43b2d87ce8b73383aa5d79aa0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jan 1 14:54:42 2008 +0000

    v4l2: Factorize code, fix the video controls init, add Dennis Lou's contributions to the v4l2 module in THANKS.

commit 5ceb0f293b338279011f5aa7cafa8b86888e3768
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jan 1 14:54:06 2008 +0000

    macosx: forgot a corner case in the previous commit

commit 8be68853f19e3b764cd9e416cf4bb2025729779c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jan 1 14:48:25 2008 +0000

    macosx: if an input item includes a NowPlaying meta item, display it in our controller window instead some bogus MRL parsing stuff nobody can understand

commit 192a2076ddccdb60053ae5be615ae1303353bbe4
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Tue Jan 1 14:33:18 2008 +0000

    misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock.

commit 22599f0153a69e2271eafc727e02d07f9954281e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 1 14:15:03 2008 +0000

    add mutex to the sdl video_output
