commit 92248f5864b803375a6fa35c88f8fdad3c474594
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jul 6 02:32:56 2009 +0200

    Update po.

commit 1cc1d3ab74fac41f348d772d8685203b82577d0e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jul 6 01:38:58 2009 +0200

    Qt: fix albumart on Win32.

commit 2c1ccdbdd8070a7f0881619be181b9a2906a7dd8
Author: Cyril Mathé <cmathe@actech-innovation.com>
Date:   Thu Jul 2 15:03:58 2009 +0200

    Mozilla-plugin: Fix a crash when exiting
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit 4054dd1fe53dac91138281fc3341bcbbc50f1fe8
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jul 5 15:13:34 2009 +0300

    Remove buggy rule, fix distcheck

commit 3709fb1eea9ec601981791c0e77a5d9d30dca38d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jul 5 15:09:58 2009 +0300

    dist_ makes no sense inside automake conditionals

commit 9ab2ddf32dbf7825613943edf35ee330811bfef4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jul 5 00:48:10 2009 +0300

    OSX: adapt to error dialog changes (untested)
    
    The code (with or without this patch) looks quite fishy though.
    Fortunately, I do not understand Objective-C, so I can blindly assume
    it is correct.
    (cherry picked from commit 23a91c0ea5344a0948342564c56f4950e9829394)

commit 851009127b881ca078e4aa2d9bd001dd8978161e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jul 5 00:52:22 2009 +0300

    Qt4: adapt to error changes
    
    This gets rid of the blocking queued connection for non-modal errors,
    which was causing deadlocks in the audio output
    
    Pointed-out-by: Laurent Aimar
    (cherry picked from commit c545ce84a4843cc0ae6418e3a517d24865d71c1a)
    
    Conflicts:
    
    	modules/gui/qt4/dialogs/external.cpp
    	modules/gui/qt4/dialogs/external.hpp

commit 5eccfc4085e72f3db6b76d7a5e61d3211410732d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jul 5 00:43:00 2009 +0300

    Separate variable for modal and non modal errors
    (cherry picked from commit afacc88aab72550887cbe868e7d7f17b1d3baabd)

commit d270376b5a60fc8296c732b09fd98326fab8a80e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jul 4 14:43:44 2009 +0200

    Added support for 3f->stereo/mono downmixing (close #2926).
    (cherry picked from commit 9a55c487a03889a59ddb8126c9de2814910f4a83)

commit a76b086d0b220799b8e44c8700c23b5d708ceafb
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jul 4 14:21:37 2009 +0200

    access_http: fix a memory leak (each time we follow a redirection).
    (cherry picked from commit a333ed732703d590da62a95ec50b3b03bad888a5)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit f4b5cc7981eafc556139e37ed4394b5b266d1ba4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jul 4 14:04:42 2009 +0200

    glutls: fix potential memleak.
    (cherry picked from commit f20675ea165f4ca66462f0f835f1f7060a7b52cd)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 2c2b9c663c6b1757b4067682e0b2a68be1cb8809
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jul 4 13:30:57 2009 +0200

    access_http: fix potential memleak.
    (cherry picked from commit a829c55839b25d23c563deac905bdb12e128104f)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit f86d0e6a5034e2482228a6bf86915fba72161242
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jul 4 10:31:08 2009 +0200

    rtmp: kill the thread if the active connect failed..
    (cherry picked from commit c0233ecab4e7a9b5302b5bcffb030f4254cf9df2)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 3080869d7a89f69c5c38f24d33bffca338a0d755
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jul 4 10:25:25 2009 +0200

    rtmp: fix a memory leak (we must release the fifo)
    (cherry picked from commit 4c74cf3378523095e4cb90f29fcdff5bd546d857)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit dad03e922fd4920324de0f9bfe092bc7df21bc40
Author: Fabian Keil <fk@fabiankeil.de>
Date:   Thu Jul 2 20:48:28 2009 +0200

    Let HandleMeta return ret instead of 0, why else would we bother setting it.
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
    (cherry picked from commit 2372b5bee60394962732963df0a037a76da318fe)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 715e49e7a8046f991b88a65b5285cef2aa51b63b
Author: Fabian Keil <fk@fabiankeil.de>
Date:   Thu Jul 2 20:48:28 2009 +0200

    In HandleMessage(), don't let the 0xF0 case fallthrough. Otherwise setting datalen would be pointless.
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
    (cherry picked from commit 7dd7ba0847b037bb10927646f435a3343bd9c169)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 20b97e179b1b273e4515314e761b6df1cb2cefe5
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Sat Jul 4 10:52:09 2009 +0200

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit b1acb7de97aa0ebead4498312d28795dbc9ebcf5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jul 3 22:03:14 2009 +0200

    macosx doc: updated for 1.0

commit 26c1bad818dc32fb1114c694fff1fe75c1e95bb5
Author: Fabian Keil <fk@fabiankeil.de>
Date:   Thu Jul 2 20:48:27 2009 +0200

    In InitGLX13(), make sure fbconf has a defined value. Otherwise the for loop may be left too early.
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
    (cherry picked from commit 857fbdbcd2cd1222a686e0f35678ab0ba1606c08)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 8e1a7ddffa4ff5ca6e7de05d279965655e084eeb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jul 3 09:33:27 2009 +0200

    Make update-po.

commit f25ad01cfe060e31ebc848c652688a550efcae9b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jul 3 08:55:31 2009 +0200

    SSA on Windows: show a progress dialog during font rebuilding.
    
    This is probably not enough to fix all the fontconfig issues.

commit bd3fab6608efa3b3f2cfae291b5b3a5578269b34
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 30 23:54:05 2009 +0200

    Qt: Remove some connect errors.
    (cherry picked from commit dcbb433f4f6c10ae5f4f57573086260240dcbb97)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 67fc71719ac47ad5579e5c361fa16b6c33f188aa
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jul 3 02:01:57 2009 +0100

    Activate Vietnamese translation

commit 825975520032afe9061162b364ea86c0f21772ce
Author: Anh Phan <ppanhh@gmail.com>
Date:   Fri Jul 3 01:57:19 2009 +0100

    l10n: Initial Vietnamese translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 131945099d773609c2c199a2edc2bae799e3cd4c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jul 2 20:11:14 2009 +0300

    Revert "qt4 - Make errors dialog Application Modal."
    
    This reverts commit f4e4ec78c05a8eaceb2b8424d1ccf503e2b58ec2.
    Non-modal errors are non-model errors, and we only use the error dialog
    for non-modal errors (otherwise we use a critical message box). We need
    the Qt4 UI to remain usable inspite of a continuous flow of error.
    (cherry picked from commit 36b4ced9c9a2af81237d4b5a7240873c7041f589)

commit d2ab3e4433655a414f4ec848b312cbc6fe2f5307
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jul 2 19:06:26 2009 +0300

    Fix race condition if multiple threads delete the same HTTP host
    (cherry picked from commit 619185607efae0fb2d23bb466510edde08a795a8)

commit 34ad999e7d0be9054b00d15158d91ebbf9c40def
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jul 2 19:01:06 2009 +0300

    libmpeg2: fix division by zero (fixes #2920)
    (cherry picked from commit 40486dcf6638fe85d7860790e28196e8df7ad418)

commit 6bb2c0d10fa8c35c817535c53a040143f11e602a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jul 2 11:14:20 2009 +0200

    Fix encoding when looking for subtitles (missing qfu).
    (cherry picked from commit d8e0025ed30fb425875118c224f78b97b5fce4b0)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 9dc07ecdae6a10bcb44bdd07704b317f96112a32
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jul 2 10:33:18 2009 +0200

    win32/nsis: Don't try to install --disabled features
    
    This commit create conditional lines in the Windows
    installer script to not try to install some features if
    they have not been compiled.
    (cherry picked from commit 599883e018cc397d0d016d3297396fad65281551)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 90a0990fc5a4028e2ce1178ba1d9b03a8e001463
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jul 2 00:09:41 2009 +0200

    Qt: Close #2906
    (cherry picked from commit 3617f5b4acea90331c5a7f1a773317957b3b9464)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 90d369f61c3f0ad1c52fef15304f4c79c57dd800
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jul 2 00:57:15 2009 +0200

    Qt: plugins dialog as a toggle one.
    
    Close #2900
    (cherry picked from commit e957d5d4b4021555b4f6d3fa64499f0e6ecd77aa)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 0c5b60da7441a2dcb12ba16f2295cdc5aba78338
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Mon Jun 29 16:29:11 2009 +0200

    win32/nsis: fix section descriptions
    
    Fix description inversion as Nicolas Rault described on @vlc.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
    (cherry picked from commit 1ba9b1f21d24dd441381305ba5248e2db0ee444b)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 5a802c6bcc44d4e57b02fc2ff8c835d270d9c604
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jun 30 22:44:14 2009 +0200

    Added 2 missings DVB subtitle types (used by french HD TNT).
    (cherry picked from commit a63ddf96fda8dd32c39822dff764ca25d6555c8f)

commit 5f8e55d0c2ff5c5af0a745a73ef899ba13a78866
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jul 1 10:48:52 2009 +0200

    smb: use utf8_open (fix #2922)
    
    (cherry picked from commit 22507d7538a1f2181548299aca73b2967bda71cc and
    e83b4259af0de8f8e910a319a394f8e24144de91)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 1ff900315b7cb5c404b827557fef78358cdbcba2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 30 16:43:11 2009 +0200

    fix potential memleak.
    (cherry picked from commit e348132d2c5f12583aca7ddd378bb8cd01eac2cc)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit f1b1cb6fda0f551b6bb9a720975604f9ee0f129a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 30 16:31:32 2009 +0200

    Fix a segfault if the mask can't be loaded.
    
    (cherry picked from commit 77190676767ff54dab9c39a97bf17c57a80ca576 and
    b50e987eac9d75e39a0e602b0ee812c42fcb99a8)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 05f10ae5e5685e713eb698cb0b2e8c96d3cad956
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jul 1 09:07:19 2009 +0200

    rss: fix a memleak (double strdup) and add a missing const.
    (cherry picked from commit f759a373ab6483c0d25d1bf84fd49151172c263a)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 19f23817e0ef4bd46e41bca003a8fb522f75a86a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 30 20:11:03 2009 +0200

    rss: fix object leak.
    (cherry picked from commit 4fa2ca55c03c80333838ba96c3eb2d8e5e20b6ad)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 7a7367bc6fbca0e26cff744344f09c388f0c7289
Author: airplanez <airplanez@gmail.com>
Date:   Tue Jun 30 23:27:24 2009 +0100

    l10n: Korean update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 7499dd6bd738024e6bd261b06983827b2fb29f8d
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jun 30 17:04:07 2009 +0200

    vod_rtsp: fix segfault if memory allocation fails
    
    Fix segfault if memory allocation fails
    (cherry picked from commit 944b1484fd525bd9b1865718b56f20294940aa63)

commit 446a544275e77bc7c328e4da05fa14cf364232a3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 29 16:24:13 2009 +0200

    Fix a crash if BEST_AUTOCROP isn't defined (non initialized mutex).
    (cherry picked from commit a8e1052c918c7c0ce7a4520ea5b91b4e464867ae)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 1a617fb661f03af9ee8ae7f78bb4d6f8a3facfdc
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 29 15:54:21 2009 +0200

    Fix encoding.
    (cherry picked from commit 28ec736ffa0d414ea0cc6146c231731e544556a6)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 1a3e18bd9fd9c8a7403d410c0f6f576cfec5ed9a
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 30 02:09:55 2009 +0200

    vcd: arpa/inet.h is required for ntohl() on FreeBSD
    (cherry picked from commit 38b6dd5117615f1fb764d6ec52669ccf1c3645fd)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 27f49fef6ad6a07accdfd3e600072e65436e30aa
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Jun 28 20:18:17 2009 -0700

    input: Support file://localhost/file type url.
    (cherry picked from commit 16f6bf947e9977eb540c599f462a66cd7d2a96a0)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit fc4b656d9e48863fe97fdb10b9a3fea908b3a588
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Fri Jun 19 17:09:45 2009 +0200

    activex: setting default aspect ratio is legal
    
    Empty parameter means "default/guess".
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
    (cherry picked from commit 326f4d404c2803a1dffef57d0ad65a9a472245a7)

commit c4ab699ce734f130a2181b4d6b701a36a759a9cf
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jun 29 00:16:36 2009 +0200

    Made sure that our output buffer is large enough with TTA.
    
    It allows playing multi-channels TTA and fixed a segfault as the decoder
    does not check for sufficient space.
    (cherry picked from commit 698c89004f2a022c630e4f252f1df2465cc3fd37)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 60d193b047c0f0979cfcf3e5360fa798fd39b7e5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 28 23:07:03 2009 +0200

    Forged a TTA1 header in matroska if not present.
    
    (cherry picked from commit 9139b342903d9cc4b508ef2b5e49286ae2c07c98)
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 72990e3fab82009c80c16c52c33f490ae0ddd73b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 28 23:05:34 2009 +0200

    Do not skip non finite size element in matroska.
    
    It seems to create an infinite loop.
    (cherry picked from commit a1fa34871cd4f14a3fe7e78112a1176055eac16c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 2ff9af5e471f7a3b0ba44c5859cd86feeb1791e9
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Mon Jun 29 00:42:43 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 21dc19e6d17c612ddbdbe876016ca317bb8c8487
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Mon Jun 29 00:22:36 2009 +0200

    skins2(Windows): fix sporadic vlc hangings at termination
    
    As skins2(Windows) runs in the main thread, special care must be given to playlist/input/vout termination. Up to now, vout threads kept on running with the GUI event loop no longer operational, leading to vlc hangings.
    (cherry picked from commit b1680840287cea049b8ad1e1ff8be0de96f101e4)

commit 0c7538066e6a1f2986a7c50068201d8441932bfa
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Sun Jun 28 00:46:22 2009 +0200

    skins2(windows): correct playback not started automatically (trac #2539)
    
    Since skins2(Windows) is run in the main thread, the default mechanism couldn't work.
    (cherry picked from commit 6c5bf42f51a84b2aafcecb370a177c4a009c0128)

commit e48e3696895c584c1775eab679e8f0e657ca295b
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Sat Jun 27 23:25:20 2009 +0200

    skins2(Windows): add a command to start the first playlist item
    (cherry picked from commit 1c4ea6e1a34f5cd9f5e65ffc167e0b68b34aa6e2)

commit 944d46c46b11e6f20ca6f1a4c210aaf3297c7c76
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Sat Jun 27 07:35:06 2009 +0200

    skins2: remove unneeded code (already inherited from base class)
    (cherry picked from commit af7bad86161fb3022bbe00c600b3131f1f6de377)

commit bf7ef0e458c7449a0aad8d0ccf924aaa56c10337
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Sat Jun 27 07:39:55 2009 +0200

    skins2: add missing var_DelCallback
    (cherry picked from commit bc6d0013920233efdaf6aa61ea7834449a73399f)

commit 8e2555df2966087186db24ec257bb5e781847801
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Jun 28 03:06:24 2009 +0200

    contrib: add patch for libass memleak.
    
    From: http://greg.geekmind.org/viewgit/?a=commitdiff&p=libass&h=2b4a7365b172bb0b5ee093329a7acdf6bce1cb8d
    
    For this release, this will likely due. In the future we should use greg's version, but it's not API compatible, and not simple to support both old and new api at this moment.

commit 7290c2d3022b58cf4eb7c519c38c7d2235093aec
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 28 01:33:53 2009 +0200

    Workaround libmpeg2 DPB bugs (#2883).
    
    It should work as the vout never deletes the pictures used by a decoder.
    (cherry picked from commit a3d9fc2ec7f0d9a57063ec3d54feaf8824f357b8)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit a54f71697783306c658be75061028f594a180886
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 28 02:02:03 2009 +0200

    Fixed 88d70be07244c54280dda90ac43acfc25cc28ee0 cherry-pick (mlp/thrd).

commit cc1d5d68972c10ce2e31dcdf042dec7a0468c794
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 28 02:00:42 2009 +0200

    Fixed b135359153df3e6516c0aa932587bc1c8e0f6444 cherry-pick (mlp/thrd).

commit d323c4eeedd835ce126579c6131a7919255b76c1
Author: Frederic Crozat <fcrozat@mandriva.com>
Date:   Thu Jun 25 10:33:16 2009 +0200

    Fix format security warnings (fixes: #2857)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit ee472de48ef46e7d0831f722bd7a5f4f70fea30f
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 26 17:22:10 2009 +0200

    missed a fprintf debug.

commit 5e07008c220ef2675280aeba6b3710363e37ae1a
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 26 17:08:45 2009 +0200

    macosx: Don't try to guess a name anymore. This is now done in the core.
    (cherry picked from commit 28fd4de956987ccf65cfe02f25363839c9b5af1a)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 8221f20d736b62e550bd088cd69ab2e9184172a3
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 26 16:50:02 2009 +0200

    input SetURI. Do not decodeURI when we think that something is a path.
    
    This should not be forwardported, in master all URIs should be URIs.

commit 911109ca493d98594eddfcb6e20af3a6c2d5adb1
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 26 16:14:50 2009 +0200

    macosx: Fix file:// in the open panel
    
    It's either paths or uris.
    (cherry picked from commit 6148ec643bc69b4efd59783c1d7694a51e3b5c8d)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 5071bd0bd5e8344d1f05c4e9807b44ae63ce55e0
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 26 14:54:06 2009 +0200

    quartztext: fontsizes of <=0 are not useful. use 12 as fallback.
    
    This fixes using marq and rss filter with default options on Mac OS X.
    (cherry picked from commit 770f625ac99dc365e25a89906b235ecdd5a3d23a)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit c306feb09a3f395831a81533a37de1dc9a89cc4b
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Jun 26 16:46:46 2009 +0200

    qt4: v4l2 input no longer support audio capture. Use :input-slave=alsa:// instead.

commit a091bf7233634946c018b2de0ac0cdf504a2414d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 15:07:34 2009 +0200

    codec_fake: Fix potential crash (add and delete the callback at the right
    moment).
    (cherry picked from commit 7261448ee66f508864148088b4eafaa80a845ab0)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 48b4a9cc5ff3577852b905552efb162a0961b576
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 26 15:10:35 2009 +0200

    Update Win32 before 1.0.0
    (cherry picked from commit b57975108eae91ab6904854048c49c85743014ac)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 872e9ae844f1a6da5abdb377de81567057c090ab
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 26 15:04:38 2009 +0200

    Minor fixes to the German translation

commit 144e0fb88622161ac1666a19ad16528af113c552
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 12:06:43 2009 +0200

    These headers are global.
    (cherry picked from commit 29cec84c86011fa3214509f010b8aff09d4cd1d8)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 751e7e0979a2b50c505a7673d74a460ce83ce531
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 11:54:38 2009 +0200

    mosaic: fix potential deadlock (unlocking in the right order).
    (cherry picked from commit 3e5af5bd6e8dc933a9142e4d8e06881b474d26a9)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e8c13befca5750de6cd5f5fbeb5a2ed2274840cb
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 11:48:09 2009 +0200

    mosaic: ad missing var_DelCallback.
    (cherry picked from commit 2155489172c1fe341738095e70101c6844de4cb3)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 94e7a794511d151029b2f9e51eed9c800c1a70b9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 11:14:19 2009 +0200

    Marquee: remove a double var_AddCallback and add a missing var_DelCallback.
    (cherry picked from commit 511fccb7ca9551df7a8a020be32163d19a2914ab)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 22dc069a614bf7452c2cf799113f4d550996ff69
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 10:18:08 2009 +0200

    Fix encoding (and writing).
    (cherry picked from commit 00b2cd8d574a8e4858c7625ee1db87efd66489e9)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 99801bf2501d9358f8c55ed2e8b1bb8bb076a5a8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 09:37:56 2009 +0200

    DynamicOverlay: fix a race condition (psz_(input|output)file must be protected
    by a mutex).
    (cherry picked from commit cc728a7dade62ca26e244978a554005a4971b91e)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 67058085cd659e3ae68a17ef4379a71e6d71904c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 09:29:55 2009 +0200

    Fix potential crash (missing var_DelCallback).
    (cherry picked from commit d1d7e1a92dfc8eff9d51aed3d4cd9debd5a425ff)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit a90a8151f8a28234fe2b03bc149fdd538fff1f24
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 09:27:23 2009 +0200

    DynamicOverlay: fix crash (invalid free).
    The string given in a callback must be copied.
    (cherry picked from commit 1446509e7b3d2226a2fc054399114be8e695c506)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit f34dc04a9493ef2339cb0d899e30704c77667459
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 09:26:38 2009 +0200

    DynamicOverlay: cosmetics.
    (cherry picked from commit 9c4e67cfd2df7e003b3addba4b8928a1f69376bf)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit ff65a2c365c0e6a06d27ed15c22364c0f50ecdee
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 25 15:17:02 2009 +0200

    postproc: fix potential crash (var_DelCallback missing and callback added too
    early).
    (cherry picked from commit 36eb6ac98a883477beb9d82895716a8488c5f875)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 65d210e134c3d2e1314aab6b770508734d4a6673
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 26 10:28:22 2009 +0200

    Cosmetics (no functionnal changes). (easier to backport the next one)
    (cherry picked from commit 1f8124f6fed0581e81d8c2a324e27590c57248c3)
    
    Conflicts:
    
    	modules/video_filter/postproc.c

commit 8b5d2b4ca7e140a7715afaa17d7dee7259e6ea8d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jun 25 21:02:56 2009 +0300

    http: check x509 common name against the URL
    
    When we connect through a proxy, the certificate common name does not
    match the TCP-level hostname...
    (cherry picked from commit 02c05f0082cee5f297ac010eeb143817de9baf26)

commit 0bfeb8ce1c721db7dd30e07b7e41de4bc15d2bd5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 25 13:58:02 2009 +0200

    Missing var_DelCallback.
    (cherry picked from commit 387ba25a79a1b3a3703e552af74da2edea18a0c0)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 6d8b628937e2fa467ae3a361c4ad68f61b967d84
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Jun 25 15:48:25 2009 +0200

    xspf: Don't nop item->psz_nam
    
    Set the nop at the end of parsing, instead of the beginning, because SetURI will only init the name once. Now we had all media library items with the title "nop".
    (cherry picked from commit fffd3cd177dda62326769d08fc409d2af1093509)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 3e81ceae211becfc32f114c0cfb9308155adbc6d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 25 14:56:44 2009 +0200

    Decode correctly some ac3 in wav files.
    Don't ignore DTS in wav.
    (cherry picked from commit 483cdd603898ec9bf23eacbf895aa44f0d34b5c4)
    (cherry picked from commit dbb1349919ae066bce67a3ae61637431b578b919)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4402375eef967299bbcbe1a50780b4e86c932dea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 25 14:16:37 2009 +0200

    Decode G.726 in Wav

commit 7705abff65f21b747aee369a993490c60386e4d4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 25 14:06:35 2009 +0200

    Missing var_DelCallback.

commit 096dc2c748a48f53bf781935adbeafe7822932d8
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Jun 25 14:21:53 2009 +0200

    xspf: Fix a crash on track elements without a location
    
    A <track> can have 0 or more <location> elements. VLC doesn't like elements without a uri however, so init an element with vlc://nop. Note also that we currently only support 1 location element per track....
    
    This closes #2891
    (cherry picked from commit 7c2247517587851b22ecb11ba8d88bbdf3dcbdac)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 5153449311465092985a526a82bf002a30203d53
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 25 12:11:54 2009 +0200

    Move the add/del_callback call (to be sure to have the needed ressources).
    (cherry picked from commit 4bea3fe8b07e37f44a90df46f3d4243666936988)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit d87b24615381cc830267c94b2ea7f9d9ee085dbf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 25 12:17:17 2009 +0200

    Qt: make open dialog modal.
    
    This ensure consistency with simple Open.
    Moreover, with those KDE effects, this is cool.
    (cherry picked from commit d2bf95488661a01ac0b8c6b91320b56021acbc35)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 31d64379a5706513ee6ed4e440c9e723a9842c9e
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Jun 25 10:42:03 2009 +0200

    dv: fix compiler warnings about unused variables.

commit f23f5e62dcb29ca9b12a1cac73a00c464dbe6f3d
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Jun 25 10:38:32 2009 +0200

    dv: destroy mutex after vlc_pthread_join()

commit 084a6247a99e90c1ab66090811f2a96f8c816ed7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 25 00:35:00 2009 +0200

    Qt: fix remaining remeber-folder bug.
    
    Close #2851

commit bfeb0a580afc2f7619b5fc7389a7824bd05a95da
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 24 20:02:23 2009 +0300

    RTP: fix sdp=file:// with mux
    (cherry picked from commit c1c6933240eefed15674bd4e1dd50e2a37f66dee)

commit bc568b2e59e28ab789601142f31772c9e0ffc4d1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 24 19:49:32 2009 +0300

    RTP/PS: fix crash at exit
    
    (Rtp)Add then MuxAdd, so MuxDel before (Rtp)Del. Indeed, the PS muxer
    sends packets when it's deleted, so the RTP stream is still needed.
    (cherry picked from commit 816f557325f3ee631fb3a328ff7b30c46c634585)

commit 6c6ab104d70069b96859deab1914734e86ea6761
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 24 18:50:25 2009 +0300

    directory: handle relative paths properly
    (cherry picked from commit 6bf70b22abb4b855c4da0e3887f175d2102655f0)

commit 1e924a437e160e9da1255c72b040a68b248eadbf
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jun 24 16:20:40 2009 +0200

    Fix a segfault (buffer overflow for win32 only).
    (cherry picked from commit e60a9038b13b5eb805a76755efc5c6d5e080180f)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 1d3a963a433dc74e541525c72b324adcbea087e1
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Wed Jun 24 16:52:36 2009 +0300

    Improve x11 xinerama fullscreen window placement
    
    Select fullscreen display the one that has most of the video-window,
    then you get qt4 fullscreencontroller on same display also, and it's
    more logical (imo). Algorithm is prettymuch the same as Nigel Tao has
    made in his gpl2 project superswitcher, Didn't want to reinvent this
    with different variable-names ;)

commit b4c2bbe2b1a9b6734b6996e810e153ea7678c979
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 24 15:47:42 2009 +0200

    fix the inverted logic of [a4c0b9def174659bf6b4d30dcb6f47f98080e117]

commit a4c0b9def174659bf6b4d30dcb6f47f98080e117
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 24 15:43:04 2009 +0200

    core: Temporarily fix input_item_SetURI() for 1.0 bugfix.
    
    It now will handle both paths and URIs when trying to determine the filename.
    This balances [873234a1d0d44731d098003ede8e3b945623bbdc].

commit ffd4ec22cf34190983976bdf177f3f9fa389cf4d
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Tue Jun 23 23:30:01 2009 +0200

    skins2: solve crashes due to releasing variables at termination
    
    skins was using two lists of variables (named and anonymous).
    The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur.
    
    This patch uses the anonymous list to keep a reference on **all** variables.
    This guarantees they are released in the reverse order from creation.
    (cherry picked from commit fb771cf9b235d5c64030236e63ca4585db840efe)

commit 3ab66ebedef49d1f9921eb9d5a63185fc845505b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 23 23:06:47 2009 +0200

    When we fill the name of an input item with URI parts, use decode_URI() so it becomes easier to read.

commit af287865be67dcaf404246c430ddf1b7125e66fb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Jun 23 23:08:28 2009 +0300

    Do not inherit xspf-open demux from media library
    (cherry picked from commit d704062a95b8769dfb27bbd16700da69498cedef)

commit 9d3fbd002c9aff5136dfaadf323635828f2b4505
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Jun 23 22:56:36 2009 +0300

    XSPF: remove harmful base decoding
    
    (cherry picked from commit 993d4fcc4a511fc1b5d3bc3cafb262dd20e5cf40)
    
    Conflicts:
    
    	modules/demux/playlist/xspf.c

commit f42e19995035ab12cfb4f7faa9ae09e8490e3b6a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Jun 23 22:13:24 2009 +0300

    playlist_MLLoad: format library URI correctly
    (cherry picked from commit c4dcc7a5a6763e08f641227270ca040192e44af0)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 059bfafb9ff76289de21e40efcdbf38294a08df9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Jun 23 21:50:32 2009 +0300

    playlist_Import: use make_URI
    (cherry picked from commit 7521a562a2fa3213c1c056d0118301d9268ee194)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit d02d05a64c4052d9269875b38612e8a45dca54a6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Jun 23 21:40:04 2009 +0300

    Excessive white space
    (cherry picked from commit d131e9ae8080e8a3f196af5af952d0d805661977)

commit 66fab58c1348e6d2dd8ffe8ca9f224c4b2dfc6ba
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Tue Jun 23 18:52:37 2009 +0200

    MacOs and Windows(skins): don't kill and join twice the same thread

commit 0a8e06360b9b8aa1d5be896c5f860c11db702c01
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 23 08:25:59 2009 +0200

    Typo.
    (cherry picked from commit d83c47abb7581be89df2c1c03c3acf940932ae70)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 888b77d584e3a70d2fb8c2d872c1535dd36503aa
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Mon Jun 22 23:24:51 2009 +0200

    skins2: ensure the new SubX default skins doesn't crash on exit
    
    SubX crashed on both Linux and Windows in a set::erase call (STL) when releasing C++ objects. Swapping two loops solved it. (the second loop was referencing variables released in the first loop). This makes SubX terminate nicely, but doesn't solve all crashes for skins2. (more cleanup to do)
    (cherry picked from commit f7e0923d25fc95597ea70404a23932fdfec83c7c)

commit f9c1ec6f701ffe0cb4780006f08ef9b87499177d
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Mon Jun 22 23:07:06 2009 +0200

    Windows(skins2) and MacOS : do not release the GUI interface at this early stage of vlc termination.
    
    Release will occur in the loop where all remaining interfaces get released once the playlist is deactivated.

commit b1d4c10132abc597bc9f39b900421e2ae202c1c2
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 21:39:07 2009 +0200

    macosx: memleak due to unneeded strdup()
    (cherry picked from commit 50b04778ef968917797a8757d38b4f0c2f726f4d)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 771539a5a065adec9aa2a5d8086b855fd99ac28e
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 20:52:53 2009 +0200

    rotate filter: Avoid a crash
    
    This fixes a DIVIDEBYZERO crash in the rotate filter. Does not seem like the right solution to me, but dionoea should probably look into that, since he wrote most of this filter.
    
    This crash occured with http://streams.videolan.org/issues/HIGNFY%20S25E02%20-%20Part%201.flv
    
    plane 1 (non Y-plane)
    i_visible_lines = 119
    p_pic->p[Y_PLANE].i_visible_pitch = 320
    p_pic->p[Y_PLANE].i_visible_lines = 239
    i_visible_pitch = 160
    (cherry picked from commit fde2277f8f994c60b60372db98061ab1b72af3f3)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 906c413d3c32b16d0156650bd02bd70058d31ada
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 20:29:13 2009 +0200

    macosx: NSScreen(VLCAdditions) does not leak.
    
    The Objective-C runtime will properly unload this at the end of the application. The mozilla plugin should not even be using this at all.
    (cherry picked from commit 573844a977ad1224efc9dde74e42f33d07ccc5c9)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit f371b8713dfa506d69b450e9b4b56c6ac572d881
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 22 20:20:14 2009 +0200

    compilation fix
    
    ... or hack. A clean fix will be the next master commit, which removes the dyld usage completely

commit 88e6f3f12a0bbffb382e0bd76d74672f74dd2c36
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 22 13:39:53 2009 +0200

    podcast: save configuration when adding/removing podcast from the dialog.
    (cherry picked from commit f471df4df3ab395640db149d8bfda34c736cf5bd)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit ac7b6acb45be30882c752c83871bd6f81094b925
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 22 20:09:34 2009 +0200

    core: disabled the deprecated usage of the DYLD API on Darwin for x86_64 builds
    
    This fixes the constant crashes on quit on Leopard

commit 102d36a4f1ed4ce4ee9ca12a03aa974846937292
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Mon Jun 22 16:32:14 2009 +0200

    skins2(SubX): correct a typo ("notdvd.isActive" => "not dvd.isActive" )
    (cherry picked from commit d3312fee1923a6d64b554a9ce66e9dfd5ad0a736)

commit 9f8053e6b942a23a3c690e64175a475581e3dd26
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 22 10:25:40 2009 +0200

    Split the test for user/passwd and the test for the port number (the two tests are independent).
    
    Signed-off-by: JP Dinger <jpd@videolan.org>
    (cherry picked from commit e3787b90a0cd4b12af67513230cd0f36fea3d372)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 3125c618078db629d896100d976d4d57fd24ea36
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 22 09:40:24 2009 +0200

    Fix the previsous commit: if the user or the password is set in the url, use
    it.
    (cherry picked from commit 59f41e69f86aeec986b104955ef2a6acd0449fdc)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 70ef67f23f69f257d4fd38d4295435fde54a2066
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 12:54:22 2009 +0200

    copy paste mistake in [7f43b9342a40189805621c02345539e42eae4c94]
    (cherry picked from commit 8b178f45422d254f9a7cd24d1a4deaf83587271c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 5273434b2114410a0f326335d59581ba02d1fef0
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 12:46:57 2009 +0200

    macosx plugin: Set miminum system version for the mozilla plugin as well.
    (cherry picked from commit 7f43b9342a40189805621c02345539e42eae4c94)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 0eb7471cc2c09895e661d1c9c6e92b33955c6c4e
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 22 12:44:37 2009 +0200

    macosx: Set minimum OS version for the VLC application bundle
    
    This works with 10.2, 10.3 and 10.4, but 10.3 requires the code we have in VLCApplication.
    (cherry picked from commit 24a0dc938bfd5b4bd6cc787e5b899809aa06fd2c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit d77f17f163c00dc3747236152a925fd38d94851c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 22 08:12:24 2009 +0200

    Add missing CoUninitialize.
    For each CoInitialize we have to call CoUninitialize.
    (cherry picked from commit ac1c62c81e88bd87667ce557f630ec69a0aa7cc3)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit b415326db9a5515fd5c4f9ac1b0f5163d9de722f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 22 07:47:22 2009 +0200

    FIx a segfault: we need both user and password to be not NULL.
    (cherry picked from commit c90fc1d049a23032ab204e74b6f810660a6d9e43)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e2a691966224cae7d5871a8d5040d5a9aaf4aeb1
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Jun 21 23:36:05 2009 +0200

    mac text renderer: Fix a nasty crash in the YUVA renderer
    
    This really fixes #2649
    This entire module needs some refinement, but since we are gonna have to dump it for CoreText very soon, there is little point in doing that.
    (cherry picked from commit ee313399d56715b1300e76e9738bceb4b59b703b)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit cc5b6aeeeef7bff7f4f9c1aae696091eed212530
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Jun 21 23:00:59 2009 +0200

    mac text renderer: make sure our picture is of the right height.
    
    This will likely fix #2649
    (cherry picked from commit 575095118f9f3016416e1f494ad14dcb20fd60a3)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 8067db74fb0fb0bb3de31dcfc9338c82b793ef29
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 21 18:02:42 2009 +0200

    Qt: use the native dialog for Save Playlist
    
    This is better for translations, and look'n feel.
    This defaults the name to .xspf, if not a valid extension is provided.
    (cherry picked from commit fe5ba7a24296d5ad14852385ab91eb24b04737dc)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ccfcc1d90baa0f825dd37f6b1d9eb451aa502e44
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 21 16:26:50 2009 +0200

    NSis: Fix for romanian translation.

commit 46a61c6d513c5dae0d12c26379693948155c6615
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 21 03:57:49 2009 +0200

    Qt: be sure to use everywhere the saved path.
    
    And also fix the support for it on Windows.
    (cherry picked from commit 953140e515e407698579f525ad5e0c17eb9e094b)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ed88759d6ce576d9bd776e0252f9ebf3abb48363
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jun 21 12:15:42 2009 +0200

    Fix potential memleak.
    (cherry picked from commit c5af2987b60ec1ce69972f82cf76f481d499fe5c)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 12a697443728529d4d607463c222a77cea0ea096
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 19 23:36:00 2009 +0200

    http interface: strdup memleaks
    (cherry picked from commit c766082c922c2488276397698116e9f3acc51fb6)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 30ab7449dd65e059438f908e1af1310412790eee
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jun 20 16:07:21 2009 +0200

    On the road to 1.0.0

commit afb3fc727ab5df7f5013d4bf93ea17252bca827a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jun 20 00:09:31 2009 +0100

    Synchronise PO files

commit c4aa535b20bdd75fc856a595f79bdc057d27f0d2
Author: Éric Lassauge <lassauge@users.sourceforge.net>
Date:   Fri Jun 19 23:57:17 2009 +0100

    l10n: French update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit fe40d78678f21b4395435a5554b2cccdc254fc7e
Author: Martin Pöhlmann <mpdeimos@googlemail.com>
Date:   Fri Jun 19 23:25:39 2009 +0100

    New default skin: SubX
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
    (cherry picked from commit d89c5dc9b4d8d4014e39206a377b2e03e26c177c)

commit 29fec769e5945e9d849c972d6398c09a4b4e8bb5
Author: A S Alam <apbrar@gmail.com>
Date:   Fri Jun 19 19:33:42 2009 +0100

    l10n: Punjabi update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ed765779161a424aecf1e7adcf115d46cbd7d012
Author: Баярсайхан Энхтайван <ebayaraa@gmail.com>
Date:   Fri Jun 19 19:29:48 2009 +0100

    l10n: Mongolese update
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit b2033eff56dbd0258d30d3c3a3dd400bb9d1c615
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 19 01:05:58 2009 +0200

    Qt: store the filedialog path in Qt setings, instead of vlc config (internal option, btw)
    
    This simplifies a bit the code, should solve the issue reported over and over by the users.
    (cherry picked from commit 34102147f3c10d5b60c084e0fea7fee20c91e7bb)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 546bbb82f42665946904cea876e845a3e9b77275
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 19 00:59:02 2009 +0200

    Qt: first step to fix directory remembering.
    (cherry picked from commit 5f621072ec348a36e1c5444e92803c262150f08b)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 35f7e73c0a1bd1643d21a134e42d005e124c2111
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 19 00:25:00 2009 +0200

    Qt: cosmetics and comments.
    (cherry picked from commit 4c4aae84c4b516592ab42c8c08242c400a107e90)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d4fdf4bb743adbc3355fe0123bf7b200275892d9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 19 00:16:55 2009 +0200

    Qt: correct right click selection.
    
    That way, when you right-click on the not-selected item, you can delete it.
    (cherry picked from commit df20afd774d8b62de3606edb6a1586011dc11804)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 8b9d73a700bf003be654750df29f5af30f854bfd
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 19 15:30:28 2009 +0200

    macosx: Update list of extensions. Fix video.icns ->  movie.icns

commit 10f95fc58964afb8806ed1c2e2764b802b4bc356
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jun 19 01:02:04 2009 +0200

    Workaround buggy flv files (#2590).
    
     It seems that (a lot of?) flv files does not correctly set PTS,
    so ignore them, with luck the decoder (avcodec) will recreate
    them.
     It might break some valid files, so report any regression.
    
    (It needs the AVCodecContext::ticks_per_frame change).
    (cherry picked from commit d1bf1bcfba6af6ac76250d7953afc1e1b894b5f7)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 2e511714c846d03169dca8da68d7c773b39dfffd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 19 12:40:35 2009 +0200

    Fix compilation (thanks to cppcheck developpers to notice this bug)
    (cherry picked from commit 17ebc0bf4b35327ba0fcd4ee64d0511ddc72f067)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 614ff902cd2b4f6d38faef9e6b66dd58bf049fb6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 19 11:28:46 2009 +0200

    Fix memleak.
    (cherry picked from commit 8c60ce97a210281a7a9701be7d636b9b693a4216)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 05cd9e9b8080cef5f3097cb72eb44fcec5120342
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 19 11:14:36 2009 +0200

    Never print the password in the logs.
    (cherry picked from commit ec01f1da2483121e609fa771aad3ad834f1c7004)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 147ef2448ed0d9b98815152190c13266d666adc2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jun 19 11:07:33 2009 +0200

    Don't print the password in the logs (even debug ones).
    (cherry picked from commit 5e432a0ded94eed1f38f25adeae64665fdbb6b7a)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 9c5bd0598ce0e8f980045310553c26d53dc69c21
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jun 19 01:15:56 2009 +0200

    Fixed a typo.
    (cherry picked from commit 9b39dc1b066ae767cb6fc1607b6c512aee18275c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit ee886eaf4f59e18f1135530d1eeb735328421432
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jun 19 00:47:57 2009 +0200

    Used AVCodecContext::ticks_per_frame when available.
    
    It fixes a regression with interpolated timestamps for some
    mpeg-I/II and for h264.
    (cherry picked from commit 06105bd193c8b7f002087197a1f4d7258aca3d3c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit c36f1f2fe5e91997f59a48ad30d1bba619401ea9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jun 19 00:52:30 2009 +0200

    Do not warn about unsupported demux/access when aborting.
    (cherry picked from commit ae5abca4dc35db81aad5b7617f5f41b6e970f6d9)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit ae0845782318509eb3dac8ee27f054b60e6ce462
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jun 19 00:51:05 2009 +0200

    Do not ask the user if we should build the avi index when the demuxer has been killed.
    (cherry picked from commit 8d74508733922ae17b17484e8e92e84b040bf592)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 8564398fe65712816f1f4b5019c5be4dafc586ba
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 18 23:38:05 2009 +0200

    Used av_malloc/free for avcodec_decode_audio2 output buffer.
    
    It is needed to ensure valid buffer alignment.
    (cherry picked from commit ae6189240799ea4f5e9f300b0ae24813dbfd4295)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 6a747ce95e3d0a8f1848ec0440e195677fcdea00
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 18 23:47:15 2009 +0200

    Really used a weaker lock for input_ressource_HoldAout.
    (cherry picked from commit 1ba525b0c98ac9608080479648edeb486d978946)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 82ae423ab2dbb87be3be8ee2a50943f945ff8ccc
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 18 22:41:16 2009 +0200

    Used a weaker lock scheme for input_resource_HoldAout.
    (cherry picked from commit 9ef7e90ea5797622453649a35511eb3f4e419d9c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit e13646723fff04fb57da27cb16248e7ff13eb594
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 18 22:34:59 2009 +0200

    Fixed a potential race condition in input_resource_HoldVout*.
    (cherry picked from commit 01bec0077e7d2da2bf059297d3572e0c49e36453)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit d8550f959c264fb873c0c16024ac83501d012844
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 18 22:34:09 2009 +0200

    Renamed lock_vout in lock_hold in resource (No functionnal changes).
    (cherry picked from commit fee7f059d72a04b1b07e20aea1c11d4064a9a23c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 0bf2d34289925a19a6341972980600a4a24e3f3c
Author: airplanez <airplanez@gmail.com>
Date:   Thu Jun 18 22:50:05 2009 +0100

    l10n: Korean update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 61e6a5cf76ac41c6248c4f0c997277959a109602
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 18 19:37:15 2009 +0200

    Backport THANKS updates.

commit 15cb1371a94244edf652e8076f31fa32f7d7e868
Author: Konstantin Pavlov <thresh@altlinux.org>
Date:   Thu Jun 18 16:46:59 2009 +0400

    Dont install libvlc_media_list.h twice.

commit e75f9665327362266495b0d710e31023a843fa90
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 18 11:07:35 2009 +0200

    Update THANKS
    (cherry picked from commit 366e5a2c3aa1a501ce0de8f23c5c8a7afb56f209)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 88bbc16fea71a28f538fd0ac2363989cb77c8e7f
Author: Barry Wardell <barry.wardell@gmail.com>
Date:   Sat Jun 13 01:21:00 2009 +0100

    Remove unused variables.
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
    (cherry picked from commit d1236fc4698823e8cdf3feddc6ffcbf4b06cfdd0)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit c301e33f75a253ffa720e2aa23e86318e170c70a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jun 18 09:58:41 2009 +0200

    add_integer wants integers.
    (cherry picked from commit 1d698d0f3f9c5d08156c1d20f1bd2e3e61cd9a36)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 2d3c53a2b5c6bd2078ea740662b5d74d2674db65
Author: Niklas 'Nille' Åkerström <nille.kungen@gmail.com>
Date:   Wed Jun 17 23:05:05 2009 +0100

    l10n: Swedish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ce6d073a3669aa7f7d9a0133a20ee5350ffc2d7f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jun 17 23:00:29 2009 +0100

    Fix encoding of nsis dutch l10n

commit a8ff6483cf848fe5f6be781c7cac539a10001639
Author: Otto Kekäläinen <otto@sange.fi>
Date:   Wed Jun 17 22:59:40 2009 +0100

    l10n: Finnish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 10f039acffeb36d43cb4a92e4a5d26e520afeea8
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 17 20:48:02 2009 +0200

    libvlc: fix libvlc_video_set_track()
    
    When we set the video track, we probably be wanting to change video-es vars instead of audio-es
    (cherry picked from commit e1abfdca81e985dbabb843200806dc0daddd035f)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 7c0fab32250328d9b13f2bc12f8156e52e561785
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Jun 17 17:41:11 2009 +0200

    contribs: Use GCC 4.2 instead of LLVM-GCC 4.2 to compile the 32bit contribs on Darwin like we already do for the 64bit ones
    
    LLVM introduced to many runtime bugs for now. Updated bin package for x86_64 is already available, PPC and i386 will follow within the hour.

commit 376d217ee9c38c02c67f9c9ab78de58ff685d740
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 17 16:48:09 2009 +0200

    Fix playback of TrueSpeech in some .Avi
    
    Try TI_1_Einfuehrung.avi to trigger the bug.

commit 10346baa81d15986166ef58deb7a76d8cfb95377
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 17 12:06:38 2009 +0200

    Towards an RC4

commit d38092676b46d5ac3c6f280204e43021de90f3fa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 17 09:51:55 2009 +0200

    Qt4: fullscreen controller should stay on top
    
    Thanks a lot to Ludovic Fauvet who made the hard debugging work and found the idea.

commit cb1965d62702cbf82a7c85c79f105126e76e3906
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Tue May 19 20:32:15 2009 +0200

    win32: Add recent files to jump lists
    (cherry picked from commit 8796e33a5ae150d629c2cfc5451658de134d923f)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f95d7692fcba31acdeb0c92503427fdc0c540399
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 16 22:50:20 2009 +0100

    Disable languages that NSIS lok like supporting but doesn't

commit db606bd163ff2b8e6bf56b40e614fa0619067d26
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 16 23:19:13 2009 +0200

    Win32: Fix installer for DVD and CD-Audio autoruns.

commit 46c525e451916040d71ba08d0c4e77b66ceb9274
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 16 21:21:53 2009 +0100

    Revert "Properly detect POSIX threads on OpenBSD."
    
    If main() is not found in pthread 10 line above it won't be find now.
    And the patch submitter is looking for a better test
    
    This reverts commit bb1d1eb5e7ac1e923ec5654c8b44a372b64b9964.
    (cherry picked from commit c065c55c3c9d78b068450dc55e1b87fe726c49ef)
    
    This reverts commit 31cef7fc3ad57947bdda5a884e008f59d9497b49.

commit 3debf72578c1aa15db1566d5d6e12198a4c3784c
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 16 20:11:58 2009 +0200

    contrib: fix a crash i found in libass.
    
    This is fixed upstream in mplayer now. Our libass is up to date with r29367 of Mplayer.
    (cherry picked from commit efa45eaf5e361faad8f24cb4e52d1376cfa48d4d)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 84d6c647650ecc8180ae28b0b8b95bf5ce6da123
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 16 15:51:47 2009 +0200

    contrib: correct patch apply
    (cherry picked from commit a6fdca45722cc5e4a4c5329f98e62606857fd62b)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit ddb4741051ef68567d366a58d71ee802340aa31c
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 16 15:42:45 2009 +0200

    contrib: update libass
    (cherry picked from commit 6520cc409072ac3a2874da0a695f2815a9c70ac0)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 7abe96d8e4b1ec75a3281cf5fe29b8de165c71e0
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jun 16 17:50:20 2009 +0200

    l10n: fix "kB" and "kb/s" in French translation
    
    kO -> ko, kO/s -> kb/s
    (cherry picked from commit ca24a7a37b9d490a528ebe39f4a1fc60f6c3137e)

commit 8516a9e254d157c4a7a02806d97406fdae76fa6c
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Tue Jun 16 12:50:41 2009 +0000

    demux/dirac: don't send a chained set of blocks to packetizer
    
    demux/dirac: don't send a chained set of blocks to packetizer
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
    (cherry picked from commit 758096d585d59ead1c67bf7df26507e088604a4f)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9240002af136cc5ed9f46d9742e9616dfc90a5a9
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jun 16 13:17:03 2009 +0200

    Accept file:// URIs starting with an antislash
    
    Yes it's invalid, but there's little point in rejecting it
    (cherry picked from commit 4046e4c050d68763aee1faddedb909c090efa28e)

commit 13c7f68bd475f2bc516bc3a3c0cc3dba004dcf9b
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jun 16 13:05:33 2009 +0200

    WinCE: don't strip leading slash when converting from file:// URIs
    
    file:// URI syntax on Windows features a leading slash before the drive
    letter (file:///C:/Foobar/...). This is irrelevant on WinCE, that only
    has a root directory.
    (cherry picked from commit c4402537c58d5200578fb45fd0978a470d1745b4)

commit aac28c0522bbe9ea50b3dad9c10660497bb4d216
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Tue Jun 16 12:58:36 2009 +0200

    skins2: change_safe added by error (previous commit)
    (cherry picked from commit d997857bada66bc115d3746b836b1c437b4428fb)

commit e0950bdd8b7083874dc49f86de228b167d5f408f
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Tue Jun 16 12:37:58 2009 +0200

    skins2: add config_SaveConfigFile to retain changes across sessions
    (cherry picked from commit f239f6fb38a5ea5c13dd9d4d5e1d3844dbbb29cb)

commit 6d28f6deddc7596b7d0a6c0236e7ef81f4cacc07
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jun 16 11:38:23 2009 +0200

    Fix #2720: when deleting the current playing item we must ask the playlist to
    reset the current status item.

commit 7e1f14b95d0bc42ec720037bc786d3649903c504
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jun 16 10:37:30 2009 +0200

    Add .tod in the extension for open panel.
    
    May JVC go to h**l
    (cherry picked from commit bcd95bbde352d14cd41a0d0e0c34b386eed926c8)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit be1f4305f1203ccf5acc402fd2cc80dde3f5b1cd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 15 19:51:18 2009 +0200

    Fix #2720 *only* if the ML is empty. This is a real *HACK* !! (so please let this commit only in the branch).
    
    The ticket #2720 does still exist if the ML isn't empty.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ac48877be6169d1e6f73bc2b475cb38d7213da2c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 15 23:27:03 2009 +0100

    Fix permissions
    (cherry picked from commit dfb106d9954e7f4eef76b409d564e666b05fd120)

commit a6037211a8564a666a65d4c5244dd373f323ef6c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jun 15 23:25:09 2009 +0100

    Distribute the plugins manifest files
    (cherry picked from commit ce6c6a9695702a61ff448e1db59f9384b7ff8580)

commit 91a1ba9fb83cf258dd624c7bb13bd62b3f6b7542
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Jun 15 21:54:42 2009 +0100

    l10n: Swedish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit d0e16efdf35e5936a22649df0f0ed99d72ec3cd0
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 15 22:44:59 2009 +0200

    NEWS: Some corrections to the news

commit 7e399104c3bbf98c285b2c7ea65ec6e6b732ec4c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 15 10:25:02 2009 +0200

    Fix a segfault when using "Shift+a" with dummy audio output.
    This segfault happend because :
     * the variable "audio-device" wasn't created
     * hotkeys module (and others) expect the variable to exist.
    (cherry picked from commit 94ca05ff5b10347cc37d21ed74d488eb3007218c)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 3d002d511978bd3eec93dc66b914293479ade998
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 13 19:33:50 2009 +0200

    dv: update API to libraw1394 version 2.0.1
    
    Support for the older API has dropped as of now.
    Patch by Francois Cartegnie <fcvlcdev at free.fr>
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
    (cherry picked from commit f77a9a622814ea18ce35a52d4ce71fc35afb8639)
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit a4753e35617bbb97f0d66f8f431516b8dd8c24d6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 15 15:43:52 2009 +0200

    macosx: re-enable AppleRemote support for 64bit builds

commit a9023f26e2c1d1c7b24fbfb6edc6724c82350a8d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 15 15:30:27 2009 +0200

    Revert "only print error when interface intialization failed not when it succeeded."
    
    This reverts commit 503c860af9e3152af19d7123fae37727c82896b7.

commit d3777e51aab8eabbf76822854983eb0e9b477589
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 15 14:21:10 2009 +0200

    contrib: prevent some rare linking errors on OSX by providing the minimal OS version also at link-time

commit 992bac8dbe35723ffd18e183315cb0ad5bcd6cce
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 15 14:26:10 2009 +0200

    contribs: assume x86_64 for Darwin 10

commit a8a020758902d9b6333f8b6f88895412efd9dffe
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Mon Jun 15 13:21:25 2009 +0200

    a missing module_unneed is added (Windows and MacOS ports)
    
    On Windows, it hopefully solves crashes at termination for skins2

commit 988af35081600e2831612045a4764e71d9825693
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jun 15 13:22:47 2009 +0200

    Manually merge THANKS with master.

commit 1e32da0ce7d234657eb8496b6e3969ec1c6218de
Author: Vicente Jimenez Aguilar <googuy@gmail.com>
Date:   Mon Jun 15 12:00:47 2009 +0200

    Removed references to the old HTTP interface removed by commit [ad16fc374f913a87dd725f93adf7d3759349ba2f]
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
    (cherry picked from commit 4ef9c9fdd3ba4fe18b67005e1776ff82d3d29f82)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 6a98310aba3c0d721a0373dc6fa1c2fd8a166eaa
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Mon Jun 15 11:06:16 2009 +0200

    WinCE: access_output_rtmp needs -lws2
    
    Add -lws2 for access_output_rtmp

commit 976dbdf029df2605424eea5adb95ed7efd391d50
Author: Danny Wood <danwood76@gmail.com>
Date:   Mon Jun 15 09:14:17 2009 +0200

    Fix pulseaudio no audio issues

commit 064d3d1f8cda9978f25770063cda3c17df857719
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 15 09:05:33 2009 +0200

    Qt: Minimalist style should have flat buttons for DVD and TT too.
    (cherry picked from commit 875d88732ee5177013321954122a9a6242d123ed)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit b1372b9535cbd458854411e170d8987c96447c7c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 15 09:01:15 2009 +0200

    Qt: kill memleak on the special sound slider
    (cherry picked from commit d65ad9ba35879a2e154ae5d7329790d28aacc582)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c1425ad2dded570db56be90b1c7f665879764308
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Mon Jun 15 03:01:38 2009 +0200

    libshout-win32: patch Makefile.in instead of Makefile.am
    
    What is probably a libtool version mismatch prevents us from
    easily rebootstrapping. To avoid that, we patch Makefile.in and
    that's it.

commit 9221accf1dd984059e5f17c4cd760e7903af4802
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 15 02:53:58 2009 +0200

    win32 installer: remove BOM from start of slovenian translation.
    
    Seems that NSIS does not like it:
    http://buildbot.videolan.org/builders/NB-I386-Win32Cross-Branch/builds/125/steps/Create%20package/logs/stdio

commit 9fccabd9b4cce6de1d224eb9d2a09527e668e85f
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Sat May 9 15:00:28 2009 +0200

    wince gui: remove wraptext
    (cherry picked from commit 7935d5a81c80547b21fa02c9609d6cedac7c3a36)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 5ffc74df1c576197b6c9207febc47e9ca95aa26e
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 15 01:53:18 2009 +0200

    Revert "nl.po: Something went wrong with the accents in the Dutch translation."
    I'll look at this again tomorrow.
    
    This reverts commit be40e5425fcb5ade241827a9b8615c123256c126.

commit fae67547e7e787008f7afc096f214d940a66d73c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 14 23:24:59 2009 +0200

    Fixed a bunch of invalid memory accesses in visual effects.
    (cherry picked from commit 1cfb626f6adf063e051af4f440f8e8c64b808c6e)

commit 79e9ab0aa7f76774941eed3fe8ca24141fbe8019
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 22:27:44 2009 +0200

    darwin_specific: remove debug leftover

commit e612dfb733ba5ae2b1cd8c3c3107c78f1c5c2bb2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 22:16:57 2009 +0200

    Revert "macosx: VLCAdditions do not leak memory."
    
    This reverts commit ccc1a9c255de25dbe616b325c490fa0b64a3b5ae.

commit 5084b82c10a495efd73e7d767652e629d87437f5
Author: Md. Rezwan Shahid <rezwan@ankur.org.bd>
Date:   Sun Jun 14 20:44:37 2009 +0100

    l10n: Bengali update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 2b183a9a43255803ddedf1e706c7946da69325dd
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Sun Jun 14 20:42:41 2009 +0100

    l10n: Brazilian Portuguese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit b26fa789df018cdb2bb502528bb2a0d4821c3c57
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Jun 14 20:41:28 2009 +0100

    l10n: Hungarian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit be40e5425fcb5ade241827a9b8615c123256c126
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Jun 14 21:43:41 2009 +0200

    nl.po: Something went wrong with the accents in the Dutch translation.

commit 688dfda319ae0b9ec3f59a301e383f42019ec8b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 14 21:30:40 2009 +0200

    Merge names...

commit e51f28c28137db27ef987369f5f2960b751a7ed9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jun 14 20:33:36 2009 +0200

    Fixed "position/time-offset" behaviour.
    
    It fixes the regression when doing close jumps.
    (cherry picked from commit f607feaed6bd6e84a56fa55d0e180d44abc2ac46)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit b8e28f8212881d89e44bd04c00646db47ffb12c1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 14 20:43:31 2009 +0200

    MLP packetizer: small fix
    
    Fix 88d70be07244c54280dda90ac43acfc25cc28ee0, that was badly cherry-picked.

commit 3f8be6fdee8b38cf826f1ba7cc050b8807928221
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 14 15:11:15 2009 +0200

    Qt: cosmetics.
    (cherry picked from commit 66b985c303e0d9daf07c974c7eb49a21807abb40)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 3af6e8070c48219218dbbe770c2ae4f318967daf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jun 14 15:03:19 2009 +0200

    Qt: Fullscreen Controller, show with full opacity when mouseChanged.
    (cherry picked from commit f52b2b2da08a74b5bdbaf1f8b7f460c46ad9c177)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ad1200690bc448928581357aa6bcaf12096dbe63
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 13 13:22:49 2009 +0200

    Reduced sleep while waiting for a frame in transcode.
    
     It vastly improves CPU usage but it does not fix the underlaying problem
    of using sleep instead of a signal.
    
    manually cherry-picked by jb@videolan.org

commit 88d70be07244c54280dda90ac43acfc25cc28ee0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 13 11:41:26 2009 +0200

    Allow MLP packetizer to parse TrueHD codec.
    
    Manually chery-picked by jb@videolan.org

commit 8a5247ec155e43a9eef480a50ae3bed7d366bb01
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 13 11:40:46 2009 +0200

    Use TrueHD codec in TS instead of MLP.
    
    Manually Cherry-picked by Jean-Baptiste Kempf <jb@videolan.org>

commit b135359153df3e6516c0aa932587bc1c8e0f6444
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 13 11:40:01 2009 +0200

    Added .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.
    
    Cherry-picked manually by jb@videolan.org

commit a5ae5407fdcc4373435fb021db0f635acfe7d05a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jun 13 11:28:32 2009 +0200

    Fixed avcodec wrapper with unrecognized audio layout.
    (cherry picked from commit cd2f14472dfbf549b401a340749b64f7123720b7)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit da4abb05d25215581dbcf26582cf30632f6fe1e0
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 19:57:04 2009 +0200

    macosx: remove unused Objc memory pool

commit 503c860af9e3152af19d7123fae37727c82896b7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 19:55:54 2009 +0200

    only print error when interface intialization failed not when it succeeded.

commit ccc1a9c255de25dbe616b325c490fa0b64a3b5ae
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 12:43:11 2009 +0200

    macosx: VLCAdditions do not leak memory.

commit e4b9f90737c4f21c77498c1ff403df5bd9f03c06
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 12:02:12 2009 +0200

    macosx: Do not load resources when the VLC interface is not loaded.

commit 2cf6ffb217f25e64cb87730226f1722ce187f15f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 00:20:53 2009 +0200

    darwin_specific: cleanup

commit be262960c031fbab9e2600969b08e516f20b6679
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 00:15:15 2009 +0200

    Cleanup mozilla plugin

commit aed48363a478e9767a374154d703d7c84857707b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 00:09:45 2009 +0200

    mozilla: don't allocate a zero sized array..

commit bf355d950d86b8ae819dff0b1915fe1f655e7d64
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Jun 14 00:06:04 2009 +0200

    minimal_macosx: make sure theWindow object exists before sending it an event.

commit 86531ae8c4e8adaa101d64f96bc0f8738659af7c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 6 10:21:16 2009 +0200

    mozilla: use [] array initialisation in javascript

commit 8a7520b350fb4eefa1a28ed43ac9dd7aca5b16c4
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Jun 3 23:00:36 2009 +0200

    avcodec: free p_sys->p_ff_pic in some error paths

commit 63ae92da20faa6dafa8fa4dc808bb27ad2bcb455
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Jun 1 16:08:40 2009 +0200

    mozilla: fix small memory leak

commit 100c91e7315651bd94d27e9fce4b62ab47e26127
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 31 16:39:10 2009 +0200

    minimal_macosx: return VLC_ENOMEM on malloc error

commit 79f751ebce51f32100f4f78e23d708a33ad373f2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 31 16:27:53 2009 +0200

    macosx: do not leak o_fs_panel

commit b6a37e5e59aa4ad334d7de4b0440d88085b4fcde
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon May 25 11:24:40 2009 +0200

    macosx: removeallObjects from NSMutableArray before releasing it.

commit 268fd7c763637958567923aaca19a389b38aea51
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon May 25 10:10:38 2009 +0200

    hotkeys: remove unused members of p_sys

commit 23cb4cc84173e2d9d8d316493b1b8c042ecc696b
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jun 6 21:03:27 2009 +0200

    Update THANKS
    (cherry picked from commit dfd651fefb759d4bea52266901d3d895e7fcaafc)

commit 08004ebc2f81031c2ebe9e274c269aa51beec581
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Fri Jun 5 21:29:55 2009 +0200

    xulrunner 1.9.1 for the mac port.
    
    Patch inspired by  Alexey Gladkov
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
    (cherry picked from commit fdfe57fa1319f6704859bd2502ecce26795c9e73)

commit 0706fd18d3f6b98368e1a03ea75d4e9018a68bdb
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jun 5 20:53:03 2009 +0200

    xulrunner-1.9.1 patch by Dominique Leuenberger <dominique at  leuenberger dot net>
    Signed off: Jean-Paul Saman <jpsaman@videolan.org>
    
    Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

commit 9bebbedb815d2b38aa0773639018d9072ca041c6
Author: Erwan Tulou <erwan10@videolan.org>
Date:   Sun Jun 14 10:50:28 2009 +0200

    a function is not longer exported (caused compil to fail at least for Windows)

commit bb1326840805c99ab9ca59bb302f1b132f46c645
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 10 14:49:37 2009 +0200

    macosx: auto expand when we select one of the elements in the preferences view.
    
    This will hopefully help avoid some of the reports where people fail to notice that there is an expand triangle next to what they clicked on.
    (cherry picked from commit dfd5ae96741d63ec29d0b4bf506e4a30b4651b9d)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 4be05800cb0c127a4bc87049c29e37e73f1ee604
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 13 15:30:37 2009 +0200

    macosx: remove deprecated method selectRow:byExtendingSelection:
    
    manual backport

commit c2b12c8274ca65b564023d6d971f450a20c9bd98
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 13 15:05:29 2009 +0200

    remove stupid arch flags

commit b19a646b48eec7b0a8e2c23e2becbfc2cad55067
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 13 15:20:50 2009 +0200

    macosx: fallback on freetype if quartztext isn't present
    
    This only happen in 64bit mode.

commit 496d55d02287cf51e6c0e76bbb33995fa7979a2b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jun 13 15:15:34 2009 +0200

    macosx: fixed remaining 64bit issues
    
    backport of f7692e679266f569519ebbfe499c8503e1620695

commit 5f908307e94484c289271604ef9695f20a35ba55
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 12 16:18:29 2009 +0200

    http: Removing the old http interface.
    
    This closes #1395
    (cherry picked from commit ad16fc374f913a87dd725f93adf7d3759349ba2f)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit b754ac8ad6abff02694b1ca72343522167eee103
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sat Jun 13 15:01:16 2009 +0200

    macosx gui: Fix resetting of the prefs.
    
    Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now.
    
    - reset's the values in any loaded views after reset of the config is called
    - does not reset the module selector atm. might follow later on.
    (cherry picked from commit d66f3c874786e9dd4692f9775bdd54b386c583dd)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit d492354f7033df570f888573f8cdb63c22642123
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jun 12 10:49:58 2009 +0200

    skins2: improve resizing when multiple layers are used and solve zoom misfunctioning in this case
    (cherry picked from commit 4de9a2e2845780150be33b9b98ff0b07ae1c89ac)

commit 5377d1df8caf79bd6fb195daf91b918e70018d6a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Jun 12 19:44:35 2009 +0300

    Fix opening of file:// URIs (not tested on Windows)
    (cherry picked from commit 81a05711bb6d5ff26da0cce4ed1e0cf650310184)

commit 7979614da5eef3ec58e1be1778bc292f49e88163
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 12 18:15:06 2009 +0200

    German translation update by Kai Uwe Hermann

commit 2c7efc617b2d69eff3a36edd69e564dbe5651422
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 12 18:06:00 2009 +0200

    macosx intf: solve hotkey conflict
    
    Now we have:
    cmd-G : to open the panel to grab from webcam/screen/eyetv
    cmd-R : to reveal in Finder, the same as iTunes uses
    cmd-shift-R : to start/stop VLC record
    
    backport of [811af572536e1d77ff8c61d92d8b15e0dca92c55]

commit b66f598f6edc89f4ee155bfdc18007a11499c14f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 11 22:25:12 2009 +0200

    Fixed libmpeg2 wrapper picture handling.
    
    It should fix lost some picture errors that were critical with dvd menus.
    It also seems to fix #2803 but I don't really understand why.
    (cherry picked from commit ed7d6cbf84f536fbd0a237127c740e0cf43a5fb0)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit e815957c75340e4636068c2bcc3b88de9d82b12f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jun 10 21:46:12 2009 +0200

    Fixed decoder_SynchroChoose when buffering.
    (cherry picked from commit 641da394b5df71605a6fea8aad3c9367e9e6c0bf)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 0135e574871d34072dfa3e62b583bed7ca59d66c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 12 15:59:47 2009 +0200

    macosx: remove unneeded graphics (part of the withdrawn VLM GUI)

commit c0b5cafa6d6667bb6aaeb37a82f3577d7f27ab97
Author: JP Dinger <jpd@videolan.org>
Date:   Fri Jun 12 15:05:56 2009 +0200

    Fix a stack smash in the lua module (vlc.read).

commit ce0911fc34c59559ee627d79e1997d94a0287c5a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jun 12 00:27:59 2009 +0100

    l10n: Small fix

commit b843695653cb84c8e772e172e0791395eea326b5
Author: Marián Hikaník <podnety@mojepreklady.net>
Date:   Fri Jun 12 00:27:34 2009 +0100

    l10n: Slovak update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit a98c486b675f17c28856d18ca2b6dc77c4b69f84
Author: Mindaugas Baranauskas <embar@micro.lt>
Date:   Fri Jun 12 00:23:24 2009 +0100

    l10n: Lithuanian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 1f75537cd6d983e64cacfd23dea3b105fee3fca3
Author: Wei Mingzhi <whistler@openoffice.org>
Date:   Fri Jun 12 00:21:52 2009 +0100

    l10n: Chinese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 0c194556168db9f5cccf59b9ae6ad7b12fc28042
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Fri Jun 12 00:19:21 2009 +0100

    l10n: Brazillian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 6850d7ecfd0fffb4b2436fbe145ef8320315441f
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Fri Jun 12 00:17:51 2009 +0100

    l10n: Khmer update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 4fd56de3e72e3d1346108815a9aa98f892b51bb8
Author: Otto Kekäläinen <otto@sange.fi>
Date:   Fri Jun 12 00:16:31 2009 +0100

    l10n: Finnish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 177307566ee34ca17dfaada8b26688af302dedd8
Author: Yaşar TAY <yasartay@yahoo.com>
Date:   Fri Jun 12 00:15:08 2009 +0100

    l10n: Turkish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit bcfc233662b2f1943828f9b572b8fd15133e29f9
Author: Éric Lassauge <lassauge@users.sourceforge.net>
Date:   Fri Jun 12 00:13:44 2009 +0100

    l10n: French update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit a95e1de97b441b75a9987302aebebcf11e0e6c42
Author: Ara Qadir <arastein@gmail.com>
Date:   Fri Jun 12 00:11:12 2009 +0100

    l10n: Sorani update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 6d31b1b6d61e9b6b5e0406bb789f88d28e80fe43
Author: Tòni Galhard <tony.gaillard@supinfo.com>
Date:   Fri Jun 12 00:09:42 2009 +0100

    l10n: Occitan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 928441bcda0bfbc99bfe85ba6f7dda4981449d98
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Fri Jun 12 00:08:47 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 7ff6f64f3de5b7ebaa599a7791d005dbe90c75ce
Author: Thomas L. Kjeldsen <tlk@mayi.dk>
Date:   Fri Jun 12 00:06:30 2009 +0100

    l10n: Danish spelling fixes
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 5220662b4eaf6a553e20c3fcc143c750bad34b58
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jun 11 22:40:58 2009 +0100

    Distribute the Win32 installer translation

commit a24641018920c7afa2e7aedefca224bf04001897
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jun 12 00:25:06 2009 +0200

    Qt: there is no such fourcc as 'wma'
    (cherry picked from commit 55e543cdc1258e19f4cc5bb56c853466fb63756b)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 31cef7fc3ad57947bdda5a884e008f59d9497b49
Author: Brad <brad@comstyle.com>
Date:   Thu Jun 11 16:09:12 2009 -0400

    Properly detect POSIX threads on OpenBSD.
    
    The following diff for VLC 1.0.0rc3 corrects the detection of POSIX threads
    on OpenBSD.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
    (cherry picked from commit bb1d1eb5e7ac1e923ec5654c8b44a372b64b9964)

commit 7fe0dc4afb055dc0c02d687440f4fafb9d54cb8d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Jun 11 21:47:54 2009 +0200

    German translation update by Kai Uwe Hermann. Thanks!

commit f74f1743e6efbd6429cdd73fa506c0cf10f5325a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jun 11 22:37:31 2009 +0300

    Same as previous commit
    (cherry picked from commit 61fae445ea6a7d832766b5556cd21007c865ad05)

commit 9e4e54188a649ab2ee86cf99548ebe12bfa6b804
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Jun 11 22:35:00 2009 +0300

    Remove *pe* check. It mismatches anything with, say, "open"
    (cherry picked from commit 476f834727cba3e5571448870e2003adf54fb040)

commit e3cb87d819c8e719a96f155e73c2e2521a89677d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 11 00:55:46 2009 +0200

    Qt: fix the position of the FS controller on first run.

commit 25609a2c8d3255c637d986cb80507d3ddc2fcaf4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 10 18:37:23 2009 +0200

    Qt: FSC - remove the WIN32 special mode.
    
    This makes Windows use the same mode with transparency than on Linux.
    This removes the opacity trick to hide() the code.
    This fix a few issues that were happening and difficult to fix because of this difficulty.
    
    It will probably break stuffs for people on OLD windows version (2000,XP) with broken graphic cards... (Deactivate it by yourself) But I have spent enough time on this code.
    (cherry picked from commit d83b24eabeac5bbe5b0b95c55cbc5e77fdd539a9)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 8237615c6e9cbd306ecf7fb429f5b8bb88208830
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 10 18:19:19 2009 +0200

    Qt: FSC: reset the OPACITY on EnterEvent.
    (cherry picked from commit 7243c2e3a98fdf2e2dd240bb78f82a2c21788377)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ecaac6df19e6ed67321514bd77d826249ace8d19
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 10 18:39:43 2009 +0300

    Fail properly for unknown G726 bit rates
    (cherry picked from commit 17461bf4087a36bb6ccda7e54e52e5e49544ddf7)

commit c5a00ce762d2406dbb23c6a12bf3e2e9e5363834
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Wed Jun 10 17:48:24 2009 +0200

    Fix crash on startup

commit 6f653225397191b5e858eaa867bb90113a6c5fbd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 10 18:30:06 2009 +0300

    Korean: list CP949 instead of EUC-KR
    (cherry picked from commit d322363bb2241782b120c23702f67e0364dc0b7e)

commit 81768ff8ca76f7e3c60afde71811f3370d550aaa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Jun 10 18:21:08 2009 +0300

    Korean: use CP494 rather than EUC-KR
    (cherry picked from commit 7f9a4045bfa2eb79409fc21cea099fd3ac83633b)

commit b24fc9a9680a2e62d1a3f660a7c20f5c9ba5cdb2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 10 14:36:13 2009 +0200

    DShow: don't leak device name.

commit f1e0a1b15a544a179e3f6494557448811be4ed6c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 10 14:36:01 2009 +0200

    Fix compilation

commit a6110fb1d253146810bbe5f9b5ba0097b72b4e3c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jun 10 03:04:09 2009 +0200

    DShow: fix configure dialog probe

commit 46ab6d818d65498be47bed8f9612e0bc3e14b334
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jun 9 21:21:59 2009 +0200

    Fixed --input-repeat and large --*-caching value.
    
    The repeat was done before buffered data were consumed.
    (cherry picked from commit 77592b7dd0e4e3e1d68d2ca050313208c2624fc6)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit c20ed03eb793b054aa648d1c37529d00351c2087
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 9 23:10:23 2009 +0100

    Add more l10n to NEWS

commit ecf2a85e766daf4c9b30b76444c28f0816316f70
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jun 9 23:08:21 2009 +0100

    Activate Mongolian l10n

commit f49e546f78503f949723a183de779810e7eb0c52
Author: Баярсайхан Энхтайван <ebayaraa@gmail.com>
Date:   Tue Jun 9 22:53:57 2009 +0100

    l10n: Mongolian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 7d88afbe067506333d493bff8b1c4a61987daa44
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jun 9 21:11:07 2009 +0200

    Finished avi correction about disabled tracks.
    
    It is about [a0d2358734e81e5928a5edb4e0ff47e38d7ed28f].
    Without this patch, with files that have a shorter track, the demuxer
    would try seeking the track every time the Demux() function was called.
    (cherry picked from commit 1a033fe048f781670b6579d80c7d46fe226d87ee)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 965741e82dacdfea880a2c4639f3c6f7595d7bdc
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 9 16:34:14 2009 +0200

    avi demux: don't disable tracks when they end.
    
    Disabling the tracks like this is an immediate action that messes up --file-caching for instance. There may be some cases where it is appropriate, and some cases where a track should be removed, but not when a track ends. In that case the core is responsible for cleanup.
    
    Tested in bugfix for normal avi, broken avi and repaired avi, but not with "streamed" avi.
    
    Should close #2853
    (cherry picked from commit a0d2358734e81e5928a5edb4e0ff47e38d7ed28f)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 93a797c090d0196e617a81ea1da350041ae07c67
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Wed Jun 3 01:42:36 2009 +0800

    Fix #2765: DVD chapters navigation menu.

commit 7a50dc505b0b811b53b923b5f8aec31fbeec2394
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jun 9 22:09:44 2009 +0800

    Fix compilation (include config.h)

commit 97021ec31daaa7a1e3a0382a4b8bcfc07b7d924b
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Jun 8 22:48:23 2009 -0700

    Fix build.

commit 38e7aa15d7780eae9ab518e4362a3b9957dd3f84
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Jun 8 20:58:46 2009 -0700

    media_player: Make sure everything gets initialized before the event_loop (!).
    
    Should fix the last event media list player test issue.

commit 959e45846f587b7472093efce1088d9b5889fe85
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Thu Jun 4 22:52:55 2009 -0700

    Test suite start to prove its usefulness. (oops).
    
    It should be improved.

commit 643f36a992191dde7c9130af24d31139841344e1
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Thu Jun 4 22:32:54 2009 -0700

    libvlc: Fix a typo in a memcpy and constify.
    
    Pointed by Laurent and Valgrind.

commit 8afeb01ef56395c379bc097122b1dcdfaf6c39f9
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Thu Jun 4 22:32:07 2009 -0700

    libvlc: pop_listener does not do its job.
    
    Pointed by Laurent and Valgrind.

commit 922e945e906135da82c4eb6d94387b7d9c40672e
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Thu Jun 4 22:21:30 2009 -0700

    libvlc: cond_wait can wake up without being signaled.
    
    Pointed by Laurent.

commit ce250f52b98060635f47d3fa99a6b754a7e32fae
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Jun 3 23:00:44 2009 -0700

    libvlc: Make sure no event will be send after _detach from the asynch thread.

commit d3bbe58f5078ce26fa69fb70da87e5cbf9a3d244
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed Jun 3 21:33:17 2009 -0700

    libvlc: Get rid of the recursive lock.

commit 7ea46f5497686b50d5d254dfe75dcaab3b90d2d7
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Jun 2 22:57:48 2009 -0700

    libvlc: Use mutex_cleanup_push.

commit c683bfc6b83c76f7eb09e0ebd5d5aaed90a99b52
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Jun 2 22:19:38 2009 -0700

    libvlc: Missing unlock.

commit cba8b415d86c5e0cd60a667b85318aee1b8a97bd
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue Jun 2 00:24:42 2009 -0700

    libvlc: Allow event to be dispatched asynchronously.

commit c9a2b2dfd9260e8968af185308ae40fb35193994
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Jun 1 19:39:08 2009 -0700

    libvlc: Make sure we unlock on error code path.

commit 64497e0d65dd4138ec9c8c15dc3765eff213b3fd
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:58:57 2009 -0700

    Oops.

commit a6b030c6c7ab7cad303b3ce58b166c06141f3fd0
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:51:30 2009 -0700

    Fix compilation.

commit ebc88437f5b89e7e4c02b3473be31214c78e871a
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:43:17 2009 -0700

    Fix compilation.

commit 59c79c740cf3517b7fa96ebd0e4f98d950352102
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:42:10 2009 -0700

    libvlc: Don't use enum directly, it's a bad pratice for ABI compat.

commit 3c78abd24f562cea88fe7b2d08e05b8cbd8a0232
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:06:27 2009 -0700

    Include new headers in headers.c.

commit a981478b09c39f52e60becc08312253d1c52359f
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 03:04:23 2009 -0700

    libvlc: nsobject is void *.

commit 23132d75ce77d3c03134c0db010c81a1f3f32f2b
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 01:47:38 2009 -0700

    libvlc: Split libvlc_internal in different independant headers.

commit 9e6f5af428d22518a7bd1827ac77b3eca74979ba
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon May 25 00:14:43 2009 -0700

    libvlc: Split public headers by object and layers.

commit 5e857623e275d2a8ce65ee8e1deb1b88d17ee629
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Mon Jun 1 19:36:53 2009 -0700

    Revert "libvlc_event_*: fix locking"
    
    This reverts commit 13b7d257de1eced08708034186e290c0a5f5628a.
    
    This is incorrect as it introduces locking the release when this should not be needed.

commit ba4e6762e41c902fa52b13ac1438440745ea399b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jun 9 00:48:57 2009 +0200

    macosx: updated cone in About dialog
    
    Thanks to Richard C. G. Øiestad for the adaptation

commit a0a855b6d8586b504fe84df6436658a82c33d737
Author: ra Qadir <arastein@gmail.com>
Date:   Mon Jun 8 23:00:30 2009 +0100

    l10n: Sorani update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 816b84edcb6383cb2f3d6848249e00b82fe3ee4e
Author: Tòni Galhard <tony.gaillard@supinfo.com>
Date:   Mon Jun 8 22:57:07 2009 +0100

    l10n: Occitan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 8aebc2573f586bbbe733f347ee70a356c679f1aa
Author: Xènia Albà Cantero <xenia_alba@hotmail.com>
Date:   Mon Jun 8 22:55:52 2009 +0100

    l10n: Catalan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit e0b1f51a6a8998a184432ca5761703323b9a8ca5
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 8 16:31:32 2009 +0200

    macosx gui: fix selection of VIDEO_TS option in Open Dialog
    
    This closes #2845
    (cherry picked from commit 4271ab262b5081e7b7ecfa8a573a8b58012ca7ad)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit f1280182abcb6c6fe5518080602b94439ea096e9
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 5 22:03:39 2009 +0200

    Qt4: forward and back were using key-pressed where they should be using key-action variable
    (cherry picked from commit 89db25d28acd949ea1690033e6af5a73df6aa4e1)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ff35eda80621ce79ba7c11b3a8917988ba86ee6e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 8 15:41:20 2009 +0200

    Qt: remove unneeded hack.
    
    It seems to work correctly on Vista.

commit 72dbb98a2e54f7a15bc94479015c33182f14af03
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 8 15:39:33 2009 +0200

    Qt: remove unneeded debug.

commit bdce66ec5a50766a627f3f1e1576da21001a5b58
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 8 09:33:42 2009 +0200

    Qt: Fix cdda caching option in MRL generation.
    
    (cherry picked from commit eb16d85e759173ed48e49ea95cf132f0756715bd)

commit ef8f39a5ea1ca7d61d29d74eab16fe32deb8991b
Author: Mindaugas Baranauskas <embar@micro.lt>
Date:   Mon Jun 8 00:34:01 2009 +0100

    l10n: Lithuanian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 7a7389f2769452c5797e8ae7f1f154b8b07197d4
Author: Luqman Hakim <ovdl@rocketmail.com>
Date:   Mon Jun 8 00:32:30 2009 +0100

    l10n: Indenosian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 685f1e8025ca09a76ce542265ae4fbd9c3a86294
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Jun 8 00:31:24 2009 +0100

    l10n: Slovenian last tweaks
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ba752e68e8a1973e295a210291c65a1f3f6f3364
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jun 7 20:42:37 2009 +0200

    fixed package-macosx-plugin in case top_srcdir != top_buildir and switched image format to UDBZ, too
    
    NOTE that creating the plugin bundle is still horribly broken in the former case

commit eb7f1147153543de6505afc04dac62e0415779f6
Author: Matej Urban <matej.urban@gmail.com>
Date:   Sun Jun 7 00:09:30 2009 +0100

    l10n: Slovenian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 29331c257b64ab0b57552720f4a97a6fd318aa67
Author: Yavor Doganov <yavor@gnu.org>
Date:   Mon Jun 1 14:44:45 2009 +0300

    Port to new libmpcdec API
    
    Please find attached my attempt to port VLC to libmpcdec6.  Playing
    and seeking works according to my tests with a bunch of files (both
    SV7 and SV8).  I tried to follow upstream's coding style.
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
    (cherry picked from commit 87cb4e591ac075c7fabc395cf997e0b261296007)

commit 0fc00a79f4f711ec024f05377780af7ae714e615
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Jun 6 16:57:01 2009 +0300

    Qt4: fix handling of IPv6 literal for RTP and UDP
    
    See http://forum.videolan.org/viewtopic.php?f=33&t=60477
    (cherry picked from commit 5b00f5cf4719a7d774d4823f94671557affafb95)

commit 2839bb5b1026cfb3e09576eb36bc0ee6ed472c5a
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat Jun 6 01:28:37 2009 +0200

    contribs: compile x264 and live555 as PIC
    
    Compile x264 and live555 as PIC, as otherwise it causes linkage problems
    on 64 bits

commit e4462a9caaa31c11218f0ef6105c87383e34c1d6
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Jun 5 21:40:49 2009 +0200

    Missing include for vlm_Delete() usage.
    (cherry picked from commit 9f396531693d07701e7e9b8a039a197000f492d1)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 054e72bbe0ffe0c6e91e6849bf8fd5432b8004bd
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jun 5 18:08:04 2009 +0200

    contribs: use http instead of ftp to download the Darwin-binary package
    
    Note that we don't use FTP to access ganesh in 'make src' either...

commit ad69767ceae94e47ac4789589755e142707bbcbd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Jun 5 17:55:09 2009 +0300

    Fix potential infinite loop with multiple vouts (fixes: #2832)
    (cherry picked from commit 42245ec5709d85151bdd82a1e806ab68e88aad71)

commit bda8b20504562d8212462f8c1941fc3ea805ce34
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Wed May 27 11:43:16 2009 +0200

    p_vlm destruction fixes
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit dc5389ad491eee93e0bcf0ba162aca1e772139f7
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jun 5 09:55:09 2009 +0200

    QT4 menus : remove previous signal-slot connection(s) if any (correct trac #2818)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
    (cherry picked from commit 30e16170c6f1ef56338f80f5bdb53dfbff983383)

commit acfeac927692b0b6db273e8431a31de97b2ce542
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jun 5 14:37:37 2009 +0200

    skins2: correct crashes when using zoom and multiple video tags
    
    Fixes #2821
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
    (cherry picked from commit 8b70a12e22fae1ecdffdc43a93d56ca31419697d)

commit 7a0e94a2061fac7411b3ed7ba4f92f95e3defd20
Author: Matej Urban <matej.urban@gmail.com>
Date:   Fri Jun 5 00:43:31 2009 +0100

    l10n: Slovenian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 0972494fb172286f58e9252eebf34142adcd45cd
Author: Mindaugas Baranauskas <embar@micro.lt>
Date:   Fri Jun 5 00:41:38 2009 +0100

    l10n: Lithuanian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit c561cd7af22cb3a88742877d12bd592e41059437
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Jun 4 23:10:08 2009 +0200

    core vout: Fix snapshots
    
    vlc_cond_timedwait() for the snapshots was using the wrong timevalue.
    Thx to fenrir for helping me chase this one. Fixes #2819
    (cherry picked from commit 120e9bb49d4648a29ea499a9a19973eeb571edbe)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 21993ca4aa514c86619a8372f5552011ca6e4750
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 4 22:27:53 2009 +0200

    Fixed/workaround a segfault with (newer?) swscale version.
    
    Initialize the alpha plane pointers even when not used !
    (cherry picked from commit 004e67b457e9a804dee124f24236a4a6a10f373f)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 62d084b6be979b1a60613fbac2e6840d32bf4e25
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 4 21:26:51 2009 +0200

    On the road to RC3.

commit 6e02907ed8179fcdd7204dec1a191cff592c6ab1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 4 20:40:25 2009 +0200

    Dot not quick select mod demuxer as it is not safe (false positives).
    (cherry picked from commit 1d2ada1159d3f5a5512b3c9b4289cf960a95fc22)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 88bf79b18f90a04ed3c0e9f2c8070933e593052b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 4 21:08:14 2009 +0200

    Added support for old revision of SCT20 closed caption.
    (cherry picked from commit f6dba4e64ab3230af2f4bf95ef16984d93279599)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d4f549f7aabb4b165f01f49bbc5ed04a2945d613
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Jun 4 16:48:50 2009 +0200

    core: fix time-offset and position-offset callbacks
    
    When using the hotkeys to seek, each offset seek was executed twice. The bahavior of INPUT_CONTROL_SET_TIME_OFFSET has changed, and these callbacks did not account for that yet.
    
    This closes #2820
    (cherry picked from commit 4db53934dd02d9f2564a429ec9255279ae9e237c)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit cac12428e775e8706995a9150d0ac0a144d50f47
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jun 4 00:51:45 2009 +0200

    Qt: Add icons on open dialog tabs.
    
    Idea and code from Francois Cartegnie
    (cherry picked from commit efb68637d04367d3118ce41ac5081008eb5d7360)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ec814a4a3d0942581485e664bca3de8395f878de
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Jun 4 00:04:47 2009 +0200

    Fixed old naming standard splitted rar archive (close #2733).
    
    Patch by ozvald (see #2733)
    (cherry picked from commit f75fc27811e7d3bb9c6c591f2e0f537f81ff5e17)

commit 10f8819e0842cf324d5386329433e73371198065
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 3 23:33:24 2009 +0200

    Postproc: Set a description string for the postprocess variable.
    
    This string is already in use, so no problem with stringfreeze for
    1.0 (According to xtophe).
    (cherry picked from commit 9a9cca162dc4beaa6b7a79cc7952084a3f8d74c5)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 31aef931068d34bb229ed099110e9a7a3a6ad577
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 3 23:08:35 2009 +0200

    macos playlist: fix a deadlock when deleting items.
    
    In general, we should avoid PL_LOCK'ing around stuff that the Datasource does,
    and restrict it to the lines that directly deal with the core playlist.
    
    This should fix #2810
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 7959b70514bd5cd78980cc4dc259426d1529ba6b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jun 3 23:03:22 2009 +0200

    macosx: Fix postprocessing menu item
    
    This closes #2814
    (cherry picked from commit 20967dfe87ca089b623408f31759449c737b7a54)

commit 5d8d9539785668571887eb0280a98d44341197dd
Author: Tero Pelander <tpeland@tkukoulu.fi>
Date:   Wed Jun 3 20:06:31 2009 +0300

    l10n: Finnish translation update
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 59c234621b62b1fa780a8e39d1ab656b7aad67e7
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jun 3 00:59:35 2009 +0100

    Activate new installer l10n
    
    Note that not all can be activated due to restriction of NSIS.
    Switching to UTF8 nsis would help. Or pushing nsis upstream to incorporate the patch and/or add new language ID.

commit 706069d38c8a0ebdb015665be9305f1dd603bf3e
Author: Ara Qadir <arastein@gmail.com>
Date:   Wed Jun 3 00:59:06 2009 +0100

    l10n: Sorani installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 8e49aae174f524bf648350067c6834a8520b7835
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Jun 3 00:58:09 2009 +0100

    l10n: Punjabi installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 4a143d966703462017eda20fc86ca313772978d9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jun 3 00:56:48 2009 +0100

    l10n: slovenian installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 45c4bf9d4b16e98e7b84b82b87aa590cd04cc4cd
Author: Tòni Galhard <tony.gaillard@supinfo.com>
Date:   Wed Jun 3 00:55:28 2009 +0100

    l10n: Occitan installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ad1598c29d32c07c15858e3e58c62e2a96b29301
Author: Md. Rezwan Shahid <rezwan@ankur.org.bd>
Date:   Wed Jun 3 00:54:13 2009 +0100

    l10n: Bengali installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit bca58b91ae23be8b9df8737722e9d78b460ab414
Author: Cristian Secara <cristi@secarica.ro>
Date:   Wed Jun 3 00:53:02 2009 +0100

    l10n: romanian installer update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 34a9e692d236baf621c8811ba9d2e02ac0a635ff
Author: Éric Lassauge <lassauge@users. sourceforge.net>
Date:   Wed Jun 3 00:51:30 2009 +0100

    l10n: french installer update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit a2a268651b777e05f09ce1b5c54c12b870eea211
Author: Myckel Habets <myckel@ sdf.lonestar.org>
Date:   Wed Jun 3 00:49:43 2009 +0100

    l10n: dutch installer translation update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 2a4b892e32006f0aff7018fb749fd35a6a0f662a
Author: Antonio Javier Varela Calvo <tonxabar@hotmail.com>
Date:   Wed Jun 3 00:47:54 2009 +0100

    l10n: Spanish installer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 5bc87c7ac4044f27c8d6a64bfcc56fa43d020134
Author: Ivo Ivanov <bestran@mail.bg>
Date:   Wed Jun 3 00:32:59 2009 +0100

    l10n: bulgarian installer translation
    
    Including a UTF-8 -> CP1251 re-encoding
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 04bf0e659d89a5fe429f53a79ef23f93fac048cc
Author: Ivo Ivanov <bestran@mail.bg>
Date:   Tue Jun 2 23:54:23 2009 +0100

    l10n: Bulgarian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 0b49ff4af55f474b00d05bf1ce6d47d5bbe70390
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jun 2 23:03:44 2009 +0200

    Correctly setup the clock state when creating a new program.
    
    It avoid an assert if a program was created after the input was paused.
    (cherry picked from commit 600446bee8c612148e23c2915cd80f8c8dc2cfeb)

commit 2c064f0dfcf4e538c6c344af6197d1c9c9de27b5
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 2 23:16:01 2009 +0200

    macosx playlist: Move one of the lock to avoid a "lock in locked-state" issue.
    
    Add a few more lockings around other playlist data as well. We really need to redo all this stuff.
    (cherry picked from commit 03071b8a2a1e61bccc307143b6822a4f08eb1b68)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit c27a7ed8ff07510b66810a9ff55e72ec3325f8f0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jun 2 23:06:20 2009 +0200

    macosx: volume needs to be stored in absolute numbers instead of percentages. If you don't do this, the user will get a quite different noise experience...
    
    Closes #2805

commit cbaad1b2c9270a2914b3cef81849c73cf46f9fc3
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 2 15:35:14 2009 +0200

    Core: Closed Captions memleak
    (cherry picked from commit 0c24ead9492d67eb087b6192abbbdf449a2cdae0)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 9e1f1018775c7207964fb9a87d1fc97c3f294aa8
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 2 15:05:14 2009 +0200

    Do not access vout_thread_t fields when it can be avoided.
    
    Partial backport of [cc4f67fe86359bae2db6fc631f0ef96e0c63c1d1]

commit c242f13765e16a6d814771b874442f3d8394f355
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 2 01:43:22 2009 +0200

    .h file commit for [9d7513aea570d26822f26a7b0567133ab4fd6324]

commit 1c6e5232ce0995179ff6b922d305831e8a7d6003
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Jun 2 01:26:32 2009 +0200

    macosx vout: another memleak
    
    A memleak in the handling of NSAnimation
    (cherry picked from commit 9d7513aea570d26822f26a7b0567133ab4fd6324)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 731a20c1c0c55b11f7b2f1fa33c063a3d2aa61c2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 1 23:08:53 2009 +0200

    Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size
    
    This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 2f7a9e0a2a23d6ed93fc545fb058766d1e386568
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jun 1 23:09:24 2009 +0200

    small news item

commit c01710dd232695150ce10e7b1a8112781eacdd54
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Jun 1 18:31:28 2009 +0300

    Play more than one media to improve coverage a bit

commit 9f71b31e9082e57d05f793a6404867ecf616314c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Jun 1 18:31:14 2009 +0300

    Make the test timeout more bearable

commit 25698d3408cb7686977842436b1b83e7252c1532
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Wed May 20 23:19:35 2009 -0700

    libvlc: Use a separate lock for media_list_lock and refcounting.
    
    Those finer grained locks help the media_list_player.
    (cherry picked from commit 6dbf7ce48289298f21f56e2e77b95f221641a38f)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit ac3acc83ab06023e475bfedb2dc193c54ee99d4f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jun 1 16:23:37 2009 +0200

    Contribs for Linux x64
    
    Patch by Kaloyan Kovachev
    (cherry picked from commit 2d81a38ba539a875444b053a17b839e575ca0f3d)

commit da467bda833a2764e66984dd9765b7b1cd5cdac1
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 1 13:40:27 2009 +0200

    mtime: grah, compile before thou commits.
    
    /me idiot.
    (cherry picked from commit 4c2b6cc32632393be6bda0d123bc1de50201ac12)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 7717830478e02118bd79094700d44e5d6f6b0d27
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 1 13:34:33 2009 +0200

    mtime: ifdef vs if defined()
    
    misc/mtime.c:59:18: warning: extra tokens at end of #ifdef directive
    Grah, sorry about this, Apple parser doesn't see this as a problem, but other platforms do of course.
    (cherry picked from commit 7d391a6df895f0ac66ee76ffd99c53ef3675adbd)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 455121248b8db6e38972b03982ccba52c7e9fe0b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 1 12:35:38 2009 +0200

    mac PPC: don't use mach absolute_time()
    
    Introduced in [5ead92ffd58088828ed802173d963b2571f0cd69], on PowerPC-based Macs this breaks the playback of a certain AVI and WMV files for reasons not fully understood. The commit was reverted for PPC macs in
    * [49f3721c5baa88feece1d8793f08f08b2ed86a4d]
    * [7786caa59f70d40794273cd741ea96f98d43621f]
    but these commits were never applied to the master branch.
    (cherry picked from commit c6ce6df890b7c66defc54c4dd4edbd940728fe94)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 3702eecb1ffc3db3407c39b2b7fac0384424a23f
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 1 12:26:57 2009 +0200

    mkv: Restore the priority of the mkv module
    
    Most of the time the module was still selected due to extension lookup.
    It is also reported that avformat still is unstable when seeking mkv's
    (cherry picked from commit eafaeb2c918487ace54e14589b1b55a44bbfdaa3)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 1f8a2e2d7708375a631363ecf517db5864d7c7cf
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Jun 1 11:58:30 2009 +0200

    vobsub: strdup memleak (stream_Add copies the format)
    (cherry picked from commit f8bc94143ea531b39ef2eaf651154af316e1e2e4)
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit b58180b252f212ee0a79feaeb0b948f7689a957f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 31 16:19:31 2009 +0200

    Qt: Fix button in speed of subtitles.
    
    "Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.
    (cherry picked from commit 9cef925682d9aa2f97cd368fb835324c86b786d5)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit a21eb956bb88a80537791d98777aa40281067cbe
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat May 30 17:36:33 2009 +0200

    macosx: the VLM nib is no longer part of this branch

commit c4be31081b03a631cc59de29721585e6a763e3f1
Author: Cristian Secara <cristi AT secarica DOT ro>
Date:   Sat May 30 01:17:04 2009 +0100

    l10n: Romanian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ac73d794dbf96bdf0a4dd152aeb0c925dd0dd6cf
Author: Mahrazi Mohd Kamal <mahrazi@gmail.com>
Date:   Sat May 30 01:16:23 2009 +0100

    l10n: Malay update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 5cff827ba25e40100d1a20919f5ffa6cd645ca15
Author: Myckel Habets <myckel@sdf.lonestar.org>
Date:   Sat May 30 01:14:37 2009 +0100

    l10n: Dutch update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 7157ad33673305f7947fe84ca78374bdba5e64f8
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri May 29 20:42:37 2009 +0200

    macosx remote: Fix a leak in the Apple Remote class.
    
    A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class.

commit ced7fc2dd8673d5b4eeb8c95f98f456928f6f39a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 29 20:01:42 2009 +0200

    macosx: fixed another array which isn't released before recreation

commit fc9987fa29409be3cae9743dbae265959477747c
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri May 29 13:53:13 2009 +0200

    macosx vout: fix fullscreen behaviour on eof.
    
    Fixes a bug introduced on [795fa06c631752687800bdff5ec44f742c0e72bd]
    Closes #2794

commit 8710885a8f095874db39bde23ade1b2e653067a1
Author: Sigmund Augdal <sigmund@snap.tv>
Date:   Fri May 29 12:52:49 2009 +0200

    dbus: Fix an integer overflow when seeking more than ~2000 seconds.
    (cherry picked from commit b01b54b072098e1aa401b5177f156d3e42e04f00)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e4bbb16bb183b2cad499e088ccd99313d386df62
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri May 29 08:56:23 2009 +0200

    Quit correctly x264 codec when x264 failed.

commit 27d841889c9116d46be643fa482f9ca562d233f3
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri May 29 13:18:01 2009 +0200

    macosx preferences: more memleaks
    
    * initmethods returning nil. checks moved outside init.
    * leaking module_config_get. Keep better track of those.
    * spurious strdup
    * leaked hotkeys NSMutableArray when resetting the preferences.

commit 5cbb5848e90522556a838ccf04646727fed10cc9
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri May 29 13:15:34 2009 +0200

    macosx: remove a NSLog message.

commit c543a40de86224b961a089d0a17374867f835da4
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri May 29 13:10:23 2009 +0200

    macosx intf: Fix bug in equalizer
    
    Introduced by [ca17039cd8dbaff98d0d4f08b94d3f3efa92af98]

commit 77dea4efed8f1ce11edf551ac33b53ead9fb16a8
Author: Adrien Maglo <magsoft@videolan.org>
Date:   Thu May 28 20:05:23 2009 +0200

    Fix a segfault : check the return value of x264_encoder_open().
    
    According to x264 code, if it fails, it return NULL.
    And with a first NULL parameter x264_encoder_headers() segfaults.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f69af253a4fe0dbf4121c4a320d01adb1c6d0cab
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu May 28 23:53:53 2009 +0800

    Qt Sout dialog: MJPEG mux is "mpjpeg"
    
    Note that "avformat{mux=mjpeg}" is also valid.

commit 7608496964e8ce6f3a740ccc4b41a76da096bd73
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 28 16:23:19 2009 +0200

    Include vlc_url when using make_URI

commit e79d8491b3e8779137914e48daeeaeedd60bbaf8
Author: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
Date:   Thu May 28 16:29:29 2009 +0200

    Avoid leaking images in invmem codec
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 6d44f15adadb4aeb9c36e21854e1421833e1761a
Merge: 1d3b0ce a654d4a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 28 17:12:06 2009 +0300

    Merge branch 'base' into 1.0-bugfix

commit a654d4a14edf1a3925cfa731c965652832f01ef2
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Wed May 27 21:36:22 2009 +0200

    Fix xspf reading/writing
    
    When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL
    
    Always keep album art URLs always encoded and decode the path when needed
    Interfaces & plugins only use file paths
    Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file
    
    Thanks to courmisch for clarification
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 1d3b0ce24c9de1a35ca96addfffa2cd25ccd30fb
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu May 28 15:41:31 2009 +0200

    Memleaks in Equalizer callback and Mac OS X audio module.

commit ca17039cd8dbaff98d0d4f08b94d3f3efa92af98
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu May 28 15:40:18 2009 +0200

    macosx intf: Avoid using fixed sized buffer here.

commit 1692e7000a5639bb70d1d48b761ee40707ddc560
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu May 28 14:28:51 2009 +0200

    macosx controls: Another string memleak.

commit a037a08d58e5b97af4ec09071818126fd581b27f
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu May 28 13:43:22 2009 +0200

    macosx intf: another strdup memleak

commit cbe9981163a222b2e57ad266881750fdf6b5d2b2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 28 14:34:21 2009 +0200

    access_directory: fix memleaks.

commit bc3883a52ee35d2d118f8a7c43093faa253cc0b4
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu May 28 00:16:17 2009 +0200

    memleaks: Several Mac OS X interface related memleaks.

commit 02b581e1dc54e8fe7c3ca6d24528539fd996ac13
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed May 27 22:00:56 2009 +0200

    macosx intf: Fix a strdup memleak

commit a0790f889ba5e521f529e1ca33c4fd1ecf2d17a9
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed May 27 21:11:17 2009 +0200

    macosx playlist: fix issue with "expand triangle" alignment.
    
    Only the 1st column in the NIB file has the expand triangle. If you want to move the triangle, you need to move ANOTHER column in front of the original "first column". The Playlistview was probably recreated at a time, but if you don't know this trick it's very difficult to restore that triangle to the position that we had been using.
    
    This solves bug #2783

commit b5687139f9ac84a7bdf03d9a9612950c43fe6ec2
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Wed May 27 19:22:28 2009 +0200

    Remove unused unescape_URI() and unescape_URI_duplicate()

commit c1291da0901cd19287743d4bc6ee628776b34ced
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 21 14:23:49 2009 +0200

    macosx: NEWS and THANKS
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 76ba1973d5ba90ea7deb508eb0292576f5902e16
Author: Dominic Spitaler <dominic.spitaler@gmx.at>
Date:   Mon May 18 00:13:36 2009 +0200

    new document icons for mac os x
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 791897e29a182ad80539ac6a49bddf8872dde058
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 21 14:17:18 2009 +0200

    macosx: fixed Xcode project file and make dist (new document icons...)
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit d5bcc135196a26ad25df27ed33b76938e9f618a7
Merge: cbccd72 8e4c60f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 27 18:47:57 2009 +0300

    Merge branch 'base' into 1.0-bugfix

commit 8e4c60f63ebdc1f1237b60a6ff0d1efd8cd9793d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 27 18:44:59 2009 +0300

    RTP output: fix port allocation in all cases

commit cbccd7297c241830e796f0f239b4b90d19c16c75
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed May 27 15:26:00 2009 +0200

    macosx playlist: fix an unreachable update of the Media Info panel

commit f193adfbec380ac312c2f1a476a38e3172b7e993
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Wed May 27 13:56:02 2009 +0200

    dbus : fix a deadlock with p_events array
    
    Mention that MPRIS is at version 1.0
    Remove some trailing spaces
    Remove unused argument 'lock' from MarshalStatus()

commit bad63db868d59b72dfc48ab767e5ee74f4d5d3c6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 27 12:37:35 2009 +0200

    macosx: fixed non-appearance of the verbose error panel and a few l10n things

commit feec0f30c55220f3f0be73940899f036cc72c012
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 27 11:55:14 2009 +0200

    fixed distribution as dmg if srcdir != top_builddir

commit f3fe98dbb4255e70fec8f12c5bba44749122930b
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Wed May 27 11:12:20 2009 +0200

    Fix mozilla autoconf check : AC_PATH_PROGS() was used incorrectly, and the check wouldn't error if {mozilla,seamonkey}-config or xulrunner wasn't found

commit bafd032e8c578cbbb46db5bf871daf8ee6f2d8c8
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon May 25 16:53:15 2009 +0200

    python bindings: remove obsolete vlc_internal module
    (cherry picked from commit 0680c6ed092725942456b7dd6576dc609a0c1a05)
    
    Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>

commit 1473b765f42b8558532064f75abc0bd44d8367ae
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon May 25 12:23:19 2009 +0200

    python bindings: properly define MANIFEST.in file (patch by <kwizart@gmail.com>)
    (cherry picked from commit a640b2a33b0e72e04132add0cc247896ca4cca8b)
    
    Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>

commit 0c59817bdfb3ce22c4cc28e46390aef523a98121
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon May 25 12:22:41 2009 +0200

    python bindings: fix setup.py to use 'pkg-config libvlc' instead of the old vlc-config (patch by <kwizart@gmail.com>).
    (cherry picked from commit bd13aca646fba540d0e925a4d1ffeccb4b49359a)
    
    Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>

commit 26c16c96ea77d15c045ade84fd5be3f1e73ff9ee
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Tue May 26 22:55:21 2009 -0700

    qtcapture: Make sure the new iSight are working.

commit 02938f4d8a973dc6d6f39fdabae9db4e2e91d8d7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 27 03:09:25 2009 +0200

    Merge po.

commit 5bd90426e690bf2f79b16d51a924170b6c5909fb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 27 03:08:49 2009 +0200

    Remove vlm.* files.

commit 1e7e2ae9ec537a381837da841fdba793f15e412f
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed May 27 01:21:35 2009 +0200

    macosx prefs: Repair the preferences view for Mac OS X.
    
    Seperate config options from the configtree. VLCTreeItem and VLCTreeLeafItem
    are now used for CONFIG_ITEM in an options collection. It now works, but
    probably should be cleanup up a bit more, with better seperation between the
    disjunct elements of Tree and ConfigItems.
    
    This was broken since [09e31e1436ef3e670bd7497688272dd073c8d3a6]

commit c18234129799ab96dec1b1d45373d3f0d5dd9bf3
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed May 27 00:02:00 2009 +0200

    Prefs: repair category system for some lost options.
    
    set/(re)move a few cases of set_category and set_subcategory

commit 946eba4adf89f4727dcecf84e20cf8cf98110cb4
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue May 26 23:34:22 2009 +0200

    l10n: first update of the German translation
    
    Lots of strings still missing, help would be welcome

commit f6c332fcd9e81eb4d6e13c471e5c4f18beb5aab7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 26 23:16:30 2009 +0200

    invmem: fix potential memleaks.

commit ac351edae35390ea0c9cd711cf428663247000a9
Merge: b381e4a 9e1a568
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 26 23:04:10 2009 +0300

    Merge branch '1.0-bugfix' into HEAD

commit b381e4a4c9b3b8031fe0af7a6620ceea34ddd13d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 26 23:01:03 2009 +0300

    Contrib: remove faac from ffmpeg
    
    Without this, ffmpeg refuses to build due to licensing problems.

commit fc26ea2b1e138c4e98f7c44e36b9c601be41d89a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 9 23:30:30 2009 +0200

    Initial Maemo 5 contribs list
    
    (tested under Scratchbox-based public Beta SDK)

commit 9e1a568b976a8de6d05f1f8aab0d82caa912ecae
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 26 19:37:01 2009 +0300

    Fix randomization in previous commit

commit afc6b18db2f7bc084e1590282e449f29a8d81203
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 26 19:28:21 2009 +0300

    Sort the playlist under a static lock due to static variables

commit 4db7858c806ca585fd0dd027bcec8102d900efbc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 9 23:40:14 2009 +0200

    LUA contrib: discard Linux readline support (not needed)

commit 1a28186371b45c78e122b353c77e22105e1532ce
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Tue Jan 13 09:28:51 2009 +0100

    VLM and VOD deadlock Fix #2339
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 8d5c75701a7351e90b617bb5395d71a6ac200666
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue May 26 15:54:17 2009 +0200

    Mac OS X vout: fix surprpression of the screensaver.
    
    This was broken in [3d5ff7dc53d5ac154fd56faca23a3b6364037aa2]

commit 622c64a18a8d770b75df5ff6cd1a2f2013b6caa3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 26 15:16:08 2009 +0200

    input: partially revert f63268acaafdca4f3e17b837c37a105c01739c0f (my fault).
    I'm not sure that VLC can't still leak memory in this case...

commit d96b3d9b4ad33e18070e582354bdbd436022ba0e
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue May 26 14:37:53 2009 +0200

    logger: fix syslog output formatting
    
    Remove duplicate " :"

commit 46a33c34dcc8536ab6c875731ce7338e7b59826a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 26 12:40:24 2009 +0200

    gestures: fix memleak with var_Change(VLC_VAR_GETCHOICES).

commit 128bfa778d3ea8a038aa3fe3c09616e6c6ced7de
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 26 12:16:36 2009 +0200

    hotkeys: fix a big object leak and factorize a bit.

commit 1d536ab9f3ebc16211d0e359dc40bae6ce05c3ba
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 26 12:00:17 2009 +0200

    hotkeys: fix memleak with var_Change(VLC_VAR_GETCHOICES).

commit aeb955d83e1316d0fc99b586bde1be85eaacf427
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 26 01:50:52 2009 +0200

    Snapshot Deprecate the old names not conflicting

commit 03198bb4cd53269427d6ac17b847c9d696c21059
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Mon May 25 22:00:35 2009 +0200

    snapshot vout plugin: avoid variables conflicting with the core
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 49f85e90c83f84f43b03337327f4697b31b0d4fd
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Mon May 25 13:40:16 2009 +0200

    snapshot core : correct aspect ratio issue (trac #2705)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit cb9e93bf49ab7dd0605bf0b4011d4b8b328b327b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 26 01:26:21 2009 +0200

    Bump numbering for upcoming RC2

commit f02742c79fc5843a84d7ae241a8970cea3d98a67
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 25 23:44:16 2009 +0200

    macosx: remove VLM from project file, too

commit 900a78add88ff5ab5b14c6ee2c09180b07c31b67
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 25 23:42:48 2009 +0200

    macosx: remove incomplete VLM implementation
    
    Do not forward-port

commit 0c78aa4aef8b208b249a99f881634f61251c6983
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 25 22:48:38 2009 +0200

    contrib: binary package for RC2 (and hopefully final, too)

commit bcef36867cd371dc6543b8cc96fe511b3aeea670
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon May 25 21:24:58 2009 +0200

    contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 30ceb37fe8d1cacb6f8fac51f9c1a2a58d324ca0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon May 25 17:42:04 2009 +0300

    Revert "correct realloc() usage, on failure realloc will return NULL"
    
    Brought to you by M2X. Needless to mention that this is complete 100%
    crap. Depending cases, it's not either ignoring errors (and e.g. leaking
    memory which is very stupid in OOM situations), or worse, introducing
    bugs in places where realloc() was used correctly.
    
    And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS.
    
    This reverts commit ec5d86115480e2ba0f3b36b11c19570cbc75aa51.

commit 2fb0517e920d172c853533fda79aa1a6256f6826
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon May 25 00:25:47 2009 +0200

    macosx: release allocated objects.

commit ec5d86115480e2ba0f3b36b11c19570cbc75aa51
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 24 19:46:56 2009 +0200

    correct realloc() usage, on failure realloc will return NULL

commit ac72368d42036b8e41689dda8e07037de3b9cc54
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu May 21 14:55:38 2009 +0200

    modules: do not autosave configfile when --ignore-config is specified

commit d600db5f113edd122ec12be9c589e27fcbed4917
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 12 12:39:50 2009 +0200

    libvlc_event_*: fix locking
    (cherry picked from commit 13b7d257de1eced08708034186e290c0a5f5628a)
    
    Reverted change to libvlc_event_manger_release().

commit e755c4dd0f7a9890e2145a90cd765175d06373cc
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 10 16:05:07 2009 +0200

    libvlc: delete callback in media_player_release.
    (cherry picked from commit 154637130684a19cad965b09b2607cc3b7c294ec)

commit e8efd051d3d7c20a8e5b8530b363744aeafd46e1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 9 21:57:51 2009 +0200

    media_player: cosmetics
    (cherry picked from commit 3fa0d24d137ca36598d83cb77175fdf351bd8784)

commit a81a3d31f0d8f8a6d608b56dbfd7a8ce2bd884c5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat May 9 21:41:16 2009 +0200

    libvlc_media_list_player_release: do not leak memory
    (cherry picked from commit 516955892b0e912a3a100c992abee12e5b2adf24)

commit 8d2f29e7e716e3cc8c9a37f73039ac5c631d3d12
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 17:05:03 2009 +0200

    macosx: disable fullscreen when closing video_output when output is embedded (like in the mozilla browserplugins)
    (cherry picked from commit 795fa06c631752687800bdff5ec44f742c0e72bd)

commit b8f614a91f8e8bd2503f82e036a36b949d4a342c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 17:04:21 2009 +0200

    mozilla: workaround for libvlc media_player end of media list behavior
    (cherry picked from commit 3b04148ead3a3fd39e4e9bb9b44030c2579fc88a)

commit 443b94dc0b10d421b878f26ab6fa2ab71799f836
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 13:31:17 2009 +0200

    mozilla: use correct cast for VlcPlugin *
    (cherry picked from commit 893a64a49e3eda34e06da3cdcb16c79f45a9592c)

commit 6831971007741e6a27d847bd05079d5bd64bb8af
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 13:16:16 2009 +0200

    mozilla: remove debug prints

commit 3b2f1606a0f26ab846e48252baaa57f8dd61ae42
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 24 01:31:52 2009 +0200

    Qt: don't attach the core dialogs to the Main Interface but to the Dialog Provider.
    
    This fix all the dialogs (Fix AVI, HTTP login) that didn't show in skins interface.

commit f56161ec9f0e4a2cba80a8f37d5fa880d7444248
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Sat May 23 09:40:24 2009 +0200

    skins2 : fully support transparency for buttons.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 31526d525687dda631458e4cc6f64419adf1ae32
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 17:04:11 2009 +0300

    Remove dummy debug

commit 0577234ca3dbfe9a3d9ea5eb82d533bedf88469c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 16:50:32 2009 +0300

    Drawable: check properly for busy drawable
    
    (see http://forum.videolan.org/viewtopic.php?f=32&t=59426)

commit c9064d52316709413e48578d6e5e6ca334b0d1e9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 16:49:58 2009 +0300

    XCB: memory leak

commit 15dfd57ac7f64c841efb247177e4898bc0d182b5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 16:48:53 2009 +0300

    XCB: memory leak

commit 4815d3555399c96a499d69efd18086c3af964f68
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 14:17:13 2009 +0300

    Remove no-op

commit d7c8cf59f3f31faaa3cdb29ca95ed488e84cedb7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 14:14:32 2009 +0300

    Fluidsynth: fix block handling

commit 7e8f0d8512468966e205173b60fc90f2365ab599
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 13:15:41 2009 +0300

    Missing space

commit c462bb532b799f5ca23471fd622db5142039097e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 21 23:18:53 2009 +0300

    libvlc_media_list_player: privatize

commit deb3a85153057e12fe59bb5ed24395f0b0012ab0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 23 12:39:56 2009 +0300

    Fix initialization order

commit 5f9ea6614282bd752597f0e15eec0d50a2f26a3d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 22 21:30:16 2009 +0200

    Fixed demux_vaControlHelper GET_TIME implementation.
    
    It should return the current time even when the size isn't known.

commit 2d63b67e97034199cbf8979bf714d3c8536af240
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri May 22 19:46:13 2009 +0200

    macosx: added an entry to Video->Aspect-ratio to disable our AR-lock for one session.
    
    Based upon an idea by Philipp Biermann.
    
    An actual vlc-option for this will be created in the master branch.
    
    Note that this feature does only affect VLCEmbeddedWindow - our plain vout window enforces the AR.

commit d7c3f5b645c4ee9a23c2df1c8472add15f3cb92c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 22 01:09:19 2009 +0200

    Forgotten dirac packetizer in LIST.

commit 855370d938a979a4e31b3e9fa706faa00a2afb17
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 21 22:41:09 2009 +0300

    Missing initializer
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 2c13ce176ca98706217450ef500f03aa2c0b9038
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 21 21:32:02 2009 +0300

    Qt4: activate playlist item on right click (fix #2749)
    
    Also, show the popup menu on press rather than release.

commit 83116c1c92621ead3c22140c1e1014096d092853
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 21 18:27:30 2009 +0300

    XCB/window: really handle media keys

commit afe0a0c2c33d405f1bd78a69dc02df5466831f22
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 21 17:03:47 2009 +0200

    macosx: finally completed the progress-panel's implementation

commit b91b6e06ca7f09fad1f38f2835e78f10b1d019e0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu May 21 17:02:53 2009 +0200

    macosx: fixed compilation warning

commit be531987f668b1cea7aaa103638bffc97492feea
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Thu May 21 00:11:37 2009 +0200

    WinCE: add replacement getcwd() function
    
    As WinCE doesn't support working directories, this function is
    basically empty, and merely returns an error.

commit 7dcb0083550569848715cafdeaadc2992095e985
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 21 00:04:39 2009 +0200

    qt4: update the MRL when the fps change (desktop).
    Should fix #2767.

commit b36b614a1469679d21ec24e2f89b95bb89358251
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 21:02:08 2009 +0200

    Fix potential object leak.

commit 4b1fdf1b06d46b1698f624ac789f45bf3cbb6b3e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 19:07:27 2009 +0200

    Remove unwanted "\v".

commit 63980c43dd72fe0f6909f61304a5384743e452ee
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 20 18:22:39 2009 +0200

    macosx: fixed menubar appearance in fullscreen mode by partially reverting [46c93c9cc984b99142b6e7321c8f5c4c8c4e65bb]
    
    There is no 64bit-save aka non-Carbon replacement for this feature yet.
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit fe19e10c0db5b0e558d531a860d52f8248e071fe
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Wed May 20 09:32:57 2009 +0200

    Free rtsp commands on close
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 60ce39b79c755012e77d17c1dc1afe5438e060c5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 20 18:04:24 2009 +0200

    macosx: fixed the updateInfoPanel crash
    
    This also 'fixes' RTSP playback crashes (#2742)

commit 7d56c1202ed5dd38036c356accb95987b3c1c9fe
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 20 18:39:17 2009 +0300

    Mozilla: remove logging support
    
    You don't want random web pages listing, say, the content of your
    hard drive (file/xspf-open://C:/ ?). For debugging purpose, the standard
    error from Mozilla is probably better than Javascript anyway, not to
    mention that the libvlc logging APi is really brain-damaged.

commit 1c15d4ad0c099d4f415918a675e9a7786c48cd80
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 13:00:52 2009 +0200

    Fix a (really) small memleak (even if i_count is 0, some memory is allocated
    for the strucure).

commit 2eabe22e9a56bab12bab80a16aedd9a9701fcfbb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed May 20 12:52:43 2009 +0200

    macosx: fixed 'Codec details pane does not work correctly', closes #2630

commit b900a611a14169d80415c7f907d14509d43039b7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 12:24:05 2009 +0200

    Fix memleak (same problem with var_Change())

commit 5efbd6a16652f26fe0f30bbdd801877e7234f669
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 11:15:43 2009 +0200

    Fix potential object leak (test the conditions before doing anything).

commit 27edb261330215efd4889c88ab7facc13d020a86
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 11:03:10 2009 +0200

    Fix memleak (same problem with var_Change(VLC_VAR_FREELIST)).

commit 25070505add5986cc392ebdd826240fd62929b59
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 10:32:22 2009 +0200

    Fix memleak (the memory allocated by var_Control(VLC_VAR_GETCHOICES) must be
    deallocated).

commit 2f4845954e05768d5d155ccf167ef6530296a319
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed May 20 00:04:30 2009 +0200

    Fix previous commit.

commit 9c24e1931faef97958eeb3287d0de778d4d07c89
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 19 23:33:00 2009 +0200

    variables: fix a potential crash/double free.
    Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the
    next time this variable is used.

commit cd82402612fc60f41874b00072557515fbe5ee48
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 19 23:27:07 2009 +0200

    v4l2: fix memleak.

commit fb656c0c25062ffe4847ea70b6f1fb0b028a6dc8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 19 20:24:44 2009 +0200

    Qt: change slightly the colours of the sound slider.

commit e976edb9eb763e5db816d75c7fc8acf61eda76e9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 19 20:10:14 2009 +0200

    Qt: lower a bit the default sound slider.

commit 7d55d5eeb1d51370530ec8723e3e54cd770b5828
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 19 18:47:52 2009 +0200

    Fixed some dvd spu streams that have multiple palette/alpha per packet.

commit 083927e378944e396e14fe5a5b3a8795f9360adb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 19 18:47:20 2009 +0200

    Fixed potential segfault with broken DVD SPU streams.

commit 008e357c7cdc343f671363e6d6cf70d6e3b40f07
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 19 18:47:00 2009 +0200

    Cosmetics (spudec).

commit 0933fed1eb407dda4ea4162241e41607ec36ab23
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:58:47 2009 +0300

    Add a bunch of FIXMEs

commit 5e2bfc338cd14ed9e352f6e6722dad6d384ee917
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:58:25 2009 +0300

    Sharpen: thread safety and don't retain useless value

commit 0925032f3d8d8bd24fb26fe0f765d9660d4edc23
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:53:03 2009 +0300

    Rotate: thread-safety

commit 3688c5dc6f47a90655296a721846ee5693729d63
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:47:38 2009 +0300

    Rotate: no need to remember the angle

commit 1e5e931cf78ca9eda6f7216037b74ea7f2cda3aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:40:11 2009 +0300

    Motion blur: callback thread safety

commit a8595578bcc6118b368969ebd43868b35c0595e4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:35:31 2009 +0300

    Marquee: thread-safety corner cases

commit bb6c60093f0c3acca01d57747e2c4458c2061a2f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:29:10 2009 +0300

    Logo: thread safety fix
    
    There are still bugs. At least posx, posy, pos and b_need_update are not
    protected properly, but I don't have time.

commit 165f3496a9dce9eb5aa5811929fb6e1588d4a5e2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:23:25 2009 +0300

    Logo: expansion safety

commit 59712f39c38e799807beee0db4e366ef5f8914e4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:21:04 2009 +0300

    Gradient: callback thread-safety

commit 7df37bef3c7b6533509d885f947a068353685ca6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:17:15 2009 +0300

    Extract: thread-safety

commit 57eefa002cb07483281b8e769b7de5adf32f76d0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:10:44 2009 +0300

    Erase: actual thread-safety

commit 8c1c227dc2b4f5a9280e56154efb9b5e19d6da07
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:05:39 2009 +0300

    crop: thread-safety for FilterCallback

commit d6938fb215207bda182e213544a92ace95676cc0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 20:05:24 2009 +0300

    Crop: simplify

commit 867fbfa41fe72cca66e86f1903327612e0767acb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 19:56:19 2009 +0300

    Blue screen: thread-safety

commit ddba74088f04b364225cad6d81bd908d70cdad95
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 19:53:05 2009 +0300

    blue screen: __MIN and __MAX are not expansion-safe

commit 01a0090145440f5c5da29c88b482594f8972c835
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 19:49:37 2009 +0300

    Alpha mask: thread-safety
    
    A corner case occured if the mask were changed during initialization.

commit da293d9ed4875eff9d4b0e41f15e789eeb1d7687
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 19:47:23 2009 +0300

    Adjust: thread-safety

commit 5d854b3643a0673aaaf44fb73c880d537b2edbde
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 19 18:54:07 2009 +0200

    x11: Show popup menu on click, not on release, as KDE and GNOME seem to do it.
    
    Close #2573

commit d0240cc7ddeffc038247df1c13663eae2477cfe1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 19 18:36:58 2009 +0200

    Try to stay consistent.

commit 609c914ac3121bc9f26cd4619300d31c755a3721
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue May 19 18:36:42 2009 +0200

    Update NEWS for zip MRL.

commit 6d9b338311d6d0664926425cd44a27b8759a9a65
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue May 19 23:45:09 2009 +0800

    Zip: use !/ as separator instead of |
    
    As advised on the forum, !/ is the standard separator for JAR protocol.

commit 2c113555e9fe760a4cdd27f67f82f8029bd6ce24
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Wed May 13 01:56:17 2009 +0800

    Zip: fix handling of special characters (#2467)

commit 1c8cd6b7a93e08759536d52924ad1b7d5a05edd2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 17:56:22 2009 +0300

    Match used SD alias rather than plugin name (fixes #2756)

commit f2955030321e4947bb4dbc80cedc65950d91fd39
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 19 17:55:47 2009 +0300

    Retain SD name for matching purpose

commit 68c0d25f704019224454ab30d771320a009080cd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 18 01:31:58 2009 +0200

    Fix --qt-start-mninimized option
    
    Report : http://forum.videolan.org/viewtopic.php?f=13&t=59425&p=198466#p198450

commit d2f9a597f8b419a08ec25988570e9ce754554d5c
Author: Éric Lassauge <lassauge@users.sourceforge.net>
Date:   Sun May 17 23:48:42 2009 +0100

    l10n: French update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 435e0aabcf1fe6c1709016c9c3cb30a295f5be16
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Sun May 17 23:32:08 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 5c436c49248ada88fbbd6c37cc22d2ba134fbb7f
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Sun May 17 23:24:32 2009 +0100

    l10n: Brazillian Portuguese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 8378e4de82a3167873237726a878cd0ba622117e
Author: Animesh Swar <animesh_swar@hotmail.co.uk>
Date:   Sun May 17 23:16:51 2009 +0100

    l10n: Nepalese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit d642495d8f18afe6a9f0fe578d8a2f3ac01dfb49
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 16 19:11:05 2009 +0100

    Don't distribute files generated by configure

commit b4ad7729330f9b1c3bc80527af7f79225bc18e45
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 16 18:01:04 2009 +0100

    Move the Changelogs to maintainer-clean.
    
    As they need git to be generated, you don't want them to disappear when you do make distclean in sources extracted from the tarball

commit 4fbb48fa68c66ce9da5f216b1c69fbdcde2b43aa
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 9 22:35:21 2009 +0100

    Use the 2009 key

commit 404a1c6e1820d6304194bdd004a56ab446cb4cf3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 18 00:31:50 2009 +0200

    Ensure that people don't compile Dirac on Windows and Gcc 3

commit 2d804fca331b69476ab105a2127c3bedb08f6ac0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon May 18 00:23:44 2009 +0200

    Qt: Remove Streaming and Convert/Save menus if compiled with --disable-sout
    
    Close #2754

commit 29ab3b29df89fcd92973a404f2d8495039853899
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 17 22:18:08 2009 +0200

    Fix a bug when sorting the playlist:
    
    Actually sort is well done but when the user ask for the next/previous item in
    the playlist, it will get the one without the sort and not the right
    previous/next item.
    
    This is caused by the fact that the table which describe previous/next isn't
    rebuilded after a call to the sort function. This commit force the rebuild to
    be done (b_reset_currently_playing = true)

commit 7d35744605d9f63c4772d428e8ae7a8e57b59bc1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 17 21:58:28 2009 +0200

    Fix spatializer: wrong variables name.

commit c8829f3a7f6e4c9c9ebbd597b6443527a66bdfc4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 17 14:27:35 2009 +0200

    Fix memleaks: EnsureUTF8 return NULL if the string isn't valid,
    so we must be able to free the memory in this case.

commit a7bb5dffd385654b2af5acd5760ff7ef4446bd99
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 17 11:52:24 2009 +0300

    rawaud: default FOURCC with local rather than low endianess

commit 80ba00a8101b3c8213d9f560a791457a54ec8a12
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 17 11:16:03 2009 +0300

    Avoid ?: GCC-ism

commit 1aa48d7e9a8a91f89ad6ad01df3db295bacb0d7a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 03:17:27 2009 +0200

    DMO: put more debug if DMO_DEBUG is set
    
    This might help to trac the dmo race.

commit fc8d0d3d4cdbc6fb499b1eeca72b8ad867221130
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 03:13:08 2009 +0200

    Qt: correctly split the MRL
    
    Close #2682

commit 5d17b0c90db350dad9cc9a049cd0010be73b6b7c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 02:35:12 2009 +0200

    Qt: fix missing 's' in function name

commit f9f1166e9b44f91139e2826f282c917a5d680182
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 02:20:58 2009 +0200

    Cosmetics.

commit 5a892e07151dd30c260eb005d2f0ed4b791c41fd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 02:19:55 2009 +0200

    Forgotten FileSeparator issue.

commit 66765c05fb90017b0643453d57661a741c36600e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 02:10:17 2009 +0200

    Qt: reindent after last commit.

commit 4d12099cf4e087eb6bf3a973b6a8c6754f3b2618
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 17 02:06:49 2009 +0200

    Qt4: fix DIR_SEP on open.
    
    Should fix #2142

commit 1a77308678e53dddba8ddb6a9f3650774525e719
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat May 16 23:37:10 2009 +0200

    When adding an URL, create the name without login and password.
    This fix partially #2142

commit 5b676ba1d2022896ef6bf50e4b6de70f751563ac
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat May 16 23:15:12 2009 +0200

    Fix the type guess: this can be a protocol only if you xan find a :// in it.
    (and add ftp and smb to the list)

commit 6dce48f670a1d404fa09898d6e97562d9944c239
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 16 23:22:01 2009 +0200

    Fixed osd_* functions when the OSD was not loaded.
    
     It fixed a segfault when using hotkeys for the OSD.
     I am not sure it is perfectly fine, but var_AcquireMutex seems
    to have been removed without a proper replacement.

commit c85283ef795a4edfeb6cbee1af5e48a47580ddc2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 16 23:10:09 2009 +0200

    Gtk_main: fix compilation.... Completly untested.
    
    Should we keep this code?

commit 2f0c83bd43674753d2fd2d7fb8cc4193fbdfcfca
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 16 22:32:29 2009 +0200

    pda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]
    
    This should fix the compilation of pda interface.

commit a20af1ac86cff1d01e4faf5d1d1e421f1fe492d8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 16 22:27:47 2009 +0200

    pda: Fix warnings.

commit cde79fd9461837f63f78898f0b336776d72f6535
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 16 22:26:40 2009 +0200

    Pda: fix compile broken by [05492281]

commit 0bbc1eeee3f0c28c622bd05022c67aac6811486b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 16 19:10:08 2009 +0300

    Typo

commit 1a12ab42f9b4824f3e144714c39e39d02841867c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 16 19:07:07 2009 +0300

    Qt4: non-sense way of getting current playlist item
    
    We want the current playing item, rather than the number of items to
    choose from. Besides, item-current is _not_ a choice list anyway.

commit ae1239f0851fd5e021889118a3c01cd8371750d5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 16 19:06:46 2009 +0300

    Attach fetcher to playlist so it gets proper configuration

commit 06c794f9f9a0119c030fbfed0284db24d28566e5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 16 14:58:33 2009 +0300

    fetcher is a VLC object

commit da62e6d3fd7d110eeb2cf34a17cbc9c16732f2fe
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 16 01:02:06 2009 +0200

    Fixed DMO wrapper.
    
     One input buffer can create multiples output ones and so need to be fetched
    before provided a new input one.

commit cd2fbd0ad4f24067a848f0532e1d55db67d6fa3c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 15 23:52:25 2009 +0200

    Respect album-art for CDDB request.
    
    In this case the option is a bit mis-named but...

commit 10524df53cda24ba58619f2b45b4227ac2cd43da
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 15 23:46:05 2009 +0200

    Correctly detect rewind (rtsp).

commit 11e0b5e5a79575fe3be017939c35e5b4cd0d4242
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 15 23:20:15 2009 +0200

    Do not call EnsureUTF8 on NULL string (cdtext).

commit b1e0a03d630cce112389807611273006706f8d8f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 16 00:10:05 2009 +0200

    Add wmal and WMAL fourCC
    
    Spotted by mc2man, mc2man -- optonline | net
    (cherry picked from commit e783877897dcafdcd833f81ba44015ccd0ac482f)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 148976f7d9bc06da6871d80ebe2835ac529b011f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 15 23:06:45 2009 +0200

    Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!

commit 37b175d5552f731bfc8f7aa439034328bc14b668
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Fri May 15 15:19:38 2009 +0200

    WinCE: Require a recent enough mingwce to fix *printf problems
    
    This just in: CeGCC has a MinGW with working replacement *printf
    functions. Just like for mingw32, require (and allow building with) a
    recent enough version of mingwce.
    
    Since MinGW is patched by CeGCC, this check is not strictly sufficient;
    but at least this allows to have working WinCE builds again.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 319b2f9582a0d2e26ca412d2da897a9e028e5388
Author: Nicolas Chauvet (kwizart) <kwizart@gmail.com>
Date:   Wed May 13 15:26:32 2009 +0200

    Fix missing symbol in libxvmc_plugin.so
    
    the XvMC plugin use xcommon.c where some part use
    HAVE_XINERAMA conditions.
    
    Missing symbols are :
    XineramaQueryScreens
    XineramaQueryExtension
    XineramaIsActive
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit c4934bd1047641ef6b8e343f559f06daac7bf02d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 12 13:22:11 2009 +0200

    Compile fix: Include limits.h when using PATH_MAX
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e936fbd6171071a9fbf7b3f6d079201a6f9ecbe0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 14 23:03:24 2009 +0200

    Qt: Default Output address to 0.0.0.0 in HTTP and MMS

commit f63268acaafdca4f3e17b837c37a105c01739c0f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 14 19:27:30 2009 +0200

    input: Fix a memleak.

commit 9d8178b9171e367d44d94ad02ae9fcb9af3a2449
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed May 13 16:50:53 2009 +0200

    wince: replace _wrename by MoveFileW
    (cherry picked from commit 7ba508f8ef84047d1c1ed06ac0f3596e0ea1019d)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 91116db9656d8135f6e0e6091fef9134f58f34e0
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat May 9 17:20:46 2009 +0200

    wince: replace getpid by GetCurrentProcessId
    
    Signed-off-by: Geoffroy Couprie <geo.couprie@gmail.com>
    (cherry picked from commit d93246d2d334a21021ab004e99dff22d601fb8ab)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4b7950c726f4eb315295b627ef4b9fbb830c1ede
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 14 20:07:31 2009 +0200

    Mark loop, repeat, random as safe.

commit 76deff7339593550f9be674c02427357cb1e20f8
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 17 14:28:12 2009 +0100

    mozilla: fix integer types
    
    (u)int16 -> (u)int16_t
    (u)int32 -> (u)int32_t
    (cherry picked from commit 53ec8a45e5945db7a452238447e83a8b630c8a79)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 8dca1aa104455ea62779a4781e9411b93f5ac6a6
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 12 17:02:38 2009 +0200

    mmsh: cleanup
    (cherry picked from commit 190ae57d8cd38b2ec1748f950865b94febdb01d0)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9b9e019a3a662b6d6dc3565c65c1384a67079bf6
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 12 16:55:26 2009 +0200

    mmstu: fix memleak
    (cherry picked from commit ecfdb8c3ca6c1803cf055dcac440ec7ca1a8a9c3)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9f0df8af31972548560b970d07633a06a904638d
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 12 14:18:36 2009 +0200

    mmsh: fix potential memleak
    (cherry picked from commit 5cc974b1a4bb383006a380d4c9e0011e47cefde1)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 761f863bf378bb0c7d66b0ae4141e5c4fb6ec901
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue May 12 14:11:30 2009 +0200

    mmstu: handle keepalive error case
    (cherry picked from commit e692b86ada5f970fb37b1db137a9d68148dc6ec2)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 63b970b95fdde1af82b50e3dae543f7b84c48c28
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 14 19:31:27 2009 +0300

    XCB/window: add XFree86 extended key symbols
    
    Well, only those that VLC knows anyway.

commit 0dec2f724e06c4f13b85cf02b2ac2fcb8e9b4e56
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 14 18:46:08 2009 +0300

    XCB/window: implement --video-title, UTF-8 names

commit 46fc1c8c88ca29881cca7ca6f51f7b5a8ad8565e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 13 23:41:54 2009 +0200

    Fixed the option "auto-preparse".
    
     It is now respected. It is part of the privacy problem with
    meta data/art.
     I think that
      --noauto-preparse --album-art 0
     will workaround the issue until a new option is added.

commit 853bb4e76326fd5dddfb6aad6e86cacb6fdb4c5f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 23:23:35 2009 +0300

    OpenGL: fix missing GLX window decoration

commit 4ad7990248a6e672a422070e5bb274cc08b4dd50
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 23:13:10 2009 +0300

    XCB/window: do not depend on xcb-aux for one trivial function call

commit f8822ed0e02723246bc9f5f601757dca8860a292
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 13 21:59:13 2009 +0200

    Fixed downmixing to mono (close #2728).

commit 2d4241a1f7ac7a1ce47e2646c93421a64c49d7ab
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 21:48:24 2009 +0300

    Deprecate all broken vout_Control() abusers

commit 1c5d76c2e9f518825a0016344d4f0fef9e8247b6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 21:48:07 2009 +0300

    use VLC_DEPRECATED_API as needed

commit 44b0effdc6c30c7da29a7ee5a97bd69a05430e21
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 21:43:25 2009 +0300

    libvlc: add support for setting/getting the video scale

commit 65a17d9832469de70ab6a476566c2ef05878f67f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 21:38:56 2009 +0300

    Use input_GetVout() instead of vlc_object_find()

commit 42043990d3418add07088b8e2e1117c9caee5412
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Wed May 13 18:26:01 2009 +0200

    rtsp: fix RTP-Info header syntax
    
    As per RFC2326, the correct syntax includes a "url=" that is missing
    here. Tested (and bug found) with a Real Player client.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit c9a4092a131cfa984348e0c123a8e65d109033c7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 20:16:38 2009 +0300

    XCB/window: fix always on top

commit 9a1855005d5505976b5d077fdd5c42813b603b19
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 13 18:51:01 2009 +0300

    libvlc_media_player_retain: missing lock

commit 9b9051c4c1a6809decf476b2ca9e3c0a61963edc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 12 19:12:44 2009 +0300

    Syntax error

commit a11122ee5f8162a8195da054e8d5772e0e7f9589
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 12 18:44:48 2009 +0300

    Fix *ASCII* translation of VLC media player in languages I know
    
    This bug affects many other localizations that I cannot fix myself.

commit d3b7e531f11ed50bc680ad3c31ff84c2e2e13b85
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 12 18:41:19 2009 +0300

    Fix invalid use of gettext

commit 8766feda419ad28a66bed64bacec4eea1b1d1a00
Author: Felix Geyer <debfx-vlc@fobos.de>
Date:   Mon May 11 22:21:39 2009 +0300

    KDE4 screensaver preemption (fixes #2730)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 109900f90d2a204dfa4e017cccb4875441c7f663
Author: Niklas Hayer <nikha354@gmail.com>
Date:   Sun May 10 20:44:09 2009 +0200

    Prevented QT4 gui from changing size while maximized. This should fix https://trac.videolan.org/vlc/ticket/1883
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
    (cherry picked from commit e83df29b1f39dd46fe8893e5e111ed8be9a17e2d)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit deabbf7d1dcb6b83ec7e8e4d67b260a13e840910
Author: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
Date:   Sun May 10 18:59:56 2009 +0200

    Changing libvlc_video_take_snapshot prototype
    
    So that it takes a const char* as the filename parameter.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 2b4e12cdbe76664bc07413f4a5f0a7f9183c33d3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 18:40:12 2009 +0300

    PDA: useless redefinition

commit eafdd623afe23a842318a9e2eccf7fe4fd8ba7c9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 18:38:21 2009 +0300

    PDA: dummy input locking

commit e9810b983c6e82378c536a854dec679f664e3308
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 18:37:42 2009 +0300

    Missing .gitignore

commit 88f6f1397b6462f83f5c9a92a72904ba94ca196e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 18:35:27 2009 +0300

    Missing .gitignore

commit 4a143959d50fc39fb8214deb95c7d87745147086
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 18:34:47 2009 +0300

    PDA: broken dead code

commit 452f40206de0291918317e926cd61989fd558739
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 16:44:36 2009 +0300

    HTTP: use DIR_SEP(_CHAR)

commit 7a0efcc70902471d4704e80c1518c3111c6b186f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 15:25:39 2009 +0300

    XSPF: use make_URI, should fix #2731

commit d10d2dc0cc90007fa892da4dc0ee2ec69d13bc42
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 15:24:01 2009 +0300

    test cases for make_URI()

commit cc112d8fcbdebb49fbad1e92bc9029cf2a6ced0a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 15:23:18 2009 +0300

    make_URI: make a URI out of a path, if needed

commit d04effdcbb9208faf7fbcd9cf828ab51f3df2f50
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 13:35:56 2009 +0300

    decode_URI: improve documentation, add a return value

commit 33e389f46716b46554dbce20f82fe0debb5da8aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 13:16:40 2009 +0300

    Remove useless checks

commit eadca52d9e08397f18fa5f531e50cda27182ca6b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 10 13:16:04 2009 +0300

    Remove static prototypes from header file

commit b8f23ea716693d8d07dd8bd0cb4c9ba8ed05f568
Author: Danny Wood <danwood76@gmail.com>
Date:   Sat May 9 11:05:31 2009 +0100

    Patch: Fix pulseaudio clicking and latency issues
    
    Here is the updated patch with the modified configure.ac.
    I have also added some comments and cleaned up a little bit of code.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 0fd34122943c0f0a3bb368ac3a4eb1d35b99437f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 9 19:45:22 2009 +0100

    l10n: Synchronize the files for RC1

commit f5215215428f22c8863495819713836f405de961
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat May 9 19:37:57 2009 +0100

    Distribute packetize_helper.h

commit cb1bd11f37e315eefb68ef3341234882618066a3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 9 01:22:45 2009 +0200

    1.0.0 RC1

commit 7f779acabee17a673db1c14bdc74bbd5bcf9287c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 9 01:15:30 2009 +0200

    NEWS and fix typo in LIST.

commit 75ff8a59bd60e9065288166ead6b07c353482cca
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri May 8 18:31:52 2009 +0300

    XCB/X11: fix crop

commit 43dd12e475885c55f98d7e7304a88ab2c414e697
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri May 8 12:44:31 2009 +0200

    qt4: we need qtr() else we have encoding problems

commit 56fb673c1c9077d7bb3f9c799ad092066882556a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri May 8 09:37:18 2009 +0200

    playlist_ram: fix memleaks and use "const char*" instead of "char*" whenever possible.

commit 80684e7846b29534eab9d1844e77516efbc42055
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 8 02:03:05 2009 +0200

    Fixed a race condition with input creation and events.
    
    input_CreateThread* have been splitted in two functions:
     - input_Create
     - input_Start
    to allow attaching to input events and creating settings/variables
    before starting the input thread.
    
    For consistency, input_StopThread has been renamed input_Stop.
    
    Initial report from Hugo Beauzee-Luyssen.

commit a135b02fd5d99c9ae07bca53bee6c492c709e744
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri May 8 01:08:57 2009 +0100

    Add Khmer and Sorani

commit cd48da60b55fbc701ed2387cadd1829799875559
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri May 8 00:37:56 2009 +0100

    l10n: Slovenian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit f6a30ab5e2babeb84e42d1f81fc4e71d3e60cdd1
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Fri May 8 00:31:45 2009 +0100

    l10n: Brazilian Portuguese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 93ec95eff7e8b002cdb66ede223d93205bfebfd7
Author: Otto Kekäläinen <otto@sange.fi>
Date:   Fri May 8 00:30:05 2009 +0100

    l10n: Finnish update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 3dfad6a3cfcfdd24564ac12b0c3f3dbe07c99261
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Fri May 8 00:24:44 2009 +0100

    l10n: Initial Khmer translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 8c3538f432c9ec7eddf3121eb0caf262f81ca9ef
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:56:13 2009 +0200

    Cosmetics.

commit 331625d9dcae5c28c02a8f78a9bf0598784a61f2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:28:57 2009 +0200

    Moved date_Decrement to libvlc core from dirac.

commit fc44328d1a283e1729ab089a51bf6fdf4022c9a9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:27:57 2009 +0200

    Added icyx as http alias (some icy servers seem to use it).

commit 94761b0d09e47641b446ed94f2e40675ad4ee907
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:18:59 2009 +0200

    Used BLOCK_FLAG_PRIVATE_SHIFT for creating private masks.

commit 1fc22d15dee359aad112db6acc149348963bf192
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:17:15 2009 +0200

    Replaced DIRAC_EOS by BLOCK_FLAG_END_OF_SEQUENCE.

commit f7a8bc79b12a3f2a673d0b6a2a6bf4ef4b5e1d2d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 23:13:32 2009 +0200

    Simplify and fix the block flag test in dirac packetizer.

commit 816e1cd33078a791c0c2ad901bd1a2366b74f142
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 22:55:13 2009 +0200

    Try to workaround serialno change in ogg web radio.
    
     At each serialno changes, the timestamp being non continuous, there
    will be an annoying glitch...

commit 629d2ae50d623d64bea7045ff830a83768aac839
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 22:52:47 2009 +0200

    Fixed usage of VLC_TS_INVALID (dirac packetizer).

commit 56ffbdf46bab22e295ad3748d3f7326377bb773c
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:54:57 2009 +0000

    Packetizer is capable of:
     - repacketizing and reconstructing timestamps for a Dirac ES
       suitable for remultiplexing and decoding.
     - sanitizing an input stream that has non-signalled discontinuities
     - handling the basket case AVI fake-pts-is-dts method too:
       For a non well formed input (only has pts or dts), this is
       implemented by simulating the ReOrder Buffer model to resolve
       timestamps.
    
    Updated 20090507 with:
     - use VLC_TS_INVALID rather than private block flags
     - removed useless i_sync_flags
     - add support for next_parse_offset == 0
     - eliminate dirac_FindEOS
     - use block_t's p_priv to avoid dirac_FindPictureNumber
     - remove b_picture_number, add parsecode helpers
     - when stream jumps backwards, generate correct EOS DU
     - dont use block_FindMaskedFlags
     - remove openloop fastsync
     - guarantee synchro sees EOS, remove duplicate EOS DUs
     - dont blindly believe that a data unit is > 1MB
     - fix compilation warning
     - fix issue with unsyncable p_extra
     - rearange file
     - add sanitization of prev_parse_offset
     - do duplicate EOS detection at the right place
     - move all operations on outqueue to Packetize
     - fix stupid offbyone on location of prev_parse_offset
     - sanity check output of sync at input to encapsualator
     - refactor dirac_BuildEncapsulationUnit
     - keep hold of precious timestamps
     - unfortunately block_t has no p_priv
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit b53cec095289debb6e5237a0d3c80cad0ed59c57
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 23:23:27 2009 +0300

    XCB/XVideo: handle scaling, crop and A/R

commit 305b0ad354d4696a236dd1f2c82567b3e80f605b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 23:22:33 2009 +0300

    XCB/X11: handle scaling, crop and A/R
    
    (Crop is currently dysfunctional, picture offset are missing)

commit bad101babdeb5822e6e5b30edbb1c78fc2ce45c2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 23:32:24 2009 +0300

    XCB/XVideo: fix images with a planar format but without MIT-SHM

commit 14670f9c97a17b061bdab7ef22530d1da1c9dcf6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 23:00:29 2009 +0300

    XCB/XVideo: implement pf_control: handle zoom and stay-on-top

commit 13ee24b32a262e0f805d39e1b54af57dc80dbe06
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 22:59:50 2009 +0300

    XCB/X11: implement pf_control: handle zoom and stay-on-top

commit e24d1c8da3c437cc051f37f72d7d9aeff4a1678c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 21:22:08 2009 +0200

    The schroedinger decoder does support non packetized streams.
    
    Thanks David Flynn for the remark.

commit a45cb92f391a26a8ec729f21cf59aa29a2559f42
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 21:01:33 2009 +0200

    Set BLOCK_FLAG_CORRUPTED when reseting the packetizer.
    
    This one is more for consistency with what the core do.

commit 38d1b1a33bb85270968c51e40ce15c77e770c78c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 20:59:56 2009 +0200

    No need to set b_packetized in demuxer using a packetizer.
    
    demux_PacketizerNew has been fixed in that regard.

commit b41f126365f475d4233dca495b88375f3101b320
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 20:58:24 2009 +0200

    Decrease a bit the dirac demuxer (50) to avoid probing it too often.

commit 710bd9a4a69b000a21b95b63fde109205936bf5a
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:54:58 2009 +0000

    Reads raw dirac streams, feeds into packetizer.
    
    Updated 20090507 with:
     - migrate to VLC_TS_INVALID
     - fix coding style
     - use generic handling of DEMUX_SET_TIME
     - don't add +1 to dts/pts
     - zero point hack while VLC_TS_INVALID = 0
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 80cfbe0ce1a640841f7ce6a08f8d433b05306812
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu May 7 20:45:47 2009 +0200

    Reset the timestamp state on BLOCK_FLAG_DISCONTINUITY.
    
     On such flag, the bitstream before and after it are not related at all and
    so are the timestamp. In order to not confuse the core, do not output
    wrong timestamps.

commit 54aa64e826105f0c6ca7bb7b343f294ef08227e7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 19:13:15 2009 +0300

    Use utf8_rename

commit 353cd0a0049d9c2053a199ee5a9026454e172a92
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 19:11:15 2009 +0300

    Implement utf8_rename

commit 493b65493f4a8ccc830597e7ab08950961c2380e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 19:01:20 2009 +0300

    remove -> utf8_unlink

commit 1a24f157b0da4a98fea8646d49a2e2ceb6d4d119
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:47:38 2009 +0000

    codec/schroedinger: don't reset decoder at corrupt block sentinel
    
    Also, don't reset pts interpolator at discontinuity
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit d78d1a82b75e7af15ec98fadbba9d1aaa33b2977
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:47:37 2009 +0000

    codec/schrodinger: don't tag frames with missing pts
    
    timestamp will be interpolated at output of decoder instead.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 2ef4b5ef59e5d7b11f550a35d06fb27c17395ed6
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:47:36 2009 +0000

    codec/schroedinger: fix segfault when schro_decoder_pull returns NULL
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 999e1c3655662ab9285d3f1fbd49086905d473c2
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu May 7 12:47:35 2009 +0000

    Disable glibc runtime check if configure passed due to disable-{nls, mozilla}
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit dd3a05a9851f1bb524f15e176b7d9108362fd1ea
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 18:13:19 2009 +0300

    Remove useless check for machine/soundcard.h

commit e1bba59e55bc3d31a9142dc9779bc0ba54fde6a1
Author: Joris van Rooij <jorrizza@jrrzz.net>
Date:   Thu May 7 18:10:19 2009 +0300

    oss: OpenBSD compile fix
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 5cde14c1e7989f50c0f9aaa839aabd414d6cbc86
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu May 7 18:08:39 2009 +0300

    We need both priority scheduling and thread priority scheduling here

commit 41a159bb696a7f2d8307d688c92f81b2bbc98925
Author: Joris van Rooij <jorrizza@jrrzz.net>
Date:   Thu May 7 18:03:29 2009 +0300

    OpenBSD compilation fix
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit df89fd6b623348bc662f7005f80bc506a179b4f5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 7 15:08:18 2009 +0200

    Added dvh1 fourcc to ffmpeg

commit 9ad959c08d68b27e2d8c83127c8ccbe727969832
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 7 14:42:40 2009 +0200

    Qt4: preferences, fix Global hotkeys display

commit bf397e887370af737f28c780430bc54098e8df96
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu May 7 14:14:05 2009 +0200

    config: fix memleak.

commit f999294c12e0d6d5a659a7e66e85f3e75199dcd1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 7 02:46:58 2009 +0200

    Qt: fix systrayIcon menu status to show correct tooltip and status.
    
    Noticed by fenrir.

commit 44022166f20202403cba8a39d0bbc35ab573a795
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu May 7 02:31:47 2009 +0200

    Qt: correctly implement the Global Hotkey saving.
    
    Close blocker #2723

commit fab56e289c7457d93111df2a9cd6f9463720bf33
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 6 23:51:09 2009 +0200

    Added hdv6->8 fourcc to ffmpeg.

commit 3e1ec376dd2ab91d2c94184bc1f0da0b0072caad
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 6 23:22:28 2009 +0200

    Fixed VP31 in NSV files.
    
    It seems that ffmpeg care about VP30 != VP31 fourcc.

commit dd7fc9b0e33ed8ea30a7026e765c4624cfee73d9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 6 22:56:25 2009 +0200

    Audioscrobbler: activate libre.fm capacity since last.fm is geing more and more on the dark side... :D

commit 8b0468f45572bf87f2351660cfc674f95919378c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed May 6 15:16:05 2009 +0200

    NEWS.

commit 60c14553e254e0264702e99a605f95fc9d24447b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 6 22:10:11 2009 +0200

    Fixed typo in avcodec audio.

commit e5e22fe50870e8e83728ed6f96c8a80b1f7c47dd
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 6 21:44:51 2009 +0200

    Try to fix compilation with older ffmpeg version.

commit 14b2a5172b62bba6ac83a05648e2e18737d48443
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 22:31:53 2009 +0300

    Add rawaud to the list

commit e3965abfd06914d7c83d34a321ab42adec96984d
Author: Jarmo Torvinen <jarmo.torvinen@jutel.fi>
Date:   Wed Apr 29 08:37:10 2009 +0300

    Initial implementation of Raw audio plugin
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit d1a53a373e52cf3d53ef7c71497e47b049fb89bb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Sep 1 22:25:44 2008 +0300

    Atomically update the cache file

commit 7037664e2f1b1151ecf3e6fa87df9bc50b920a60
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 20:31:21 2009 +0300

    Remove useless parameter

commit b8247ace0350412681e0bc502f8bb617cfa426b8
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 20:23:32 2009 +0300

    Make the config file lock per process rather than per instance

commit 2085be2a22d36cf341e7fc8d2407233d6bf75a7a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 20:22:16 2009 +0300

    Config lock is pointless while reading/resetting the configuration

commit baa37df2bdbe3a0dac15affe70eb8eed6a0acb1d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 20:20:53 2009 +0300

    Always take the item lock when reading/writing configuration values
    
    This was a bit sloppy. In some cases, we had the config fiel lock,
    but that that does not protect against config_Put*(). In some cases,
    the lock was only taken for strings but not float/integers.

commit e61b137f927a5a563634af8c59e69fbfdd7a3671
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 19:44:42 2009 +0300

    Replace the configuration file atomically
    
    Another VLC instance could get a corrupt configuration otherwise.

commit 5e32245056f5a399a174da1ebeddf196ac1b7f3d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Sep 1 22:24:27 2008 +0300

    Look for fdatasync (OSX seems to lack it)

commit 4432e3715a524affe7dacceddd0d7b86266bba93
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 19:16:43 2009 +0300

    Boolean cosmetic

commit 981589fd461cfd201aaa13384e638303f6601098
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 19:15:50 2009 +0300

    Fix minor overflow bug

commit 9a9570009287f6ea810c725afae86556c454e39a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 19:09:37 2009 +0300

    Refactor

commit 579d4ae7f724579961383e729e2fc2e58938042f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 19:05:56 2009 +0300

    Tilde expansion is the shell's job. Don't do it *too* (= twice).

commit 3b457e167ddf2459bd7fc4ab0dad00956a5e2b98
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 18:43:10 2009 +0300

    Make config_GetCustomConfigFile static

commit d6d444d2e4880e9a56cd390e92148c56dc5e7e10
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 18:40:06 2009 +0300

    No need to keep the config file around all the time

commit 0c88710e2ccac34ffb971a3531584d0cbd3d739a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed May 6 18:15:27 2009 +0300

    Only load globalhotkeys if requested by caller
    
    This leaves the choice for bindings to use it or not.
    
    I wish we did the same for hotkeys and inhibit but it would break
    backward libvlc API compatibility.

commit 36def77907889ae0bf382376925df0a6c0058c90
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed May 6 00:10:55 2009 +0200

    Fixed (partially) parsing of E-AC3 not using 1536 samples per frame.

commit 029138a07de2d76a3302f0be82c2cbc9fcae4e87
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 5 23:49:27 2009 +0200

    Validated the audio layout and channels compatibility in aout_DecNew.
    
    It will avoid memory corruptions in case of a broken decoder.

commit d2f4a3f8dad20e098b85d1c714476f75fce9c23a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 5 23:48:58 2009 +0200

    Fixed acmod table for ac3/eac3.

commit 68dec8670a621d028aa3e547fd23642ce0bdcdbd
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 5 23:30:53 2009 +0200

    Fixed a regression with avcodec due to 83f58a5076e659f63f47575c0c350b58367eaff0

commit 77c069c68936f12116a504b13d58257da7595542
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 5 23:21:58 2009 +0200

    Allow reading until the end of the file while discarding data.
    
    It probably closes #2719.

commit 7d413c48dfe9f8e162bef2869d65e2f3064c5762
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 5 23:40:01 2009 +0300

    Remove useless memset

commit e1252db2ed61b451972f766982589eab230e9750
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 5 21:44:05 2009 +0200

    growl: fix object leak.

commit 8377d828c5338d3505936bb184310983127f35fb
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 5 21:39:17 2009 +0200

    growl: fix an assert.

commit f6d64155e32aa62fafcad71fa4be2cb6abae3c81
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 5 21:00:26 2009 +0200

    growl: fix compilation.

commit 83f58a5076e659f63f47575c0c350b58367eaff0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue May 5 20:29:14 2009 +0200

    Use audio channel layout only when supported by avcodec.
    
    Butw ithout it, the layout of multichannels audio are probably wrong.

commit 7a4f28303162b32b456d4f09f75a6f15a1de805b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 5 20:55:50 2009 +0300

    Wine: compilation fixes

commit 65b3f54f966c56f513024cb046318e26414d1659
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 5 20:29:20 2009 +0300

    Comment syntax

commit 02298ed6b8f56d8f87448690d78aeae486f75a92
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 5 17:46:38 2009 +0300

    transcode {a,s,v}enc are module parameters
    
    Maybe we should split encoders per ES type?

commit 604e62dd7d7af078b672d8cd4762ca652893b914
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue May 5 17:41:05 2009 +0300

    --opengl-provider is a module parameter

commit 1c9e74885e4342586c122b7b688196455b54ca01
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue May 5 14:54:27 2009 +0200

    qt4: fix encoding problem when passing the album art url from the core to Qt.

commit bcc5b3f69049d06dc3042567c149be54627efa06
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 11:36:55 2009 +0200

    libvlc: allow pause and stop during buffering (fixes: #2679)

commit 256c86bfd984cd72d1fcb0460e2ff2630acb26f5
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue May 5 10:33:42 2009 +0200

    test.html: print pretty output when vlc.input.length and vlc.input.time return -1.

commit 38340809e56050ca3b1e90b9fac2816c706efbf1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 3 20:37:27 2009 +0200

    mozilla: remove dead code

commit 713ca60492068737f747930b2c4a235da4f0dc87
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun May 3 20:00:24 2009 +0200

    live555: Mark --rtsp-{http,mcast} as safe.

commit 937b3831a67f54e391376adad7d05dc19ee36675
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 16:31:37 2009 +0200

    src/control/media_player.c: cosmetics

commit 65618ab04f5047f55938a2ca0bcdefe20b8269a1
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 16:12:57 2009 +0200

    opengl: fix potential memleak

commit 80716d851ccc62766d4d5b0164c4d8aad3cd0a86
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 15:35:12 2009 +0200

    Update test.html for mozilla and activex based browsers.

commit edbf8929a44ff4608df091486ebad398cdc4a147
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 15:32:37 2009 +0200

    live555: Mark --rtsp-tcp as safe.

commit 0aa802a973f02c361fd12dd36a2c35c9da6ace4c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 15:26:24 2009 +0200

    live555: Fix #2676 show proper time when pausing iso 00:00:00

commit 6894293c69ad3284f2c0607fb15971c1ea6c6476
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri May 1 14:53:16 2009 +0200

    mozilla: Fix #2678 resizing browser plugin during playback.

commit 09b400c41eb7bca696919873b83ea92faa65ad1d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Apr 30 08:48:34 2009 +0200

    mozilla: cleanup

commit d42e4f90f7974b952dbcc0a20f0595fcbc8abf9f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Apr 20 22:36:20 2009 +0200

    activex: sync test.html page with mozilla test.html page

commit 55fbd58c6a9110b319389d4103ae6687c257ac0f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Apr 20 22:28:20 2009 +0200

    mozilla test.html still used some old vlc.playlist calls that are depreceated.
    
    These calls have been replaced by vlc.playlist.items.* calls.

commit 71c633a876550b6bb3178ee5e7ae5d737359d3f3
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 19 22:28:56 2009 +0200

    Be more relaxed and change all library paths when necessary.

commit 267487929ef25b39b6d7853cf172e035fe44cf2e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Apr 19 22:27:38 2009 +0200

    Honor libvlc/libvlccorelibrary versions

commit a2376bde2ddf38eb435261102c285c61ab064e63
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon May 4 21:00:06 2009 +0200

    Do not try to seeking beyond the end of stream in mmstu.

commit 397df13cacbc11d2b164106b7f357b637d13f60e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon May 4 20:47:32 2009 +0200

    Do not read the whole file (in memory !) when parsing RAR.

commit 7f581337994e9073382db9cc9056bc0189e8bf77
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon May 4 20:44:21 2009 +0200

    Allow back seeking after an access EOF.
    
    It is up to the access to refuse if it can't.
    Anyway, the check was only for one path of a seek command (when using
    stream_Read( NULL, size)).
    This partially revert fc9f8518, please report any breakage.

commit 6f3cc15c000a11b6c539ee8a77b428fcbec438b4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon May 4 14:44:39 2009 +0200

    mux_asf: fix memleak.

commit 54a72cc1d9401be855a6b5096e4428d861d2406a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon May 4 14:32:16 2009 +0200

    sap: fix memleak.

commit 1b5c7c2f4c7832f008fdc6528fe26ceb5e8da65c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 20:46:17 2009 +0200

    Fixed PCR origin in ogg.
    
    It avoids loosing the first packets (audio/video).

commit 868b85c2f2c599e26a5ab897ffd351a1dff9a48c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 19:54:56 2009 +0200

    Fixed typo in avcodec audio.

commit 96c92ae914fa80fff8cc369f4fd297af0b47203f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 19:50:39 2009 +0200

    Try to setup avcodec audio format as soon as possible.
    
    It will help the buggy transcode stream_out module.

commit 63a901056a9d3df3986546d87fb7c19d53190122
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun May 3 20:50:19 2009 +0300

    signals: let the default handlers kill VLC after 3 seconds
    
    This should only be used if VLC deadlocks, or takes an awfully long time
    to clean up. That will let VLC be killed as with the older signals
    handler.

commit 552b93b46f79299a4b2d952bfd34e1d5eed7bbe0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 19:06:07 2009 +0200

    Added I420<->J420 (422/440/444) equivalence in vout_ChromaCmp.
    
     It will prevent a useless chroma conversion for the vout using it
    (x11/xvideo at least).
     It is not perfect are they are not exactly equal, but in the current
    state, I think it is the best workaround.

commit cba442e261ec51453f0d9647c4b26d7dafe86a7c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 19:03:47 2009 +0200

    Simplify a bit vout_ChromaCmp.

commit d1155aaeb0acb36a232640aa22a8b33407342179
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun May 3 17:40:45 2009 +0200

    macosx: disable the SL-look for the main controller window until its artefacts are fixed

commit 6ea16503aba418406737e190d220a3b62a26e553
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 3 16:58:44 2009 +0200

    FFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
    
    This makes decoding faster but could lead to errors.
    Pointed by Jason, and original code by Ludovic Fauvet.

commit 185e50a60422d0d8236aa094321eee5791a55e27
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun May 3 16:53:12 2009 +0200

    Fixed channels order with native flac decoder.

commit f320acd633583cd6327ab0ec3f30548665593363
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun May 3 10:34:19 2009 +0200

    audioscrobbler: fix memleak.

commit 30868d3233673f169b131094fdc28a1aeb783e02
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat May 2 11:18:32 2009 +0200

    qt4: missing undef.

commit ca98d520da9ac89c8abd5b12a68884fe03ca479a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 3 03:48:16 2009 +0200

    Audioscrobbler: prepare to submit to libre.fm
    
    Libre.fm is like last.fm, but more FOSS. The code isn't active yet, because it rrequires a new option item... So we need an exception for that.
    
    Thanks to schizo -- debian.org

commit 9ec1eec76ced27977a3a9c6b2e35ae1860c92629
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun May 3 00:27:47 2009 +0200

    Qt: activate the searching for the Hotkeys Preferences.
    
    Close #2530

commit 62d7d384fea12553833425d784bbea9e5d28cf6a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 2 23:58:46 2009 +0200

    Qt: better hotkeys change management.
    
    Close #2245

commit 9c95e9337eb71c63b65d75991ba6aeec0fed5bfc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat May 2 23:43:46 2009 +0200

    Qt: don't fire the Conflict dialog for "Unset" Keys

commit d9271cf6803cf47d19eb07170ee0f2778db7d34e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 2 21:33:08 2009 +0200

    Added support for avcodec audio channel layout.

commit 29e5165b2a6099a3c83bf29759a7a60225b6d90e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 2 21:18:19 2009 +0200

    Added a new channel extraction helper to aout.
    
    They are aout_CheckChannelExtraction/aout_ChannelExtract.
    They work a bit like CheckChannelReorder and ChannelReorder but does not
    have there limitations. They will mainly be used to interface the aout core
    with the world (demuxer, codecs, maybe output).

commit d86012e8cbc6dc12633813f877b07f07c720bf23
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 2 20:17:45 2009 +0200

    Let simple mixer also handle 5.x with middle channels.
    
    They are treated as rear channels.

commit 2560f1d6a78f1d50f074950bb3c5df04d3824b1b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat May 2 19:11:35 2009 +0200

    Recognized more channels layout in aout_FormatPrintChannels.

commit 7336ff446d319598ea3826430500e1f1c8e759d7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat May 2 10:41:44 2009 +0300

    hotkeys needs -lm due to floor()

commit 5af31c2b4e1a45369cf261f47c148de1d4ba164e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 22:53:36 2009 +0200

    Thanks to Lotesdelère for the sample searching/testing/bug reporting for 1.0.0 on Windows and Linux.

commit 6d1dc4e1a03936665ab2f659e720a1e59649f64d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 20:56:50 2009 +0200

    Copyright update.

commit 124db676d5e9c5e7c6cb61c761061e24a828947b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 20:55:43 2009 +0200

    NEWS update

commit 6ec540ae5271057ea6b186b90c09f8a242385081
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 20:47:56 2009 +0200

    DTS: update copyright.

commit de2cea3b0c722ecb9e2599ee3460c81bb69f8521
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 20:25:13 2009 +0200

    Qt: profile, correct tabOrder.

commit 07238f9d10eb32605a3a35abb26c209dc0a4e94a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 19:21:53 2009 +0200

    Qt: reset record button state when switching to a new item

commit 874f69d5abe13479142485636ec2dac68d09b8c9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 17:20:16 2009 +0200

    Qt: SPrefs, add a record path configuration option.

commit 2acdb2a6a6ac6248d8c4323f14176863cea47dde
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 17:19:17 2009 +0200

    Used currentIndexChanged for combo box changes (dvb).

commit 1361fbe43a0e585638fc968507e434c774c5a94f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 17:16:57 2009 +0200

    Fixed MRL update on dvb bandwidth modification.

commit 2c53f3f037208abec24550a94d3963e5793b93d4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 17:02:49 2009 +0200

    Qt: correctly update the MRL on DVB/Linux

commit 5a39c572acce910d6d89479e75fcf74f0666250b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 16:46:05 2009 +0200

    Qt4: profile Editor, correctly select the Muxer

commit ea8e32872f5bbb31905450d8a9ebc2ebe037cafe
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 16:16:00 2009 +0200

    Qt4: Warn about Qt version 4.5.0
    
    This version is quite broken...

commit 0fa8b0e05a3441592870584d7961a63524e577e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 16:12:44 2009 +0200

    Qt: use dvb://frequency= iso dvb:// :dvb-frequency=
    
    This affects Opening of DVB and BDA.

commit 6b6b9560dc73f400050c119236553bb48bf62966
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Fri May 1 15:20:54 2009 +0200

    Add some options as safe, based on forum.v.o search.
    
    This commit add some options as safe, based on a search
    of issues on the forum.
    
    Additions are:
    - ffmpeg-pp-q (prosprocess quality)
    - ffmpeg skiploopfilter (speed)
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 8db995693f370a51b9e5e5dfcf41f539a0d486fd
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Fri May 1 15:12:39 2009 +0200

    Add video-title-* options as safe
    
    Add the ability to change those options:
    - video-title-show
    - video-title-position
    - video-title-timeout

commit 8de3c5b34ea20f1ddf2704a58fb256bcfbaf1b2a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 15:09:04 2009 +0200

    Cosmetic.

commit 23b7c67e3c1ab2bbd534c253325b28a0783c9ac1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 15:07:30 2009 +0200

    Check against invalid i_title_timeout value.

commit 205ce9a8d1138f226df85cf83bcd30adf7395323
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 15:04:29 2009 +0200

    Cosmetic.

commit 53a3b8597e4aa5079c067f3741f06da574912736
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 14:57:04 2009 +0200

    Add most of *-caching options as safe
    
    Patch by Anthony Loiseau (thannoy _AT_ actech-innovation _DOT_ com)

commit 5226ae13208f5880054acc5d3125b9a56ea165bd
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 14:14:17 2009 +0200

    Fixed module_need in case a shortcut list was provided.
    
     Always reject plugins that have a 0 priority but did not match the
    shortcut list (being empty or not).
    This makes 0 priority plugin only selectable using a shortcut (which I
    think it is what we want).

commit 222b5fac835c40b31467d440171234f1b7225592
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 02:09:12 2009 +0200

    Fixed "stats" decoder output format.

commit a000d2188fcaedd136a443a1fe946d291c1bf492
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 01:04:03 2009 +0200

    Fixed non compatible avcodec flac extradata.
    
    avcodec will now output extradata using the same format than flac encoder.

commit ae2132b50966245586e37afb2a86c46856946b4a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri May 1 00:10:32 2009 +0200

    Allows selecting CC as soon as possible.
    
    Previously, it was possible only on the first subtitle.
    The drawback is that we may allow selecting channels that are empty.

commit e68254717f45c7a5edba2c360c20f4227359cbfb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 01:01:22 2009 +0200

    Qt4: Change the UI to allow startime in double.

commit 3cac0a4836b80052477bc49bc290cacf1f216415
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 00:48:59 2009 +0200

    Qt: force positive values for width && height when transcoding

commit 66db20b690c686d41198852c9cd54621ea769380
Author: Sam Hocevar <sam@zoy.org>
Date:   Fri May 1 00:08:01 2009 +0200

    Allow :start-time, :stop-time and :run-time arguments to be float values,
    since we may want sub-second granularity.

commit 3092afc3c91a172c43abdc7753f91446e10ded78
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 00:38:49 2009 +0200

    Qt: don't set scale, width & height when empty

commit 612de111b4b11ee0063b37c18ad511b36c9c7f72
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 00:21:09 2009 +0200

    Qt4: Document and assert when needed.

commit 83e10e113f26b703b5258dbcb69e85dc356c7764
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri May 1 00:11:50 2009 +0200

    Qt: When changing a profile, use it right now.

commit 5e063dbbd125eb6326e467e99b9bff9a896175d7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 30 23:30:30 2009 +0200

    Qt: small UI change for width/height in Sout Profile.

commit 59faac26ce1fbfe4f267281668f88650bf66d2c6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 22:38:09 2009 +0200

    Fixed typo in max pts_delay (60s not 601s)

commit 6d9c2bc2d6f40012f068725a117a54888b28e606
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 22:29:08 2009 +0200

    Clip pts_delay from access/demux to 60s.
    
    That plus the fact that the decoder already limit its fifo will allow
    to mark all --*-cache options safe.

commit 5491c687697f452bee1b1047042a58b3405c711f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 22:10:25 2009 +0200

    Assert against broken values in input_clock_Update.

commit fe54ba9c94201d462a12137f99b66fbf36d6b056
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 22:09:34 2009 +0200

    Check for broken PCR value in es_out.
    
    It will prevent #2706 from broken demuxer/streams.

commit 4ec5f67a79891f28fcb92a8e4f112df681236053
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 22:04:42 2009 +0200

    Fixed seek reset to avoid sending invalid PCR value (ASF).
    
    It closes #2706.

commit 8f0345ff09879317e331fd774426c0cafee8c5a2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 20:43:07 2009 +0200

    Recognize VC1 for ASF muxing in record.

commit 59a904c1e2e2d5498c3fd7b07b7f5a84082c2bd4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 30 20:42:35 2009 +0200

    Fixed VC1 muxing in ASF.

commit 6ec025c7fca988c54a0ce0d186ba53a6bdbcddc7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 21:31:47 2009 +0200

    "Header Extension" is mandatory in asf.

commit b5ef9cbb7c16a4fddd88a246a1402bcc2c295804
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 21:12:19 2009 +0200

    Write aspect ratio only when defined (asf).

commit 59d7d4f246f9ed4125734fa108a06dcd0a23c1a1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 20:42:13 2009 +0200

    Do not dump corrupted blocks in "dump" codec.

commit bdb8aee9c6de1ad900da0378d696bbeead5eae24
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 20:41:05 2009 +0200

    Fixed VC1 probe function.

commit c3334ee3b6b5b33cbe625fa1a2a24c12df408c29
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 20:40:06 2009 +0200

    Be sure to set b_packetized in demux_PacketizerNew.

commit 70729ba3b48d3999a7d4f44610097be640d8c965
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 29 20:24:13 2009 +0200

    Ensure that VC1 I frame always have a sequence header and an entry point.

commit 553ed2287158f9dc8c054df2894cd3a47a932830
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 23:04:35 2009 +0200

    Fixed syntax for VC1 coming from some ASF (packetizer).
    
    The sequence header/entry point are not repeated yet.

commit 43d9cf9de77efd77b5cbc8e1432a4d0a2097f445
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 29 20:59:56 2009 +0200

    qt4: missing undefs.

commit 087ea0d065eb617260c8ac86035289455e21faef
Author: Dylan Yudaken <dyudaken@gmail.com>
Date:   Tue Apr 28 14:25:54 2009 +0200

    Incorrect time-offset type in rc module
    
    Modified and Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 569095f047671a1651efa541fb0ede87cc80392b
Author: Dylan Yudaken <dyudaken@gmail.com>
Date:   Tue Apr 28 13:15:38 2009 +0200

    fix qt crop synchronisation
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f75c6c166fa9aac83177b5b5949b8e13414cd629
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 20:03:33 2009 +0200

    colorthres video filter: fix a typo.

commit eededf1e16d0d3608a1ab2be68add52086105550
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 29 08:16:30 2009 +0200

    Qt4: relayout the Toolbar Dialog for small screens.
    
    The new layout is a horizontal layout, for people having a smaller screen than
    1000 in height. This makes this dialog quite large, but screens are larger those days. If the dialog is still too big, please say so.

commit 2a72835723a8b4b1910cec6351d71030d6c9e372
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 28 23:43:45 2009 +0200

    Qt: specify the frequencies in kHz in all DVB mode.
    
    This is easier to understand and you can still modify the MRL.

commit 063ae6fe936ea7598482c8e05f7003beeb465f6d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 22:25:37 2009 +0200

    Made sure that packetizer_Header will parse everything (vc1/h264).

commit 48182abfadf943b34434dbb0d7789b7ab5a177bb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 22:23:19 2009 +0200

    Added a debug message on first entry point in VC1 packetizer.

commit d813da5e18facf3287555fdc5ea22b3d516578b1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 21:46:37 2009 +0200

    Added and used a packetizer_Header for packetizers.

commit 55441fa5440b6aceddc8ef6888750350a22d0c2f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 19:27:16 2009 +0200

    Moved and fixed all common code from video packetizers into packetizer_helper.h
    
    There are some risks of regression (in case of typo), but it was
    a nightmare to maintain.
    Also by using the right model (h264.c) it fixes some timing issues in
    vc1 and mpeg2 packetizer.

commit 7aa5ac93bc54fc1d52a377fb11401b96e709bd7f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 19:26:37 2009 +0200

    Fixed extra data parsing with some VC1 streams.

commit a3b251ee7ab94c0ff0274511f101737d827afda5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 19:15:01 2009 +0200

    Fixed VC1 EOS value.

commit 9a96868a06e6e63f1da6f0af45b2fcb95edb8e55
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 18:59:01 2009 +0200

    Fixed asprint checks in mod demuxer.

commit 2e3d1d912fe1846f6da9d26c74a10aa929e8d02f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 28 18:58:21 2009 +0200

    Fixed coding style in mod demuxer.

commit ba4c4c1915f7d6fac8a8d07e7b16f6e67f12971e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 27 21:07:00 2009 +0200

    Fixed decoder spacing mode selection.
    
    Becarfull it breaks the API by modifying input_DecoderDecode prototype.
    (only stream_output display module use it).

commit abfc0650df0cb54c55bb7783a75b9c29029ae8b5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 27 20:24:59 2009 +0200

    Fixed record DelEs function.
    
    It fixes some segfault when stopping recording.

commit c691d369d96fc615f2ba9d9a1f6f909e0c73249d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 27 20:24:06 2009 +0200

    Fixed b_out_pace_control value when using record.

commit cbe863f73a16f6a9c4eff8f2375d45ed45e5a293
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 22:59:50 2009 +0200

    Prevent a 0 division when invalid frequency step is reported by dvb.

commit 6f74730c260feeae352be44cc0bafb6599fee235
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Apr 28 11:27:18 2009 +0200

    Contribs: fix installation of live555
    
    Make sure $(PREFIX)/{lib,include} directories exist
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit b7f3143019468f908454a09fd8d10e924cc25126
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 13:14:04 2009 +0200

    qt4: fix a memleak.

commit 9e11ce644d04463fb97a30770237eff39e12428a
Author: basos g <noxelia 4t gmail d0t c0m>
Date:   Mon Apr 6 15:31:26 2009 +0000

    CLEAN QT4 fix some memory leaks. Reorgazine code
    (hacked a bit)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e35dcda6a0bfe643a21204c4988c3f6bc62543b0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 11:29:04 2009 +0200

    qt4: fix memleak.

commit ffdcddc14d21c82711e25d6f8abf5bd70b771920
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 10:51:41 2009 +0200

    qt4: typo + untranslated string.

commit 3ef1c0a159b1367e3679fb453c0962c5941b2d4e
Author: Nicolas Chauvet (kwizart) <kwizart@gmail.com>
Date:   Mon Apr 27 20:19:08 2009 +0200

    Fix opencv module compilation - missing vlc_vout.h
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit ad674a6b12fd5946374384b04ccaf77d52d4a6ca
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 09:59:53 2009 +0200

    Fix playlist sort when using the flag "SORT_TITLE_NUMERIC": use the title instead of the name when possible.

commit fef26f2f88b17e7c0dd3199491de7c76f26c3a98
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Apr 28 09:36:31 2009 +0200

    Fix a bug in input_item_GetTitleFbName (fix #2701)

commit 3ba880588510a6306e2c62b774324edecf073fc5
Author: Éric Lassauge <lassauge@users.sourceforge.net>
Date:   Tue Apr 28 01:13:24 2009 +0100

    l10n: French update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 9295055aeecb3c344353368e2c60c07fa2ce0812
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 28 01:42:37 2009 +0200

    Qt: Show Encoded By in the GUI

commit 7d581e9e5a4a78d5f9e6cd5c5561aef47afdf7a8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 28 01:42:21 2009 +0200

    Mod: reindent.

commit 9d97dc438aebb3ab7cfa9990583fc111a66b26d1
Author: Konstanty Bialkowski <konstanty@ieee.org>
Date:   Mon Apr 27 21:23:28 2009 +1000

    Extra meta data from mod files
    
    Extra meta data from mod files: Comment (it), Instruments (xm,it) and Samples.
     These fields are used by module artists for description, credit etc.
    
    ( Also uint32_t => unsigned )
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit dc0e088df8dde0d0506e9d05fc3a5228fd8560b1
Author: Dylan Yudaken <dyudaken@gmail.com>
Date:   Mon Apr 27 23:53:16 2009 +0200

    Add bounds checking to crop
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1ed06e12f380cd79cf13f9b4509cddfc086a1a90
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 28 00:07:45 2009 +0200

    Qt4: Open dialog, various changes on DVB opening on Linux.
    
    As per request by Laurent.
    DVB on linux and windows should be a bit more similar.

commit fce3f85b6fa118a8212ec90b1a6d9469a6556197
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 27 19:33:39 2009 +0200

    Qt4: DVB-T and DVB-C should be in Hz on Windows.

commit ae80357c9e0b867522d67919a932a734a0f65f0a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 27 19:03:59 2009 +0200

    Qt4: get 10 recents items (was 8)

commit 3ee8acdb1392cdc070859ad4332203eb8148c4e7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 27 23:33:25 2009 +0300

    Win32: watch for bugs in vlc_cond_(timed)?wait

commit db3d601a21ee3f6c43b636a13c5cd14d088d3699
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 27 23:08:53 2009 +0300

    Remove dead code (only a buggy getopt could reach this)

commit 3ace88ecf651b3549e94ff9e914c8de342f1058a
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Mon Apr 27 14:20:03 2009 +0200

    Win32: generate crashdumps everytime except if a debugger is present

commit 7986cb4ac231255e0382f4ead890fca78be58e79
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 22:08:45 2009 +0300

    GnuTLS: add larger SHAs

commit 245269e91daf0370722a4d5cafa44ad34caffbaf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 20:41:24 2009 +0200

    Qt4: FSC: increase the top of it for better grabation.

commit f970d1897f648246901a1847955b0c63fc069e3e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 21:39:21 2009 +0300

    Check xcb-xv version

commit e2c1890d2aae27eee323bd3e081f05b465a4ffff
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 20:32:53 2009 +0200

    Qt: FSC, don't move if you clicked on a button (and not the plain controller )
    
    Close #2429 and #2460.

commit bf171654d65e38de10abdd2f6fca12c9382a681a
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Apr 26 19:24:44 2009 +0200

    configure: fix linking of libvlc on Mac OS X.

commit dfc82177a57b2b9bf1b0306005146569728f7095
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 26 18:46:16 2009 +0200

    remove unneeded tests.

commit c90b95df9f822d1733f8e7dc3f27d1b3fc77279f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:51:21 2009 +0300

    *Ahem*

commit b69133b00b2b7c8e8ee8dadc317f17f41a4d1bbb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:36:44 2009 +0300

    Explicitly add formerly implicit submodule shortcuts
    
    Except for a few cases:
     - dialog providers -> cannot be selected explicitly,
     - window providers -> cannot be selected explicitly,
     - ffmpeg-deinterlace -> "ffmpeg" does not make much sense here??
     - kate -> already duplicating its own shortcut
    
    Note sure about packetizers: added just in case

commit 0617753d5bdc4e0e6573d1165711f31ddfd06c4c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:19:45 2009 +0300

    Force plugins cache rebuild due to previous commit

commit 97fec5825cf7ad4f541ca0a4dc926739534dd7c3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:16:58 2009 +0300

    Submodules do not inherit shortcuts anymore (fix: #2696)

commit e196e6ec2292c48ee3cce526bc199e090b34b309
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:23:38 2009 +0300

    Dummy: vlc is only a valid shortcut for access/demux

commit 2d973ecfa0fae25f2b25fb824941b5ffba608c21
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 25 22:01:48 2009 +0200

    Add a function to get the Title and fallback to the name if the title is empty.

commit 673f8026e666d5b59ae1016cb29c5e47b11d9e47
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 19:13:38 2009 +0300

    module_GetModulesNamesByCapability: (partially) fix submodules handling

commit e163db1b0daae037c780cdb4d19b6cefe9f3cff7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 18:00:48 2009 +0300

    XCB: handle planar YVU (YV12) properly (untested)

commit dc0001ab8ffbcc26085600d6c8024c72963e56fd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 17:24:15 2009 +0300

    XCB: allocate UV planes, fallback to HW scaling + SW chroma
    
    XVideo is now usable for YUV!

commit 18ed9eea8920f43ba53a0910a57269b0444b1841
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 16:10:19 2009 +0300

    XCB: develop picture core initialization

commit 4fbb72f54325da45564f34b790770381d204cf05
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 17:23:08 2009 +0300

    XCB: also set RGB masks in video_format_t

commit 0c79e770d1a4577d7de5db907a1685d013b338ee
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 16:09:50 2009 +0300

    Simplify context

commit b0271aa7ebeace5b35f680e9aecba73b267c6af3
Author: Konstanty <konstanty@gmail.com>
Date:   Sun Apr 26 16:05:44 2009 +0200

    Adds a few more types of MOD files
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 5091d5e196ec2c49eff32f6ccbea193b9ea9f848
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 15:49:23 2009 +0200

    A really small optim (art fetcher).

commit a1aca436efc0cb60dd5ab4aea77a3c944a6adbea
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 15:31:35 2009 +0200

    Complete input/decoder.c review to use VLC_TS_INVALID.
    
    No functionnal changes.

commit 2ae89ba1c748a12dcdcfef87dbc885d942596ffd
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 15:30:09 2009 +0200

    Fixed opencv video filter wrapper compilation.
    
    Based on an initial patch from Nicolas Chauvet.

commit d244b78453c155e57d6de2f704c987ea0822cb34
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Sun Apr 26 11:54:13 2009 +0200

    invmem: fix a pts issue causing the output to stays black
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit a9e5a068853be523efda8ae2573e3184cf1bd3cc
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Sun Apr 26 11:44:33 2009 +0200

    Invmem: fix a crash when allocating pictures memory, remove duplicate statement and fix leaks.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 2272635229798035ab8e8406c761b545d0c21c2b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 15:05:15 2009 +0200

    Qt4: force destruction of PopupMenu when Vout Changes.
    
    Close #2427.

commit d0f6494e4cae6831b8b87ee1df8cf9a6b4a66434
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 14:03:11 2009 +0200

    Replaced playlist_internal.h by libvlc.h in control/playlist.c
    
    Only libvlc_priv was needed.

commit de79c114348c59eeae93fdeaa9ef5cea841e742f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 26 14:00:04 2009 +0200

    Do not include vout_control.h in mediacontrol_audio_video.c
    
    It is simply unneeded.

commit 69d94d9c53ea04532b63ac427d99de22d5f68c54
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Apr 25 23:14:24 2009 +0200

    Replaced ReduceHeight by GCD (vout).

commit 0da140234d93da6687f79a2a077a4fefeeee9298
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 12:56:42 2009 +0200

    Portaudio: kills warnings.

commit cbe5b58ec76784c05d0a0a2442c3d5629c1d9fd1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 12:44:37 2009 +0200

    BDA: remove unneeded variable.

commit de002637d527d572d25ca270d6dddd3c2b9c94eb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 26 12:39:14 2009 +0200

    Win32: fix compile of BDA.

commit f86915c0336ee80e0f47b0f823b50b052f30a9cc
Author: Tero Pelander <tpeland@tkukoulu.fi>
Date:   Sun Apr 26 11:52:43 2009 +0300

    Finnish translation update
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 6d43981817d0d4173efceafd42eaf40d585fd059
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 11:45:06 2009 +0300

    Yum, abusing private headers

commit 41784a3e9936d23db86f2dd055f29f25da885876
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 26 00:02:29 2009 +0300

    Use libvlccore C flags for libvlccore

commit 8e37bd452a8e9deff5e8ddf74a38c7f50a691e1b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 13:11:22 2009 +0300

    XCB: preliminary XVideo plugin
    
    Allocation of U/V planes and unsupported chroma fallback are critically
    missing. XvPort grabbing is not implemented. Also, full screen, scale,
    zoom, A.R. and crop are missing as with the other XCB plugin.

commit 0da2caa373b4a5ce63d5589487969a6b10e65e8c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 23:39:26 2009 +0300

    Remove no-op combination.

commit e64d892cc789555ee3d3e00e8afe0e9474343835
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 23:39:04 2009 +0300

    Allow buggy glibc if Native Language Support _and_ Mozilla are off.

commit d8ebad9e03841a7b2f3336d8053ed6e88d4f2b1d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Apr 25 22:31:36 2009 +0200

    Complete review of clock.c to use VLC_TS_INVALID.
    
    It has no functionnality changes.

commit 1eee55ff877eef6fb2c910c4001bf1337f768ab3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Apr 25 22:05:15 2009 +0200

    Renamed BLOCK_TS_INVALID to VLC_TS_INVALID and put it in vlc_config.h
    
    Sorry for the previous one.

commit 4e8458875919e1534443eefa49613160018fd66f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 22:01:32 2009 +0300

    XCB: develop resize handling

commit 675c7aea5e512412cde8657e3bfdd77e9f29e93c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 13:01:58 2009 +0300

    XCB: Factor picture allocation

commit bb208df0ee8f5aad14e0304ea978d1118bfe5d63
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 12:20:49 2009 +0300

    XCB: factor some code

commit a72fdbfacb24fc51032b9dc00bf22fa2c11e2073
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 18:18:12 2009 +0300

    RAOP needs gpg-error as it calls gpg_strerror()

commit 0d21a07dd9ee4e77858cfdf315e04245ca4478e6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 18:07:38 2009 +0300

    Separate libvlccore and libvlc flags, fix pthread linking on Debian Sid

commit 832f2aa82f23ab4c481e3457dddd427eb097d66f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 25 20:25:10 2009 +0200

    playlist_sort: sort using the title and fallback to the name when the title is empty.
    (this fix the sort which was buggy).

commit 19efca3320a6b51811b50ee86a2ff88859746296
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 19 19:31:51 2009 +0200

    use var_Get(Bool|Integer|...) when possible.
    (and fix a memleak)

commit f27309066dbf863842fd9846df785a1f44ed659d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 19 19:29:47 2009 +0200

    access: compile warnings.

commit be1646a7acb5199cf84a41f451469880b5ee736a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 19 19:14:26 2009 +0200

    include config.h before any other include.

commit 202a87b60c22375a5fd9c094bd10f2751e506d7c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Apr 25 16:00:27 2009 +0200

    Added BLOCK_TS_INVALID define to check against unset/invalid timestamp.
    
    Its current value is 0 because of historical reasons. Once all the code
    has been reviewed and changed to use BLOCK_TS_INVALID, we can then lower it
    to INT64_MIN for example.

commit d80646034afdc03be4c635dd5ce9c9e3bae81361
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 25 16:59:29 2009 +0300

    Make drawable-xid a config item, so VLC can be embedded from the CLI

commit ed9c773e035cce5bc972bfb02aabf6f09d755ecb
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Fri Apr 24 15:32:17 2009 +0200

    deinterlace: Tag this option as safe
    
    Deinterlace plugin seems safe enough to allow its usage, in web plugin
    in my case.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit af6b0c4a9255c5f39a02a0c8e1b5288bc8600866
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Apr 25 14:02:57 2009 +0200

    Fixed direct3d open error handling.
    
    At least a non allocated lock was released.

commit 10ce85d6373a27883e7674dd7cb5924e08eb2bab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 23:53:08 2009 +0200

    Qt4: fix a rare crash...
    
    To crash it:
    - Uncheck preference all->Video->Embedded video
    - save and exit vlc.
    - open VLC
    - Open a video file with vlc, turn on visualization.
    - ReCheck preferences all->Video->Embedded video and save preferences.
    - Press "N" at the keyboard
    
    Close #2486.

commit 238349f8518dbb447fa03999742ccf1c34b8656e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 21:47:18 2009 +0200

    Auto probe BDA tuner when using dvb://

commit ac5f92c8466911e866b8cd02776c93890a2c7309
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 21:39:22 2009 +0200

    Use the same frequency range for DVB-T/C than our linux dvb module.
    
    It also makes it match the dvb-frequency option documentation.

commit e9172f8bf27dd71dd640d170079701cb9f87ae1a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 21:32:05 2009 +0200

    Force TS demuxer when using BDA access.
    
    It seems that BDA does not filter out corrupted packets so our demuxer
    detection can be fooled by bad reception.

commit ba3c22cf8a7f6acdfed3dba82041c1eaffe956e7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 21:29:05 2009 +0200

    Cleaned up the way BDA store data from the sample grabber.

commit 9861cd7bca3d90d9c8bd566d2a62fffe3f57f321
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 21:01:51 2009 +0200

    Fixed BDA sample grabber connection.
    
    It seems that two subtype are possible, so try both.
    It fixes BDA playback.

commit 25f9e65fd9c325c6c7872fb7e95af0871e7d8921
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 24 20:25:34 2009 +0200

    Fixed segafult when stopping BDA.

commit 63216006d20a335881ee55f8a8fd4cbf9978c745
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 21:31:09 2009 +0200

    Qt: fullscreen controller first position.
    
    Close #2283.

commit bce50f87f34a9009341c5c0186041d9f45bde7dd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 19:48:01 2009 +0200

    Qt: fix some parsing of SOut options.
    
    Close #1853

commit 4386f499832d1cba421bd55ebc393b904b5c6e9c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 18:45:16 2009 +0200

    Qt: fix behaviour in F11 mode.
    
    Close #1717

commit e5aac02e8af3b4930032c07d5b1b0afaad4f3736
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 18:30:06 2009 +0200

    Libass: set more debug messages.

commit 6907b236982ed549573879d2590c5cb7e565ac9a
Merge: fcae9e7 a67c110
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 18:22:14 2009 +0200

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

commit fcae9e71e8c8dd66c5c5497e73f41022114a499c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 24 18:20:58 2009 +0200

    Qt4: make the cdda-track option work from the GUI.
    
    Ref #1800

commit a67c1100d0b6ad093ff386e8cfb7ebbe721abc2a
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Fri Apr 24 14:48:09 2009 +0200

    FFmpeg is now available at *.ffmpeg.org
    
    This does not change many things since svn.mplayerhq.hu refers
    to the same IP as svn.ffmpeg.org currently, but it may change
    in the future.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 487e5becc186ab7a683eda5c74b5bfceb412eadf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 23 13:34:12 2009 +0200

    Contrib: bump schro to 1.0.7, since 1.0.6 had many issues.

commit 661e529f9753b87e540459225d5755f729f1683c
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Wed Apr 22 22:56:42 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 6616fd00d4e2dadf46d59e8e94abf926ec852b0a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 22 20:43:00 2009 +0200

    Used a better audio output frame size in avcodec depending on the codec.

commit f2a77200b7ca20673683fde94876508c23a5a2e2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 21 21:14:32 2009 +0200

    Fixed cmov error handling avoid a later NULL pointer use.

commit 6661270193cc9d9b8da61ce1579b76d0e9af49fd
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Wed Apr 22 17:50:38 2009 +0200

    Avoid MoveEvent action in Drag&Drop
    
    Close #2672
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 866b8474263eaaf18e4a5c5115045aa02546a1d9
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Tue Apr 21 19:34:44 2009 +0200

    Qt4: Middle mouse click on the InputSlider cause a wrong behaviour
    
    A mouse event was not correctly propagated.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1bf7f3bd8438e5163035d6401f7ef41f17e5e4be
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 21 21:24:41 2009 +0300

    OpenBSD needs sys/types.h for net/if.h

commit 25253739d5dfb7d494054b8fadec5b8666ab5a9f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 21 18:47:24 2009 +0300

    Use POSIX TPS option only if present

commit 4c17a524e05fdc124ad14cd9ea3e2a2938a0e1ba
Author: Joris van Rooij <jorrizza@jrrzz.net>
Date:   Tue Apr 21 16:37:14 2009 +0200

    VCD OpenBSD build fix
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 062cc17aa5af0f515692f61b6377a62e5bc106e1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 21 12:05:48 2009 +0300

    vlc_pgettext is a gettext keyword

commit 7d5bf1ea1baaaad1dbd494312b725e18b00c1de9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 21 11:58:21 2009 +0300

    (p?)gettext -> vlc_\1gettext

commit 5268eccacc55def9b09d5330cc2e651960076e2d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 21 00:57:19 2009 +0200

    Contribs: live update merged the patch.

commit 1921905891a8c06de5435ed151db14df458489da
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 21 00:52:26 2009 +0200

    Qt4: main_interface, cleaning

commit 723f9f0cbf28c8af3ea8d488dba951285358da26
Author: Myckel Habets <myckel@sdf.lonestar.org>
Date:   Mon Apr 20 23:49:38 2009 +0100

    l10n: Dutch update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 105e7dd7c108cb0a0d7ad600cbfd39039af45ea0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Apr 20 23:45:57 2009 +0100

    Imgresample has been removed

commit 41971be0fc42c3dfbe2c4939d37c26c263ec83f5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 20 22:10:18 2009 +0200

    Fixed object type parsing in mpeg4 audio.

commit 7d784bfab724acc615a3c7b490bdccc23fad4692
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 20 22:06:57 2009 +0200

    Workaround another swscale bug.
    
     Some RGB conversion are broken if SWS_ACCURATE_RND is not set.
    This commit should be reverted when swscale is fixed (or at least a
    check on the version is needed).

commit f9f2d307e707a510cb93d2ac20f0a87ba5895ace
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 20 21:25:27 2009 +0200

    Qt: fix a crash ( #342332 on ubuntu)

commit 76f11cb98457494021ac5e1177d561562eb73029
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 17 21:23:25 2009 +0200

    Enabled again timeout for win32 in live555.

commit 20309727721b8fe63e0c1006a9fb253a0d5c4b9d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 17 21:19:35 2009 +0200

    Added a live555 patch to try to fix the win32 port.

commit 890c7e5ee56103416e7c511d7a5f89d9811d66ea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 20 17:36:00 2009 +0200

    NSV: use VP30 instead of VP31.
    
    This will not change anything, since this is the same codec in FFmpeg, but seeing that VP30 is way more used than VP31, the codec display will be more oftenly accurate.

commit f33993d7518469e3d2f2ecbba39679d6d140d354
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 20 17:35:20 2009 +0200

    Qt: cosmetics.

commit 897af3cc6440eec5d238ddf6799086681c6e8ed5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 20 17:17:12 2009 +0200

    Support for VP50 and Speex in NSV.

commit 29a015e035291735f08de8d6393f27bdca422aff
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 20 15:44:18 2009 +0200

    Qt: no need to restart VLC to get the new toolbars.

commit 11871cfeef80f769d4ce13f58d7af66e5a397fd2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 12:23:16 2009 +0300

    MKV wants to include libintl.h

commit ee538255de348db7e6e3781081b368c35e029234
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 19 18:06:05 2009 +0200

    Qt: make the customize dialog a true Dialog.

commit 20b1d363ce6fef6483d546c95f686650d092493c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 19 17:53:44 2009 +0200

    Qt: apply big and flat attributes to all QToolButton, even if they are sub-children of a QFrame.
    
    This apply to teletext and DVD menus buttons.
    Close #2516.

commit f9f176478194a7eea57a69a02f7bd5ef1cbbf1e1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 10:30:23 2009 +0300

    XCB: small simplification

commit 2e87a9ae93e5c97925dd09a73e92f77465701036
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 10:17:41 2009 +0300

    XCB: memory leak with --no-x11-shm

commit 10865b25e025324b96b4e12d0e376d47b0843a5a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 09:27:47 2009 +0300

    Fix precompilation

commit 9643263b9728f1b912bb3e409e1857a164f4947e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 20 00:14:11 2009 +0200

    Clean up (with a little help from clang)

commit bb4b491012d3415029101ed41fbc1e0a4f772640
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 19 23:36:28 2009 +0200

    clang compilation fix

commit d3fa9af96d13d11e66cd105100b0baf69a747a73
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 20 00:30:28 2009 +0300

    Use ANSI/POSIX float notation uniformly for the command line
    
    This is consistent with the vlcrc syntax. Shell scripts et al. are
    unlikely to be aware of the locale decimal separator anyway.

commit 9a0c0a5427a88c8e4675beaa6cad4d9bfd197989
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 21:14:21 2009 +0300

    XCB: do not set the background to black
    
    This avoids the ugly blinking while resizing.
    The embedding window should set the proper background in any case.

commit 5045d3df4dd5c3a8f9046858333dc317f0053336
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 19 18:30:48 2009 +0200

    xosd: requiere a not so old version.

commit 2bf4c6916ab2a4e26b5db8b2ffdb5652db65c1dc
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 19 14:20:04 2009 +0200

    Allocated up to VOUT_MAX_PICTURES when direct mode can be available (xv).
    
    It will avoid some useless copy in video_output.

commit c825fbc4992aaecc1c96b165594ac07d12cbca9a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 19 14:07:53 2009 +0200

    Always link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
    
    It seems that the field AVFrame::reference may change between the 2 calls.

commit 67471ab7c6a3ac1006ff0812a619e163c03ebe2d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 13:23:24 2009 +0300

    Wrap

commit adff8a91a0de7a2fd7053260e0187476546cffd8
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 13:21:27 2009 +0300

    AC_MSG_ERROR for configure errors
    
    AC_MSG_FAILURE is solely meant for configure check unexpected failure,
    not for "normal" errors whereby a check detects a missing dependency.

commit bbd293fffc4f36078f6b3746859b8fb81d5e1883
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 19 13:20:52 2009 +0300

    Remove imgresample

commit aed9c92ab277254a0d869aef55e7d0148f5be495
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Apr 19 12:19:21 2009 +0200

    xosd: some cleaning and fix compilation for version(libxosd) < 2

commit a5cf57fc0edc53eed44930578c8255baa3b6e925
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 23:23:03 2009 +0300

    Translate meta data category properly

commit 4a693e5781d6264f244cd2524e44523a7d781218
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 23:22:44 2009 +0300

    Don't call gettext for stuff that's not translated

commit 97cf7d54cab376c4594706eed2c382bf52c02fab
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 23:21:38 2009 +0300

    Use gettext() as per gettext standard for non-constant parameters

commit ce1718c4e7a2f1e960770f01cf0a529312c357dc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 23:10:12 2009 +0300

    XCB: get rid of -lxcb_image
    
    It made things more complicated for MIT-SHM.

commit c8b8cca4d49448b08f8ac941bade30911b00f917
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 22:03:30 2009 +0300

    XCB: move xcb_flush to more appropriate place

commit ea873ddee5388bd58c03f4e3df722202550ee4d1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 21:41:40 2009 +0300

    Typo

commit 949df9e57c06281ff9d8a340d69185a77218f257
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 20:11:27 2009 +0300

    XCB: keep the same window through resizing

commit 48404a89415d4ea3afc94d997a29c2c5a08e5afc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 19:29:18 2009 +0300

    XCB: output does not need -lxcb_aux anymore

commit 34c4dbbdc86929a5e1772f4c97d674caeff318c9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 19:27:47 2009 +0300

    XCB: select the screen from parent window rather than from DISPLAY

commit 4257d965c9d0b60661e52d1ee58a2ffd6ff1c719
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Apr 18 16:35:41 2009 +0200

    macosx: fixed a few bugs found by clang's code analysis

commit 459e2252c1519334a4e3f0ec1d9f23600b77fa61
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 16:43:42 2009 +0300

    Typo

commit a7454a52b35016baa7ba76a9d17d26321cafdcd9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 12:07:15 2009 +0300

    XCB: subscribe to parent window resize event only once

commit f9012c473f2dd471e3cced8be8b127579626c8db
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 11:36:15 2009 +0300

    XCB: translate

commit 51d954278940b1033b59812d8e08433eceea29de
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 11:32:11 2009 +0300

    Removed file from libmpeg2
    
    (Those should not have been in POTFILES in the first place)

commit f5cbe602f46b9fda941cbb8a8faf8ad0d5f11fce
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 18 10:40:24 2009 +0300

    x264: handle obsolete parameters (fix #2667)

commit d83ebc7ea5f66f0af8d77100ec0985308eedb28f
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Sat Apr 18 01:35:25 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 4c6841f779f1c07b1db0b62ba8ebda8fa98019c4
Author: Marián Hikaník <podnety@mojepreklady.net>
Date:   Sat Apr 18 01:34:28 2009 +0100

    l10n: Slovak update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 54b5bd637f5ab35d42b20cfb233a4fcd892672e2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Apr 18 01:32:46 2009 +0100

    Add the comment on why and how we translate "C" in vlc.pot

commit 94b40f7c9133c4b93ee3debc3ae762b562f468b2
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Apr 18 01:30:57 2009 +0100

    Allow to pass comments to translators
    
    Comment blocks starting by 'xgettext:' will find there way to vlc.pot and
    the .po. You can use it to pass instructions or context to the translators

commit 36a478c6a1bc4d78cd565c38321d28b62e5f09d1
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Apr 18 00:01:46 2009 +0100

    Provide at least a short text and don't translate ""
    
    It's a special case and print the metadata of the l10n

commit 9be75cd6c685381e98a948ca1a53b4b04b9cf38f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Apr 18 00:30:25 2009 +0200

    macosx: add respective popup menu item to save HTML playlists

commit 8b7e822510d6c714330aa2ec2be3955f803747e2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 17 23:16:23 2009 +0200

    macosx: add the possibility to export the playlist as HTML (already possible using qt interface).

commit 39f4fd84445803abd4cf1e858a35e0c2c4b04868
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 23:39:30 2009 +0300

    Implement VOUT_SET_STAY_ON_TOP

commit 6e31246bd3ea76be79e08643a76203efdb265e4e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 23:05:16 2009 +0300

    Memory leak

commit a90da50b2061b2534b308b5eec497d02f4a48beb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 22:22:18 2009 +0300

    XCB: do not render, we always use the native server format

commit 45a40753d4082ea534e2a85c1bf5de132f1d1611
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 22:21:23 2009 +0300

    XCB: declare the same byte sex as the server wants

commit 185c88143f69d3f50ef5c181f61deeb8c7b5ca41
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 20:44:35 2009 +0300

    XCB: no need to create a color map for default visual

commit b07a9bd2f12a213558a1369dbfc74432f10c3660
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 20:19:12 2009 +0300

    XCB: select X11 visual from pixmap, not from root depth

commit 96bc1b6fb61566e4c8efb8f2e66a6fc2d9c2a260
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 20:21:41 2009 +0300

    XCB: reject pixmap formats with unknown bit depth

commit 07d5700da42dddc90ff2a455c1f505b9f6113564
Author: Cyril Mathé <cmathe@actech-innovation.com>
Date:   Tue Apr 14 14:45:01 2009 +0200

    Change strtof to us_strtof to avoid some problem
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 7158759483ba92bf8d226981c1d39aaab54b71ff
Author: Cyril Mathé <cmathe@actech-innovation.com>
Date:   Tue Apr 14 11:48:33 2009 +0200

    Add a us_strtof function to prevent some problem
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit d385b8dc4b24c5b87ef1724d9de93c1730dffe24
Author: basos G <noxelia 4t gmail , com>
Date:   Fri Apr 17 17:37:03 2009 +0300

    FIX mingw runtime 3.15 is the minimun
    
    An issue regrading %zu vasprintf NOT being recognized
    by mingw runtime's 3.14 is fixed with an upgrade to 3.15
    So make this the least required standart.
    Note that this issue lead to a vlc early crash on windows
    and is generally toxic on cases where %s is following a
    misinterpreted %zu
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit bc756e069205fc2f8d5065031b14840a6e75cf13
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 15:24:51 2009 +0300

    Fail if XvMC is requested but absent. Fix link-time dependencies.

commit 41bcd8c6aed82a0a71cf5118d310225a57a7b4cd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 17 14:58:59 2009 +0300

    Remove libmpeg2 copy for XvMC

commit a2180073c4020c8be6005fb90401c351088c8696
Author: Nicolas Chauvet (kwizart) <kwizart@gmail.com>
Date:   Fri Apr 10 14:50:30 2009 +0200

    Update mpeg2_internal.h to the last version.
    
    This file is probably aimed to be removed at a later time.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 6b8eb793a178a8608c76fd3e5d784ed24be81d6c
Author: Nicolas Chauvet (kwizart) <kwizart@gmail.com>
Date:   Fri Apr 10 14:50:29 2009 +0200

    Remove internal libmpeg2 from xvmc codec/vout
    
    This removes deprecated argument from libmpeg2 functions.
    Only mpeg2_internal.h remains used and needs to be updated,
    but it can also be installed as a system header.
    
    This also fixes warnings in xcommon.c.
    
    Previously, this vout didn't work for me. (nVidia)
    It is aimed to be tested on Intel/Via XvMC capable hardware.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 7334fc542c745a7f8f0ace5d4b737875cdccefac
Author: Austin English <austinenglish@gmail.com>
Date:   Fri Apr 17 14:40:10 2009 +0300

    Some better warnings for missing libraries
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 7fb7f638de5f8f57e19b3e9c56904e775f93ef05
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 17 11:04:57 2009 +0200

    1.0.0-pre2: RC1 shouldn't be far away, is it?

commit 3cf6113e0e74eb1ea67aeb4eca14571d0d83fce1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 17 11:25:34 2009 +0200

    Add a52.h to Modules.am after 933abd7b060e8622294283930269d404062c1588 to fix distcheck.

commit 6cbcfee8f26994c0a5250aa004b3583c8489ed7a
Author: Ivo Ivanov <bestran@mail.bg>
Date:   Thu Apr 16 20:20:17 2009 +0100

    l10n: Bulgarian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit eb84c19606a4e00d345bd62fd2bf4b58755fbe15
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Apr 16 23:26:00 2009 +0200

    showintf: fix a variable type (bool instead of int) and do some cleanup.

commit a155e540a334137473431f62606fbdfa37f54d01
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Apr 16 00:08:20 2009 +0200

    sort: we have a macro so use it and remove unused variable.

commit 58578d2aa09d8d4c5482a8d9a6986662e1f781ee
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 23:44:13 2009 +0300

    Heisenbug fix

commit 313546a891b8602106438c18cd733be274a4273e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 23:43:09 2009 +0300

    Better file name

commit 00155d409b3b839f85f7201face93b06a64b56d6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 22:26:48 2009 +0200

    Fixed xcb resize support.
    
    Yep, there is some black magic here ;)

commit ad9613a745cf1838d1d7273452b37d88a5f4b5c1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 23:21:39 2009 +0300

    XCB: check/select pixmap format

commit 8e9bd644895b781b14946674b9f64c3fed46cb16
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 21:24:29 2009 +0200

    XDS does not mean CC channel 3.

commit b426aaa95313933712cf386e15a09b7512060d6f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 21:23:16 2009 +0200

    Checked CC parity.
    
    Based on an initial patch of Pdraig Brady.

commit bcd84fbb537ba538033f7104917cb6cfa12e9ac4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 19:37:28 2009 +0200

    Added support for explicit HeV2 LOAS/LATM stream in packetizer.
    
    They are not decodable by ffmpeg or faad but at least the packetizer now
    works.

commit a972dd782395dda74b445c610636dce3c9931192
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 19:35:37 2009 +0200

    Be more explicit on faad error.

commit b88b137f2a409a6c5b1ae808b39eb352a01a1124
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 16 19:22:40 2009 +0200

    Used mpg extension for PS in record.

commit 38c3b44d255c1e1fd974e290fdad36f711dc0087
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 21:00:22 2009 +0300

    Mimic X11 plugin picture allocation
    
    (It still crashes on resize nevertheless)

commit b87b85154479ddc7fe05f93cc5c9e642a8d772ec
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 20:59:46 2009 +0300

    Factor SHM and non SHM pictures a little

commit 01ff226b3b72f1ca05b153c774dc65f5c544aad6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 18:36:42 2009 +0300

    Privatize a variable

commit 03d82d1d7e534494dd79373ce0616ccdb009e02a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 18:33:39 2009 +0300

    Small race condition

commit a2b79dee1effba0b341af25ad40f242e2db9c6cc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 16 17:14:27 2009 +0200

    Debug the timeshift granularity in MB, not Bytes...

commit 4b26e4b50e940af583ccfa2844b79a477fb97206
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 17:45:17 2009 +0300

    Revert "Do not crash if sout access is not specified - fixes #2665"
    
    This reverts commit dbdbe005f7569a0986f9416ae924e35b045ad9a1.

commit 35d69f689351709222a019b0b0cf59eba87d26a8
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 17:44:53 2009 +0300

    Allow empty module name in chain

commit bc685cdcab34ee36f6c69fa64aede4bfa5b5855c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 16:47:10 2009 +0300

    Auto-probe does not make much sense for network access outputs

commit 1fcd8954bc872b9d6b338b3d4aa4e0281bf7b94d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 15:59:11 2009 +0300

    Fix memleaks on error path, fix sign warnings, cleanup

commit 5da4387487027c2cc9edcfdd72fc612c040445af
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 15:40:50 2009 +0300

    Fix use after free

commit dbdbe005f7569a0986f9416ae924e35b045ad9a1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 15:24:33 2009 +0300

    Do not crash if sout access is not specified - fixes #2665
    
    Should we print an error and fail?

commit 0ef628101516846b236b49e5d9aeb61a28a9bc1d
Author: sebastien <sebastien@sebastien-desktop.(none)>
Date:   Thu Apr 16 09:17:36 2009 +0200

    Configure : update mingw-runtime error message
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 1e9c9c83889e2b93dde605432fd67a04fdbfd7d5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 16 11:23:46 2009 +0300

    Include <libintl.h> only when really needed
    
    Especially, plugins are not supposed to link with -lintl directly.

commit 6c416be1ae5131a55f0c97e0f325cfa517c3aa3f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Apr 16 01:00:31 2009 +0100

    l10n: Synchronise po files

commit df9e140c137e04e7abfd6ed5aeb038ad5f6c6762
Author: Cristian Secară <cristi.secarica.ro>
Date:   Thu Apr 16 00:59:34 2009 +0100

    l10n: Romanian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 289a49fa5d33603048485d3282e667e629294600
Author: Matej Urban <matej.urban@gmail.com>
Date:   Thu Apr 16 00:52:43 2009 +0100

    l10n: Slovenian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit f29af4f00a349a920d1f31a2c43c2fe19d459558
Author: Marián Hikaník <podnety@mojepreklady.net>
Date:   Thu Apr 16 00:51:39 2009 +0100

    l10n: Slovak update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ba71ca877ebd532059c1d553c8e5ebf9094ecf90
Author: Ara Qadir <arastein@gmail.com>
Date:   Thu Apr 16 00:45:53 2009 +0100

    l10n: Kurdish (Sorani) update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit db1ccb5d694568b489ad412d0b7f773628893902
Author: Zabeeh Khan <zabeehkhan@gmail.com>
Date:   Thu Apr 16 00:44:25 2009 +0100

    l10n: Pashto update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit d82130701d9111e26f87382635519f75329cce17
Author: Éric Lassauge <lassauge@users.sourceforge.net>
Date:   Thu Apr 16 00:39:55 2009 +0100

    l10n: French update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 190435a9bc34760c4d7ee5ed76010d7176d35456
Author: GAILLARD Tony <Tony.GAILLARD@supinfo.com>
Date:   Thu Apr 16 00:31:14 2009 +0100

    l10n: Occitan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 068271bcddc4c453f117b45d62be54ba9ee39850
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Thu Apr 16 00:29:31 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit c85a0798e3f770c98a6e15ea26bbff7ddb19dd5c
Author: Myckel Habets <myckel@sdf.lonestar.org>
Date:   Thu Apr 16 00:28:03 2009 +0100

    l10n: Dutch update
    
    With many improvements and spelling fixes by Alexander Henket
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit b778eeda71c74d429f6661923ca7470e8c2ded03
Author: Eero <eerove@gmail.com>
Date:   Thu Apr 16 00:27:02 2009 +0100

    l10n: Initial Estonian translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 595b380fd7d819ccfbe3f81daa7a533226190322
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Thu Apr 16 00:14:24 2009 +0100

    l10n: Brazilian Portuguese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit d61677e7d8a0c19aac764ddf288c51caf9d3b0f3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Apr 16 00:12:20 2009 +0100

    Update POT file

commit 48baf9ce98a379a001bd2fec3aea67171b655c75
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Apr 15 15:55:38 2009 +0200

    Contribs: minors updates of gcrypt and fribidi.

commit 2ff5b4cba8066ea8138b603c90badd9ccf67becc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 23:43:18 2009 +0300

    Compile fix

commit 6511df53b2ea6320b5cf36a539ea6cffa99dffb9
Merge: 665ba71 e503012
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 23:27:33 2009 +0300

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

commit 665ba714270b60aef0af2029d2eae6acb86ef7ff
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 23:27:02 2009 +0300

    Qt4: hopefully fix the last open file path

commit e5030121893c5a7db7e910c4da09d9f3c8171947
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 15 22:19:53 2009 +0200

    Disable timeout usage under WIN32 with live555.
    
    It seems to correctly workaround a bug in live555 code.

commit e35054d096bed41f1480f9354aeb08122cd9e1c4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 15 22:19:13 2009 +0200

    Fixed win32 compilation.

commit 0f3ae54f9aecf98b2ecf5943a2b2201836092520
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 15 22:09:27 2009 +0200

    Fixed TCP rollover.
    
    The timeout parameters were not reinitialized.

commit 4a45faa9452f44d95f99b34f7d50ac2fd4b12dae
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:57:33 2009 +0300

    Remove useless display pointer

commit 39fb462aa7c096d5cbf722fe9cfb1335fce6bb4b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:55:52 2009 +0300

    Force same WM_CLASS as the Qt4 UI

commit f222f159c3fb5f256fb878aa900236945c41391c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:55:08 2009 +0300

    Do not pass custom Xlib display to Qt4 - fixes #2322

commit 61c280c5b97fd51e86925ba64b9925a2d501ebf6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:43:02 2009 +0300

    Qt4: set proper window class (refs #2322)

commit 607f8a8a453fefbe51f1a19849c107f1eb823ba6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:35:51 2009 +0300

    XCB: set WM_CLIENT_MACHINE properly

commit 57ecf19abbbe778358a2c6f1f385bcb2394c0124
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:24:29 2009 +0300

    Add class for ICCCM Window Management.
    
    This does _not_ fix #2322 (Qt4).

commit 5948f590e8482c4b6c9344ee3c05b25aa0ee74a4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:06:01 2009 +0300

    Set a name for the video window

commit df3c9a76457b6ad680a08c7ffdbae017d1e37145
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 22:05:34 2009 +0300

    Support for pgettext

commit 9a8505c36fb63b1eeffa45df91cb401b447b348c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 16:03:28 2009 +0300

    Hotkeys: cleanup variable use

commit e1e7a51039684334cde1bda68315fc21dabee705
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 15:37:20 2009 +0300

    Thread-safe and more compact hotkeys initialization

commit c5b090800234aa793b51d092300f597b289c9c4b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Apr 15 14:40:48 2009 +0300

    Revert "Win32: use the destructor function for TLS (fixes #2398)"
    
    This reverts commit 3cda36f43fab280a7ef51f526f52897af1d40858.

commit 7156d7e32ab51a1d9296db2161bff0d0824de93c
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Apr 14 23:39:34 2009 +0200

    fortunes.txt: Amy Wineglass slapping

commit 4f0649353a25f3f2ccf50aedfc691341866f5e6c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Apr 14 21:17:09 2009 +0200

    Fixing the mosaic memleak is worth mentioning.

commit 6cab63a2e5e4a53e135ee455244b89b1601f4e2a
Author: Phil Roffe and David Grellscheid <philip.roffe@durham.ac.uk>
Date:   Tue Apr 14 20:43:12 2009 +0200

    Fixed by decrementing the i_refcount variable in the correct manner -
    and therefore freeing the memory only when the i_refcount successfully
    went to 0.
    
    The problem was that i_refcount is an unsigned variable, and was being
    decremented twice, once erroneously by mosaic_bridge, and then again in
    the picture's original pf_release function. If i_refcount started at 1,
    it wrapped to the maximum unsigned value rather than -1, failing the
    refcount tests in the pf_release function.
    
    Patch Authors: Phil Roffe and David Grellscheid
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit f7a5c96acdcb1b6adb1126f7533b480ca4265540
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 14 19:31:17 2009 +0200

    MKV: fix support of MLP tracks in MKV.
    
    Sample can be found at ftp://streams.videolan.org/streams-videolan/matroska/MLP_5.1.mka
    It seems to work, but I have difficulties to find a reference output.
    Support for TrueHD is not yet tested because of lack of correct sample.

commit 9e24ccb7b0cf6d460696ca7964af48043ea80887
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Apr 14 18:21:41 2009 +0200

    avcodec: correct fourcc for XSUB

commit d26e487068332936ddf24238d0f72a1e0912082b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Apr 14 18:20:18 2009 +0200

    avi: detect DivX XSUB subtitles.

commit df28a9cdee053a23d6b1668103d5d6d56daa88b3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 14 19:12:41 2009 +0300

    Fix --vout-event value descriptions

commit 9ce3dae036b8c9a65b9913fbc0ee937e0db08f34
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 14 19:10:31 2009 +0300

    vout-event used to be called x11-event

commit 1fe4b1c31622bc113fa3a3cfaa6ceef2f555457c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 14 18:39:52 2009 +0300

    Avoid POSIX-deprecated asctime_r()

commit c8b5e32b7cab70921fca129c3b9d46fcd5acdf2b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 14 14:27:02 2009 +0300

    No need to check for strtof() here

commit 23c561ac3b9449f04574e1d149ef08f2c8dce24e
Author: Derk-Jan Hartman <hartman@veda.student.utwente.nl>
Date:   Tue Apr 14 00:35:05 2009 +0200

    contrib: Makefile uses tab not spaces

commit dd0ec72df062c5966c8768a24c172381c733d167
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Apr 14 11:24:35 2009 +0300

    Cannot read from probe, not from peek

commit db47358fdcc6c566e5375b813c48f0ae2d1b3391
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Tue Apr 14 09:59:48 2009 +0200

    Add Koreus Lua playlist file

commit cef26c7b9a03ea1430de8fe4c45ef72f9125c501
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 14 00:21:05 2009 +0200

    macosx: compile code explictly for the required architecture.
    
    First step of fixing linking errors against libx264

commit 766e15644a970d699530e68399edd5912e7faea5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 23:10:31 2009 +0200

    contribs: don't compile ffmpeg with mdynamic-no-pic on PPC-Macs, as this is a really bad idea. You need PIC in shared libs on this platform.
    
    This slows down the compilation speed by 5%, but that should be fine. Pointed by nobody.loopback on the forum.

commit f509c1c4a3b6c308804579000e438229a28b1a3d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 13 22:37:56 2009 +0200

    Improved a52 in wav detection robustness.
    
    It fixes #2648.

commit 933abd7b060e8622294283930269d404062c1588
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 13 21:46:52 2009 +0200

    Split out a52 parsing functions into a52.h

commit 2479ed41be5ed11c56ec64df14ec389e23a29e87
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 13 23:40:22 2009 +0300

    Don't try to lock locked mutexes under valgrind
    
    This removes a lot of false true positives.

commit 5483afb58383568246480c6b0df4a676837c4427
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 13 23:27:53 2009 +0300

    De-inline vlc_assert_locked()

commit fb79b01e7bcea0876b2e62da67e9ca12b5458349
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 13 21:24:05 2009 +0200

    Fixed an incorrect read() error handling (http access).
    
    It was based on xxcv investigation and preliminary patch.
    It should fix #2644.

commit 29aba43114b3a8241f8a40d2a9b93bf26b1f6377
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 20:35:46 2009 +0200

    contribs: binary package 6 is up for ppc

commit 995e3479a6751165b90f52f4d9f59ee40269df00
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 13 18:33:08 2009 +0200

    Fixed some AC3 file playback with a52 audio filter.
    
    Always increase i_bytes_per_frame to avoid cycling between 2 values with
    some files.

commit 0cae7b1727bdde5c7ab37594dc6e094fbc4036ed
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 19:36:43 2009 +0200

    contribs: fix libcaca compilation on OSX/PPC

commit b181de412b91984d7013903fc1eb1084be489ad7
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 18:53:20 2009 +0200

    contribs: remove no longer needed swscale patch

commit bd0ccf4cada8c67ea485a10e887179521b10c15d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 18:03:25 2009 +0200

    Revert [832ce82dac31f15dca7b734c7df7c943ea652bd6] as yasm is x86(_64) only

commit 5cce27fe6b0a01a972aec5a7208731af556c3b3b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 17:32:59 2009 +0200

    contribs: fixed liboil compilation on PPC machines
    
    YES, imagine, including stdint.h is apparently a good idea from time to time!

commit 0ea77dfd682d73ec7e1b0c089dc52d1de8e9e690
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Apr 13 16:16:34 2009 +0200

    Added support for buggy SubRip files that use dot instead of comma.

commit 832ce82dac31f15dca7b734c7df7c943ea652bd6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 15:48:52 2009 +0200

    contribs: use yasm on PPC-Darwin, too

commit 4bbadba36d571e1d17b964c473a4be6890b2b2e1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 15:45:33 2009 +0200

    contribs: use gnu main server instead of esat, as it is much more reliable, obviously...

commit eba7ee48850f637bd2dc439ab6af3ea63c64513d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 13 13:04:27 2009 +0200

    macosx: work-around a deprecated method and ask the playlist properly for its size

commit afead23d452824a1e5ae0f61716c6a6ed22ebc8e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 23:42:54 2009 +0200

    macosx: fix copy/paste error

commit 46c93c9cc984b99142b6e7321c8f5c4c8c4e65bb
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sun Apr 12 14:31:50 2009 -0700

    gui/*macosx: Don't rely on carbon or on old non 64 bits API when possible.

commit c3a1a712783d3818557ac17de685fa7a0300a0dc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 21:27:32 2009 +0200

    macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa's naming scheme here

commit ef93d6eb1043e6d374e6c9cfdcf476645f0896d5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 17:32:00 2009 +0200

    macosx: experimental 64bit support
    
    quartztext, controlling playback with the Apple Remote and embedded AGL vouts (aka safari/mozilla plugin vouts) are not supported by now. Quartztext and AGL vout will need a complete rewrite.
    
    The OS X interface no longer depends on the QuickTime framework.

commit c6b0b78df4f6f508afc044b13cdaa871d63e2222
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 17:25:48 2009 +0200

    configure: default disable the deprecated quicktime decoder plugin
    
    Check for broken ld on Darwin 9 only

commit 3d9eb4d80736a1bdb3bcb0c382bd14e55199aa63
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 12 16:38:34 2009 +0200

    Fixed segfault with some dvd subttile streams.
    
     It happens when RLE offsets overlap (en general, because both fields
    share the same data).
     Its is probably present in 0.9.

commit c5b59dc44c20173f7c0dc26e24c220f5cedcc011
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 12 15:25:09 2009 +0200

    Always use swab.

commit e8689aeac08c65fd665c651f03f024e35249ec4b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Apr 12 15:24:23 2009 +0200

    Implemented replacement for swab.

commit 2e45691fe74c8c79dcc7338b826a09bfa5143b39
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 15:08:11 2009 +0200

    contribs: updated binary package for Mac OS X (i686 and x86_64 only for now)
    
    Note that the x86_64 package doesn't include libsdl, libsdl_image and goom2k4, as these aren't 64bit compatible.

commit 306aa7be1ecf6a6aa922771881e85d796d54f723
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 14:19:19 2009 +0200

    contribs/ffmpeg: apply ppc-only patches on ppc only...

commit 4a0cb62f7ab3240490733d7e4e440fd0a0af14a2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 14:08:48 2009 +0200

    contribs: compile ffmpeg for Intel core2 on Darawin 10

commit e56d11f0586ce8970a684c55d685cc122b82bd4a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Apr 12 14:02:40 2009 +0200

    macosx: let the about window show whether VLC runs in 32 or 64 bit mode

commit 15c3e9e9e742ad592d219c820d9dc31b973b02cf
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 12 12:51:21 2009 +0300

    Remove unused vlc_(send|recv)msg

commit 74eba5d80c924fac4802b0d53d75616ac57a4afa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 12 10:23:20 2009 +0300

    Fix C++ linking

commit 6b67d828e28c71cccf32ec2ddc39c92a15f4d52d
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Apr 11 10:33:06 2009 -0700

    macosx/framework: Back in business.

commit 21ad64a878f6608bbe58870c9eacdf2a9b0c428e
Author: Pierre d'Herbemont <pdherbemont@free.fr>
Date:   Sat Apr 11 10:32:06 2009 -0700

    Use the nsobject for minimal_macosx.

commit 474d2d36e23a761c1044a2328cf41b6bdcee381b
Author: Pierre d'Herbemont <steg@nibudy.local>
Date:   Sat Apr 11 10:29:35 2009 -0700

    libvlc: Export _get/set_nsobject.

commit cc6d6cb6a9794f47092c50721f643c747d7e3867
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 21:36:38 2009 +0300

    Typo

commit 3cda36f43fab280a7ef51f526f52897af1d40858
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 21:01:48 2009 +0300

    Win32: use the destructor function for TLS (fixes #2398)
    
    This fixes a long-standing leak. But this fix is untested and might
    cause disastrous crashes. By the way, I think we should split Win32
    and pthread stuff apart from threads.c

commit 4062a4ae661272815f6083d62fd2c57122cccdb4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 21:00:38 2009 +0300

    vlc_thread_fatal is not needed on production builds

commit 5196c5c5d812f2b38f1377589201a57fbc18b9fc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 21:00:08 2009 +0300

    libvlc.dll needs libcompat.la

commit a651a1bd89cd97a125f09cfa2560fa972789649d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 20:59:44 2009 +0300

    Preprocessor is sufficient for mingw-runtime check

commit 4385b3b0409a60fb327205217c7d211e40f351f7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 20:59:13 2009 +0300

    Fix strcasestr replacement

commit 31196681e079413f491febb8eabf996f4e2b445a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 20:10:14 2009 +0300

    Deinline vlc_threadvar_(|s)get and kill useless indirection
    
    I wonder if we should unexport threadvar functions? In any case, they
    are not used from outside libvlccore at the moment.

commit a0967d76bff8166c070cbad3547b98086778d15a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 18:14:23 2009 +0300

    typo

commit 31921d280c74b8355d39780bb4a8cadeef00c01e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 11 15:20:31 2009 +0300

    Rationalize string

commit 8420dc4ee465a60870a5f552ae27ae7fc2983916
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Apr 11 13:43:38 2009 +0800

    Fix object leak (1 from my previous commit + 2 others)

commit c7b874c515c653161b5019a7245e3fd314230ae0
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Apr 11 13:16:25 2009 +0800

    Fix segfault: press Shift+A without an opened AOUT would crash.

commit d4799c27229f81c93aa0758a84466fb7d7d54db9
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Apr 11 12:41:01 2009 +0800

    Qt: toggle minimal view should not change the interface size

commit ee95f804cd45fc13ff3da0b754cd1b546b50e9ca
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Apr 11 11:51:46 2009 +0800

    Qt: no popup menu over the status bar and menu bar

commit 0f749c6376fbe31bced81360d6dc1c38891b3332
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 22:49:43 2009 +0300

    Remove buggy and unused vlc_wraptext()
    
    It did not count non-ASCII characters at all (wrapping asian text must
    have been fun...). Then again, to wrap even fixed-width font text, you
    need to use wcwidth()/wcswidth().

commit 32dccae02f6e335a72f8d13dc426fed76f64a743
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 10 21:33:15 2009 +0200

    macosx: fix compilation error introduced in [5c30d75fcc257c8479e2d03f12b634b7fb87c3d5]

commit 30f35beeb1f3ad9e26f986835f88a07e4a609b8f
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 10 21:05:58 2009 +0200

    mkv: remove unmatche #endif introduced [b870bc9ddf45f01d24adb398b5f442ddc87a00ae]

commit d3c449f26a72761b20dc8cb8334fdd5622acd1f2
Merge: 8186391 5c30d75
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 22:19:20 2009 +0300

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

commit 818639153101c70514bc001d465485d23899a320
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 22:17:13 2009 +0300

    Move remaining replacement to static import library

commit 003bdf4a18bdecead548e100d3d24dd6d3eed723
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 22:12:30 2009 +0300

    Mention which standard replacements follow

commit 5c30d75fcc257c8479e2d03f12b634b7fb87c3d5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 10 20:56:18 2009 +0200

    macosx: NSApplication was subclassed in [408f769e5768bf1c8dbc840bef1c560a91de6d5f], so let's set the file's owner to use the correct class
    
    This also fixes some minor type errors in the main nib

commit 4496957d9f48e1fb618e01112fee08e7a95739f9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 21:15:18 2009 +0300

    Avoid alloca()
    
    By the way, alloca() _cannot_ return NULL. It simply crashes if there
    is not enough memory.

commit b870bc9ddf45f01d24adb398b5f442ddc87a00ae
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 21:14:38 2009 +0300

    Use stack array rather than alloca

commit 6def57f07399898fd362cf781764a0eabf9010be
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 20:17:03 2009 +0300

    Remove useless bsearch check

commit e1a78b744b324b4dec1e8f5f2c41c95c5b00433a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 20:14:10 2009 +0300

    Start moving replacement functions to a static import library

commit 6c3b28982261a5552b740a0f6cdc1a300393ee30
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 19:41:21 2009 +0300

    Remove unused scandir check

commit 401456fd353e417bfc7b3af90b22a5e59c016016
Author: David Flynn <davidf@woaf.net>
Date:   Fri Apr 10 12:53:01 2009 +0000

    win32: delete old *printf fixup code.
    
    mingw provides this all for free and is better.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit b8f6df75226cef945748f82a26c1fbebc41d44fd
Author: David Flynn <davidf@woaf.net>
Date:   Fri Apr 10 12:53:00 2009 +0000

    win32: Fix *printf & require mingw32-runtime version > 3.13
    
    *printf as per MSVCRT is not c99 compliant.  mingw32 provides a set of
    replacement functions, but these are buggy in old versions.
    
    Defining __USE_MINGW_ANSI_STDIO causes mingw's stdio to provide a
    set of wrappers that use the mingw32 version that gets statically
    linked.
    
    Attention needs to be given to contrib too, it is possible for contrib
    to expect a c99 *printf and later die.  This patch modifies the conrtib
    bootstrap to define the above in CPPFLAGS, however, not all builds
    honour CPPFLAGS.
    
    This can be validated by looking for the import from msvcrt:
    
      $ find vlc-w32/vlc-1.0.0-pre1/ -name '*.dll' -print -exec sh -c \
         'i586-mingw32msvc-nm {} | grep __imp__.*printf' ';'
    
    If all is good, this shouldn't find anything.
    
    This patch *will* break WinCE support.  However, it is semibroken
    anyway; better to force it to be fixed completely.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 6bcbeed3e0e132b34c6bc7ba93bdb038b0b69f88
Author: David Flynn <davidf@woaf.net>
Date:   Fri Apr 10 12:52:59 2009 +0000

    Revert "Revert "win32: remove old attempts to define snprintf _snprintf""
    
    This reverts commit db01e438b2125e1a221535adc07eda1ae65b0769.
    
    Original commit was correct. -- davidf
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 214c93b4fa077dc94411d30f753317ca3bc9b57f
Author: David Flynn <davidf@woaf.net>
Date:   Fri Apr 10 12:52:58 2009 +0000

    contrib: fix building static liboil
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 26bc19853d930cea273eab07c87e06415f21f58e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:38:58 2009 +0300

    Remove useless check for time.h

commit dd029e35e9812cc922c05f3530ce4611fa07b38a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:33:54 2009 +0300

    Remove useless (partially used) check for stdint.h

commit 3054d03dca463b886d7fe3ee6d91d5375a1f31b4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:32:21 2009 +0300

    Remove unused check for sys/sockio.h

commit 4fb633f74495deba6b5fe78fc7a3c5b74c583bb1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:31:25 2009 +0300

    Remove useless (very partially used) check for errno.h

commit 9f2a0bac967113ec54ae15a8d76d930e2f4d195f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:28:45 2009 +0300

    Remove unused check for stdbool.h

commit 7a944e6f714538205627af99f8e9c253151461f4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:27:33 2009 +0300

    Remove unused check for wchar.h

commit 566b93eb08f3f16c7f85ceccbd8be316e1ef9f7c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:26:42 2009 +0300

    Remove unused check for sys/int_types.h

commit 353c7215fadc4a7eaca1840e04598d5eeebe76aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:26:01 2009 +0300

    Remove useless check for inttypes.h

commit 06edede5c6157d8222d6d0c37fe9b7cbf2053f14
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Apr 10 16:24:14 2009 +0300

    Remove useless check for (C89) <signal.h>

commit 408f769e5768bf1c8dbc840bef1c560a91de6d5f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 10 15:53:07 2009 +0200

    macosx: implement controll support for the Media Keys on Brushed Al Apple keyboards
    
    I'll add an option to disable this feature later on

commit 0aeb82b62c3f0690c2c4801e68668c24ce693536
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Apr 10 12:02:04 2009 +0200

    macosx: fixed crash in case either psz_module or psz_msg are NULL when received from core
    
    Fixes playback of AVI files... ;)

commit dad0ff2f9508e62f6cf166dcc1e1072a9c3d95b9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 22:39:36 2009 +0200

    Qt4: correct fix for Hotkeys preferences.

commit 02fc220d134c2d9a78873f9acb274c71debee65d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 22:34:25 2009 +0200

    Contribs: live-win32-nonblock.patch is unneeded now (applied upstream)

commit c9f729eadebe5f397ecf7068c5410b46aeb9451d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 20:59:21 2009 +0200

    Revert "win32: fix %zu fixups - dont use mingw's vsnprintf"
    
    This reverts commit 151982aab503fa812cd4d6e830df34e78871c106.

commit 45b0f5c6bc00709af970218dcb3cdc0d97c30580
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 20:59:05 2009 +0200

    Revert "win32: vlc_fix_format_string - various fixes"
    
    This reverts commit 3779d5bd1c335d724b31ce730a8387cb7770fc06.

commit ff3ff3ee0f36513d18ac102f5359ac607771d791
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 20:58:54 2009 +0200

    Revert "win32: make vlc_vsnprintf more like c99 vsnprintf"
    
    This reverts commit 30f33e7a0e3726404e4b9d2f51840e8de1a527f3.

commit db01e438b2125e1a221535adc07eda1ae65b0769
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 20:58:40 2009 +0200

    Revert "win32: remove old attempts to define snprintf _snprintf"
    
    This reverts commit 3bceb9cfef124ace40526336905a2a0656bb5630.

commit 32687bb26321322763558c5bf5e6e55344bbd9d1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 20:57:06 2009 +0200

    Revert "Qt: fix crashes possible in Hotkey settings."
    
    This reverts commit f5d10727954d8b176a25a54e12e30832b599b509.

commit 93387674915f623381cd08aedb0638b238c19104
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Apr 7 14:29:30 2009 +0200

    Improved wav multichannel support.
    
    When a channel mask is incomplete, use 'random' position to fill it up.
    (It means that the channel position is 'unspecified' and so we have to
    choose it ourselve).
    It should fix #2618.

commit c7c2fbc24c4dab4e8f1a2b467c1c22c47731418f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 9 19:18:30 2009 +0300

    Compile fix

commit f5d10727954d8b176a25a54e12e30832b599b509
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 18:14:22 2009 +0200

    Qt: fix crashes possible in Hotkey settings.

commit 0310df1730099612eb0d03e229195b5f1d35ace5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Apr 9 17:54:41 2009 +0300

    XCB: resize support
    
    Note that the video output core seems to call pf_end while some pictures
    are still in use upstream. That will crash. IMHO, this is a libvlc bug,
    as the vout plugin cannot know when to release the picture or reallocate
    those pictures.

commit 62701cf226049855068ca4d773a904877ed15cdd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Apr 9 12:47:30 2009 +0300

    X11 common: code factorization

commit 3d819f9c3d0071b01c6d0294d8ed063e8a320696
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Apr 9 12:46:45 2009 +0300

    xcb_window: implement VOUT_SET_SIZE

commit 5bddd2dfbec3c16b654d3f2e2d547fc6eec2d964
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 9 16:07:04 2009 +0200

    Contrib: Force schroedinger to be mono-threaded, until it is fixed for win32.

commit e2680bfc041b2c224bde9b9b1c4c494388a84793
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 9 11:22:25 2009 +0200

    macosx: updated window styles for VLCControllerWindow and VLCEmbeddedWindow based upon a patch by Georg Seifert
    
    Some tweaks to the nib file (so VLCControllerWindow looks all textured again) will be submitted later on.

commit e7b350ab82267e1187c41f2262f30fcdb8e797a6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Apr 9 12:02:57 2009 +0300

    Add vlm_MessageSimpleNew with --disable-vlm

commit cf105ef4d435ffbba149b27a7486cfe81b765acb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 8 23:30:31 2009 +0200

    Fixed spu_t attach/detach sequence.
    
    It should fix #2622 (segfault with vout-filter).

commit edc8b8e6116b8b2e119281ab285f71a790703e45
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 8 21:51:00 2009 +0200

    Fixed sanetizing of file name in input_CreateFilename.
    
    It should fix #2620 (and was not limited to windows only).

commit e99754a76c7de6686ff14c46513102c4d84762ed
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 8 21:29:49 2009 +0200

    Warned about unused filename_sanitize result.

commit 3e077c31e5bd5b3de046eb5340d32a95e1ffb51c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Apr 8 21:23:13 2009 +0200

    Fixed integer overflow in avi index creation.
    
    It fixes #2583.

commit 8a93a226efd142eeb600362387feb61325c8f3c4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Apr 8 23:15:43 2009 +0300

    Improve debug

commit 80b7a3f139cd4c213c74b9ee1c238b594663ffb4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Apr 8 18:51:19 2009 +0300

    Cosmetic

commit 3b729128a6e2a0e0018c0f32bcd4ee611850b038
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Apr 8 18:49:51 2009 +0300

    Forcefully update file size if read data past the former end of it
    
    Maybe we could call fstat() at every read anyway? While a file is open,
    the operating system is extremely likely to have its meta data cached.

commit 2c87bceb5da1413470a8e22e38cd654e6439fad5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Apr 8 18:49:08 2009 +0300

    Reading regular and block files can always be paced

commit 55f3ad8882fe3a32931e418994fe935d72d9dd2f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 8 13:18:01 2009 +0200

    avi: set title instead of message. This looks better in dialogues

commit 9b6c43382415e00d7897fca9e15ae35e8f3d6392
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 8 13:13:46 2009 +0200

    macosx: make sure that 'dialog-progress-bar' and 'dialog-login' don't look like aliens from outta space, but normal OS X dialogues

commit cdda10eff25aa363704bc830269ac0f1cbe7018a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 8 13:08:14 2009 +0200

    macosx: draft for 'dialog-progress-bar' and clean up
    
    This isn't fully functional, as the callbacks aren't being triggered, although set. Needs some more investigation.

commit 3bb3947287c3331db100dac588f68ed46158256d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 8 12:09:51 2009 +0200

    macosx: added 'ffmpeg-skiploopfilter' to the simple prefs too and fixed the postprocessing level setting, as the variable name changed

commit 20cba89cedb837505a051dfb92298515e04fb2ff
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Wed Apr 8 01:39:33 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 58efdeb9564ec85be251a8c62e42be53192c9208
Author: Eric Lassauge <lassauge@users.sourceforge.net>
Date:   Wed Apr 8 00:51:03 2009 +0100

    qt4: i18n fixes
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit c29fd5f90efcb3435cd3821842448a2ad2dd0637
Author: Eric Lassauge <lassauge@users.sourceforge.net>
Date:   Mon Apr 6 13:08:13 2009 +0200

    i18n: Add missing files
    
    And remove deleted ones
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit e0e7b2aeec1b58298b56001e2a3be5a44f3de8bc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 23:27:58 2009 +0200

    macosx: compilation fix *grml*

commit ecc0ebd5663ab4ad4ae0564f748429b03183e932
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 23:24:03 2009 +0200

    macosx: reflect the renamings in the respective files

commit f488cdd2ddfb5e4f04549effc2fb0428dd2c05cb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 23:22:44 2009 +0200

    macosx: rename files as there is no Interaction framework anymore

commit 7c6b577e2b65e66a1bed5fa0490dcaf3c308e00b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 23:18:06 2009 +0200

    macosx: new nib file for more complex dialogs triggered through VLC's core

commit eda81ebfded47979c9be4a4d2615e0cf5a668ec6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 23:14:26 2009 +0200

    macosx: implemented 'dialog-login' and cleaned up most dead code

commit b9537dd69ad024a5cad8dfa0055b91ed5d731cba
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 19:46:45 2009 +0200

    macosx: implement 'dialog-fatal' and 'dialog-question' correctly and completely
    
    This introduces a lot of dead code, which will be cleaned up later on, but is left there for reference.

commit fe273e3da4efec05af1471b0e1c28a831f690277
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 18:52:22 2009 +0200

    macosx: fix addition of empty folders to the playlist. needs some beautification later on.

commit d7119bf867154562dac7926a4848b65ef3b0367f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 18:25:30 2009 +0200

    contribs: forward-port Derk-Jan's libswscale fixes (PPC only)

commit 17cbf681aeba9d0226fbde8fae8e52ba35b24097
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 18:09:50 2009 +0200

    contribs: bootstrap dirac on Darwin, so we don't need to update libtool

commit dfe86c19e0d7687f0a27426b39032c0fa83246c6
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 16:20:07 2009 +0200

    contribs: fix goom compilation

commit 4d08ad827015ad21eaf7a1ac2a5dfe03e104ebff
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 16:15:46 2009 +0200

    contribs: updated libtool to 2.2.6(a) because of dirac

commit c0b34512b2ea261782ec0f62b7fb9dacf51aee22
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Apr 7 15:40:49 2009 +0200

    contribs: live555 compilation fix

commit 67b86a2d47a62f8ae82c992e61a9239d4a8b2803
Author: Vincenzo Reale <smart2128@baslug.org>
Date:   Tue Apr 7 00:43:44 2009 +0100

    l10n: Italian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 4cfcbafad3c4bcc42a16027d9530a7ac5cec6440
Author: Myckel Habets <myckel@sdf.lonestar.org>
Date:   Tue Apr 7 00:42:49 2009 +0100

    l10n: Dutch update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 6f479dc0a62bd17b55f9ea8ad8eea6aace70e165
Author: A S Alam <apreet.alam@gmail.com>
Date:   Tue Apr 7 00:40:46 2009 +0100

    l10n: Punjabi update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 4cc65c79efa39ff8676409948d993c29106d6319
Author: Tomáš Chvátal <scarabeus@gentoo.org>
Date:   Tue Apr 7 00:39:23 2009 +0100

    l10n: Czech update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit a9afcf5e200e71410fa803001337c391ed6923ff
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Apr 7 00:25:48 2009 +0100

    Merge po with new vlc.pot

commit 1133cdf30e7829622c9297b1dcee88e1895eaac4
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Apr 7 00:24:16 2009 +0100

    Update vlc.pot with the strings from the .ui this time

commit 8e305e1b58fc57d8d25869eb60eab804143e52e5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 6 23:29:57 2009 +0200

    Don't reinvent strcasecmp().

commit 09debb5655fbf336ebdfdb8f6f03a5757dd31d9d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 6 23:27:50 2009 +0200

    Use image_Mime2Fourcc().

commit 0f19b0dcbe69b825cf4fed10b625d72e0c1248a6
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 6 23:25:17 2009 +0200

    Add image_Mime2Fourcc() function and use in image_ReadUrl()

commit 3fac9782373bfc7dbb6839183a6003fae26d4a43
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Mon Apr 6 22:54:11 2009 +0200

    libmpeg2: Fix Closed Captions in GOP.
    
    This fixes a case where our libmpeg2 module was not extracting
    Closed Captions from the user_data, when this user_data was in the
    GOP header, instead of in the picture header. This information is
    retained until the next picture (date) is handled.
    
    See sample "bob-dvd-closedcaptioning works in ffmpeg but not in libmpeg2.ts"

commit 22f452d08337841a52b352876be11d9bfabb65d6
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 6 22:11:07 2009 +0200

    Do not print the password in the log. That's dangerous!

commit 288559204f8b0ef943d5e7273b9a076f69318c26
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 6 20:27:47 2009 +0300

    Bring the glibc detection back, not using dlopen() hacks anymore.

commit 6becbf747fb8c303903d4e12f3589dc6a1545e4f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 6 20:12:02 2009 +0300

    Missing comma (fixes #2634)

commit 702e80372bfdc559c35a389c314e984e17a60c17
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 6 20:03:25 2009 +0300

    Do not translate "". Fix the localized configuration file.

commit 19243633f95aba97f52a66b90d2ddf9d91291f25
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 6 19:37:11 2009 +0300

    Attach VLM inputs to LibVLC. Fixes #2639.

commit 9312c3dc93bc67651ad56f5e49fe5207dd8edada
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Apr 6 19:10:39 2009 +0300

    Really fix the vlm_MessageNew NULL warning

commit 04d23bd352ceb5c218da7e99591d3b6ee40060f4
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Apr 6 01:02:45 2009 +0200

    Run xgettext on the .h and not the .ui
    
    Tweack the rules in po/. Not perfect you can't run make update-po (and
    so make dist) if your builddir isn't a subdir of srcdir. And of course
    it still putting te .gmo in srcdir

commit c20e3aa9ebf9e9137212543cf8752b96bf633b0b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Apr 6 00:21:58 2009 +0200

    macosx: paste the UDP/RTP MRL to the URL field once the sheet is dismissed so the user can see that the selection actually worked. No functional change.

commit d5b26ea0a4df8933aa1bac9de4de8bba255886dc
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Apr 6 00:06:46 2009 +0200

    Fix flickering when decoding TSCC. (Backport if we're doing a 0.9.10)

commit 484758875dde16e1ada2d1ea4edf1d8d73cabc75
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Tue Mar 31 16:20:09 2009 +0200

    VLM : Add media name in callbacks
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit ea39d42948d59dd6427912d32918fff4b9971b9c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 23:16:18 2009 +0300

    WinCE: undefined file descriptor use

commit 82f20ceb63d9437d5d8c2eb92312ef37dae93e44
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 22:47:40 2009 +0300

    Explode in the face of the user if (s)he has a broken glibc
    
    I am fed up with all the blame we got for this for over a year.

commit da41047c47ddc997c38b2b8159414c721525685b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Apr 5 20:37:48 2009 +0200

    Fix scene filter when using source dimensions as output dimensions. Allow outputing to all image types supported by VLC.

commit 50c4f646fd5b8cf39a600681a2ae988fae2b40fd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 21:19:42 2009 +0300

    Typo

commit 605d3894b727764064911a5c9ba683e460ce01d3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 20:45:29 2009 +0300

    win32: blind attempt at fixing RTSP connection (hopefully fixes #2560)
    
    That being noted, I would advocate ditching all RTSP control connection
    timeouts from our live555 plugins. Looking at strace, live555 waits
    forever in the middle of receiving RTSP messages anyway.

commit e97eae3494915c786a13436413c6b5e856425b63
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 20:24:15 2009 +0300

    English

commit 328c8d60e85d27ba8e821707695e606e2cb5e4f1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 19:55:17 2009 +0300

    Attach VOD task to libvlc rather than VLM - fixes #2581

commit d8a1a140cd170db674cbec89a3df2722185ca56e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 5 18:46:40 2009 +0200

    Add extensions we support to the open dialogs.

commit 3e481eab44abfa9e94970bb304f191df7fca9451
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 19:30:30 2009 +0300

    Win32: canonicalize path separator, avoid isalpha(), remove dead code
    
    In principle, isalpha() depends on the locale. As for directory
    traversal, we should either add a boolean, or fix it manually in the
    caller (on a case-by-case basis).

commit beb42fb1741c2ea4eafc7d919396e8be051fbef7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 18:06:49 2009 +0300

    Revamp subtitle encodings list
    
     - remove practically never used encodings (UTF-32, ARMSCII, Latin-4...),
     - remove duplicates and/or subsets (UCS, Latin-1, TIS620...) that I know of,
     - provide human-readable names (fixes #2571).

commit 0a5e57be7c6c068fc73232af0a17b081bfce7cdd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 5 16:55:14 2009 +0200

    Qt: put H.264 loopfilter skipping in SPrefs.
    
    1/ We have so much of those requests on the forum.
    2/ It doesn't change any string.
    3/ Change is self-contained.

commit e7c8e7d37c2ebb0b8f175b07bac08c74f46f8d69
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 16:28:06 2009 +0300

    Remove inexistant MuleLao-1 and NEXTSTEP encodings

commit bf4a9109b1a6b5f9a4b4f7efe04c0082b8414554
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 16:26:03 2009 +0300

    Remove ASCII encoding, subset of UTF-8 (and many other)

commit 35d67e7f43b3d4e1b012c577a985694544850b26
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 16:22:47 2009 +0300

    Remove inexistent encodings: C99, JAVA and HZ

commit 9ad7f61f78c566792ef30c9218e6785f48efb621
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 14:42:37 2009 +0300

    ps: fix division by zero when seeking (fixes #2633)
    
    That happened when seeking during the first second of playback.

commit 79de221529a46aa6f247d71fbbbcc20105802a91
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Apr 5 13:21:31 2009 +0300

    resolve_xml_special_chars handles non-ASCII Unicode code points

commit 7f7fc9ead61fafdfbd9c8817dd472623b4053c80
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 5 12:09:54 2009 +0200

    Qt: SPrefs hotkeys: add a line between the widgets.

commit 2d0e1cfb080f110be766c0dba1340364dc664dd4
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sun Apr 5 17:16:05 2009 +0800

    Qt: really fix #2619 and the Playback menus
    
    Never disable Stop
    Disable stop when no input
    Populate Bookmarks

commit dc185ad0a11a2c04b109e48e12b11bbf580b4389
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sun Apr 5 15:10:21 2009 +0800

    Qt: fix #2619 (prev/next/stop never greyed)
    
    Don't mix booleans and strings (as non empty strings evaluate to true).

commit c7325f2fd6bba5dcc59fee98037f090dc3346dc4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 22:23:41 2009 +0300

    Use C functions

commit 7e44fa82ecb750b17360c4a0290590eb4676db67
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 4 21:20:14 2009 +0200

    filename_sanitize: spaces are forbidden only when beginning and ending.

commit 4638fd98e70114d4e5e8998581d1f37931abaa27
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 18:41:26 2009 +0300

    dvdnav: condition variable for still image handling
    
    This kills 100 wakeups per seconds.

commit 9ad9968892385154c9cb0c698da8b3befb0a691a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 17:54:36 2009 +0300

    dvdnav: mouse events bypass the event thread
    
    In principle, this avoids a possible event loss. I am not sure if the
    NAV PCI handling is thread-safe here (but it's no worse than before).

commit 308d526f2e901132068fed4002fe1fb3f89b9ff1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 17:44:49 2009 +0300

    dvdnav: find vout through interface events instead of polling
    
    We may want to factor some of that marshalling into libvlc later on.

commit d60b54c96950f811624ae6eb09aa89c0d3cfcc94
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 16:34:12 2009 +0300

    dvdnav: key presses bypass event thread
    
    This solves a potential event loss for close events
    (especially with the RC interface)

commit a3cd642b3f4385d299876025e2cb553701e10df5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 16:25:06 2009 +0300

    Remove write-only variable

commit b0b0067123d050441db36c52bd8b370c2da9de7e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 16:18:09 2009 +0300

    dvdnav: move event thread initialization

commit 88f09a82ca76939fef2092180578a82943a9204f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 4 13:25:54 2009 +0200

    Qt: same issue with extended dialog and the synchronisation dialog.

commit de2e60e8a068669029510b78ec8a6dba31ab1b06
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 13:11:24 2009 +0300

    Bump plugin API due to block_t breakage (and lots of earlier ones)

commit effb6e322ca631bf647cebe594ff73dfbac189e1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 4 12:30:59 2009 +0200

    Qt: Fix open codec and open information showing
    
    Spotted by courmisch.

commit 8babce6ff79b5df68efa33ab8cb4e55500eecccf
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 12:55:17 2009 +0300

    Fix return

commit 58cf9d44eb67d79c0f0051d7e71c0d63a2cfebb4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Apr 4 12:47:12 2009 +0300

    Simplifications and cleanup

commit 8c967b013160e200c377dd4d56d11dc37c1d5251
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Fri Apr 3 08:45:26 2009 +0200

    Remove uneeded exceptions
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 70bd7e6196f5e2ee974e8125098d23029499b1ec
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Fri Apr 3 09:22:23 2009 +0200

    Do not leak exception message
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit dc38bb209710c0da117d59d83c12cd7ca8af7e72
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 4 10:15:26 2009 +0200

    ram demux: fix potential crash and use EMPTY_STR.

commit 39dcdf082cda82752cb270004cde1f9d974c5b3f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 4 09:14:08 2009 +0200

    qt4: fix EMPTY_STR usage.

commit 5eb12a5c380c3374cccef4cff5e566c25ea291b3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Apr 4 08:50:45 2009 +0200

    if( A == NULL || EMPTY_STR( A ) ) => if( EMPTY_STR( A ) )

commit 05d386b4993999d846ee4dc32655fee800429219
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 3 21:45:13 2009 +0200

    qt4: fix memleak.

commit 6e484b0d411da4677aae31c69109e52307e3a1de
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 3 15:02:50 2009 +0200

    Qt: avoid duplicates in open network, as reported by Lotesdelere

commit c6d0d4b669f875345bc04b8a878d8f5cb52ef848
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 3 20:24:07 2009 +0200

    qt4: fix ExtVideo leaking.

commit a863040d284400fe1992ea0cab303ddbcf26371c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 3 13:07:49 2009 +0200

    libvlc: remove unused private structs.

commit b694b642baea32dfa21ec9d771ef7295ac398d6d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Apr 2 22:54:09 2009 +0200

    Oops. b_demux should be flase

commit 2ebc21a48f9956c48f4111ed67b0e43fe5a52a48
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 3 18:48:12 2009 +0200

    Removed unused block_t->p_prev field.

commit 7389caa4f6c2d02fc2d6c2e290b239c27b95a54a
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 3 17:36:19 2009 +0200

    configure.ac: test for -Bsymbolic support

commit 1aeb56fa49c58ecfd1724096f1e8d74bfe0573c6
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 3 14:58:43 2009 +0200

    macosx: vlc object leaking:
    
    NSMenuItems still exist when libvlc_Quit is called, and thus some items are likely not autoreleased before vlc quits. Set all representedObjects for all menu's to null so that the menuitems no longer retain any of the vlc objects.

commit e2fd56a120e23ffa23c2c2d262d4da18c0b356dd
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 3 13:39:10 2009 +0200

    macosx: remove NSValue around VLCAutogeneratedMenu

commit 8bfec18d590fc1b109016c030402856285918294
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Apr 3 13:06:30 2009 +0200

    macosx: fix VLC object leaks
    
    When building the menu's, autorelease the VLCAutoGeneratedMenu's instead of retaining. The NSMenuItem will do a retain/release for the live of the object in the NSMenuItem and thus once the menu's are done using the object, their retaincount will be 0 and they will be dealloc'ed at the end of the EventLoop. (An eventloop is One run of GUI updates you might say).

commit fcf777db2892f7467d74b549ef2ac626ba312448
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 3 12:53:23 2009 +0200

    Dirac: fix typo.

commit c0706bdd6a26e669ded7418dd1071c3b2fb5c747
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 3 12:20:14 2009 +0200

    Contrib: dirac update!

commit 3bceb9cfef124ace40526336905a2a0656bb5630
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Wed Apr 1 21:40:05 2009 +0000

    win32: remove old attempts to define snprintf _snprintf
    
    fixup code handles this now.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 30f33e7a0e3726404e4b9d2f51840e8de1a527f3
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Wed Apr 1 21:40:04 2009 +0000

    win32: make vlc_vsnprintf more like c99 vsnprintf
    
    Fixes following issues using MSVCRT _snprintf:
     - Failure to null terminate all strings
     - Failure to return number of characters that would've been
       printed had the buffer been sufficiently large
     - Failure to accept size = 0 (and str = NULL) to determine
       final output length.
    
    NB, the third issue above is fixed on *some* win32 implementations,
    however it is not officially documented as being so.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 3779d5bd1c335d724b31ce730a8387cb7770fc06
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Wed Apr 1 21:40:03 2009 +0000

    win32: vlc_fix_format_string - various fixes
    
    - avoid mingw problems with %l*
    - avoid using %I32 on Win32, since wince doesn't support it
    - unify WIN64 and WIN32 cases.
    - if malloc were to fail(!), don't allow unfiltered format string
      to get passed to *printf.
      (substitues an error message)
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 151982aab503fa812cd4d6e830df34e78871c106
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Wed Apr 1 21:40:02 2009 +0000

    win32: fix %zu fixups - dont use mingw's vsnprintf
    
    Traditionally, MSVCRT has provided vsnprintf as _vsnprintf;
    to 'aid' portability/standards compliance, mingw provide a
    static version of [v]snprintf that is buggy.
    
    The bug manifests as %lx is treated as a 64bit argument not
    32bit, ie consumes two 32bit parameters.  if a %s were to
    follow a %lx, bad things can happen.
    
    Solution: Be sure to use the MSVCRT version, at least it
    behaves as expected
    
    Additionally, make it a bit more obvious when vlc wrappers
    are being called by other wrappers.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ca5043b48dc0eb7fdeb80c0d1daed763e1966dd8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 3 11:57:39 2009 +0200

    macosx: fix memleak in bookmarks dialog.

commit 0e8641f3621ae65192a61aba8305790a15343c21
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Apr 3 11:35:44 2009 +0200

    qt4: fix bookmarks memleaks.

commit d2d8a8fae5e20409b8c50dcad54eda7115280f62
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:57 2009 +0000

    codec/schroedinger: inform vlc of clean area
    
    For SD, this should allow removal of black bars form the edge of frames.
    i_aspect is set to the aspect ratio of the whole frame which may be
    greater than that of the clean area.  VLC should then calculate the SAR,
    and eventually display a clean area sized picture that is of the correct
    aspect ratio.
    
    NB, we do actually know the SAR, but it isn't known if vlc cares at this
    point.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 272b9b9825f1ee736921778b5dbd509fcb1218da
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:56 2009 +0000

    codec/schroedinger: don't bother doing any complicated timestamp interpolation
    
    The packetizer does a far more thorough job of handling the different
    timestamp representations used by vlc
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1f81f0a33580e0403c9aa32ed58a6dba3cf8b4df
Author: David Flynn <davidf@woaf.net>
Date:   Fri Mar 27 20:37:55 2009 +0000

    codec/schroedinger: remove excessive debug tracing
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 7c229f88c1b9f734727724bbd88743a218410bcb
Author: David Flynn <davidf@woaf.net>
Date:   Fri Mar 27 20:37:54 2009 +0000

    codec/schroedinger: Use new autoparse+tagging api
    
    Schroedinger now has an api that allows passing in arbitarily aligned
    data units (ie, whole encapsuation units), use this rather than attempt
    to chunk up the bitstream ourselves.
    
    This new api also enables buffer tagging, where buffers may be tagged
    with arbitary data that gets associated with the next picture to
    commence at or after the start of the buffer.  This removes the need
    for the TLBs and associated accounting.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9c75ce1c436480bd58c856ed827d33e379e7a6a0
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:53 2009 +0000

    build: bump minimum libschroedinger version in configure.ac
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1a2ecda0b50194748652c2c3407975a0b2e4907a
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:52 2009 +0000

    codec/schroedinger: remove ts hack, request packetizer
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit eead487527d6a65897e23031bd2fefbd5122e250
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:51 2009 +0000

    codec/schroedinger: handle cases where schro invents a placeholder pic
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 26bdfed770291a11e7cb03eb76df8f419c620f04
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Fri Mar 27 20:37:50 2009 +0000

    contrib: bump schroedinger and liboil versions
    
    - bump schroedinger to 1.0.6
    - patch schroedinger with build fixes from unreleased git
    - bump liboil to 0.3.16
    - remove liboil-noshared patch
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 0a2a450cd4bc0b5c37b5546360b1b498f66fa1f9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Apr 3 01:26:13 2009 +0200

    Fix typo

commit 730eefea2a9958d494694eaab6dbd47dd010bc6b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Apr 3 00:10:14 2009 +0200

    Protect against unsupported/invalid wav speaker mask.

commit d9f560ed27fff19588dd01229c24a18e2865758b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Apr 2 23:04:56 2009 +0200

    Fixed a lot of issues regarding fullscreen/mouse in vout-filter.
    
    Please stress the vout-filters and report any regressions.

commit 75cfa806305a25306b29d04b02da2d2a8ff2700f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 2 21:57:07 2009 +0200

    Add a few bunch of FOURCC

commit 4e23aef98f0199a8620f5c377d29e6801f492296
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Thu Apr 2 20:27:29 2009 +0200

    v4l doesn't like polling. Revert part of db820529a4af54001dee9c06b6ad8570efa5abc5.

commit 816793298b53affe98e986bffb1e8c7875dd8af0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 2 20:08:14 2009 +0200

    contribs: removed the option to use the normal GCC instead of llvm-gcc on Darwin 9 and removed the DARWIN_COMPILER flag as it is no longer needed. llvm-gcc remains unused on Darwin 10. A new x86_64 contrib package will be provided later tonight.

commit 0de395fdd50869a590ca2975f5347a0fd41b7559
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 2 19:51:09 2009 +0200

    Win32 configure: compile Dirac & Schroedinger.
    
    Deactivated libcdio and vcdinfo, they are for cddax and vcdx, and I never managed to compile those for windows... Anyway, if people want to rip CD, VLC isn't the good soft.

commit b5d23f809d0c8c369f833db80d4cec2d7b9a85eb
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 2 19:35:00 2009 +0200

    Freetype: don't give the fontconfig time in seconds, it always shows 0s...

commit 318e95295b7c1ef40bef3509547733d42acc4259
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Apr 2 19:34:28 2009 +0200

    Win32 Configure: remove dead options.

commit 95b2a344107268faf3d9d3515b90255afb737d00
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Apr 2 18:58:50 2009 +0200

    Fix memleak and use var_Get(Integer|String|...) when possible (easier to find bugs).

commit 13c669e10239056512d027a59e366acce313df4f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Apr 2 17:26:54 2009 +0200

    contribs: compilation fix for x86_64 Macs

commit e8d9e5a2bcac521058e2f2fa1d4e07dbf973f11a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 22:46:30 2009 +0200

    use var_Set(Integer|Time|Float) when needed.

commit a6e200e96571bf226ebe01f26ef9cc5d893a8bce
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 22:31:59 2009 +0200

    add libvlc_media_player_(get|set)_agl to the hearder and symbole list.

commit cd97914e9ec08b0269ff15436a17dfb33e011ca5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 22:28:19 2009 +0200

    missing vlc_mutex_destroy in case of failure.

commit e82d21d749d1f5a672ae2db004544c06be34982f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 20:33:26 2009 +0200

    factorisation and add a missing dbus_connection_unref.

commit e5f21614f4212b7d4370411a0c07302ee3f673bc
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 20:24:54 2009 +0200

    Fix memleaks.

commit f2600dd0cc98ffc1dfb52a1e5ef390009f72f367
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 20:06:29 2009 +0200

    macosx gui: fix a playlist object leak and use pl_release.

commit 65797af88b5bebad9b5abcbbe6837106f18bd2f8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Apr 1 19:40:47 2009 +0200

    macosx gui: fix a playlist object leak.

commit 1ccbac9ed28e0c86b1df2b8145279a83219ab172
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Mon Mar 30 19:52:19 2009 +0200

    HAL service discovery : fix a memory leak

commit 9f26d456fb60d1047a007947ee95ba322574faca
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Mon Mar 30 19:35:39 2009 +0200

    Fix a memory leak when media library is disabled

commit d550023d98891a13a6fd1f19c949a6c78868b7a8
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Mon Mar 30 18:47:16 2009 +0200

    Fix zsh completion generation

commit a3bdb881a4a005c9ff141d08be8843c3bab52eaa
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Mon Mar 30 17:08:24 2009 +0200

    French translation : fix typo, add a string

commit b400ed6e73f7d38976a968cf7031f20744b77ef2
Author: Rafaël Carré <rafael.carre@gmail.com>
Date:   Mon Mar 30 16:53:29 2009 +0200

    ncurses : various fixes (runtime / display)
    
        Release referenced input, only use "intf-change" playlist callback.
        When using the "item-change" callback we can't lock the playlist,
        because some callers lock it and some don't.
        Drawback : Prevent UI updates when metadata becomes available for items.
    
        Fix statistics box display (empty lines not refreshed)
    
        Check asprintf() return value

commit 454ac21d57f224820a9260643c124aeea935fb15
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Apr 1 15:11:41 2009 +0200

    macosx: remove the interaction code from intf.m and add a draft for dialog-fatal. The complete implementation will recycle the existing VLCInteraction dialogue code.

commit 0db2b22536e17b3761cb845b460e468d8bb15305
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 31 19:40:48 2009 +0200

    Fixed wav audio channel order.

commit bf04f9a805a069d30bac44a541e76497746756e2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 22:26:45 2009 +0300

    Fix httpd reference counting (closes: #2614)

commit a18ca585b9085c51e89ae7ecf11731d7cea9a513
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 22:26:20 2009 +0300

    Cosmetics

commit e22a6dbd5154aa0274427f981a65695d90d0c673
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 21:04:40 2009 +0200

    album art: use filename_sanitize function
    and change this function to replace spaces by '_' on windows.
    (should fix #2143)

commit 959e1e31a64ff8fac1ee4b1bbcbc87a76cb53505
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 20:25:58 2009 +0300

    Really XML encode the playlist and status contents

commit 7dda82fec1edba2b324fd6924bf1803b3a51a7a3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 20:25:05 2009 +0300

    Use xml_encode instead of htmlspecialchars

commit e8d31048985a09120313d64ad27520387d4846a8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Mar 31 19:12:11 2009 +0200

    Add image_Type2Fourcc to symbols list.

commit 5d6d1a6b778fcea23181b8e6be5f33a09c8288f6
Author: Christophe Courtaut <christophe.courtaut@gmail.com>
Date:   Sun Mar 29 16:34:37 2009 +0200

    Fixed bug in snapshot format
    
    --snapshot-format was proposing png or jpg, but if format passed to this
    option was unrecognized, then fallback to png.
    This commit fix the fact that vlc was always falling back to png.
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit 78e0aba149992ce3685fc1d68d84dbfd881199b6
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Mar 31 19:07:14 2009 +0200

    Report interlacing in debug output.

commit 095f08372ac1cec34f5c44307d23d5793d5d17e4
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Mar 29 13:25:36 2009 +0200

    Remove useless code.

commit e1fd82bb01af2754d5fdc0a9edc4dd2b68040f6e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 18:57:20 2009 +0200

    video_filter/logo: fix compilation.

commit 4ec2f03671d5e153be1038c18c9f10a1b99030ee
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 19:50:12 2009 +0300

    Factorize identical XML escape RPN functions

commit 443cd08ba041a3b912262fe27d77ef3de012b9e4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 31 19:08:29 2009 +0300

    logo-file is NOT 6 characters. strcmp() is -hopefully- your friend.

commit cf0904ee0945b6452ee40822cd80958fc3ced72f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 18:01:46 2009 +0200

    playlist_art: blacklist some forbidden char for windows.

commit 086a3600d6ba6fc7d9b44cbb42d37a5572102854
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Tue Mar 31 17:28:31 2009 +0200

    leaks in case of http connection failure
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit b0afc8638d7da7ce6d39fc6d70aaa29f5cf672e0
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:43:45 2009 +0200

    Unused variable

commit c539b3dd4e6b78d73bd482b30655c058050efc2f
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:43:39 2009 +0200

    fmt

commit 022240552aa0e21c88806de8e7fe5339b7fb4e93
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:38:49 2009 +0200

    Unused parameter

commit 91ff0ff529a172440ff0d09d206267220d6a2d5b
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:35:43 2009 +0200

    Fix missing prototype warning
    
    I would really prefer to remove vlc_poll() from exports in the long
    term.

commit e9dfc109a01aa6bb7eb3f771a1815c507eb010b9
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:35:35 2009 +0200

    Document another issue

commit 528d049a59bca032990c7d6ead2234d4a0e113bf
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:28:18 2009 +0200

    Useless parameter

commit 68fee037def846646a7303261a40e0f34a296713
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:28:11 2009 +0200

    Unused parameters

commit 8c7ec7a41e125ba2c9682cba48e43756dc6c6148
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Tue Mar 24 23:23:41 2009 +0200

    Format string (make gcc happy)

commit c68332940c36bdbc24b5f1fc5a0633edce88bd52
Author: xxcv <xxcv07@gmail.com>
Date:   Sat Mar 21 19:58:13 2009 +0200

    dshow: add missing parameter in dialog invocation
    
    Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

commit 6b72c1b0aafc1733a7fcb6f6c722338a625bdfd9
Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Date:   Sat Mar 21 19:55:16 2009 +0200

    dshow: remove dangerous alloca, fix charset and and invalid free
    
    Invalid free pointed out by xxcv.

commit 1be9f953715b9eb3da2d5da7bc9beca30cf6ea6c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 16:15:28 2009 +0200

    qt4: fix uri printed in the media_info dialog.

commit d95bfc3f14f7590717ef68eaf4c58275fa633e2f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 11:04:54 2009 +0200

    qt4: add some usefull const.

commit 9ad1dde84b96dbecbf3b26c311d52ce6aae43ddc
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 31 10:19:17 2009 +0200

    qt4: missing const for QString.

commit 0ca0b5f94118f7196b649983bd4f60a49abe1bd1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Mar 31 01:12:38 2009 +0200

    macosx: implement RTP stream selection. Closes #2497, while #2496 is invalid as RTMP streams can easily opened by pasting the respective URL in the 'URL' field...

commit 639c76d80837a1c9b73a020d537cfe266530c9ec
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Mar 31 00:33:23 2009 +0200

    macosx: locking fix

commit a5f770d3f2f1b3b2ce2bc067312ce20e2493fb16
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 31 01:08:40 2009 +0200

    Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this.

commit 059438ecccb5503ef26853dd8a9ffdd87dd5afb6
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Tue Mar 31 00:17:51 2009 +0200

    Workaround for Qt bug #176201 (affect only Qt 4.5.0)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit bdd085adbc6c7e24a125658859fa0d105484b3e0
Author: Srikanth Raju <srikiraju at gmail dot com>
Date:   Tue Mar 31 01:01:54 2009 +0200

    Fixes wav demux for PCM wavs

commit 5b1433c3bda6baf58f93f67d2114f8ce84e43c6c
Author: Ludovic Fauvet <etix@l0cal.com>
Date:   Mon Mar 30 00:58:03 2009 +0200

    Fix a little bug in recents media menu.
    
    When cleared the menu was not refreshed.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c18658f2d162eef1135dca27adbdeae4cc5e0131
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Sun Mar 29 18:06:20 2009 +0300

    unicode support msn plugin
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit cb0cf7c9a2200267344475c18356ed5dfad8b0cd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 20:33:45 2009 +0200

    Contribs: Provide GSM for FFmpeg. This library is stupid... Seriously.

commit 93ac6328e86555165229240f94b4668dd41dd0fd
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Wed Mar 18 16:18:27 2009 +0100

    Avoid useless operations
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 1c56e0ed3e363aa8c581c7e2880ac3e9bc51c674
Merge: 0d358ba 5b963ef
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 19:23:14 2009 +0200

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

commit 0d358ba08aec4c4ee317de64cd7dc5c63394170f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 19:18:07 2009 +0200

    .Ram: forgotten include found by Christophe Courtaut

commit 5b963efaee9e31f6617061e24317b4c8ed7964e1
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Sun Mar 29 19:09:23 2009 +0200

    Win32: cleaning crashdumps

commit 78adab773a52bd7e9a69a90ff7a2a8ee01e3ede3
Author: Srikanth Raju <srikiraju at gmail dot com>
Date:   Sat Mar 14 23:56:21 2009 +0530

    Fixes bug #2259. Sorts the files added to playlist using the Simple Open File is used.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit dbb6de576b7a4a6a7b98da4c4c412f876ddfa1a8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 18:40:55 2009 +0200

    Some broken .Ram playlist have .rm extensions. The real demuxer should take the actula .rm files before.

commit 0449b603d346ce3e6112950f5c40254358ce4733
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 18:38:09 2009 +0200

    Remove .Ram handling from m3u demuxer. This was broken anyway.

commit 5e2e3995097359e75684ff56873e1cbdc57ce1ad
Author: Srikanth Raju <srikiraju at gmail dot com>
Date:   Sat Mar 28 02:46:44 2009 +0530

    Split RAM playlist support from m3u to its own demuxer and fix its support.
    
    Adds a RAM playlist demuxer to read .ram playlist files. Handles parameters author, copyright, clipinfo, start, end and title.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c20cca8148346e2a3b1a7c0bae69fa74675731ed
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Thu Mar 26 18:11:17 2009 +0100

    x264: Use -Bsymbolic to fix static link
    
    On my linux x86_64 system, when trying to statically link the x264
    module against libx264, I get the following error:
    
    /usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation
    R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when
    making a shared object; recompile with -fPIC
    /usr/bin/ld: final link failed: Bad value
    
    Even though libx264 was compiled as PIC. Dynamically linking against the
    shared library, built during the same process, works well.
    
    The x264 folks said that VLC needed to use the -Bsymbolic flag to allow
    conversation of a static PIC library into a shared library, so that's
    what I did, and it works for me.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit b81940df0db6bc1ec78f4832b0bebd71ed4de69e
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Wed Mar 25 11:12:52 2009 +0100

    typos
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 1fc821dfb0f3bb409aeb5d129d983b9fc7f5fbd7
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Fri Mar 27 11:58:33 2009 +0100

    Fix var type
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c54636dbd4783446fcd0fe871c7c323ea781f109
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 29 18:00:26 2009 +0200

    Qt4: avoid the blinking of the unparented widgets in customize dialog.

commit 4792f4d85e06f005d6cfd732cb1fbd97a7c9d3df
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 29 14:09:07 2009 +0200

    Modify INPUT_RECORD_PREFIX value (prefer h/m/s over : ).

commit 0bf84041f546a75af809f75a9db511070632b94b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 29 14:06:55 2009 +0200

    Do not activate mkv-preload-local-dir by default.
    
     It will avoid VLC loading every .mkv in the same directory than the
    one you are trying to play (can be very very long).
    Of course, this will break linked mkv files...

commit 7896b15f8f4ee489b855fa34dd413ceec2176499
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 29 14:04:13 2009 +0200

    Fixed dmo decoder wrapper.

commit ededd634b686dd64b2fc61da9b75037a71c86579
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 29 13:39:14 2009 +0200

    Cosmetics (dmo).

commit 2a9a44ee4d0de8690aa10f1424406d37d76302fb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 29 13:26:40 2009 +0200

    Fixed bandlimited resampler invalid access when used as an audio filter2 module.
    
     This modules seems to not resample the first samples (which is not good
    at all for an audio filter2 btw). This has to be taken into account when
    calculating the output buffer size.
    Fixes #1862 and #1962(duplicate).

commit 6a64202e7af57d495f79a7965d55d08c49bb31ee
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Mar 29 12:57:26 2009 +0200

    Missed on libv4l2 function use.

commit 2a42a34fb82d53948b1e514dd1a343145ca4bb4a
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Sat Mar 28 22:03:21 2009 +0000

    l10n: Brazilian Portuguese nsis translation
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit c195642f1e57540f08f00eae84265fb8c372253c
Author: Luqman Hakim <ovdl@rocketmail.com>
Date:   Sat Mar 28 19:20:04 2009 +0000

    l10n: Indonesian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 1e8e2c1cdb0df2e569c94c04a3aff15cec1e0423
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 28 21:57:11 2009 +0100

    Alsa access: list available capture devices
    
    Available capture devices will be listed in the debug output when no device is forces (alsa://).

commit 7cdc4e6d534952594a73c5792b409a2d96a39c38
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 28 17:49:52 2009 +0100

    Matroska seems to stupidly store dts instead of pts for real video codec.

commit 092e8726fd4ba60568f15be3312d764b6e6b6fef
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 28 16:32:14 2009 +0100

    Fix some valgrind warnings.

commit abb67751218416fcdae37e290c2c1d621cb0f56d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 28 16:22:33 2009 +0100

    v4l2: rutime libv4l2 support
    
    If compiled with libv4l2 support, first try using the kernel v4l2 api
    and then fallback to libv4l2 if it didn't work. You can force using
    libv4l2 with --v4l2-use-libv4l2. (libv4l2 broke the v4l2 access for
    some people. This should be backported to 0.9.9)

commit 084f6f0ba5bac9cb3dc81308882e74209de5930e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Mar 28 16:04:37 2009 +0100

    Add an important notes section.

commit 10ef24eec8d8ddae7e96850feb11ce5be1cdaca8
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 25 19:22:34 2009 +0100

    Add a bunch of possible hotkeys

commit b6352fa893ec297a960f1bf35969e17ee5cb99d5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 28 16:09:41 2009 +0100

    Review a bit wav demuxer against broken files.

commit aaddb130d42824b0f63e48059efd1c2829a30dac
Author: Srikanth Raju <srikiraju at gmail dot com>
Date:   Sat Mar 28 02:34:12 2009 +0530

    Wav GSM Demuxer Support Fixes Wav demux to work with MS-GSM codec. Uses ffmpeg decoder.
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 70dd316157fac5fab483534d3f8ec6055cc24ed6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 28 13:46:25 2009 +0100

    Fixed typo in input.c

commit 5a8f7c856b146478dbe85767124e2a6e2760d51e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 28 12:02:18 2009 +0100

    Do not use only one vlc_cond_t for bidirectionnal signaling.
    
    It fixes at least a deadlock in win32 when seeking.

commit 45b9caaf5cf5ab3fbd8ff85387ef57a251693821
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Mar 27 22:46:07 2009 +0100

    Cosmetic (input).

commit 09ca7d5561862c961d0d400f624f70069585e98d
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 27 22:50:38 2009 +0000

    Add some translators to THANKS

commit 6d7ab22eb0556eb6792c95db55edb0944f1f63fd
Author: Баярсайхан Энхтайван <ebayaraa@gmail.com>
Date:   Fri Mar 27 21:18:59 2009 +0000

    l10n: Mongolian initial translation
    
    Not yet activated
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 697af37c28a44ff88580316e59068fafdb50b710
Author: Tony GAILLARD <Tony.GAILLARD@supinfo.com>
Date:   Fri Mar 27 21:14:11 2009 +0000

    l10n: Occitan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 9efc549a8c2fb8b1bbc01e52071cd9262e314902
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Mar 27 11:53:20 2009 +0100

    Typo

commit c375601269a5863fb1127a7e4ca834597a31013c
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Thu Mar 26 10:30:56 2009 +0100

    correct a compilation error specific to QT4.3
    
    (gridLayout naming is hardcoded and seems to have changed)
    
    Acked-by: Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit ae58fc5d5e0d460ec23e6e96ecda4f0feb4b6bad
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Sep 25 19:09:58 2008 +0100

    l10n: More NSIS translations
    
    Dutch by Myckel Habets
    Polish by Michał Trzebiatowski
    Simplified Chinese by Wei Mingzhi
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 9238f8c61f0e8da4ed838fda90367efbb0ceb1aa
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Sep 24 22:29:02 2008 +0100

    l10n: More languages in win installer
    
    Bulgarian by Ivo Ivanov
    Catalan by Xènia Albà Cantero
    Slovak by Marián Hikaník
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit d915388899f16b53e9fe828e61ff2552d4acd6c1
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Sep 23 22:42:40 2008 +0100

    l10n: New languages in Nsis
    
    Translations by Cristian Secară, Vincenzo Reale and Gabor Kelemen.
    
    I can't seems to be able to test Romanian and Hungarian under wine, so please test on win.
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit bee3f2d4ae60d548817ee190fc1bdfbc2a5701e5
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Sep 4 20:10:40 2008 +0100

    fix the language selection
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 755188d6fada8788786fa61f5594ee17d880c8a0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Sep 4 00:58:59 2008 +0100

    Add finnish translation to installer
    
    Seems to work but needs more testing
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit b8efbea5011c683a75028e1fe21c669d9027fba5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Sep 3 00:03:23 2008 -0700

    Simplification of nsis script that helps a lot.
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit a3171a0ca573849f579fed59f99602c2da0b44f3
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Mon Mar 23 17:28:31 2009 +0000

    contrib: part of x264 win32 patch is now in upstream
    
    Remove parts of win32 build patch that are in upstream git.
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 93b92392e9d4f2947eb555214dd12d48bcaf2c52
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Mon Mar 23 18:37:01 2009 +0000

    contrib: update ffmpeg win32 configure patch against current svn
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 701bf7083eae6d3cc166084b33194228a3349888
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Tue Mar 24 15:07:00 2009 +0000

    build: Add CONTRIB_DIR variable, default is extras/contrib
    
    If you build your contrib out of tree (somehow), then a way
    is needed to say where it is:
    
     configure CONTRIB_DIR=wherever
    
    Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit c8a1d50d6519f12c589943510f86272bc233a8a3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 26 22:50:11 2009 +0000

    Remove broken rules
    
    Better use intltool-update -m and our brains

commit 33ca7acff6290b3db3a1c0a211e4c29a5b67be26
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 26 22:48:14 2009 +0000

    Synchronise PO files

commit 01d27fe09d341fe1f38976aadc382bc0e191361c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 26 22:45:31 2009 +0000

    Catalogue file without xml strings
    
    generated based on the .h and not the .ui

commit ddc6dab8948bb23f483f2017e134960b4db1b998
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 26 22:44:17 2009 +0000

    Remove files added in error in [f01bf2d377de12a4]
    
    Sorry for the noise

commit 6fded96b10e6d753317e222f34effab1f6d325a9
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Thu Mar 26 19:42:35 2009 +0300

    Fix live555 locale patch once again.

commit d9925fb9c1e5e0a6f82ea9e3363610e41cc5c362
Author: Pavlov Konstantin <thresh@altlinux.ru>
Date:   Thu Mar 26 18:20:59 2009 +0300

    Also define KEY_AUDIODEVICE_CYCLE on OSX.

commit a8242d184b5eba6bf4728db1186eff4001be8ad2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 26 13:20:57 2009 +0100

    qt4: use const for QString when possible.

commit 84bf3811320a8bc72f5fb949cfe462b493a4b294
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 26 13:16:26 2009 +0100

    qt4_bookmarks: use ::number instead of %1

commit 33179cc32ea88a6691f918a490c13789dd24932d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 26 12:47:07 2009 +0100

    qt4: use const for QString when it's possible.

commit 98f134c22e825fa831e66112d3969d9856d046ac
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 21:42:41 2009 +0100

    video_filter: fix a potential crash (callback called when
    p_sys members are destroyed).

commit c73675efaa815f87958fe97721c57d2f0d1019b5
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Mar 25 22:33:53 2009 +0000

    Avoid bashism

commit f6589017c9f5d58aac2d1751feba8d68e6cf846b
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Mar 25 20:22:54 2009 +0000

    Qt4: i18n fixes

commit 1b82d1b7e3358b3c487a6b3d3c7e0e42d54d52c3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 21:28:19 2009 +0100

    video_filter_adjust: delete the callbacks before releasing p_sys.

commit acc4f5a590d13ef8f3a8824c7939cdcc454cb8b4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 25 20:57:28 2009 +0100

    Contribs: update FreeType because 2.3.8 is a "Don't use this version!"

commit 3ac9e644485b5062e921b2234cc5ac172a45cbfc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 25 20:54:08 2009 +0100

    Contribs: update libpng... CVE-2009-0040

commit b62d3469f33eb7f73e06f20418bc49cc008b232b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 25 20:49:55 2009 +0100

    Contribs: Update live555 patch for locale.
    
    CLose #2596

commit 7f1ae44ecb705b5194881fa7f648ec3c41c7de5d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 15:56:51 2009 +0100

    hal: fix memleak.

commit 44b96fd1ef535dd77380bceab1cc1d21b65e00b6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 15:27:45 2009 +0100

    visual: check for NULL in the right place.

commit f7f6561b34c62511983592ed1ce430c85a380ba7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 15:22:45 2009 +0100

    visual: fix potential memleak.

commit a1358b0ceedcd0abb1bc14fc8d3d2ae329c39fcf
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 14:21:50 2009 +0100

    visual: avoid a strdup/free.

commit 0412df76522a475bb6aecfda3e23170127b537c1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 14:13:33 2009 +0100

    gestures: factorisation, cleaning and fix a warning.

commit 7e66b53bb5978507c384712b450ade50b8bf7a59
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 13:34:47 2009 +0100

    oss: don't forget some "close".

commit f1458f0d550edce50eb59be1bebfa389dac7bace
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 25 13:17:47 2009 +0100

    dbus: free the events array.

commit ab35f42e4840664596282f5f41b0e11eb1e8ad0e
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Thu Mar 19 14:06:47 2009 +0100

    with skins2(Windows), solve vlc sometimes hanging (blocked in CreateWindowEx)
    
    when multiple vouts are launched (e.g audio-visual)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 28d7e588fd23788834a4e89bed50962d24f8a04e
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Mar 20 15:21:01 2009 +0100

    skins2: solve minor problem when opening skin dialog box
    
    (could not be opened twice in a row)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4d1d6ceb61fc55741f6f89df9583200cc9bb0420
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Tue Mar 24 14:17:12 2009 +0200

    fix audiodevice cycle hotkey
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit e4ec912560c3bf49c0f848e680119c6d1799e460
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Tue Mar 24 14:42:53 2009 +0200

    add container formats to porfile names
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ca81e5783901f5a492d31596ec3f6998e3456958
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Tue Mar 24 14:39:32 2009 +0200

    add comments to profiles
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 3005a8a9d1b1f926f1b8c0582db35a82f5ffe307
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 25 00:00:01 2009 +0100

    Qt: add a --qt-embedded-open option to have the 0.9 integration of open panel using the NON-native Qt open dialog.
    
    I know people prefer native dialog, but Qt4.5 improved the QFileDialog a lot, and some people (including devs) ask for it, so here it is. It doesn't increase the code a lot and the code is tested.

commit e725795fb4579c48ee9c86808d04e738290884d5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 24 14:54:23 2009 +0100

    Remove the .ui HACKs from translations because of Qt4.5 switch... Some strings were forgotten.

commit e123fc1efeb9cc200667a4218112539a46012fc8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 22 21:51:31 2009 +0100

    Qt: try to make the advanced open dialog more usable for files (who the H... uses files nowadays ;) )

commit be7fb9887eb1822a6be22c01d1d28bdd9daf051a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 22 21:17:24 2009 +0100

    Qt: don't open empty files.

commit 0aa09ae1463767383f48157aa302995e54eddcc6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 24 21:22:28 2009 +0100

    cmml: use pl_Release.

commit 0d1293c63b18548fb66bbb49ff5fdba179af4edc
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 24 21:20:13 2009 +0100

    bonjour: cleanings.

commit cd2cf6027b5775196abd36322eec406bf3a68054
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 24 21:19:34 2009 +0100

    podcast: fix missing release.

commit 78c6195f802eece381a432ac760b81f0aafd6d89
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 24 11:36:30 2009 +0100

    sd_mtp: fix potential memleaks.

commit a11f03246cdf9c2f2bee3070044f9ea0076668b7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 23 21:42:09 2009 +0100

    Revert [f5060d12c31af094d9105143c88371487ff2c72c] (seek speed improvment)
    
    It creates broken pictures and should be investigated.

commit 3b054a1c5dcfe7cd6a1828f971c2efd72145f076
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 23 21:23:01 2009 +0100

    Fixed skip_frame setting (avcodec).

commit aaf888a6a0ed3f7cf0400cfeafa40ca97cb68a7b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 23 20:54:52 2009 +0100

    Cosmetics.

commit c6a829aee766be1561ac1ee403de7dd15ab932ae
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 23 20:44:11 2009 +0100

    Fixed potential memleak in input control fifo.
    
    Thanks Sbastien Escudier for noticing it.

commit bd3dbe03d72a7e634f241ef04b0fcaa0a483c913
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 23 20:34:50 2009 +0100

    Added a missing lock around attachments.

commit f5a95b3b5232207ec1ebcd19fea734bc59bcd3cd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 23 15:55:56 2009 +0100

    typo (and remove trailing spaces).

commit 1ab65a99ecfcb48b4f4b8e49489c335f1385eead
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 23 15:28:35 2009 +0100

    contrib_goom: patch goom library to fix a lot of memleaks.

commit a75f88bc38f820c66a7b8b45913de1165a106c53
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 23 11:24:36 2009 +0100

    goom: factorization.

commit a022461ac66606376a04c00491ec721f030d5d5b
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Mon Mar 23 13:49:02 2009 +0100

    WinCE intf: fix resources building

commit ce94f23fec1b913ababb010fb88ae881a8795d78
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed Mar 18 10:46:46 2009 +0100

    Win32 crashdump: typo

commit 406e5e461f3d00ac733235b0faa215bd39b3d315
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 21:39:36 2009 +0100

    ffmpeg: vhook was removed.

commit 9773afe7766d2a52081cb012f2e6dd4d1924f7f0
Author: Tomáš Chvátal <scarabeus@gentoo.org>
Date:   Sun Mar 22 20:23:54 2009 +0000

    l10n: Czech update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 2b3cabc58832c12373c459f300713011bfdabc64
Author: Ivo Ivanov <bestran@mail.bg>
Date:   Sun Mar 22 20:13:23 2009 +0000

    l10n: Bulgarian update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 2bd1a897d7505e9521a53a960dd78b63130fbe62
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Mar 22 18:54:05 2009 +0000

    swscale is on by default

commit 3107779f000835a131b18645d28788e4fa3b7e3c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 18:11:39 2009 +0100

    mosaic: fix a dummy warning (and add a missing undef).

commit e5e2bd38f8b7ed704bbf93204a3dc5bb08c7bedf
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 18:04:14 2009 +0100

    vcdx: fix potential memleak.

commit a41fd3f80605a7ad514ccdd101000def52d6de75
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 18:03:28 2009 +0100

    ggi: fix variable name.

commit 614938b1a399ec940efd771c1e3f32bc0152979c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 17:30:26 2009 +0100

    mkv: fix warning (size_t is unsigned).

commit 40b504b425a173d99d9b4785a574bc229c022f83
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 22 16:31:36 2009 +0100

    Ensure that meta-* are valid UTF8.

commit b6c17b225587f750737204335f74ec00142bc758
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 22 16:28:55 2009 +0100

    Made http-continuous option safe.
    
    It was a request of Frederik Kriewitz.

commit 46fc27734fffaa81e6dde39d8be7dc276e639edb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 22 16:26:33 2009 +0100

    Make meta-* option safe.
    
    It was a request of Frederik Kriewitz.

commit 13558d8d791ef846c80783d0b06b3714ab65048e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 22 16:24:49 2009 +0100

    Made var_GetNonEmptyString robust against var_GetString allocation error.

commit 2f1485c117871012ede43e5cd49d9e1b15f5d6b2
Author: Brian Johnson <brijohn@gmail.com>
Date:   Fri Mar 20 15:05:01 2009 -0400

    This changes range validation for control values from
    value >= 0 to value >= minimum && value <= maximum
    
    Signed-off-by: Brian Johnson <brijohn@gmail.com>
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 290f10bb4fc3a52d283f2ce27ebb91a5560114d8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 22 16:03:50 2009 +0100

    Fixed win32 compilation.
    
    Thanks xxcv for noticing it.

commit 89fb0644b26ac7cb5758e58e07f46fc1221a0cab
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 21 20:45:07 2009 +0100

    Avoid event spaming on epg changes.

commit feab3bbb8cad4f000b40b523fb3f55fea482dcbf
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 21 20:21:51 2009 +0100

    Created input_item_SetEpg function.

commit b382aefa43ea208ff0bc2adab7014a1ceae63130
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 21 16:02:48 2009 +0100

    Fixed a crash in video filter_chain_t code when closing a filter.
    
    It should fix #1929.
    Thanks for Aurlien Nephtali investigation.

commit e5f96a40cdd294552fff59f5cd8a03cff952fc45
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 21 15:55:57 2009 +0100

    Clean up a bit filter_chain_* code.

commit 615d602dc840d1a6e9933ad4db83f71c61ef4cad
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 15 23:19:04 2008 +0100

    Protect against broken V_QUICKTIME in mkv.
    
    My mkvmerge version seems to generate broken files.

commit 2a970dd8e7bbf7671a907346dc8d1f6d2bb6d338
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 11:31:08 2009 +0100

    fbosd:
     * use /dev/fb0 as default (like suggested in the help string)
     * fix a typo (intf_sys_t != intf_thread_t)
     * cleanings.

commit f3477a3549b69dbe7b8073fc64b1011ee9ffaa02
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 09:05:07 2009 +0100

    qt4_menus: fix segfault.

commit 298ea68ce8bbc63db158517c895bff9e1e6e387c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 08:58:49 2009 +0100

    qt4_menus: missing undef.

commit 54c6d5f107d97b219f611039f11290df55720416
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 22 08:49:29 2009 +0100

    qt4_bookmarks: fix encoding.

commit ab01238b55efbab276ba22286aee35b16a1deb80
Author: Srikanth Raju <srikiraju at gmail dot com>
Date:   Sun Mar 22 03:43:43 2009 +0530

    Fixes bookmark feature non update bug
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit e1ca258dee13ccd3795b5412c7ab96365902521d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 21 23:22:11 2009 +0100

    qt4: be symetric for audio up and down.

commit 434bd50cda912314c62b33e5e6c5fcd4aa3d886a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 21 12:16:50 2009 +0100

    dummy_input: remove unused variable in the struct.

commit c1f69cc70d9441d607ddfa2b752f2bf5c14cd20e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 21 08:59:10 2009 +0100

    dbus: UpdateCaps is now always called with the playlist unlocked.

commit cccd154d86cbf26348603534f20b80472d39d81e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 21 08:54:39 2009 +0100

    dbus: fix another locking problem.

commit f1238847054c4fd56834739ff921cd36dbc8bdf9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Mar 21 08:38:02 2009 +0100

    dbus: fix the repeat signal.

commit fe436b8a642df5ef89263c206c743966b8c2f6c2
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 20 22:16:38 2009 +0100

    dbus: fix a bunch of assert/crash about locking (playlist functions used in the callbacks).

commit c611e0c670c28d9b83076f756a583fb6e5e45693
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 20 10:04:37 2009 +0100

    lua_demux: fix object leaks.

commit b3a1444d90f27dcf1526563682aea3cb5133e936
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 20 09:26:07 2009 +0100

    pda: fix object leaks.

commit b5619a2ffec95e440ff4b6150b0b715057d03f1c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 20 09:21:09 2009 +0100

    ncurses: fix object leak and use pl_Release instead of vlc_object_release.

commit 04ddaf37e6079105c535c40b2b641493e2c64763
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Mar 20 09:05:38 2009 +0100

    dbus: fix an object leak (+some cleanings)

commit 54d212fa62ae637f6d9a47b14cbd6baa359a24c8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 19 11:05:35 2009 +0100

    svg: remove unused variable.

commit f957d62e91b499ab428205d27cdc13cd9c5e6be1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 19 08:42:07 2009 +0100

    Fix string format.

commit b6c753c69cd6f0be26122b57f5323d8a2a977b07
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 18 15:18:41 2009 +0100

    vout_msw: use var_TriggerCallback and some cleaning.

commit 68ab6616fab70807333a193a998520f2878a5404
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 18 14:52:57 2009 +0100

    vout_omapfb: fix potential leaks.

commit badc5d5dd4071bf4cca682545a917fb082603ae3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 19 02:01:24 2009 +0000

    1st preview release for VLC 1.0.0

commit f01bf2d377de12a4091357ee9a1e38bfbc8e6ff0
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 19 01:38:39 2009 +0000

    Merge the l10n from 0.9-bugfix
    
    Nominated for the price of the ugliest commitdiff

commit f65fad05bddf8cc88cd11af69f2b8237c02747d7
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Mar 19 01:38:14 2009 +0000

    Update the pot file for vlc 1.0.0

commit e1c6e8a777e5ddfb33ccf0763dac18f546205ceb
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Mar 18 23:10:23 2009 +0000

    Remove deleted files from POTFILES.in

commit d6b67211aacbdf45627f5b267ebe0dcf5edb146d
Author: JP Dinger <jpd@m2x.nl>
Date:   Tue Mar 17 14:11:58 2009 +0100

    Simplify libvlc_media_player_is_playing(). Should really be inline.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 57fabbefa80caee2a77f37947f7ae251803abeb8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 22:43:10 2009 +0100

    Fix compilation of caca vout.

commit cc8c4755d9d3abe20b861ad19506fc1eee107603
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 22:33:08 2009 +0100

    telepathy: get back the previous behavior.

commit e0efd3d968bbb5b15b00d53053ce0f0f226c4bbb
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 22:06:45 2009 +0100

    No need to add a '\n' with msg_*

commit e4306960d29ac671d2a8155cb4273ab0a4c03401
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:57:29 2009 +0100

    vout_ggi: fix return value.

commit 48aef0f087ea191b5032a79cb496bba69c512e92
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:52:40 2009 +0100

    vout_fb: fix a potential memleak and some cleanings.

commit 1ece85a604d13f5c6236f872c80caf13893eb3b4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:40:23 2009 +0100

    directfb: fix potential memleak.

commit 5dc266b9e98e0c28456d026c0628fb2ebfe72d13
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:34:17 2009 +0100

    fix a segfault when launching a video inside a tty.

commit 3f27d44e65fea0ad2955dd5f4c9209cf2a57d3ae
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:21:12 2009 +0100

    vout_caca: fix potential memleak.

commit 2c48c5b118ab03a2968a16a72a6359499d1a3311
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:12:16 2009 +0100

    vout_aa: fix pontential memleak and cosmetics.

commit be4ffc8bbbdec108e920c0b775e0c7f1c03ce1d3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 17 21:06:57 2009 +0100

    sdl: simplifications.

commit 0eeed6e9c0fce48f84b72cec257eea0e51a73bb1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 16 23:53:57 2009 +0100

    Parse *only* NAL SEI for Closed Caption.

commit a43be925489b3b4b659b12490e9fff629cc37a55
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 16 23:38:00 2009 +0100

    Try to use video-filter instead of vout-filter for deinterlacing.
    
    It only works for blend and X mode but there are probably the most used.
    When blend/X are enabled/disabled:
     - It avoids recreating the vout.
     - It avoids deinterlacing the (soft) subtitles.
    The other modes are not possible without a lot of vout works, so it is
    postponed for later.
    
    As a side effect, the initial value of the menu now takes into account the
    command line options.
    
    Please, report any regression. This code is made complicated by the
    vout filter/video filter2 switches&tricks.

commit d463e6950ca53a32aa6ff5b2ed79ca2d976cf6c4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 16 21:09:44 2009 +0100

    Make sure that var_Get on a string will return a non NULL value.
    
    The current code assume it everywhere.

commit f720c4c9ee13bf5b9c070cd70db17b8beb0f3804
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 16 20:44:38 2009 +0100

    Improved a bit deinterlace video filter2.
    
    It now supports I422 and discard mode.

commit f9cbf5e6071f1864d394987d4cda7dac8f8343c7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 15 21:16:47 2009 +0100

    Removed dead code (deinterlace).

commit ac4dcf940a17ea9a28572b6e84bc34235ce04309
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 14 21:35:36 2009 +0100

    Cosmetics (vout, deinterlace).

commit 03ba016ded2965e4b44a96f53580f49a1bfa3c01
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:59:49 2009 +0200

    Remove intf_thread_t.change_lock

commit 59414b0801a314e1e4c7dffc4e610f7c635e2c9f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:56:46 2009 +0200

    CMML: privatize callback lock

commit 31b183e8b59b99a6632462ba1bebc40607feb714
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:54:29 2009 +0200

    WinCE: remove dummy locking

commit fbb29fc03db1ee8a140478326b5c2315f3211dfb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:54:15 2009 +0200

    Qt4: remove dummy locking

commit 5c291911bb2d14da60cfa3fa74cf1c081d42935a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:54:01 2009 +0200

    PDA GTK: remove dummy locking

commit 4a0cc5f3e83fdb49fdaba7da2ec284d54f8e992f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:53:22 2009 +0200

    Hildon UI: remove dummy lock acquisition

commit a640cc722a34d7fd459149c87bf86fa63547ac7a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:52:16 2009 +0200

    OSX interface: remove dummy lock acquisition
    
    It is only used from a single thread

commit eb5d8fada5ec07e3a8f4cb2b2cd6df4f7af2b9fd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:51:58 2009 +0200

    showintf: privatize the callback lock

commit dd5df29b88b606707679db5b60167435cd979d1c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:50:47 2009 +0200

    Gestures: privatize interface callback lock
    
    And hmm, this really should use a condition variable too.

commit ef652e916daff04bd68387bc187114ae2d729758
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:50:28 2009 +0200

    VCDX: privatize interface callback lock

commit 352cbd7c4f1750641c7daa3308631b74029449e7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 20:14:11 2009 +0200

    Unload interface plugin in StopThread rather than destroy
    
    That is the same problem as we already had with other object types.
    The interface really needs to unload when its owner stops it, not when
    the reference counter drops to zero. This fixes a reference dead loop
    when an interface yields itself (such as Qt through the view menu) and
    a crash if an interface releases itself last (unmapping the running
    caller code).

commit a276d9aa737e353a7c2bf5e19b36216a8c47528b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 19:58:49 2009 +0200

    input: fix stack overflow if user feeds an overly large MRL

commit 22a10cf39215202a5e1ed64b79fbbdd7242836b7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 19:12:31 2009 +0200

    Qt4: cleanup

commit 3c99a3b267bebe108b2380ae520cba2192bb35df
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 17 18:10:29 2009 +0200

    (prev|next)-(chapter|title) is a void variable. Fix aborts.

commit ed9fae5e469fe0fcae7c1fac1ee0a31c62e968fb
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Sat Mar 14 11:13:40 2009 +0100

    at qt4 termination, ensure quit() function is executed in the right thread
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 0c2ad187250981074d4c07a059e0a49b00d163dd
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 17 16:17:44 2009 +0100

    NEWS: document image -> scene (video-filter) transistion.

commit 0cf6f79203987d733accb291a47567b27590aaa2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 17 15:51:21 2009 +0100

    safari: integer type cleanup

commit 1cd238173cdde8be8123093a76ea79f64d48a0c6
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 17 10:49:10 2009 +0100

    safari: fix crash on exit after going fullscreen in webbrowser plugin.

commit 037a2d7fb7e69be8522fbaac378823fa8b4f3f21
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 17 09:54:20 2009 +0100

    safari: add license to file

commit 96be7aba813fcd18b68a1aaa5fd09a17387aa93c
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 10 17:10:39 2009 +0100

    macosx: cleanup

commit aeb990e6af798d88ccec542386b7e2b7eb1db08a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 10 16:56:28 2009 +0100

    macosx: remove unused variable.

commit 95dcd91e0572ea24877876de49ba0d2ef5b16348
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 10 16:51:51 2009 +0100

    macosx: fix potential memleaks

commit 0392f8be2186d67ae86e9fdc1f809af34e623352
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 10 16:01:17 2009 +0100

    check against libvlc_state_t states

commit 9d926a9e6380711e8e61bfe63e3c3876a3749b7d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Mar 5 11:37:50 2009 +0100

    minimal_macosx: "drawable-agl" and "drawable-gl" split

commit 054e7db91b9f4ad154af993e936f3cc94d34ae03
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 2 21:32:13 2009 +0100

    macosx: vout drawable rework.
    
    The macosx drawable variable that used to hold the drawable window reference is splitted up in two variables "drawable-agl" (used by macosx safari/mozilla plugin) and "drawable-gl" (used by macosx interface).

commit 42bf6ff2745694b9da7f60464d66d887a40a1843
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 2 15:08:45 2009 +0100

    vougl.m: cosmetics

commit 5886a5232bf28e6acf2b4ef16e8286aefa2772f4
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 17 13:55:32 2009 +0100

    sync activex test page with mozilla test page

commit 825f771dd5129a8584348911ade4a08fe855f31a
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 17 13:50:27 2009 +0100

    libvlc_media_player_is_playing(): no need to throw an exception in this case.

commit 146a7293a4e5ee55d24552516aa658869bff3917
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 17 13:45:33 2009 +0100

    small cleanup in mozilla test page

commit c253aa90b2e6aef344b8b4cc8f3b4871d7fce3ab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 17 00:23:21 2009 +0100

    Require taglib 1.5.

commit 02456d7e33bb7d1b91e0c760ec35c0fdf5533c92
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 16 23:37:49 2009 +0100

    Skins: fix the popup-menu appearance on the video.
    
    Patch by Erwan10, <brezhoneg1@yahoo.fr>, simplified by /me

commit b1338135703fa29e95257a65c21a90be9e60eef1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 16 23:32:20 2009 +0100

    Qt: fix a crash when you don't want to have the recent items. And don't even show the menu.

commit 04af5c7c7d1d6a779f73c2384c8e40a32cbe35d9
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Sun Mar 15 00:10:49 2009 +0100

    skins2 vout manager
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 823b07a0aa5fabf0a237fea20bcca1c3334111a6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Mar 16 21:12:08 2009 +0200

    Qt4: hold objet while the popup menu is active

commit c3cffb4f2fc50e3d8d6078a93b32f7163cb54a7c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Mar 16 20:37:34 2009 +0200

    Remove a whole bunch of non-sensical vlc_object_hold()
    
    In one case (noted by Erwan Tulou), this also fixes a large leak.
    
    There is _absolutely_ no point in holding an object and releasing it
    immediately. Holding an object only makes sense if:
     - the object cannot vanish while calling vlc_object_hold(), and
     - either:
       - the object could have otherwise vanished before
         vlc_object_release(), or
       - there is no way to avoid the (otherwise not needed)
         vlc_object_hold() because it comes from another component.
    
    Conversely, it makes no sense to hold an object, if:
     - it could vanish already while calling hold (race condition)
       -> this is *invalid* and might crash,
     - there is already a valid reference to the object throughout.
    
    I don't know in which case that code was, but the popup menu definitely
    does invalid object access in some cases. For instance:
     - start playing a single video,
     - seek to a few seconds before the end,
     - open the popup menu, go to video / deinterlace,
     - wait for the video to finish and the playlist to stop,
     - click on "X" from the deinterlace submenu.
    Oops.

commit d3a797fb4a5a3daf13a03e4d64f3812fccd84279
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Mar 16 18:29:36 2009 +0200

    Unused variable

commit b1fdae4f897451b066f0c6f29c21c57491ea1f6d
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Mon Mar 16 14:33:50 2009 +0100

    Enable tcp keep alive in http
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 2c4367b3fb84a317cb22f65dd1ae759d83c458e7
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 16 10:59:04 2009 +0100

    x11: remove unused variables in Control.

commit b78eae4ca7620c7236d0fe904120fa7e7f0d8159
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 16 10:55:42 2009 +0100

    mozilla: remove npunix_old.c and npwin_old.cpp

commit d99719c4e600d34ae9972d349fda599d87fac82b
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 13 16:13:04 2009 +0100

    mozilla: rewrite and license npunix.c/npwin.cpp under LGPLv2.1 (or later)

commit 53ac2e4ffe70b12bc4052c244b77e932e38a9bfa
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 13 12:47:52 2009 +0100

    mozilla: Resolve files with conflicting licensing terms
    
    Renamed:
     npunix.c to npunix_old.c
     npwin.cpp to npwin_old.cpp
    
    Added new files from mozilla source code
     npunix.c
     npwin.cpp

commit 9d05fa788929812d3ff9c7034b75cadfb531b0a2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 16 12:05:47 2009 +0100

    macosx: fix function prototype of manage_cleanup (argument for pthread_cleanup_push).

commit 7d9b21b0d840e7c82e8a0db0de1a276b9317d816
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Mar 16 11:06:57 2009 +0100

    macosx: playlistlock is held when playlistinfo panel is updated, so call PreparseEnqueue with pl_Locked.
    
    updatePanelWithItem is called from modules/gui/macosx/intf.m line 1565 with playlist lock held.
    If this solution is wrong then revert and fix properly.

commit 98c893ec7f44e8962a6bfd3e41cc8be6c41ec468
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Mar 10 10:51:36 2009 +0100

    macosx: cleanup

commit a43467c26bc277ac85e3545bb986d7df6c69d61f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 16 11:31:10 2009 +0100

    remove dead links.

commit 4884854bcee170201e232817dec3c2bcd1759ac7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 16 10:52:54 2009 +0100

    update: fix objects leak.

commit e0a09aa309ec492aed298dbde9193884048b6aef
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 15 22:57:48 2009 +0100

    qt4: cleaning the singletons implementation.

commit ef65c9987986aac9563131c9cb74930ed067102f
Author: brezhoneg1 <brezhoneg1@yahoo.fr>
Date:   Mon Mar 16 01:15:37 2009 +0100

    Actually, the patch corrects three problems (2 pertaining to qt4 as a
    dialog provider for skins and 1 as the regular qt4). The problems for
    skins are real (lead to crashes when using menus). The one for regular
    qt4 was obviously a typo, but sometimes even removing a typo may have
    side effects. If so, please find attached a patch that reverts this part
    of the previous patch.
    
    Erwan10
    
    Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>

commit 02abb732f80e3dd24ec8e0ab751d6b11f12102dd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 16 01:10:55 2009 +0100

    Qt: Provide a clean way to not transcode in Sout dialog.

commit 15a6423d9be7811633a2dab3cfdec8745471e094
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 16 00:34:45 2009 +0100

    Skins2: less stupid match for opening the files.

commit 0dd801d30afe32ce34afe09134bf651e179d0ba3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 15 21:20:16 2009 +0100

    qt4_playlist: less includes.

commit 095555eb31a4527064100b99c0f340811078fb9c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 15 21:03:25 2009 +0100

    qt4: remove totology.

commit 15edb457d5068568c996b41bbfb96b41a3fb1da2
Author: Fabio Ritrovato <exsephiroth87@gmail.com>
Date:   Fri Mar 13 23:13:46 2009 +0100

    Fix popupSave/Stream deadlock
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit bcd90fb2299c5776cd07b5f065f77ef7fcb3de0f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 15 18:59:01 2009 +0100

    qt4: fix memleak.

commit 59b66be9b1ea3b3f2976f29cde4a0ee3932abf1a
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Mar 13 20:10:18 2009 +0100

    qt4-correct several problems related to p_input (main input manager class)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 740270dbc4e2f7174a441f2182dd20604e33e354
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 20:58:22 2009 +0200

    Cosmetics

commit cf6df7947bd5e62b99788cf9862b312c5b3d5599
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Mar 13 20:43:54 2009 +0100

    X11: make sure base window is really destroyed...
    
    ...before calling release function of the window provider
    (only way to prevent possible BadWindow xlib error)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 1977472264277e9c5cf353482349a3a5ca3697f6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 19:45:06 2009 +0200

    dvdnav: don't probe stdin (this just removes a silly error message)

commit c49da8a2c5f576a7de0ad40041e95d1fa68525e8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 18:20:30 2009 +0100

    Qt: QString::number is more maintainable than QString("%1").arg syntax

commit 319a10e66abb7fdd2c43026e1d3ae2b2316c2212
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 17:57:37 2009 +0100

    Qt: correctly split options and escape ':' so if your dshow devices or your subtitle contains a " :" in the name, it is correctly opened.

commit 25cda0016c3cb7d4a57c7b8a8221daf62ac00321
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 19:21:06 2009 +0200

    stats leaks

commit b22e760179bf21da1f5eff242b3236d47a2dd3b4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 19:13:23 2009 +0200

    Memory leak

commit db8219ed6443a6d21df6bf28bca2be0426e6cdc5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 19:04:54 2009 +0200

    Allow libxml 2.7. Leak memory.

commit 5aa35524799114bae811469407337f1d0c219202
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 18:06:37 2009 +0200

    Require libxml2 < 2.7
    
    Thread initialization has changed in 2.7, such that VLC and Qt4 cannot
    both use libxml2. While this maximum version requirement is bound to
    frustrate Linux/BSD users, we cannot fix this within VLC. Falling back
    to xtag is not quite as bad as crashing.

commit 620ea88c4ec6dc202d05331efd659cd24191cafb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 18:01:41 2009 +0200

    configure: use pkg-config for GNOME-XML
    
    We need libxml version 2.5 for text reader.
    pkg-config is present since version 2.3 at least (over 8 years ago).

commit 72d2657110274fb3c7b0aac3766781f5491e9139
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 15 18:01:19 2009 +0200

    configure: trivial factorization

commit a622a74a1fe9cd481474960ff8435335d56a4067
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 03:41:19 2009 +0100

    Qt: remove Preferences singleton. Simplify and Close #2552 and #2551

commit db8fce291e1646ecae93132cc9f7338c95f01b73
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 03:27:29 2009 +0100

    Qt menu, "Open Location from Clipboard."

commit 75a5efb2f7138221593357954e3bd4dde0b88993
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 03:07:14 2009 +0100

    Qt: provide a way to dump from the convert dialog.

commit 97513e3145fe31f2fee94378888a59329ebe6fe2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:52:02 2009 +0100

    Qt: String change for 'Track Synchronization'

commit 6e6dd55056a0cc3bae93ed96eb3022d733786528
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:47:21 2009 +0100

    Qt: move Sout Dialog out of singleton.

commit db8ce6ef046913ed2bc38a9f770fc2bc05fbbc73
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:38:03 2009 +0100

    Qt: Sout strings modification.

commit 5bdf4e1895617c0f086a3fc1001a5f28a0fc8911
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:19:34 2009 +0100

    Qt: various string fixes and consistencies in the ui

commit 0571ef72ef6bb50e46c1118404143e68f2eef3e7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:12:51 2009 +0100

    Qt: don't use "Open a Media"

commit c54715a17acf3eb7472a1f4c2ec3dbcd906687fd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:03:10 2009 +0100

    Qt: split correctly the input options for Convertion and Sout Dialogs.

commit b42755d7fd2a64ad8c9d4c881388685abee9c463
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 15 02:00:54 2009 +0100

    Qt: includes barrier fix.

commit a8e4b30b4b3bc0d57f757939030295f31e972c80
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 20:40:38 2009 +0100

    Qt: qt4.cpp cosmetics.

commit 0bafd9ff09406c8ddb180502cac2a8688bdc621d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 14 22:29:17 2009 +0200

    Adaptive PCM: set the output category (fixes assertion)

commit f5060d12c31af094d9105143c88371487ff2c72c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 14 20:43:15 2009 +0100

    Improved preroll in avcodec.
    
    Do not decode non reference pictures while prerolling.
    It improves seek performance when decoding with ffmpeg.

commit 2f8325c31f664fd42a239ff04f3f63d7c0197418
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 14 19:44:33 2009 +0100

    Prevent a segfault with Xv video output and too bug image.
    
    It should fix/workaround https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/324911
    but I am not sure if it is the right way.

commit 4468f081483019140f86b1b1df22a06f80ff3d16
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 17:40:49 2009 +0100

    Qt: match the access changes for cdda-track specification (commit 55e3dca3b7164bfb8aeafc21b9e9ea6258cf4bf9 by fenrir )

commit bab3d856240588a33e0a74545eed11a7d997a30f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 17:12:19 2009 +0100

    Qt: try to debug and solve the dshow-vdev issue.

commit 4346bf2fdfd68b612754c7aa0fe6bf59723e9e71
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 16:51:30 2009 +0100

    Qt: Cosmetics and msg_Dbg.

commit 6b7e4a811f0037112663b826521724133b9374c3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 16:48:58 2009 +0100

    Qt: correctly handle cancelling of sout/convert dialogs. Update copyrights.

commit 9544d24636882294843f5e253cee819c157d19e5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 16:39:20 2009 +0100

    Qt: remove all the """ present in the Sout mRL.

commit ad49c23dc497ccb676ccc3ae0f07d0a0613950a2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 16:36:23 2009 +0100

    Qt: Profiles, define codec=none when no transcoding is wanted by the user.

commit 0f4954c0a6afe02036b6c5510d7e0617b0d17213
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 15:49:51 2009 +0100

    Qt: profiles, make difference between:
    
    - Trash Audio
    - Keep original Audio

commit d0e710035160100e3a3eaf24ce076db4b3101a0f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 15:16:57 2009 +0100

    Qt: use LineEdits for width and height and state that you can have one of them empty.

commit 9adc9c55e941b9ea04dec9228bb3e731ad518667
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:42:52 2009 +0100

    Qt: Sout Profiles: be sure to set a mux.

commit b0119ef3111cf3370f50d93d4680ecd5a0c66d40
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:40:02 2009 +0100

    Qt: fix sample rate selection in the Sout profile.

commit a52e38c475029e0df1e72031a49ddfb7eed88abd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:22:01 2009 +0100

    Qt4.3 compatibility.

commit 02da9e409345d1e5c6a235512758d81cdb5fe020
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:19:35 2009 +0100

    Qt: Minimal change in SPrefs for alignment.

commit a634a824ba40cd1b6138fb22977fb86a701a8797
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:13:49 2009 +0100

    Correctly set GSM fourcc

commit bd4cfaf198e0194fdc7101463e96b03e0bcd2bc3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 14 14:13:34 2009 +0100

    Remove unneeded string.

commit 25de145c19d5f470662420cffe0d3faf06c6bcd9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Mar 13 00:29:19 2009 +0100

    Added missing lock for INPUT_EVENT_ABORT check (input).

commit ce60c1918ff013d0a1b6f7cb4efa4a1ce392d34c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 12 22:50:26 2009 +0100

    Reworked and improved TS ES with stream_type equals to 0x06.

commit 0f827e957e67bd94b63f8f05c5bb90aeb52663d4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 12 20:30:46 2009 +0100

    Cosmetics (ts).

commit f5bea704d5441b857c559014af94bfbb4425d713
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 12 20:13:29 2009 +0100

    Send INPUT_EVENT_ABORT from input thread instead of input_StopThread.
    
    It is cleaner to not send event from caller threadand will fix a deadlock in the
    playlist code.

commit ac14ce27a1a646787dfe1daf67c4ac3c586bfeaa
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Mar 12 16:47:25 2009 +0100

    macosx intf: switch a vlc_object_find to input_GetAout

commit 77347b41beef94e47f421e1d02f2261fae33b3bb
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Mar 12 16:46:57 2009 +0100

    macosx intf: aout leaks

commit 0e05b6e2b1509d58bb2f32db25da26feb0396b87
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 12 17:41:02 2009 +0200

    avformat: lock avcodec
    
    This is ugly but we can do jack about this (short of forking ffmpeg).

commit bf7164b79255132d97dffbc82fe3dc1e945e053e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 12 17:34:36 2009 +0200

    avcodec, switcher: use the global avcodec lock

commit 6f037fa47876b4270133259f2d5f5ae545b2689a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 12 17:27:37 2009 +0200

    Add a centralized avcodec lock
    
    avcodec is used from at least three different plugins: avcodec,
    switcher (which seems dead though) and indirectly in avformat. We need
    to have a common interlock for all of these.

commit c1e1c430cc56fa3451285aed24180bbbced4b385
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Mar 12 15:45:38 2009 +0100

    qt_vlm: add some const for the QString.

commit 9f84f025ab2a6e0d8d9da2ba520652ac8f657524
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 12 16:49:37 2009 +0200

    libavutil callback cannot assume it has a VLC object
    
    This fixes a crash from the avformat (de)mux.

commit 29591e86dce52698967ddf3bad5c37322ca4faad
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 11 20:11:40 2009 +0100

    skins2: operator '=' return a reference.

commit 7768ff9e6ac6a582bcc90c454d0986566a4f7f03
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 11 19:48:29 2009 +0100

    skins2: remove unused function.

commit 3180a62071dcd2839c62acaf4f008a9c352e3700
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 11 19:01:51 2009 +0100

    vcdx: use ifdef instead of if.

commit 8aa361fc0bb8d69fb0c184952d2f5366b45c860f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 11 16:31:26 2009 +0100

    qt4_sout: use references for const QString.

commit 265371e9bed0f801a8580f48cfc5f756665ebd6a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Mar 11 14:04:43 2009 +0100

    bda: fix potential uninitialized value.

commit ff865bf49e8dfd507dc9af6f49807c3c77b5b85f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Mar 10 14:59:55 2009 +0100

    zipstream: fix potential memleak.

commit 03d464d600da4ae0a72485767a8d39866f84d8a8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 9 10:52:21 2009 +0100

    unused variables.

commit d46728dff61b74e6cffd11615b7fa3a526075b0f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 12 00:47:13 2009 +0100

    x264: obsolete pre-scenecut option.

commit a64f8985842216d667317c2c5892ba3740a7034e
Author: JP Dinger <jpd@m2x.nl>
Date:   Fri Mar 6 13:22:27 2009 +0100

    s/(void)p_e;/VLC_UNUSED(p_e);/
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c4bf7a64c75f2c12060c04d295ab8bbe1206acf9
Author: Vicente Jimenez Aguilar <googuy@gmail.com>
Date:   Tue Mar 10 17:53:00 2009 +0100

    Missing use of options in test.html added playlist items.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 8f601a32ed1086f0b9d0046b62ab7c6ad525e0b3
Author: Sabourin Gilles <gilles.sabourin@free.fr>
Date:   Thu Mar 12 00:05:53 2009 +0100

    x264 Removed pre-scenecut definitions for build 67
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 49897b2f203b47594bff526c275c7a1d949652f3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Mar 11 23:35:14 2009 +0100

    Fixed some DVD menus.

commit ab35d8541425309b1892aeacec7853a21b0c487d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Mar 11 23:20:26 2009 +0100

    Export ES_OUT_GET_EMPTY which is needed for interactive video.

commit bca439548bcbea91a8d96f8f83fd3e3aa8ba240b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 10 22:56:41 2009 +0100

    Fixed DecoderUpdatePreroll.
    
    It makes prerolling less precise but it will avoid loosing valid
    frame.

commit 8610a92bc466ae368ad9a078650c5397e52c90bc
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 22:44:23 2009 +0200

    Almost wait-free snapshot handling in the vout thread
    
    Using vlc_mutex_trylock(), we make sure that the video output thread
    will not yield because of an incomplete snapshot request. It can still
    yield in the very unlikely case that a thread is doing a snapshot
    request while the video output thread finishes sorting SPUs _and_ there
    already was a pending snapshot earlier.

commit 685ac18a9a9d87646eda24a5550399fb5bc5f9fb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 22:43:54 2009 +0200

    Add vlc_mutex_trylock

commit 9fc77f32be5c2dee011c4f970286e434216ce1f1
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Wed Mar 11 12:13:18 2009 +0100

    Win32: disable sprintf wrapper for %z
    
    The macros are indeed a little bit too intrusive, and break calls to
    QString::sprintf
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 3d230637469d2ec1dcdb41957614eb3ad22b7615
Author: André Weber <atmo@videolan.org>
Date:   Wed Mar 11 19:13:27 2009 +0100

    Fixed a Bug in UpdateEdgeWeighting used wrong const for number of columns (copy and paste error)

commit 6e8667d88aadc97e03032b153765bf3a6fa1eb6c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 23:16:03 2009 +0200

    Fix libvlc_add_intf documentation

commit 47512c0df0fc413799059b3a4e13d955e4533474
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 20:05:59 2009 +0200

    Fix progress dialog scale

commit f2d57a3709541bbf154532cdf7398161f96954d1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 19:29:00 2009 +0200

    Win32 compile fix

commit 9fdc8915682d3d3beae69f6956616b660ec9963b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 18:54:03 2009 +0200

    RTP out: improve soft-error handling
    
    When the socket is congested, we should simply skip sending.
    When there is a soft-error, we should resend and simply ignore.
    
    Instead, we were dropping the socket if the failure remained on the
    second try, which was always the case in the congestion scenario.
    This should fix the socket dropping problem described at:
    http://forum.videolan.org/viewtopic.php?f=4&t=56493

commit 47808d9be42bd36c26cfe488e9699fa76429ec49
Author: JP Dinger <jpd@m2x.nl>
Date:   Tue Mar 10 12:11:23 2009 +0100

    De-deprecate activex plugin.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 6395b3e54482ef1506f0ba88afb58ba1f6c8434a
Author: JP Dinger <jpd@m2x.nl>
Date:   Tue Mar 10 13:22:06 2009 +0100

    Move users of playlist_select() inline.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 0cca872b95aff09b9c12d0b871fd4a56d422a6d1
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Mon Mar 9 12:18:14 2009 +0100

    Win64: properly work around %z modifiers
    
    size_t are 64-bit long on Win64, adapt the wrapper for it
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 5c7fac9ae6fd82f49632ef8afb7a285b032b7418
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Mon Mar 9 12:19:10 2009 +0100

    Win32: remove uneeded %z hack
    
    Since we now have a general work around, this hack is not needed
    anymore. This reverts commit 6f1a7b41f0f2175ceb1dd399b1ded5e30ffe704b
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 5b61614c29e2cc6149536ce847b7580ba1151025
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Mar 10 10:48:09 2009 +0100

    Win32: wrappers to work around %z printf
    
    This patch works around unsupported %z modifiers, by using a wrapper
    around *printf functions that patches the format string on the fly. The
    format string is duplicated, and "%z"'s are replaced by "%l"'s.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit b7c24fc34d817ccdf4e5ef99cf94698b7319b0b3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Tue Mar 10 18:05:32 2009 +0200

    Missing return value

commit 173a1081aa9563566b999f12aca3cd2bdc3bfa07
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 10 11:15:35 2009 +0100

    libvlc_media_player_get_state: cache is between [0.0 .. 1.0] (spotted by Laurant Almar).

commit b757e8675a332103fae69468e73187e602745744
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 10 11:06:09 2009 +0100

    activex; sync test.html testpage with mozilla one.

commit 499e50d71863eccac17c49dcf05dc424965bfdd1
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 10 10:40:38 2009 +0100

    mozilla: cleanup test.html plugin testing page.

commit bf8c4fd1c213653c8d080c7d09033399e0afe9e4
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Mar 10 10:24:28 2009 +0100

    libvlc_media_player_set_rate: Allow for changing playout rate.
    
    This fixes a regression introduced in commit: 75adef44b044b9b81e593e74db857d6b2a7e4eaa

commit f207e1016359bc579ee72f4a23e40cf034c8dab2
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 16:53:10 2009 +0100

    libvlc api: detect when core is buffering.

commit 4bdcefc6874c64df552d115eaf796832db6c362e
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 14:23:29 2009 +0100

    share: ignore these files

commit 10fa9f4d85d9cac5ab7cabd7b081f5a3c05bfff5
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 14:21:30 2009 +0100

    activex: ignore this file

commit b69e6715ea3ba11b199cf660bb42378f66041e9c
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 14:20:23 2009 +0100

    mozilla: ignore these files

commit 15973bcd1b706c7aecd8ee3ff3a75c0796d950e3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 23:50:45 2009 +0100

    Try to interrupt fetcher thread as soon as possible.

commit c7688765fc70c5d5d26af2c05325d8cb24def4ca
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 23:41:41 2009 +0100

    Fixed a possible fetcher deadlock.
    
    It could happen if the input_thread_t die before/without sending any
    meta event.

commit dc9d7d9bbbf1e8e45ff6f3ca612bf5b302578ee8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 23:38:22 2009 +0100

    Use playlist_fetcher_t object instead of playlist one.
    
    It avoid locking the whole playlist_t when fetching art, which can take a lot
    of time...

commit f27683f46727724ef3f44b78297b1d7468b43083
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 23:37:49 2009 +0100

    Removed var_Get in subtitles.c

commit 8b0c5ca4ce0cc757c9080a1630e22d7ef6aa8f8a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 21:53:45 2009 +0100

    Removed var_Get/Set in es_out.c

commit bc605af3b5b70279d953d00258a75eb77446bac3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 21:48:31 2009 +0100

    Remove var_Get/Set in input.c

commit bf7bfa8f24b373d563659e4016a3a424175b39a4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 21:31:21 2009 +0100

    Do not use the lock icon for scrambled stream.
    
    Until a valid icon is designed/found, I used a DRM text label.

commit 8faf1ece2f456e06cb7f03627e8b3a327eea3584
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 21:29:50 2009 +0100

    Fixed scrambled label state.

commit e3a97fd38539016117478ddeffc46f3dabffbdf8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 20:52:01 2009 +0100

    Fixed warning (dvb).

commit e0d63ad30ae0e9e98b419c25e4444dcf2b397d08
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Mar 9 22:23:37 2009 +0200

    new cannot return NULL per ISO C++

commit 8236d4c98f0e531a3be614b8dff14d1a60e05eec
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Mar 9 20:38:46 2009 +0100

    Added a INPUT_EVENT_ABORT event to detect user requested abort.

commit 0715fa586d27382189b45e73820502ce861eaf72
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Mon Mar 9 21:15:23 2009 +0200

    dialog_ProgressSet: add an optional string parameter

commit e58d709408be2ddfa59089e43d726abcf031a2d7
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Sun Mar 8 20:07:07 2009 +0100

    vlc_object_hold is not needed (vlc_object_find already holds it)
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 682db2c855a083d981af45dda6f3c333b5fd5c3c
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 13:46:09 2009 +0100

    stats: Add stream quality counters to Qt4 stastics by counting corrupted blocks and discontinuities found.
    
    Note the quality counters are mere indications and not exact reporting of how much blocks/discontinuity really occured. It will only tell you how often it is noticed.

commit 32f7fa1068f28c6c4342d29888a64b3b72695504
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Mar 9 11:30:25 2009 +0100

    qt4: Catch INPUT_EVENT_PROGRAM updates and show icon when "program-scrambled" is set.

commit d7a871c8cf5f9a3653e292d6878a8c9230cfc272
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Mar 9 09:38:25 2009 +0100

    access_pvr: really fix the potential memleak.

commit f4999335487bd2fc92ad05229356e1d450a8cc99
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 23:42:21 2009 +0100

    rc: fix uninitialized value on win32.

commit 1d2ddfa1b1d914d0abe98686e1f4a2d2a13cb46d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 23:11:55 2009 +0100

    mmstu: unneed call.

commit 208fdac524e3cd888215fa131ac43cf6acde1a33
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 23:07:16 2009 +0100

    access_directory: missing include.

commit ebbf215befae1a06c01997e3dec720a7f428a84f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 23:01:34 2009 +0100

    access_pvr: fix potential memleak and factorize.

commit d0d2ae836655328629cfcdf9322490323f682027
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 22:17:38 2009 +0100

    access_v4l: take the option into account for "v4l_hue".

commit 78f00ed76d46bfbd5e2049a8a8ae14f7601249a1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 22:14:58 2009 +0100

    access_v4l: factorization.

commit 6f24f332579b5d4a6b98d4124693d98227cfe576
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 21:55:38 2009 +0100

    sccaess_screen: little cleaning.

commit 17d0f722d52d046030af519923162f71d1464277
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 21:50:35 2009 +0100

    screen_win32: little cleaning.

commit 406a01541ce145dff8f05aaac963686c4b622924
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 21:46:14 2009 +0100

    screen_win32: fix potential memleak and use DeleteDC instead of ReleaseDC.

commit 188a6a71251e6c7e2e9c29521d0142cd8aefdcb9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 19:28:53 2009 +0100

    LIST: missing module.

commit f5ed93a5941bf7cbf7ef9c6c71331d775bc788e4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 23:29:24 2009 +0200

    Typo

commit b10cf471819e36b7211e55daa466b9805553225d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 23:26:46 2009 +0200

    Fix XML encoding of our crappy XSPF extensions
    
    (still not handling errors correctly)

commit 902c72548f56361cbbdf09f7320dd94c8b97010b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Mar 8 23:06:43 2009 +0200

    directory: Add XSPF node-extension support to our directory module.
    
    Conflicts:
    
    	modules/access/directory.c
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 6113551a3b259764f38402f952b862cf6005a2c0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:49:50 2009 +0200

    Remove interaction core
    
    One useless thread gone (the new subsystem does not need a thread).

commit 9deb4cb1db8780fad4a6dc032723f3b021feed74
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:44:17 2009 +0200

    Qt4: remove interaction support

commit c3103fe44836ddd43e7c19e70a6996ba36311137
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:37:13 2009 +0200

    Remove intf_UserProgress

commit aa3da61d2cd926939d579c5b2eee0a2d107fdb64
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:24:42 2009 +0200

    Use dialog_Progress

commit d36df636a046d611d36c4c49a88f313ff5279293
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 21:10:21 2009 +0100

    Fixed a really bad type (input).

commit 143011b417b3ebefabece74ad355b3310723cdb9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:06:29 2009 +0200

    Qt4: back-end for dialog_Progress

commit fcdea1293c98f79599600b17b9dc2205f3e023f6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:06:23 2009 +0200

    Cosmetics

commit 23c79e062f2649587f445425a54df1a4253d49f5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 22:05:55 2009 +0200

    dialog_Progress replacement for intf_UserProgress

commit 8cf0a7fcfdce0922d757304f036d90e1583126ab
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 20:38:41 2009 +0100

    Added 2 missing vlm files.

commit 3d82199341fe58cf2a451a1f700d0404e31da557
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 20:25:52 2009 +0100

    Added basic VLM events.
    
     You need to attach a callback on the variable 'intf-event' of the vlm
    object.
     Becarefull, as (always) inside an event callback you cannot call back
    the object (here vlm).

commit 77f3391530ea9e252c96a71541c6634780c4144b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 19:18:18 2009 +0100

    Update scrambled es state on change (TS).

commit a9c070faa0b320fa2ff5474e11948a0a0c866f40
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 18:21:08 2009 +0100

    Cosmetics (input)

commit 04ee4c9fb32a3c5c97d0aa973ebfa12ed4c625c0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 16:22:32 2009 +0100

    Added a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user about scrambled es.
    
     The input variable "program-scrambled" will contain the state for the current
    program only. If at least one es is scrambled then the whole program is.
     The associated event is INPUT_EVENT_PROGRAM.
     If necessary for a better GUI support, we could change it to a list.

commit 8e787d7f2bbc87ce29881559f0665fc352326460
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 15:59:27 2009 +0100

    Factorized a bit es_out.c

commit 161e1a95f7f3b73431eb7e6bca507c2133bb3cae
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 19:18:12 2009 +0100

    qt4_sout: string on one line only.

commit dbb37c44eca8711e00be0f88d9a0192277b2d700
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 7 01:02:58 2009 +0100

    Qt: do we really need the days configuration for updates at first start?

commit fc37db067e133092fceec6f3c3ee2b9c151d151b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 7 00:56:23 2009 +0100

    Qt: rework of the Sout Dialog
    
    You can now add any number of duplicate parts you want. You can add them to create a new Tab. You can have two HTTP output or two File output, for example.
    Most of the widgets creation and MRL generation part has been splitted from the main class so that people why little knowledge of Qt can understand what is going on.
    
    Expert in streaming can personnalize more easily 'their' part of the UI with derivation of VirtualDestBox and implementing constructor+getMRL()
    
    The huge structure has been removed.
    This is a huge change in this dialog, but I think the old one was beyond possible repair.

commit 8693ccb6ee8ad45ab3b9f14e689d1a4a75e414d5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 18:57:45 2009 +0200

    VLC pointer variable callback -> Qt4 signal class
    
    This could easily be extended to support varaibles of other types, and
    set/get operations. But I don't need that :D

commit e598037c33232fd0a7d7d1087a6bd4791b3875ce
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 16:36:24 2009 +0200

    Remove intf_UserStringInput

commit 161699e444ab300507662619329e28a392f26eac
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 15:23:32 2009 +0100

    vcdx: fix warning.

commit 4b6976c1c0ca48a74a04b83b45554cbb932638d7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 14:54:19 2009 +0100

    Fixed stream_t (stream mode) read.
    
    It fixes a growing amount of cache as noticed by Sbastien Escudier.

commit 7fd00f2f3714f0caba6b35517e981a0299ba8aa9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 14:56:51 2009 +0100

    qtcapture: missing include.

commit ea1596f0707fb6348d1abb804ec4f5c44c87fb00
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Mar 8 14:51:33 2009 +0100

    mozilla: might fix compilation for win32.

commit a7139d450f322461b5c0df73149b7a34be493e4a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 14:10:23 2009 +0100

    Moved snapshot_t structure to the only place where it is used.

commit aaf2ac9004553f675564b171b89549b1ecede546
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 13:52:49 2009 +0100

    Removed libvlc "object:" snapshot hack.

commit ae9c402fd56bd376a5177c68182e6b2b0f426d5a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 13:45:19 2009 +0100

    Use vout_GetSnapshot in libvlc (untested).

commit 773363e09c71bef8c0101590d5b24a9335addd2c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 13:36:29 2009 +0100

    Added a vout_GetSnapshot to retreive snapshot from vout.
    
    It will allows to remove libvlc hack.

commit 44de9534ba658650aa4828f1f062d1850642d119
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 01:56:16 2009 +0100

    Clean up snapshot code (vout).
    
    It is also needed for a clean API for libvlc.

commit 0a3d51a12806e45db99c3ea88477ad407583c6e6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 8 00:30:38 2009 +0100

    First pass to clean up snapshot code (vout).
    
    It is thread safe (or should be).
    No snapshot should be lost.
    The image encoding is now done outside vout thread (in the callback).

commit bdaa9f31ec703326fa2b22f6bda2bc3be585ef22
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 7 22:58:52 2009 +0100

    Use picture_Export in vout_Snapshot.
    
    It fixes a few memleaks in case of error.

commit 66603abb3c0540f98b443dfdab4714348b38f70b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 7 22:56:09 2009 +0100

    Added picture_Export (internal) helper.

commit 5a604332d059acc879d59b79f610dbf915b1161a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 7 22:02:02 2009 +0100

    Fixed 2 compilation warnings (vout).

commit d8dcf17c118120c7aa1ee9f312b78f2c6d103fd2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 12:30:17 2009 +0200

    Qt4: remove intf_UserYesNo back-end

commit 402e44d0efae06e58df1ba7c7d4db119d5896eb2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 12:18:51 2009 +0200

    Remove intf_UserYesNo

commit f5930fffc2c8694f2e72550b2d9afeb5bad7b2aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 12:15:49 2009 +0200

    Use dialog_Question

commit 97ce64ff295e77ebd271a350c773cba4682cc17e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 12:05:11 2009 +0200

    Qt4: back-end for dialog_Question

commit 3c62d02f23d51f30d0fa1c2c9d314932e8df3ab5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 12:04:32 2009 +0200

    dialog_Question: simple thread-safe replacement for intf_UserYesNo

commit cb41eae4aff1878338a2e3f86d7bce289aecf022
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 8 09:26:22 2009 +0100

    mozilla: MacOS X build fix

commit 6fb027acde19b0cf2f9bae2a9cf47215929e9a5a
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 8 09:25:03 2009 +0100

    mozilla: windows build fix

commit cb3168c7fce60f68a5be955924679037c5279b80
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 00:12:26 2009 +0200

    Remove old login dialog code

commit 77c9756c40adbeae30b1f23b4ca96df719eaad27
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 8 00:10:24 2009 +0200

    Qt4: back-end for dialog_Login

commit 2a2773ed4e6bbc468692867e651b340aeefb796c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 23:23:47 2009 +0200

    Qt4: move dialog handler to a separate file

commit 7cba3abbd08c96099b52630912e21d3e24ec91e7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 23:23:26 2009 +0200

    Remove intf_UserLoginPassword

commit 03cb9032c0c845c89cdc21a3ce3147dfb5a138e5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 22:23:10 2009 +0200

    Use dialog_Login

commit da927a1c5dc1bad5ee99be33294a8c3b0bc3d050
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 22:17:35 2009 +0200

    dialog_Login: handle a format string

commit 57aea111c80b6f694fae794bab3d300736ffbaa7
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 21:30:19 2009 +0200

    Qt4: remove intf_UserFatal back-end

commit f6a424fee035b172eb8c8f96c048e540567eae42
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 21:28:30 2009 +0200

    Qt4: dialog_Fatal back-end (both modal and non-modal)
    
    (Feel free to move/cleanup)

commit b47ec4014eeebe33064d2e154d7ae679f7f0c22f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 20:56:01 2009 +0200

    dialog_Login: simple replacement for intf_UserLoginPassword

commit d5c12fe66eaf6d8b71ffaa394aea1d1f707a11b2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 7 17:29:40 2009 +0100

    Fixed CDG seeking while used as a slave input.

commit c0aeb6ae728d002311a7aa0b9f4b1cb761907705
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Mar 7 17:19:07 2009 +0100

    Reduce CDG decoder frame rate down to 25.

commit 96b814ba7c70d9aaacbfb13d890b842c34f2da25
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 5 23:53:04 2009 +0100

    Fixed a potential interaction dialog leak.

commit f6d917cb446f91abd2033725597a9ef3b8ea84e2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 18:17:03 2009 +0200

    Remove __intf_UserFatal

commit 28b1a8ac12a80e8302918ae1ec2b7441294a0258
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 18:12:18 2009 +0200

    Use dialog_FatalWait

commit cde300c7797d6e849c08fe01a6a0998794d98244
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 18:09:23 2009 +0200

    dialog: support modal fatal errors

commit 326a3a3ce9ad216f1479a1c0fd29c1ae3897e958
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 17:19:13 2009 +0100

    libvlc_video_set_spu: fix setting to 0 when no SPU is present in the stream
    
    In streams that do not have SPU ES setting spu-es to zero using libvlc_video_set_spu() results in playback being stopped. This is unwanted behaviour against which this patch protects now.

commit e00d4da82a8326a25f7e1fee378c54a31a2489d1
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 16:42:30 2009 +0100

    mozilla/safari/activex: do not show video title when running as browser plugin.

commit b99a4797dca4d88cd0dcd786ed6e36374c81ddd4
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 16:04:26 2009 +0100

    mozilla: fix regression introduced in: da3d8cdb8bb6a11bf727cf333da2ffa9816f117b
    
    Fixes play/pause and fullscreen toggle.

commit 0c58d4cb21e088b11fb41b32a3de4fdf2e4a6b3c
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 15:47:38 2009 +0100

    mozilla: keep projects/mozilla/install.js uptodate

commit 31a979181d55306d21f137df7f9a338fcb186584
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 15:14:53 2009 +0100

    mozilla: test.html fix inputTracker usage

commit 4e250dc9510d1ea8315321b95c117997a59fb9dc
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 14:41:04 2009 +0100

    mozilla: cosmetics

commit 2e7cec4521e619df4dfe2cb6f623565ee62425e8
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 14:19:44 2009 +0100

    mozilla: fix video overwritting toolbar issue

commit c8be4195422005d94816f3714d115f3b64c20abc
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Mar 6 13:26:16 2009 +0100

    mozilla: no longer use libvlc depreceated API
    
    Original rewrite done by JP Dinger <jpd@m2x.nl> and cleaned up by jpsaman.

commit e3965395a3f908da483833dbf8f4778a6b26c649
Author: JP Dinger <jpd@m2x.nl>
Date:   Mon Mar 2 13:46:25 2009 +0100

    Add isPluginRunning() and getPrivate<>(), and use them instead of the raw code.
    
    Review: Removed debug leftovers that where #if'ed and reverted none exiting p_plugin->getMP() changes.
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit 5fae4f454811a0b3077556155c42a40f097d0905
Author: jpsaman@m2x.nl <jpsaman@m2x.nl>
Date:   Fri Feb 27 11:53:55 2009 +0100

    Make both parameters of RETURN_ON_EXCEPTION explicit.
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit 90870f17fa32d775e9d5746d06a730b3f0a4a73a
Author: JP Dinger <jpd@m2x.nl>
Date:   Fri Feb 27 11:44:31 2009 +0100

    Push lots of copy/paste code into a macro, and en passant squash two small bugs.
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit 3025ab8302093fa1117494d2133f398f43826128
Author: JP Dinger <jpd@m2x.nl>
Date:   Fri Feb 27 11:03:07 2009 +0100

    Simplicifations, and arbitrarily take 78 cols as a better right margin than 100+.
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit ef2695257f442b35f3fc61697cb16b626de0985a
Author: JP Dinger <jpd@m2x.nl>
Date:   Thu Feb 26 14:21:07 2009 +0100

    Add --no-plugins-cache when compiling the mozilla plugin with debugging enabled, and simplify --volume=0 when starting muted.
    
    Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>

commit 09546e4b09e957a3710af1ff3a065c79275d2e75
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Feb 24 16:23:27 2009 +0100

    activex: protect calls to libvlc_playlist_isplaying().

commit 4025fe2f5f0a82d22cccfa1eb46048cc771f0ca5
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sat Feb 21 12:22:57 2009 +0100

    typo

commit 1361fddf71b42c85660bd37e06b87d01f2aa26bf
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 17:49:25 2009 +0200

    Unused variable

commit 234670d95c074da35559e34fc8f60a6b23e94f41
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 15:19:55 2009 +0200

    Remove dangling variables

commit 25bade8317f1fff49bff370a962d86d485cf47b1
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Mar 6 20:10:53 2009 +0100

    prevent vlc hanging in an infinite loop when vout base window cannot be displayed.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 36220843fedf5280fb97b31a5cdc90c3f2477cf1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 13:49:08 2009 +0200

    Remove dummy code

commit c2eea782021026a4df45f0e2b828cef1970b37aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 13:42:18 2009 +0200

    Do not assume xid and hwnd are in a union

commit 0d927775ba881bfec996f00be63e5e9da95a4b77
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 12:39:23 2009 +0200

    Memory leak

commit df887d84440d06f345d8bc45aadd76a099018ded
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Mar 7 12:25:38 2009 +0200

    Release the proper object

commit eeaad0a83446cb80b85e0d2c8565d9566cb6016c
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Mar 7 16:06:35 2009 +0800

    M-JPEG: fix MJPEG demux to be able to read VLC MPJPEG streams
    
    That's clearly a hack but at least it works.

commit 306f4f06f5f22f7c96d1f1e0cac4175e9dbeed10
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Feb 19 22:33:40 2009 +0800

    Qt: new toolbar example (ultra basic interface)

commit 10962a57ff7652aba71f606229304558270da095
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Feb 19 21:51:46 2009 +0800

    Qt: add the popup menu in the main interface

commit 7410f0f5c072bff2df1c582192755eb1f25e1b71
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 22:41:46 2009 +0200

    Fix the same vout leak when vlc_clone fails

commit 6fa0eee4ac918fd9b586cfc6be4cd47e301ef9b1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 22:46:58 2009 +0200

    Serialize vlc_object_set_destructor() against vlc_object_release()

commit 43cde503eb5dbdee466fd41ed5cbe197315b8953
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 22:41:46 2009 +0200

    Fix massive leak when --vout-filter or --vout module_Need fails

commit 1168cbcfd205d6c0fb1e52eb346b330c1d96b3a0
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 18:15:14 2009 +0200

    Fix leak

commit a21347d0362b56ee14b1d63634648c3cae5028da
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 18:15:00 2009 +0200

    dialog_Fatal: implement no interaction

commit bc73c16c1b53129dd2f402207856f2b457f4acb5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Mar 6 18:14:36 2009 +0200

    Factor and fix locking

commit f18966f1820d61faa3e3b5a7c3b222466aa4f795
Author: basos g <noxelia 4t gmail d0t c0m>
Date:   Fri Mar 6 12:13:55 2009 +0000

    VOUT Add debug messages
    
    debug messages are added to make clues about :
    a) the clock issue ( see VLC timing issues on ML)
    b) the rgb chroma issue ( see VLC RBG chroma issues on ML)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 7fc010891dfbd2492af299acbc4f0d79063d0bce
Author: basos G <noxelia 4t gmail , com>
Date:   Thu Feb 26 15:07:31 2009 +0200

    ADD: added a directx debug statement
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 81280de6423c72be46b693ff3c842803d2d2798e
Author: basos g <noxelia 4t gmail d0t c0m>
Date:   Fri Mar 6 02:55:56 2009 +0000

    small typo
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 5f5c01ac1f1b21ac7cf46e39379ab6919de1742b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Thu Mar 5 23:32:21 2009 +0100

    fix include for vlc_dialog

commit 8659d507094a91fe90e394f9578dfd214071073d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 5 23:25:30 2009 +0100

    Fixed inhibit playlist leak.

commit dca8d565348db646b07e7e15904dcd440375fb78
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Mar 5 22:10:39 2009 +0100

    Fixed vout_thread_t object link in fullscreen controler.

commit 91082b5bd5c3555a5c2974811c471a1a3d3e938b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 23:20:42 2009 +0200

    intf_UserWarn: remove dead code

commit 70e58dfa8e5265b646bfd0506505ace832645a45
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 23:17:34 2009 +0200

    Use fatal error instead of warning, for consistency

commit fd77a0cdaab52a111cd5a18534cf9e57d31ec701
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 23:13:55 2009 +0200

    Missed intf_UserFatal

commit a248b9600dd8598f55b5121802f00cf1e5afc4fd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 23:12:16 2009 +0200

    For some reason, the OSX interface uses intf_UserFatal...
    
    This makes little sense to me. It could print errors directly, since it
    _is_ the user interface.

commit cf09f019ea5eae5b411a75b61e67a9adb32426fe
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 21:09:21 2009 +0200

    Use dialog_Fatal, fix a bunch (but not all) interaction crashes

commit bde4f0ba22eb98928ed68b236d5cd80efbe0651d
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 22:27:30 2009 +0200

    Hack to get the leaked object tree back

commit f681b22353e833d004f4b5950cf2b4d06ad750c1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 21:05:04 2009 +0100

    Qt: implement previous button and make an introduction text to the sout...
    
    Good ideas to improve the layout and the text are MORE than needed.

commit 2b00e2dd5bc9470ba14579409fc04b927a7e05a0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 20:17:42 2009 +0100

    Qt: Sout/Convert, display the input MRL.

commit 91273f896285e55195814d741d62b07f73f8d318
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 18:02:57 2009 +0100

    Qt4: change a bit the ui from sout to use the SoutInputBox and etter Sout integration and panel changing.

commit 066390d34d3919a8201d06d65e8d7afac778fb01
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 18:02:24 2009 +0100

    Qt: Split inputBox from convert dialog.

commit 576844b24d53c39bdc524af235095ed7939e91fd
Author: basos g <noxelia 4t gmail d0t c0m>
Date:   Wed Feb 11 12:52:36 2009 +0200

    FIX: DSHOW "none" device open (#2201). Some cleaning
    
    -Fix dshow "none" deivice be recognized as none
     Note that another patch concerning var_optionParse string
     dequoting should be applied for this to be fixed
     ( the concept is not to provide quoted strings to dshow options )
     -Account for the case when BOTH devices could not be opened
       (file an error, instead of seeming to play)
     -Cleaned a little
     -Added dbg and error msgs
     -Added coments
    
    Rev 3
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit ab33b3043c56d6b93871f3d680c2f92289ae8404
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 13:56:56 2009 +0100

    Qt: step one for Sout Dialog rework. Introduce a kind of progression and gives more space to MRL-customization.

commit bb196db70d9aa4fd67aa4614f15dd66738682e05
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 21:17:39 2009 +0200

    Qt4: incomplete support for dialog_Fatal

commit cc4e24a8d6164401b7229e56108a3ba5f097f1ef
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 20:42:47 2009 +0200

    Hopefully thread-safer replacement for intf_UserFatal

commit 9b69091397004cd0bca6d1b34ac975e0011c0102
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 20:40:32 2009 +0200

    Add var_SetAddress helper

commit 1775b86891966052dcb46f123ddf77c849557cc6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 19:24:12 2009 +0200

    Detect LibVLC object leaks
    
    Since none of our otehr threads exist at the end, this is safe.

commit 4c2ec0499295ca1b305b5aa1b5a3b372c200f3aa
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 19:08:05 2009 +0200

    Remove unused vlc_object_lock and vlc_object_unlock

commit a22e0f2783962db959e6534467f4012646689b16
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 19:07:53 2009 +0200

    Privatize the object pipe lock

commit 31bdf929bcaa170cfb0eb2ba05470a843d7966e3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 18:55:06 2009 +0200

    Privatize the LibVLC exit lock

commit 53ef2ffc435de0aca9c552da0d662e313d27be0e
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 18:49:50 2009 +0200

    vlc_object_alive does not need the object lock
    
    (otherwise we would much more serious problems than the update checker)

commit 4525d69506db3ae3e50172a1b7ee34a755835cf6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 18:37:57 2009 +0200

    Custom lock for interaction

commit eb0873003ae859aa21d567cd94cc36178669396c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Thu Mar 5 17:53:36 2009 +0200

    Revert "missing strdup"
    
    config_PutPsz() and var_SetString() are calling strdup() internally.
    This reverts commit 867836628fd4f4959aac18f0af819f0c611410fa.

commit 646beb8c34c26e0d8f79d0dd257ad00e24b51dbf
Author: JP Dinger <jpd@m2x.nl>
Date:   Thu Mar 5 14:15:38 2009 +0100

    Immunify libvlc_exception_clear() from NULL arguments.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 867836628fd4f4959aac18f0af819f0c611410fa
Author: Geoffroy Couprie <geal@videolan.org>
Date:   Thu Mar 5 15:24:15 2009 +0100

    missing strdup

commit d57af90a5b46bbaa3c13e11a39ac58a4f117a5b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 13:18:59 2009 +0100

    Qt: some people seem to have difficulties to access to the synchronisation tab... Ease it for them.

commit 7bbb46c1e2d22e7a144bcca18f6e0ca1e0eaf8e2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Mar 5 12:11:43 2009 +0100

    Remove insult in the fortunes...
    
    This doesn't mean I don't share the opinion, but let's try to ease the work for packagers that get bugs on that part.
    And of course VLC + debian-multimedia in debian is still completly broken...

commit 2fb0fcd2423349ab6224c4a0f1056aa84b2a1fdb
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:37:52 2009 +0200

    Marquee: use private lock and fix a tiny race condition

commit 46962c8e477b06b8c3b9a316390c3840c8da5c54
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:27:08 2009 +0200

    Kill unused vlc_object_assert_locked

commit ae86adf422d2dd734a662c36c1be5893dc00b0cf
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:10:27 2009 +0200

    Remove dummy input locking
    
    Contrary to commit 719f12a6 log, input_GetItem() does not check for a
    lock on the input. There may be need for locking here(?), but taking the
    object lock would definitely not help, as this was the only place is the
    entire tree using the generic object lock on an input object.

commit 4863b62dcfafb899a7483372aef78bea2d8aea16
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:14:46 2009 +0200

    Use a private lock for input item ID allocation

commit 3cbb926a82ce5bc7ec46bc2a91774abbedf6d7e3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:24:57 2009 +0200

    Privatize the playlist lock

commit 7b5dea4e18472ce3375ca078c5891144bc3b29ca
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:17:49 2009 +0200

    Use playlist_Lock explicitly

commit 3f107edb355483dd4ff754a97de47a2d1fa8e2bd
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:06:27 2009 +0200

    use playlist_Lock explicitly

commit e75b95eda5d14b79c94acecb964032871cd74b4b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:06:08 2009 +0200

    SD: use playlist_Lock explicitly

commit 62f99c5c3e4b584217dbe68c598871d105090c91
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 23:04:19 2009 +0200

    playlist_Export simplifications
    
     - use automatic structure instead of heap
     - retain the playlist lock only while needed

commit 21e8f62d67eaa2e315d2dc6f10860782400e8bc1
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 21:46:52 2009 +0200

    XCB: use pf_render for image conversion (instead of pf_display)

commit 677088de789c3a1ed70250f1c28686749520b064
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 19:36:33 2009 +0200

    Remove unused VOUT_PARENT
    
    By the way:
     - the OSX implementation seemed buggy w.r.t. fullscreen,
     - the X11 implementation seemed buggy w.r.t. both vout_window and events,
     - the OMAPFB implementation was bogus.

commit 2b50f07bea0f617a949fd9e57428b533d743395c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Mar 4 19:31:29 2009 +0200

    Remove invalid VOUT_REPARENT uses
    
    as discussed^Wmonologued on the mailing list.

commit dd70e014b9ab3f3e5f53e91b49f7e24636db1c27
Author: JP Dinger <jpd@m2x.nl>
Date:   Wed Mar 4 12:12:12 2009 +0100

    Split out r/o test into a static inline...
    
    ...and express the rest in terms of that.
    Also small documentation fixes and VLC_UNUSED() instead of (void).
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit dd10d7d9150ebd4770c44c659ee2d3294ab18e4e
Author: JP Dinger <jpd@m2x.nl>
Date:   Wed Mar 4 11:38:26 2009 +0100

    Documentation, formatting fixes.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 608fb562757dfe5d5468545509389b2dfd5b4693
Author: JP Dinger <jpd@m2x.nl>
Date:   Thu Feb 26 15:30:17 2009 +0100

    More wording fixes.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit c1500fa320639b32fbd8c56cd558b55d9a2ad7aa
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Mar 4 09:21:49 2009 +0100

    Win32: activate mpc, mmx and sse by default and remove deprecated options.

commit 2951cfd9d113994664f7b912745c660c747e82a1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 22:58:18 2009 +0100

    Fixed EPG current state.

commit 00cca4f17989dd62a75e48539751f3aac63ecd84
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 22:44:41 2009 +0100

    Print complete date in EPG.

commit 181f072e7a432617e5c491c91c5044ea2e1af64c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 21:49:12 2009 +0100

    No functionnal changes (ts).

commit c557ef6cfdd960b2f9fb13696f3749b379e36371
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 21:20:49 2009 +0100

    Split PMTCallback to make it (a bit) more readable.

commit 54d6f0428f62edd3518a80d594e7bdb05690ff89
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 20:49:22 2009 +0100

    Reident switch (ts).

commit f2bbccf85da10e00217d15f8be3167a8c71d90f6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 20:48:04 2009 +0100

    Cosmetics (ts).

commit aeb8c2d53f7fc22c8651f2a435b04f4cece00452
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 20:27:33 2009 +0100

    Cosmetics (ts).

commit 13b1955abc1b40b2d09bab451325854310ecf070
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Mar 3 20:22:35 2009 +0100

    Fixed non DVB ts file support.

commit 3eb4455acbc5b478c550d46d6d39c179b2ec3755
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 3 15:31:07 2009 +0100

    Qt: remove dead code in sout to simplify.

commit a81446ff0e4183ab29094391a8cd0a3e291a0d1f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Mar 3 15:05:43 2009 +0100

    some more news

commit f8a3fb1aff4e62efc620db8e7e9acfab81e1f31f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Mar 3 15:04:54 2009 +0100

    macosx: hide the MRL field by default and shrink it. You can make it appear by clicking on the triangle button next to the MRL label.

commit 0b7bd6a26b0319b813402865a92f742e9a54680c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 28 20:11:05 2009 +0100

    macosx: redesigned the Open panel to be more suitable for less-skilled users

commit 2c1b14a00d3519e305f608dcf3cba0a96ba270cc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 28 19:53:33 2009 +0100

    macosx: remove some more special cases for 10.4 and earlier

commit 74ffc974d256d2a7371a1010c9d7e1c9b1cabaad
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Mar 3 14:38:50 2009 +0100

    Qt: give access to fineslower and finefaster in the menus.

commit 0444f81a364f873a9da0ca6944250404f15d26f1
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Thu Feb 26 11:23:56 2009 +0100

    corrects drag&drop for skins on Linux (mrl wrongly interpreted)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 66f8f41b4c35b24bc6440cb722f63672e2601873
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Mon Mar 2 17:05:09 2009 +0100

    Dialogs:destroy move from the Close function, because it prevents skins2 normal cleanup (Close function is never called because refcount remains > 1)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 657bd315b7e52c4356291c6f7ad72641d27c72f0
Author: Erwan Tulou <brezhoneg1@yahoo.fr>
Date:   Mon Mar 2 16:39:39 2009 +0100

    Corrects crash when closing preference dialog (upper right X icon) and trying to open it again.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9767591258114201e00aee0168c8d4c0ae4bfd4a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 2 02:20:45 2009 +0100

    Qt: Integration of this convertion dialog in THEDP.

commit 728ebfa0c90f30833d3cf8f6f5f3166a1728f7d9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Mar 2 02:13:27 2009 +0100

    Qt: add a very dumb-down version of the Sout dialog for conversion.
    
    The code is splitted from the Sout-Mess (that needs clean up) and provide an easy GUI:
     - Select profile
     - Choose the file name
     - Choose display or not
     - Choose deinterlace or not.
    
    Nothing more.

commit 17b6c07df85e5cf094fe41f85614a574dd356466
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Mar 3 00:39:03 2009 +0000

    File has been renamed

commit 22f86cc360d83731da8d2adc0dd74bde4e41480f
Author: JP Dinger <jpd@m2x.nl>
Date:   Mon Mar 2 14:55:49 2009 +0100

    More macro parametrization.
    
    Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>

commit b1def0f0c8c5834ae9460b31f678504c24b86763
Author: JP Dinger <jpd@m2x.nl>
Date:   Mon Mar 2 14:29:33 2009 +0100

    Parametrize macros, and pack up deref that happens anyway.
    
    Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>

commit 54d224771711afec26179d4effdb27dfa0af4128
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sun Mar 1 17:32:19 2009 +0100

    macosx: fix packaging Safari and Firefox plugin.

commit 283b125f4ac0ba3fcd6398f1da522557356831e9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 1 21:28:08 2009 +0100

    Converted globalhotkeys to XCB.
    
    The XLib support has been dropped, so xcb and xcb-keysyms is now needed for
    this plugin.

commit 888c45ec79dd32e04cd8c9c7bb26d9bf333665c4
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 21:33:03 2009 +0200

    XCB: configure rules

commit c5c16e1b8377194bc06088376e95ea006d813207
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 18:37:42 2009 +0200

    x11 does not need MIT-SHM

commit a820f732489efa730fb7fe3edc447e9dbd5cf01c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 18:36:23 2009 +0200

    Collapse all xlib plugins under --enable-x11
    
    except those that have their own --enable-* switch.

commit a34263a3fe7452a54741332c26470c0bbba49c55
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 1 16:23:07 2009 +0100

    Removed unused local variable.

commit c58cece6ebf66f5cd602c03958295fccb192878d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 1 16:22:26 2009 +0100

    Fixed race condition with input ressource and input_Control.

commit 26d5c931373f70051652f45326bcbf65405816b6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Mar 1 13:35:00 2009 +0100

    CUE lua demuxer.
    
    It does not work very well but it need src/input and/or demuxer (mp3) improvments.

commit 330fc0299ce916349af22b9169e749f7cb3815e0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 1 15:18:46 2009 +0100

    More NEWS

commit 61bd99b6945c70eb8ff34fb3c26cebeaca6f08c7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 1 14:43:12 2009 +0100

    Launch meta_reader after avformat demuxer.
    
    This gives metadata in WavPack files, for example.

commit 83ca53f73d55c13f9d6d97b298abfa379cb25b15
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Mar 1 01:35:50 2009 +0100

    Add .mlp and .ape in open file dialog. They work just fine.

commit 951b94d3c2bc951fa942bf5c41594372a880d2d5
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 14:37:31 2009 +0200

    Revert "Call XInitThreads early enough"
    
    This reverts commit 364868f96ff0d745905fec4b9df35942fd8c0d7b.
    On deeper look, this deadlocks in all kind of places. I guess we'll
    have to live with the racy Xlib behavior instead.
    
    Conflicts:
    
    	configure.ac

commit 9305440a3d6c2daf576bcbfe5ab012896dfeb237
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 14:15:53 2009 +0200

    Use a different plugin for X11 screen

commit 364868f96ff0d745905fec4b9df35942fd8c0d7b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 13:41:46 2009 +0200

    Call XInitThreads early enough
    
    We need to call XInitThreads before anyone tries XOpenDisplay or
    something, and XInitThreads itself is not re-entrant, so call it before
    we start LibVLC. This only "fixes" Xlib with VLC. Other LibVLC users
    need to do something similar themselves. LibVLC cannot do it. Other
    application may have already connected to X before it starts LibVLC.

commit 6b3c6c448de3baefcc799d75cc7d8d70112c5186
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 13:36:27 2009 +0200

    Fix vlc dependency on libvlc

commit 20092f079d3fedeb7e9050f1075656c1c63a4e4c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 13:31:44 2009 +0200

    configure: rationalize Xlib tests + minor fixes
    
     * gather all tests (that I could find)
     * X_FLAGS -> X_CFLAGS
     * test for Xlib.h only once
     * cleanup defaults (especially XvMC was silly)
     * factorize CPPFLAGS

commit 1ca4b2a3c4598a411ddbc8a2d8ff2b93e10e0c76
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 12:44:07 2009 +0200

    Ressource -> Resource

commit c5746ee26ca344047dbb9f963a2e39483f85da4c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Mar 1 10:40:11 2009 +0200

    Spell resource the English way

commit 195597f3f71f0dc37a50f05ac4dbaa1fee603a5c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 23:17:32 2009 +0100

    Don't believe Wikipedia: VLC supports perfectly well Wavepack files OUTSIDE of mkv.

commit ec5ea10f4b5ce3202f773a9651b0a18949e51b2c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 20:55:47 2009 +0100

    Qt: Same for telexFrame.

commit 61733f0e1da307d34b66e8051f0fc1af59c41a33
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 20:45:11 2009 +0100

    Qt: now that you don't control the controls size anymore, be careful to resize the controller when buttons show up.
    
    Close #2487.

commit af4d8375937fc0188b7de089e445ef9a99e69c67
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 20:51:37 2009 +0200

    Packetize MPV as well

commit 575b1c1cecd6b20392a42e1f54db2c6cff498044
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 20:48:05 2009 +0200

    RTP: audio/MPA needs to be packetized
    
    (see http://forum.videolan.org/viewtopic.php?f=2&t=56224&p=186350)

commit dd4e4a5e2f5b61e183adcc992eae262b39f717f9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 20:47:32 2009 +0200

    Use our endianism macros

commit a3311dd31b59a73e7094e88caaf3c3ab9c72888f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 20:14:32 2009 +0200

    SAP: add new payload types

commit 58469fdae05a8fb3ee5ab7fca330f7e0d520ca99
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 20:11:54 2009 +0200

    Recognize supported media type for SDP from SAP, not only from files

commit 7913df2296a3d2b97abce87cd916c8572b16084a
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 19:37:07 2009 +0200

    str_format_meta: take the input stats lock as needed

commit 1793ca880ead3001da8c1b6e11706fc42af40cf2
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 19:38:25 2009 +0200

    Privatize input stats internals
    
    Those were never used from plugins. This commit is a no-brainer.

commit 2f1189df0a232b1e9fcd78328b87b7937666a00f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 19:19:45 2009 +0200

    Remove remaining global stats code

commit 3d729748de26d33885557c31488f12b3f842ae36
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 19:16:29 2009 +0200

    Remove uninitialized and unsynchronized global stats
    
    This could crash the input thread(s).

commit b007563549b757a684bc619a472d8897d3b8c6ad
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 19:15:59 2009 +0200

    Remove non-working and hardly documented RRD support

commit 52422885b771f6e2893a1545970e0896476caef8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 16:42:28 2009 +0100

    Qt: update comment in menus.cpp

commit 86de3606cf515bf0480dd567f31e100a4d563a23
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 16:19:50 2009 +0100

    Use !isVisible when needed ISO isHidden

commit 64a460aad5c8458343d4a98d4c7c9f22a883dbb9
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 16:14:44 2009 +0200

    Use a symbolic link instead of a shell script for static vlc
    
    This allows invoking debuggers directly from the command line again!

commit 0e1e17e1b8f59fcb95897a7cf53e078c19430eb3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 16:10:49 2009 +0200

    Hard code plugin path and http path in static VLC
    
    This allows using the http interface directly when builddir != srcdir.
    This is needed to get rid of the ./vlc script.

commit 1be112b61da70ecf92f78b33492bc8339e55e88b
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 28 13:36:19 2009 +0200

    Fix FfmpegExecute callback prototype

commit 862258e86722f54e5e9fc417fc8fcd21bfdcc518
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 12:23:13 2009 +0100

    Qt: consistency between loop and random buttons.

commit 74579daae8e2b99a7d49216ba15051e1b7a9d792
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sat Feb 28 12:56:22 2009 +0200

    QT4: set initial state of randombutton correctly

commit 9be39f72dbafbeb94f6f1d3c1d2e46be5d2b3c93
Author: Roman Pen <r.peniaev@gmail.com>
Date:   Sat Feb 28 01:39:17 2009 +0100

    Fix wrong initialization of 'mp2v' encoder profile
    
    According to ffmpeg/libavcodec/mpeg12enc.c:155 (rev:2fd06be07311)
    profile and level must be inited at the same time, so, -1 will be
    returned for mp2v with width > 720 or height > 576. But, if we leave
    this fields blank (i.e. FF_PROFILE_UNKNOWN and FF_LEVEL_UNKNOWN) avcodec
    will init them correctly.
    
    This partially reverts commit b1b72b632aed8ccf9624093214efe1329093e6f8.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit e5eff32daab554104de435121136be9ce468b2c8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 11:46:51 2009 +0100

    Make UI compatible Qt4.3 - May people from the designer die in Hell...

commit 34d5eedc690eb80ae957e100536d13502c11fce1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 01:39:17 2009 +0100

    Qt: random button is now just a checkable button and doesn't change icon nor tooltip.
    
    This fixes the previous behaviour that was confusing.

commit 25407b7fdfb23e541874362c291b901177dc0e53
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 01:06:53 2009 +0100

    Qt: string consistency.

commit eef168a36ed123d6071870e190f255793393f75a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 28 00:56:20 2009 +0100

    Qt: add UI for play-and-exit activation. Just a menu for now.
    
    Close partly #2237

commit 0ba671da3b5f22732d67bbaf10d2fb3758d0a773
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 23:51:52 2009 +0100

    Qt: cohenrency for volume between FSC and main Controller. Solve the 1% issue reported by Trax, close #1851.

commit 2099e457407a9b83423f170897e98d08b68838ef
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 22:14:13 2009 +0100

    Qt: comments.

commit 7f4548c68565be41c6630916f78ef7a6f0aa1bfc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 21:15:12 2009 +0100

    Qt: add a shortcut for A->B loop
    
    We need to fix that better in post 1.0.0
    Close #2377

commit 784f547f9565ec335bf8efcea4ff3d8149de6d62
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 21:04:46 2009 +0100

    Qt: remove debug forgotten.

commit 01ac4a7e1cf0a24c2f8bd2dfd4e79ee51990202e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 21:01:56 2009 +0100

    Qt: block too large Windows for open dialog. And close #2475.

commit f8d66f23e21afdb60bb8e31b2f8fa7bdfba93ad6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 20:58:12 2009 +0100

    Qt: remove the static QAction* for the menus consistency in the Fullscreen Mode.

commit 916aa463af5260cac06cce80c1c84b3b6be5f331
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 20:28:55 2009 +0100

    Qt: remove the HACK with the static QAction for minimalViewAction, and fix a few minimalVIew issues.

commit 2dfd048ed72af838b8ac11dd19102a68e23dd83d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 27 18:30:55 2009 +0100

    gestures: cleaning.

commit 8285136ce30f68018d850dbc509b4a7141dc0183
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 27 17:18:55 2009 +0100

    hotkeys: factorization.

commit da8ff69a018db3a041860c174ac4c6000af6ae1d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 27 17:09:56 2009 +0100

    gestures:
     * add the possibility to go slower and faster (wasn't finished)
     * some cleaning and factorization

commit d935c55c7f234d125b573371eb9899ba3f86c244
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 27 16:37:58 2009 +0100

    gestures: remove the (init|end)thread function

commit 94d67fe0680ff44c89c83b2960d5cfe5a2cc8801
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 26 23:04:30 2009 +0100

    gestures: use the right objet for the variable.

commit 2f47743dcf44e953c7b82bfd9ffe3ffa3a6d5437
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 26 18:22:51 2009 +0100

    gesture: remove one dummy function and clean a bit.

commit e42739b4afbb1614cf0b97d2235716cbdb4c99b1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 11:30:10 2009 +0100

    Qt: remove debug.

commit 9c902929930dd435d96e41aac7d382f2fdfb1e97
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 01:33:32 2009 +0100

    Qt: repair A->B loop and close #2558

commit a63f8160772f5a9a78732122ba53a7283d45a1be
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 27 01:07:39 2009 +0100

    s/Paste MRL/Paste Location/

commit 410e1456ded4f5be5a8633a3e013289ef3402e89
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 26 11:23:32 2009 +0100

    skins2: simplification.

commit f03b31ee8f915c5c993095466b340ee1e620c961
Author: jpd@m2x.nl <jpd@m2x.nl>
Date:   Thu Feb 26 15:05:37 2009 +0100

    Change wording to be more accurate.
    
    Change wording to be more accurate.
    
    And maybe make JB happy.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

commit 56cc823ccc929472d03a2f2c3d9174103f085bb2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 26 00:55:59 2009 +0100

    New hotkeys for normal speed(=), faster(]) and slower([)

commit 8bf474fda23a9c42305786eb6df4b5d6832ef75d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 26 00:43:33 2009 +0100

    More NEWS.

commit 737137279ab992a32802ec21fac96584caf53820
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 26 00:01:41 2009 +0100

    Added hotkeys for fine playback rate control.

commit bbbebb32bde82796ef8f09db44caf93918dc6921
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 21:58:18 2009 +0100

    Use calloc when appropriate (cdrom.c)

commit f82668b3308298d4843b5517c6df2570de8ae8f8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 21:12:51 2009 +0100

    Cosmetics (notify)

commit 10ba29147acb715e19957ce945354e81bfb9f63e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 21:03:48 2009 +0100

    Fixed potential segfault in notify.

commit 109c372a3a5d0cd7f4c1470b49e45cb1a51eff2e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 21:03:09 2009 +0100

    Cosmetics (notify)

commit dcd782bd7936b73e50790494b827f3cbe52a7155
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 21:01:15 2009 +0100

    Remove useless/wrong static non const variable (notify).

commit 9b028f81d839b8d4835312a7c12122f9d5c17c58
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 25 20:53:48 2009 +0100

    Cosmetics (notify)

commit c80d156ded76e3c5537568c96f24be1a0886787b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 14:23:25 2009 +0100

    update LIST.

commit fd80be2b14b55b096ccab05f9cc4ae77fb4f1b59
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 14:18:40 2009 +0100

    xtag: comment out xtag_snprint wich is never used.

commit df993d1ce79295a84960624dc30c90e0e9bafedd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 14:14:13 2009 +0100

    stats: consistence declaration.

commit 93067a2e334bbc6d30bf53c58ca013ed43f21cbd
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 14:08:14 2009 +0100

    plyalist_export: less includes.

commit 277ae701fb6cb331e52eba19956b50e081551eaa
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:56:46 2009 +0100

    playlist export: unify module description.

commit 483c5ced94d21a01d759792451d26a5a9ad2b423
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:53:23 2009 +0100

    osd: less includes.

commit 27a40f30d6bbd0190a122dc7f9e042dac320f73b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:46:16 2009 +0100

    osd: use calloc and a bit of cleaning.

commit c7d390748c73d178bc33ebe6cee311449a818b5b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:40:13 2009 +0100

    osd: less includes.

commit e902925f9792c77a456a4d7009d2636c7a3b120d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:33:17 2009 +0100

    unused variable.

commit bb37f1c4a1164f0d993d2bb890ceb8763552948a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:25:29 2009 +0100

    telepathy: compute test only one time
    (and strlen("item-current") == 12)

commit 441e26094df4feb354cb2c9aaf63d5a5ce90cef3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 25 13:22:32 2009 +0100

    notify: less includes.

commit 82b4611cba108abf3a142437d40c1b93b8cd992e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 25 20:06:43 2009 +0200

    Convenience target to run also the broken tests

commit 76edeee9b7ae4066c74495b384f67f9e6e2279da
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 25 20:06:31 2009 +0200

    media_list_player test now works

commit 97a25c1e1dad85be8bdb14c4b7e308d1eebf5c38
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 25 20:06:05 2009 +0200

    Provide a dummy (empty) but valid sample file

commit 099bacb29a8e70ec553ea16c4c4a09099a165b2a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 25 19:38:21 2009 +0200

    media_list test is safe to run

commit b632da4ef211e214f3a1044d40bb43bf7b666b12
Author: Cody Russell <bratsche@gnome.org>
Date:   Wed Feb 25 18:35:36 2009 +0200

    Do not notifications actions if the server does not support it
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 51d3696e9db7df2a1cabade28f058d8183b6d1ed
Author: Adrien Grand <jpountz@videolan.org>
Date:   Wed Feb 25 04:42:00 2009 +0100

    Avoid infinite loop when the telnet session is closed client-side.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 9563b714723b40c3c2020e51c1c6a2474e3cf548
Author: JP Dinger <jpd@m2x.nl>
Date:   Wed Feb 25 14:19:48 2009 +0100

    Fix spelling of the word ``instantiating''.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 71289a77408c0447ae938a77659b13710949c84e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 25 18:13:47 2009 +0200

    Use IPPROTO_IP if SOL_IP is missing

commit d282bd2d015d247babd65da6df4370c29ebb4cab
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed Feb 25 14:10:43 2009 +0100

    Win32: fix crash reporting version string

commit 76daa01762824d225c785be408883112b78e1201
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:56:55 2009 +0100

    Added missing EnsureUTF8 for CD-TEXT.

commit b272e1a1180ca1b24161a9239812aacbc02d840b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 20:28:03 2009 +0100

    Set dummy decoder output format.

commit 5c7ef93f15cddd8fbc8104f3899543d447c90de1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 23 21:08:35 2009 +0100

    Improved a bit SRT support.
    
    Added missings realloc/malloc checks.
    Added support for not closed html tags (only if missing at the end).

commit f4ad83ef27011fed81df3a72f81c09887ec8c088
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:42:29 2009 +0100

    Added CD-TEXT support to our cdda module (linux/win32).

commit 9fd326a0f6eea08df982f77c6f4ef7e30ba4005b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:40:59 2009 +0100

    Fixed a segfault in hotkeys.

commit fdef07da7c3c505ac400ae5e4a48c31ae236fef4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:29:34 2009 +0100

    Prepare GetTracks for CD-TEXT (cdda).

commit a127a08986b5d20e942875be3261a775aced1f20
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:15:59 2009 +0100

    Clean up/Fix memleak in CDDB code for our cdda access.

commit 875135115a32de14936fa39f2f86129d6681a87a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 23:02:34 2009 +0100

    Added ioctl_GetCdText to our cdrom wrapper for linux and win32.
    
    It is not yet used, but will allow CD-TEXT info support.

commit 0d80d151a547239d8cd779bad2656f958e66978d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 22:51:50 2009 +0100

    Cosmetics.

commit 93eaf1bcd713cd8c84cab81f7695aeee01b2df02
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 24 22:51:22 2009 +0100

    Fixed a small memleak in cdda/vcd code.

commit fd6d55865e330899af00e6349942ecccf738fe17
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Feb 24 22:33:07 2009 +0100

    WinCE: make buildbot happy for now.

commit 8793ceff6280a7c7a8330ad459a7855ebcb90bbd
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Feb 24 21:45:26 2009 +0100

    WinCE: add more libs to contribs

commit 2114aaa9b0badfcbb840d4f1325e2add71e0e3aa
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Feb 24 21:37:29 2009 +0100

    Win32: send crash reports to ftp://crash.videolan.org/crashs/

commit 5dca2e339ed999d8d71182f50f5aa1d1927df0c9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 24 19:50:13 2009 +0200

    Use a framebuffer whose visual matches that of the window - refs #1672
    
    This might fix the X_GLXCreateWindow BadMatch error. I cannot reproduce
    it, so I cannot confirm this.

commit a39cf798c25f9bfd9395bdd334cbb603b850e001
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 24 19:39:40 2009 +0200

    Get configurations for the screen we do use.

commit c6d7fc8b29900c18116fc16f5aad1756b3a9db22
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 24 19:23:37 2009 +0200

    Require a visual since we need one at the next API call

commit ef48f9b6ff12a989e7b90573d2261a3be128e6a3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 24 19:06:37 2009 +0200

    Don't handle impossible error
    
    glXChooseFBConfig always return NULL if there are no adequate configs.

commit 39863326be73832277af40324bbc3f18c46bd23f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 24 19:00:47 2009 +0200

    static const

commit 4edd7a90d72802e126c4e6429081541debf2a351
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 24 11:18:43 2009 +0100

    Qt: use the new lock icon.

commit 4362a469b5203cc57a17d4acb9354e8d03925478
Merge: 10f1c32 36ed9b0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 24 11:15:50 2009 +0100

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

commit 10f1c32dbd8552e3cfe824aae2b861871252a09d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 24 11:15:14 2009 +0100

    Qt: add a new 'lock' icon.

commit c3eb103253eb95f152f38a4a0601f7ac9081707e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 24 11:14:44 2009 +0100

    Qt: Reset the Open List on acceptance

commit 36ed9b07993314c3bc04cd6ab4076b4a7b8a2176
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Mon Feb 23 12:06:11 2009 +0100

    Fix inexistant argument
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 2724ab87118a259287d564a7c51c92f9601ae58c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 24 08:24:36 2009 +0100

    notify: use asprintf

commit df01ece21fbff81a29fe14fa4627243b69df0577
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 24 00:30:13 2009 +0000

    Changelogs: we are in 2009

commit f2ab0091400e0c5d7d8570635a9c5918bb3d629c
Author: David Flynn <davidf@rd.bbc.co.uk>
Date:   Thu Feb 19 13:44:06 2009 +0000

    build: fix outoftree builds - dont use relative paths for source
    
     - Use \\\${top_srcdir} and \\\${top_builddir}
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit f67c6080cbb010127ce982630465f3daa92c06a4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 23 22:21:16 2009 +0100

    ncurses: repare some of the locking problem
    (still a big problem with callbacks that execute an action directly)

commit b7923c3eaff47badd6272b126d267ea14fa13320
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 22:15:44 2009 +0100

    Qt, prefs, global hotkeys configuration, step 1.

commit c3cf2591de4e1def7e70f2fee6d793a4fd09685f
Author: Derk-Jan Hartman <hartman@veda.student.utwente.nl>
Date:   Mon Feb 23 22:01:33 2009 +0100

    axe -> axis

commit 213731a8dce21d01892eb362f5c08b6e250c3eca
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 21:48:39 2009 +0100

    Forgotten ' ' space in longhelp.

commit bb2ce27e431e13f1bdf0f51ef1b574ad5ec6e202
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 21:42:25 2009 +0100

    Remove one vlc_object_find usage.

commit 0f0e2e4db97b945967b204018c88a55bc0665a32
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 21:39:47 2009 +0100

    Qt: Add the hotkeys-mousewheel configuration to simple preferences.

commit 7ac20417252287374fe36df6bed54494656f05a1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 21:35:36 2009 +0100

    Hotkeys: configurability of mousewheel action to stop people complaining.
    
    3 options:
    - Mousewheel x -> volume && y -> position
    - Mousewheel x -> position && y -> volume
    - Mousewheel ignored
    
    See http://forum.videolan.org/viewtopic.php?f=14&t=49194
    and #1864.
    
    I think this is not optimal, but it should do it for the VLC 1.0.0-release,
    after that, we will see with the multiple-hotkeys development...

commit fec4fde41014892402d3ce3fa9139f5d58a15d63
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 21:12:22 2009 +0200

    Media meta data support
    
    This seems to trigger a pseudo-random native failure. Most likely a
    critical bug in the VLC meta support.

commit 45dbbcc4b8ada235bf3ff6b50c3a180fea3ffdaf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 20:50:27 2009 +0200

    Media event handling

commit c05739b1259c0f827038880e3f3e4b41f455283e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 20:34:04 2009 +0200

    Move events to a separate file

commit d14f8d432c2dfaea7365e728a61ec37c3cdcf837
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 20:00:52 2009 +0200

    Simpler and safer event callbacks handling

commit c68490b39829d0f456733d6c7af709db9f3ba412
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 19:55:47 2009 +0200

    Centralize run-time library name/path

commit 2c3c94bd0b1cb1ce2bb0beb4bf76c7c895d75da1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 19:34:59 2009 +0200

    GetVLCInstance must return an non-abstract typed object ...

commit a13f27ece416447d39c34178346380c53b65201e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 18:02:41 2009 +0100

    Add a forgotten file to Modules.am

commit 7da51390659d29b3022c748b6e8491ad3e37f5e6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 23 18:24:58 2009 +0200

    Copy IPv4 multicast TTL from RTP to RTCP.
    
    We were sending RTCP with TTL=1 all the time...

commit c3ce15c7c94fabcb37911641d32c977c60f64a03
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Feb 23 13:25:46 2009 +0100

    macosx: display the remaining time if the field was clicked once

commit 344560c70e6e186897acdab8e06c84844fca5b7f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 10:24:23 2009 +0100

    Qt: rename skip to step to match macos

commit 3fa2f02d415c943d122f4cd93455cfc23f149c8e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 09:24:05 2009 +0100

    Directory: ignore .ini files.

commit 955947a8b1b7c0da9d2273b9e1b73919fccb7a8d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 00:57:15 2009 +0100

    Qt: try to fix the arrow on the open dialog.
    
    Close #2508/

commit 01e557cb91df82859ce133fa27df71a318d979d3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 23 00:38:21 2009 +0100

    Qt: fix the weird size of the open dialog.

commit e74e198b6948b589da65ddd00bf13a20ef36c5c2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 23:40:51 2009 +0100

    Win32: remember to package skin.dtd and the skin.catalog

commit 09679e2b945f2d13c0ab4503f9cd92b7a1d7b49d
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sat Feb 21 14:22:52 2009 +0100

    corrects no dtd found when changing skins
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit a1e6d3b1a9b1a819b24307cebbd85f12715797b3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 23:29:49 2009 +0100

    Qt: Fix error in previous commit .

commit eec6200bbb28c4b809a966f4bf7a1e57b2afd841
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 23:24:43 2009 +0100

    Qt menus: many new accelerators.

commit 3eaf01d29351ad0f23e94dd58b16cd517c6e981e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 23:04:16 2009 +0100

    Default transcoding profiles.
    
    "H.264 + AAC", "Dirac + AAC", "Theora + Vorbis", "Theora + Flac", "MPEG-4 + AAC", "MPEG-2 + MPGA", "WMV + WMA", "DIV3 + MP3", "Vorbis", "MP3", "AAC",  "FLAC".
    
    Please modify or add iPhone or any other profiles...

commit 1a2be0db9d4bdb7b43112f8e9e1caf3b791d3780
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 22:16:59 2009 +0100

    Qt, menus: improve the NavigMenu entries.

commit 9f0375cd8d66f314f46dc6e720d23b6451b8d6fc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 20:46:04 2009 +0100

    Qt, menus: various changes, speedups and addition to approach mac menus.

commit 8d5ee287550bd1bca53358d31f436a0200b8a18c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 17:27:53 2009 +0100

    Qt: provide a way to jump forward and backward programatically without going through hotkeys.

commit 87bbbc4566297bba76f2692f855d099dd52f6027
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Feb 22 20:50:51 2009 +0100

    Remove access-filter timeshift from OSX open dialog.

commit ee08622b536b912036678228307df89f60b4ae9a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 18:55:05 2009 +0200

    I wonder why use a libvlc_time_t for a boolean variable...
    
    Who promised not to break libvlc now?

commit 8030cf38e972aaa78380a5d116e9a4cb4a544b9d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 16:36:39 2009 +0200

    Don't use repeat the same adverb twice

commit d9bc2eda82bb3fc99a1fef77ccd6076a2625517b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 16:33:10 2009 +0200

    Low-level support for events attaching/detaching

commit 113488b7940795ab88d6c2e3d5ab0980ff4fe5af
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 16:31:37 2009 +0200

    Version informations

commit 8ebc7def16c41602c5462a1483026cc1a6550ba8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 11:57:15 2009 +0200

    Use @see instead of @ref

commit 99088673f9d9b4d172dbf6054542219b952be86b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 22 15:30:20 2009 +0100

    Qt: systray, don't show the tooltip on right-click! we need menu at that time.

commit 9ff3e13c0de009b56a9bf1ac7c9ce8d1a5252a0c
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Sun Feb 22 11:21:02 2009 +0100

    WinCE: add mingw32ce to the list of build systems

commit 9fc5b801573e522f72e159ae707992a2929e174f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 22 11:56:56 2009 +0100

    cmml: less includes.

commit 3b954882ebc4f0be1b5a3a03e7f160cf6963e479
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 22 11:18:38 2009 +0100

    rc: factorisation

commit 432bf4311c88b59601c5640aa9e118f087ace9d0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 22 10:54:57 2009 +0100

    xosd: simplification.

commit b3bfa5ad8eedfd5919d62433c993a581a032a61b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 22 10:53:18 2009 +0100

    xosd: use a condition variable instead of a sleep.

commit 60a842695c2a896fabc16dac503210a0f36f7a36
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 11:54:23 2009 +0200

    Add media and player state support

commit 97bda2d0ab1e3d00aa00fe801531b0e1a570c57d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 10:56:42 2009 +0200

    Add a main page to the documentation

commit f21526f2bfec92043ccc36047152995c750ff6ff
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 10:06:47 2009 +0200

    Do not leak native exception through our API users.
    
    Native exception are not completely safe, mostly because the memory is
    managed but not the content.

commit 987437599c1e284b11f647e45b6688518909b834
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 10:06:15 2009 +0200

    Separate MemoryHandle and StringHandle

commit 247431e0c9a01d71c6b3a6eb941b6e4cec32a98a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 10:05:46 2009 +0200

    Documentation

commit b651213de77f80c8db34822521de0b37fe07154f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 22 09:43:25 2009 +0200

    Fix HTTPd unused parameter warnings (on some compilers)

commit 57cd88227f6aeb11e7c0f21406d3bfbdd5461fde
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 21 22:30:03 2009 +0100

    rc: remove one vlc_object_find.

commit 81cbd185cc94d4d216370524618d295573cf3ae5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 21 22:14:38 2009 +0100

    xosd:
     * fix playlist lock (maybe not perfect)
     * add some forgotten vlc_restaure_cancel
     * simplifications

commit e3cffc1f47c1d663b44bab84acbe71f12f483a1d
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sat Feb 21 00:50:23 2009 +0100

    playlist locking forgotten (causes PL_ASSERT_LOCKED to fail)
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit 8df8bef6d2ad3b0204140a447db08622765bfb3c
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 20:00:45 2009 +0100

    added support for -O4 when compiling with --disable-debug

commit 8416c5ff45d9c99ecd53e1d088bece8808cb6bb4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 20:29:18 2009 +0200

    Cleanup IDisposable support

commit e93cab16aa6670811ef563463575e9d4b1b04a03
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 20:28:55 2009 +0200

    Provide the exception code, handle lack of message.

commit f9a4251a2e4b0b9a93379f68e5e2083344c791ea
Author: Tomáš Chvátal <scarabeus@gentoo.org>
Date:   Sat Feb 21 17:32:18 2009 +0000

    l10n: Czech update
    
    With contributions from Kamil Páral, Vojtěch Smejkal and Jakub Žáček
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 6bc5c775567a83d01b1fdc179acf781635f1ebbc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 18:45:47 2009 +0200

    Basic tests for the media player, fix time units

commit 0476f4d8bf959b8e6a7a92f13ab6c5e1dc53cc93
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 18:14:19 2009 +0200

    Cleanup test cases

commit b8753d4dc225e5954b93b1e90b5257f722e7f23b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 18:14:05 2009 +0200

    Mostly implement media player

commit ba68741a27542e5a03b626eb540223ef53811321
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 18:13:06 2009 +0200

    Update version and copyright. This depends on VLC 1.0 now.

commit 1f4b06d66bd0fc8e2bfeeaf8c77fd88802fe1025
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 17:10:02 2009 +0200

    Extend Media class

commit 73f14c799831112f1b3612314606d6e317b0d5b8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 16:42:09 2009 +0200

    Safe handle class for LibVLC heap allocation

commit d2e7edbdb2edf1afde6e67bef8161025dcbcad4a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 16:41:04 2009 +0200

    libvlc_free: wrapper around free() when the C run-time is not known

commit b6cada70eb95dad0934fe65de8ed01dbb792b1c2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 16:37:14 2009 +0200

    Cleanup media player

commit 708049c3a8e43fd04f75b9befbe30e9855693179
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 15:55:36 2009 +0200

    Fix documentation

commit d1324549f23cf84d500188275032cf2a0640f65e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 15:40:17 2009 +0200

    Explicit native exception methods scope

commit b93beb4cfd29d89c93072e13cec75f4bcf7f25ba
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 15:40:00 2009 +0200

    Cleanup instance and media class

commit e876396adcc8151303d3cf3e199922f1aaf4b380
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 21 14:57:25 2009 +0100

    Qt: deactivate the encryption functionnality until core or ts demux is ready.

commit a9d5d43afdd66d829cca40b1888709848d3b2e25
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 21 14:52:22 2009 +0100

    Qt: display a locker in the statusBar when encryption is set.
    
    This needs the core event, of course, in order to work... (not yet done, and probably for later).

commit 62eec6f8a0828cdffaff3499d659aa6d75a1e3ef
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 12:57:16 2009 +0100

    contribs: the vlc-lib is non-existant nowadays

commit dd1639cd4c46101f65dc4cbd407f6daf9f34d9f5
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 12:53:05 2009 +0100

    contribs: be sexy by default aka apply -DNDEBUG

commit 5c3061c517f36ec9faa225053d0e51c0e0a526e8
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 12:49:15 2009 +0100

    contribs: use a specific pre-release version of LibSDL 1.3 for Darwin (already covered by the 5th contribs package)

commit e6072d0d9ce86621feadde64471f749671f15b8b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 21 11:46:09 2009 +0100

    Qt reverse for trickplay: show the button by default, and show it only when trickplay is possible.
    
    It is based on the "can-rewind" variable. This may be wrong, if so, tell me so and I'll revert this.

commit 16a3cb1bc6505191c1144fa52a295f87a4458ced
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 21 10:58:13 2009 +0100

    More NEWS.

commit 3fc7274ffd449868982bd5fb2d5a98d81ffb25f7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 11:55:14 2009 +0200

    Support for opening any file descriptor with fd://

commit a04b972d1ee9bfd55f063ff1b3e415ab24163a2f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 21 10:45:38 2009 +0100

    Qt: reverse Button.
    
    Make it checkable, change the text for the toolbar editor and show it only on input.

commit 498b9a3688a4b28acad4ec4e5e55fe68f77866bf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 21 10:38:22 2009 +0200

    Update HACKING

commit c609bd896bad57b76befe29770e0ff56c10dbf2e
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 00:54:00 2009 +0100

    fixed make dist

commit de50f7f2d5bce022db38bc7aa21feea61ae4b655
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Feb 21 00:50:42 2009 +0100

    macosx: improved font selection in the simple prefs by using the 10.5 API

commit e4fa3e2f367910c1ead73c660fafdacfa054985a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 20 20:26:06 2009 +0100

    contribs: remove non-working compilation support for OS X Tiger

commit ed0d83037ef49dab6a4014d92965e8ba3eda61ba
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 20 19:27:34 2009 +0100

    macosx: set llvm-gcc as the default compiler for the contribs

commit cf44d7458dcd61fc124e945c4284448d6ab88ff5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Feb 20 18:52:47 2009 +0200

    libxml: fix plugin re-entrancy - refs #2541

commit 25c5812608316c7cd9b19c0adf8b111cb46774f8
Author: Frédéric Crozat <fcrozat@mandrake.com>
Date:   Fri Feb 20 18:13:02 2009 +0200

    Fix format-security warnings
    
    Trimmed and
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 2d50850e3eb4b83d9d74cac6c7e6ff22454548cd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Feb 20 18:18:05 2009 +0200

    Unused variable

commit 76aa264984fd32e7d2d7dfb2bcc573ee520ad8f8
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 20 17:09:42 2009 +0100

    Revert "mozilla: video is displayed again"
    
    This reverts commit e538b7082ff17fb1ff04ea89cc4dd2e8143122ae.
    
    I misunderstood the usage case for drawable-xid. MacOS X AGL needs a separate instance of drawable events.

commit 07a69e826ecb666cce2fd75c91dcc88f40dd8b97
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Feb 20 16:56:11 2009 +0100

    lua playlist: add playlist parser for Anevia Toucan list_streams.idp functionality.

commit 15b0e318a9d0e898243e44afc2030e819d3aa925
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Feb 19 16:14:36 2009 +0100

    rc: add missing playlist_Lock()/playlist_Unlock() for playlist_Status().

commit d83d614c6f17b4ec5a3ab701b976bb192d033479
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Thu Feb 19 16:01:48 2009 +0100

    rc: "state" does not return playlist_status_t but input_state_e.

commit 9ffe4d65c8a288b49a53d5b20611e6195643f652
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Fri Feb 20 18:03:28 2009 +0200

    Remove silly cast

commit db8bc2b4bee3ff874080aa2a6293edf1a7af465e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 20 15:02:26 2009 +0100

    simplifications.

commit 1dd4f850631e4a2df4f4caeae7713fe883d56c5a
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 20 15:52:22 2009 +0100

    contribs: updated binary üackage for OS X. I'll only provide one compiled with llvm-gcc-4.2 (i386 already uploaded, ppc to follow later today, x86_64 to follow once VLC 1.0 is branched)

commit 5a005c66194a61f1e24e1ea0a9547f996f541011
Author: Pierre d'Herbemont <pdherbemont@videolan.org>
Date:   Sun Feb 8 00:31:33 2009 +0100

    Forwardport 5ead92ffd58088828ed802173d963b2571f0cd69
    mtime: Use mach_absolute_time on Mac OS X instead of gettimeofday.
    
    mach_absolute_time() is a monotic clock, whereas gettimeofday() is not. For that reason setting your computer time while playing a movie won't halt playback anymore.
    
    Seems to fix the dropped frame issue on Mac OS X.
    
    Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>

commit 4a49ce095158d52988c42fabc0db82786495f9b4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 20 15:44:59 2009 +0100

    Fix compilation

commit 71b7780d5bd9c5f8e6c32a462ef1cec42ee27921
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Feb 20 15:06:32 2009 +0100

    llvm seems to solve our cancellation issues. Revert "mtime: Make nanosleep a bit more cancelable than what it is on osx."
    
    This reverts commit e1cb28a3a913418ac845c622e0d1647ed0d24d39.

commit 9cb16e8f71a79a2cd2a012cca0923a3660a6d32c
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Feb 20 15:06:10 2009 +0100

    llvm seems to solve our cancellation issues. Revert "Tentative hack for OSX msleep/mwait cancellation"
    
    This reverts commit 3b6ed8084e27fa27f51d3abdeb37052ea9af38fb.

commit 19e9de434c48cd2dbea1ad3872c041daf0a26668
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Fri Feb 20 15:04:45 2009 +0100

    llvm seems to solve our cancellation issues. Revert "Compilation fix"
    
    This reverts commit 076dc4357cbe4eec9085a59162c6910a07d0b850.

commit e538b7082ff17fb1ff04ea89cc4dd2e8143122ae
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Feb 20 11:55:22 2009 +0100

    mozilla: video is displayed again

commit b1e669cc51556e0aef7357b15d44505113a2f4bb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 20 14:32:47 2009 +0100

    contribs: compilation fixes

commit fd139121a62064ead89639b68fc109e45efda260
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Fri Feb 20 14:19:34 2009 +0100

    Doing Meuuh's work :p

commit d1ceadaf8bc7ccba0bc92d1d49d2c46d1f5f7fd5
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Fri Feb 20 10:22:46 2009 +0100

    Qt menus: add faster/slower/normal rate

commit a8291189ab6f75e859e934b884faa53b4770873a
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Wed Feb 18 16:57:55 2009 +0100

    Corrects crashing when a skin doesn't have a video widget.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>

commit 521b3b3d69c41e3f7366d06becd8a99e4b305fb8
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 20 13:33:31 2009 +0100

    macosx-plugin: really fix the compilation if top_builddir != top_srcdir

commit ee2ac0d64fa697b3eb53a276e6537c475cc5b3a3
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Fri Feb 20 10:50:18 2009 +0100

    WInCE: fix infinite loop in vasprintf replacement
    fixed by Pierre Ynard

commit 7353924f5580954f23e4808dee34b73813c6a926
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sun Feb 15 11:36:52 2009 +0100

    Ensure cone is hidden before video is shown in qt4 interface
    
    Signed-off-by: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>

commit 087123fe974490145e8c1a50ec726cd4c7dd3187
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Fri Feb 20 01:18:22 2009 +0100

    Qt: menu, code simplification.

commit 4d866e7a568a29694cf0dfbf050369d0bb6cbe6e
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Fri Feb 20 00:44:13 2009 +0100

    Qt: menus, comments fixes.

commit b9bfa887799054cfd7c2a801021870de8fdbdaa4
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Fri Feb 20 00:36:33 2009 +0100

    Qt: menus, minor code reorg.

commit 5987ab5a787aa8cd9f8d83522cc1ee9454f24ae8
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Thu Feb 19 23:17:53 2009 +0100

    Contribs: faac && faad2 update.

commit 37af1e427d48f56f1033baabda39122dc699495c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 19 19:31:47 2009 +0200

    Revert "modules: initialize return pointer to NULL"
    
    This reverts commit 866faad67c52b93f57d1fc32fa155ca12828e869.
    
        module_t **list, *module;
    
        list = module_list_get (NULL);
        if (!list)
            return NULL;
    
        for (size_t i = 0; (module = list[i]) != NULL; i++)
                            ^^^^^^^^
    I think this needs no more comment.

commit a744c7cf2fbb9a1f19d97a64e5f65d60e357e1cc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 19 19:28:32 2009 +0200

    Start rewriting the CIL bindings

commit 866faad67c52b93f57d1fc32fa155ca12828e869
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Thu Feb 19 08:30:49 2009 +0100

    modules: initialize return pointer to NULL
    
    If module_find() does not find the requested module it would return an uninitialized pointer. This made VLC webplugin crash under MacOS X. Thus make sure to initialize it properly to NULL.

commit 63cedb8d9b7235aef2d178f2b2bce369d5eeea47
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 17 20:59:14 2009 +0100

    darwin_specific: put psz_vlcpath to null after it being freed.

commit db7548c0695b67ad42cc69e19a8d24a7974be70e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 19 19:19:52 2009 +0200

    Missing dependency

commit 8b40fb0f0bfb71913fe5dd22402ecfa479d80b6d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 19 18:12:08 2009 +0200

    PulseAudio cannot be unloaded - fixes #2538
    
    (I would not be surprised if the bug were in the VLC plugin though)

commit cbb613cdc42171252ca46318165ab6ad7fa32beb
Author: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Date:   Thu Feb 19 16:54:29 2009 +0100

    Contribs/win32: Use std=gnu99

commit 392cc7bc82542afd615310b9553603e43dbf51a1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Feb 19 16:25:55 2009 +0100

    fixed compilation warning

commit c66c918f55406dfe59763ee379648ccc36ee85fa
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Feb 19 16:14:25 2009 +0100

    macosx-plugin: fixed complation on the buildbots

commit 12dd5ea5617f78ad80764d9aef2fffd870a318cb
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Feb 19 16:10:17 2009 +0100

    macosx: more approbiate locking suggested by fenrir
    
    and fixed a small typo

commit b021f08d84b02f9ac672f5af74242d63a2cda970
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Thu Feb 19 15:37:19 2009 +0100

    macosx: re-arranged the audio and video menus to look similar to the Qt4 interface. Additionally, implemented an 'Open File...' item in the subtitles-submenu

commit 47801e515603ae4e395f16254b5222fb71fc3427
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 18 12:14:25 2009 +0100

    macosx-port: removed compatibility code for outdated versions of OS X

commit a8038909a53411e7978b2ae0856a0e60ddf1651b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 18 11:56:30 2009 +0100

    macosx: implemented saving of the debug log as RTFD and slightly extended the catcher for outdated OS X versions.

commit 0bd6fe5f997142bfaa6f24244d966fd9d040faf2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 18 10:55:32 2009 +0100

    macosx: added missing playlist locks

commit 5568c88e76b8f016756ee8349190b96dd94f345b
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Thu Feb 19 14:14:54 2009 +0100

    Win32: go to fullscreen on the same monitor as the vlc window
    Fixes #2517

commit f129ccad24126fe9b044a57d1a77f28325f54541
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Thu Feb 19 02:42:00 2009 +0100

    WinCE: add missing include in vlm.c

commit aaee4b600893c2cbb37f36e3b703b7fc1d431d6a
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Thu Feb 19 02:11:08 2009 +0100

    WinCE: don't use features absent of Windows Mobile

commit 3bc410784e8d63794bcd7ab2a582dac67ee70629
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Thu Feb 19 01:36:52 2009 +0100

    WinCE intf: don't use old preferences macros

commit 3220b6ce9386c3dd498ae0b5f5e732a0cc895561
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Thu Feb 19 01:35:51 2009 +0100

    WinCE intf: LVITEM needs an index

commit 465ce16e5880de5bec69003f48469fd45a56be9f
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed Feb 18 18:54:48 2009 +0100

    WinCE intf: remove VLC_Changeset

commit 7480fa285fc662ba062f6b44ce9e2d627e358767
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed Feb 18 18:53:58 2009 +0100

    WinCE: fix compilation of wince.cpp

commit b706620b1012130eeeb4075fe93e250f87c4ddd2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 19 00:01:27 2009 +0100

    Fixed a memleak in cdda.

commit 55e3dca3b7164bfb8aeafc21b9e9ea6258cf4bf9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 18 22:56:41 2009 +0100

    Allow to only specify --cdda-track to select a cd audio track.

commit 97732ebb5fb41073093f74c8167bea0895550f63
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 18 21:11:52 2009 +0100

    Added a "key-rate-normal" to reset input playback rate to 1x
    
    It is related to #1122 and #1848.

commit 366ec46f5e2df248858b1a6ac978a823f33225ac
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 18 20:52:09 2009 +0100

    Fixed mms udp polling and network timeout.

commit 10c08ec843a2d6d96d081f5bd987a3064825c40a
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Wed Feb 18 13:09:26 2009 +0100

    Update forgotten function calls
    
    Fixed by Pierre Ynard

commit d1d56e18a807abb076a24428352c6a9ea60aea16
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 17 23:48:36 2009 +0100

    Improved ac3/eac3 support in mp4 (fix #2524).

commit 247685e30aacb74925c486928844aff52d46874e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 23:28:40 2009 +0200

    Keep the bank lock until plugins are loaded.
    
    This is a bit ugly but it fixes two race conditions:
     - loading plugins while another thread is initializing,
     - using the bank when the first thread has not completed loading plugins.
    
    Unfortunately, there is still a small race when module_need() calls
    AllocatePlugin(). It really should not -need to- do that, but the fix would
    be quite invasive. We would basically need to store plugin callbacks by names
    rather than function pointers. Then the module descriptors would be fully
    serializable, so we would not need to re-describe plugins when loading their
    shared object. That would also fix the last known corruption bug in the plugins
    cache.

commit a6acf806b45fdbb7244297faaf0e902811c9e6d3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:51:42 2009 +0200

    Remove unused member

commit 14cfaf06ed6499e80b5e67fb6617b18de9a54791
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:50:24 2009 +0200

    Plugins depend on the core symbols list, not the whole library

commit 3c7ab8b5496240a4680c19ad1fab7d919637bbb2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:35:50 2009 +0200

    Fix warning

commit 3ce63d4022abca8c52af0fff6d15cf38f6df71da
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:35:12 2009 +0200

    Do not declare non-existent module_ResetBank

commit f8cca7cf7aad2fdfff4b06e1f645f46dca3acaca
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:32:02 2009 +0200

    Remove remnants of builtin modules support
    
    If we ever to reintroduce builtin modules, we anyway would need to
    rewrite that part.

commit dedea65ce68fa1b5e5000dce7e980f6b5243ea50
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:18:07 2009 +0200

    Cosmetic (avoid static variable in a few functions)

commit 56cd4f10aa4f8a6b8333d5d34047350e0cdae455
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 17 22:08:18 2009 +0200

    Missing const

commit 30876dd3bcd475add619adc73e0c8d23718d1e96
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Tue Feb 17 21:05:53 2009 +0100

    * skip potential subtitle filenames that start with a dot.

commit 17948de947bf2f2b17e5d2bff3183d4ca1fbad91
Author: Aurélien Nephtali <aurelien@sitadelle.com>
Date:   Tue Feb 17 15:47:07 2009 +0100

    Fix crash when transcoding from mpeg2
    
    The attached patch fixes transcoding from mpeg2 with last VLC from git.
    
    jupiter@~/vlc> ./vlc file.ts --sout
    '#transcode{vcodec=mp4v}:std{access=file,mux=ts,dst=/dev/null}' -I
    dummy
    [...]
    [0x212d9c0] libmpeg2 decoder debug: 720x576 (display 720,576), aspect
    768000, sar 64:45, 25.000 fps
    [0x212d9c0] main decoder warning: can't get output picture
    [0x212d9c0] libmpeg2 decoder warning: invalid picture encountered
    [0x212d9c0] main decoder warning: can't get output picture
    zsh: segmentation fault  ./vlc file.ts --sout  -I dummy
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit df89b213f3a14ba2e853f94800d1c5a153040d35
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 17 19:52:43 2009 +0100

    Fixed Qt4 interface to use the new postprocess vout variable.

commit 96b19872be5d209ea3b0f0c9970ccbe89dd353c8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 17 19:52:05 2009 +0100

    Added a "postprocess" vout variable.

commit 43ff738b1b843958a33ae98162228cb0f1527773
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 17 00:14:32 2009 +0100

    Added QTYPE_NONE to easily detect if qp are present (vout).

commit 016c159e5b5956cfb372573fcfb6b0fc82ff8b04
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 17 17:22:28 2009 +0100

    macosx-plugin: improved wording

commit b5aec87d99906fbca13083b0ff24d1cb4d2516f8
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 17 17:20:37 2009 +0100

    macosx-plugin: Removed English to English localisation of the bundle info
    
    This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.

commit 8b7c6b3d5f6004075bd6ec55f160627cfcab1b35
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 17 16:46:45 2009 +0100

    fb: initialize p_sys->p_video to MAP_FAILED.

commit e4d9dab6f8d5d1648f4503de1ec19de767b0d605
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Tue Feb 17 13:53:01 2009 +0100

    Revert "python bindings: workaround for the #2257 / #2266 VLC bug (linux only ATM)"
    
    Not needed anymore since we are back at linking modules with libvlccode.
    
    This reverts commit 937e3f2f6b56c287e9acecfc77d65841300325ca.

commit 31f30e9a67e22fe30b5da63ad2cafef22a47a681
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 17 13:48:49 2009 +0100

    mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03

commit c3227e182b51375bbccb48d4e386c01b5a820faa
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Feb 17 12:39:38 2009 +0100

    mozilla: cleanup

commit c26963910979f706f8830dde3785317aeb42ba03
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Tue Feb 17 12:02:31 2009 +0100

    mozilla: protect calls to libvlc_playlist_isplaying()

commit e2ce58906aea751839e2277f2f5a7e4871ff3106
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Feb 13 16:24:42 2009 +0100

    mozilla: test.html print "state" information in an alert box.

commit 98727134d5694e045b5d7bc1fa69c6f317583d9e
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Feb 13 16:22:51 2009 +0100

    mozilla: no functional changes
    
    * Rename i_playing to is_playing
    * Handle case of p_md being NULL.

commit 4a811898954cb393152454c9dc80b48352e09dd9
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Fri Feb 13 15:49:00 2009 +0100

    mozilla: Recreate toolbar pixels to a smaller size.

commit 94fb5c71c977c60204a0aa38c9271b0ff7b8b01e
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Feb 11 17:05:32 2009 +0100

    fb: do not segfault when OpenDisplay() fails in Create().
    
    When the plugin fails to open the framebuffer, then the mmap might
    not have been done yet. In this case a segmentation fault will occur
    when memset is called on p_sys->p_video. (p_sys->p_video is either NULL,
    or MMAP_FAILED.)

commit fe83d5a4cb9fce7809fee29d883193ca3d4f6999
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 17 12:34:33 2009 +0100

    Add .rec files in open files.

commit 0202ccfc6e469c2638dcd0767d4747b7456a3105
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 17 00:17:38 2009 +0000

    We're back to linking the plugins with libvlccore

commit cf759926c989565a5dbac9a7110b821afc2aec64
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 17 00:10:39 2009 +0000

    Set the libvlc internal verbosity
    
    When set from the config file

commit dd4e410bc3e2c4e94300c7942d5f5cd3e0102818
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 16 22:15:25 2009 +0000

    Hopefully fix macos moz plugin build

commit 19dc51b1638333cfeaf16de5fbcb3017eb238fe1
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Feb 17 02:04:06 2009 +0200

    qt4: fix compile which was caused by removing one line too much in rebasing, my bad

commit 6a275918c96dc06214e7cc9fe401e5efcee237f4
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Tue Feb 17 01:23:34 2009 +0200

    qt4: change callback to new playlist-item-append/deleted

commit cb81565b63c8062ced063a49d854e9156e2a5de3
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Feb 16 23:28:04 2009 +0200

    qt4: remove item-change callback from playlist-model

commit e916edc909efeb05d774e35d9cca10076d47548f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 17 00:01:02 2009 +0100

    Removed one malloc per new playlist item (qt4).

commit 3fae03b32f4d08daac07f1d4059b7f79da3585d1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 22:46:16 2009 +0100

    Removed unused field and clean up (playlist).

commit 8a163fd8273e5feaa366c2a4dacc0eb75d0dbf77
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 22:30:58 2009 +0100

    Renamed playlist "item-append/deleted" to "playlist-item-append/deleted".
    
    I hope they will reduce the risk of error until the playlist API is rewritten.

commit bf099fea1fbc4f6290daf9ebe0365451455ded82
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 22:24:38 2009 +0100

    Renamed playlist "playlist-current" to "item-current".

commit 1f029c7029004c293684a54d7adba593f332c31b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 22:05:02 2009 +0100

    Document a bit playlist event variable.

commit 2522756ed78467e612dfbe5d9761945d0619d64a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 21:41:13 2009 +0100

    "item-remove" does not exist (dbus).

commit aaa0d27584304a53f5f413f9b7a7f1b77d22c24e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 21:33:43 2009 +0100

    Modify playlist code to always use input_item_t->i_id in "item-change" callback.
    
     The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and
     so this callback was unusable.

commit c5687adeae1a4f9488b8e8c1c311f4216f5a157e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 21:03:39 2009 +0100

    Cosmetics.

commit 567a3b099a789ce689d466b3920ef4e8e14ebc37
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 20:54:18 2009 +0100

    Added missing lock assert to playlist_CurrentPlayingItem and playlist_Status.

commit 0969e58f452d3ad9f36b96122c401f4151c0e45f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 20:50:31 2009 +0100

    Removed or privatized playlist functions.

commit 337b63e85fca1fdcf3967053e68540413ad60ee4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 16 19:51:54 2009 +0100

    Suppport AAC LATM inside PS (with a PSM).

commit 6cc964b5770ed5840eb6b039cb2a033d0673bc55
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 16 21:23:39 2009 +0200

    Fix pkgincludedir in vlc-plugin.pc
    
    Pointed-out-by: Benjamin Gerard

commit 1791475618d2b251c3f9325fbaf1a54ec508886a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 16 16:05:26 2009 +0100

    calloc usage.

commit e49255cb910661e5a878297cc688d48b6e84fe46
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Feb 16 14:55:11 2009 +0200

    Revert "QT4: connect signal from inputmanager metaChanged to playlist-model so it updates item."
    
    This reverts commit 394a9e2c128f34c183a2c4d9b7efc5ca5679afa7.
    
    This doesn't really fix the issues, so better to revert and rework it.

commit ff9c8ae1c3c8b0f4bf9b245c5889b3101d748cae
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 16 08:27:31 2009 +0100

    Qt: don't spam the log with too many debug messages...
    
    This doesn't solve the fact that ItemChanged_Type is called WAY too often... Fenrir, ILEoo, ideas?

commit 2cbbe8dc00667f5bd2c0601e46a5a402bef17e79
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 16 01:14:20 2009 +0100

    Revert "Qt: deinline createStatusBar() and explicit statusBar creation." and Fix StatusBar - close #2523
    
    This reverts commit f509b90d14a08b1fb6b4e6584c56e4ce5a6bb086.

commit c318005be1b5281fe79f14d0e9d164e3da3424a0
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Feb 16 00:41:27 2009 +0100

    macosx: updated default configs (use the 10.5 SDK instead of 10.4u)

commit c2c76c6c49ce320e92c6d703ad98635b5bad1c87
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Feb 16 00:39:47 2009 +0100

    macosx: fixed the messages panel by updating the code to the current API

commit 0f7aa11e04078d171fd8657798a97607f1f34854
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Feb 15 15:36:04 2009 +0100

    minimal-macosx: compilation fix. Needs testing within the framework.

commit 76c4a0622d95d10e241fe98d64a6f5e102bc4324
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 16 00:38:16 2009 +0100

    Qt: toolbar-profile, provide 4 profiles, one being close to 0.8.6 interface, the other one close to 0.9.0 and too smaller ones.
    
    Default can be changed, please give ideas.

commit c3338de60c0680338089477ec040039f6610c6c5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 15 23:39:40 2009 +0100

    Qt: profiles for the interface toolbar edition

commit 7ca5ee99cdc0b06d14f5de332b8b49e109ca456e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 19:59:44 2009 +0200

    Minor cleanup

commit e0fb922045f7db738fd960373cd4261ea8e35a9b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 19:49:55 2009 +0200

    Stay polite

commit 31a51c3e45d72159defca0aaf95a5b599fc7cc5d
Merge: 1a11a80 0f594de
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 19:26:12 2009 +0200

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

commit 1a11a808f3b9c73dff29e67a335b6308ebfb504e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 19:25:42 2009 +0200

    VOUT_SET_STAY_ON_TOP: call vout_Control in a thread-safe fashion

commit 0f594de02d5dc1b2f4efa1c3dea088a8149819d1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 15 18:15:17 2009 +0100

    Qt: sprefs, put replay-gain in the audio part.
    
    Close #2521

commit f62e78e30b58dd7a4eb8efaa9aa803a49022500f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 19:01:15 2009 +0200

    Remove unused VOUT_GET_SIZE...
    
    ...and it is probably no use considering vout thread already has the
    informations.

commit 3b2fa350046ba5b15c1f3837e5364e77dd5a8fad
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 15 17:52:50 2009 +0100

    Qt: add a tooltip for people who don't get that save will close the dialog.

commit 3d836aaa6be7be3e784f80cbafee9292b35d6463
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Feb 16 00:44:53 2009 +0800

    Qt: menu playback/bookmark can now open the bookmarks dialog

commit ffedfbb52ec61525bc6a285eff0da41a9747651d
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Mon Feb 16 00:24:09 2009 +0800

    Qt: menus: fix ordering of the video menu. fix scale

commit 3b124a6ca0a7256a308a7ae71c449f7c29a93ff6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 15 17:02:35 2009 +0100

    qt4: add .vlm at the end of the export file if needed.

commit 85fb567c408b390422ab72014131ad6ea7754c15
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Feb 14 11:06:17 2009 +0100

    ncurses: fix a segfault when launching the interface without any item in the playlist.

commit 9580166f23ac3e74373da2d05846c951857c5405
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 17:47:17 2009 +0200

    X11: remove non-sensical locking scheme
    
    This reverts gullible commit 54b43fae. vout_Control() cannot be called
    from another thread. Full point.

commit 57020ffa1ab60047b7cccec77671e81288f8ef42
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 15 16:35:24 2009 +0100

    Qt4: Don't put richtext in the ui. This is a nightmare for gettext. See #2140.

commit 400c04b9705306f597526fc9fc2cfd839e105055
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 15 16:30:40 2009 +0100

    Do not block (non interruptible) in dvdnav on fifo.

commit dd0a041bdf4a7bf35957383db4178f49e1ff3ec6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 15 15:43:25 2009 +0100

    Fixed missing vout_Snapshot internal function prototype.
    
    It was broken after being privatized.

commit 1fdf055efb46e35169d00d2eb9ace97666dbb7b0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 16:07:53 2009 +0200

    Unused variable

commit ba68523b9351ee03a82967d7aaee90768bd82e7a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 16:02:03 2009 +0200

    libvlc: don't risk crashing Linux/Windows because of OSX crap

commit 62793494c79cdcdaece4fe3af497de1a851375ee
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 15 15:54:27 2009 +0200

    Remove unsafe VOUT_SET_FOCUS

commit 394a9e2c128f34c183a2c4d9b7efc5ca5679afa7
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Feb 15 13:51:06 2009 +0200

    QT4: connect signal from inputmanager metaChanged to playlist-model so it updates item.
    input: send inputEvent when length if input changes
    
    This one should fix #2435

commit da62a8beab82b96793101b0836f3aae5effb52f4
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Feb 15 01:06:32 2009 +0100

    * enable Kate in OS X contribs

commit e2a37bc10c2465620926b0a9c40093e10c6d002b
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Sun Feb 15 01:05:44 2009 +0100

    typo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]

commit 3dc6aa515a0d632a5db016669e648917be2008c1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 20:00:50 2009 +0100

    Use the decoder output format instead of the input format.
    
    It fixes a logical bug as the input and output format could be different.
    (Not plugin that does that yet).

commit 7a0c49ac84488ca9c764e6f248a97958488804aa
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 19:57:15 2009 +0100

    All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES)

commit 4d7d9ec2f853db188c7162578de87c8a3b13eaa0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 19:45:50 2009 +0100

    Use calloc when applicable (decoders).

commit ef13b641f737c0590029a7c92e7fb5c08b2ec9cb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 19:10:57 2009 +0100

    Fixed a few errors in cmml.

commit da546e4e95fef045168d30b37eb2200149fbd848
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 15:52:58 2009 +0100

    Removed useless non-const static variable in decoder.c

commit dd4e022cb3230462ef5f46a1e7e8e00789b621a2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 22:19:13 2009 +0200

    Remove useless vout_vaControlDefault

commit b8fc38757e5e9c171496c0bbf220cdb358146487
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 20:26:42 2009 +0200

    Remove unneeded VOUT_CLOSE.

commit 6021d023dd0b5c833fb2f5cecb94aae085a3b18a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 20:23:17 2009 +0200

    VOUT_CLOSE is unsafe and pointless. Do not use it.
    
    If an interface exits "early" it should reparent (although reparenting
    is no safer). Otherwise, the core will ensure that the video output was
    safely closed before it terminates the interface.

commit 53195e9fc7c31e8ae3aeead4879477aa950513b4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 19:58:03 2009 +0200

    Kill stupid VOUT_SNAPSHOT control.
    
    Calling vout_Control() after vlc_object_find() or input_GetVouts is not
    valid. It cannot be. There is no warranty that pf_control is valid (the
    video output plugin could be initializing or deinitializing). Even if
    there were a lock without the pf_control implementation (as with X11),
    it still wouldn't work.
    
    Anyway, in this particular case, we already have video-snapshot to do
    the exact same thing in a safe manner.
    
    There remain some issues with snapshots:
     - there is no synchronization of b_snapshoy with the video thread,
     - there is no/incomplete error handling,
     - there is no protection against multiple concurrent snapshot reqs.

commit 003d86fa032d98fbb096fb6b656fc9332e01fca2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 19:40:05 2009 +0200

    Privatize vout_Snapshot()

commit 8a28a8dfa7f7b44fb3cd59c85799e017b22166a1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 14:02:07 2009 +0200

    Remove libvlccore load hack
    
    It did not work properly, and was GNU specific anyway.

commit cba4b50534e596d9c6596a145d32ea7ac2262bca
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 14:01:34 2009 +0200

    Link plugins against libvlccore
    
    This reverts back to 0.9 (and --enable-libtool 0.8.6) state. This
    should fix bindings and web plugins, without hacks. However, this will
    require relinking all VLC plugins whenever libvlccore changes.

commit 046bfcf1517610b52fb3a39bfc4ddb79cced6ca7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 14:00:25 2009 +0200

    Remove VLC_Changeset, src/misc/revision.c, fixes make

commit dbfffa2a25fa5fbcbe5346599facb23eaa337972
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 14 13:55:19 2009 +0200

    Remove all uses of VLC_Changeset

commit 74d8818a7628827277282fdf3beba70de8aea24a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 14 17:48:07 2009 +0100

    Remove trailing space.

commit 6613969f328c31705a9e155e6ba0ab7d35088691
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Feb 13 15:01:59 2009 +0100

    Cosmetic about i_zoom limitation (patch 3/3)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 6d17b907cb3a4f86283a43165e2a842234531636
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Feb 13 15:00:58 2009 +0100

    Corrects a Windows limitation (zooming cannot exceed container size) (patch 2/3)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit a385764d4b109b24423a417a5382f8ee88d8975c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 13 23:12:14 2009 +0100

    Qt: remove reference to a dead class.

commit d0583b5099c075683bc9586fb28b0f169e787ca7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 13 20:57:52 2009 +0100

    Qt: menu, small "Jump to Time" position change.

commit ad852da0772a37dd08341a0a9bf5e1ca25ccd74b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 15:35:03 2009 +0100

    Cosmetics.

commit 705148182b17c6a08a8edbb05940904a974e6a32
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Feb 13 14:59:02 2009 +0100

    Corrects original width/height calculations to be consistent with other part of vlc (patch 1/3)
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 1312fe718d8742dec1d01cef6209133d27a579c0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 14:42:30 2009 +0100

    User FIND_CHILD for zvbi in libvlc.

commit 71bd386bd03713516b35b47107bb84dc4d013ac6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 14:41:49 2009 +0100

    Use FIND_CHILD for zvbi in qt4.

commit 179d42c3a24f423f43da3e7f8777f94a7e13f2e3
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Feb 14 19:24:58 2009 +0800

    Zip (skins2): fix compilation (wrong #include)
    
    For people who don't have libminizip

commit 866ee8d7d3aaf3a38e94badd032bb705e67199ed
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Feb 13 18:55:08 2009 +0100

    ncurses: don't lock to times (no need to lock here).

commit 72fa5a9d8e8f5a1bbe0d83ffd1f30b3265a531c7
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 12 18:11:36 2009 +0100

    No need to add a '\n' at the end of messages passed to msg_*

commit 41e414d2df2ed72d9d0fbb2b42e1480a848eb2ad
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 01:14:53 2009 +0100

    Catch vbi-page event in Qt4.

commit 2791f26e07171bed6d16a090b0547f78756a683d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 01:10:11 2009 +0100

    Modify vbi page change on key event to trigger vbi-page.

commit d28af5a151af923ac0511af3ea0f881d5e86c3e8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:51:47 2009 +0100

    Fixed Qt4 opaque state.

commit 1cb32fae16ec90849296220e655197c1c6e19d2f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:45:02 2009 +0100

    Improved Qt4 teletext button.

commit ae4ee908d8757bb24c0ada28be49fb9a65b03fb3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:40:33 2009 +0100

    Set the actual page used by zvbi.

commit 4c8f79f7bed40cf05497d44fc05563d76e67438b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:27:03 2009 +0100

    Added teletext-es description as page number to help interfaces.

commit b6fbc90ce6164b5ef18443d06952b197cbd5c8a1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:13:24 2009 +0100

    Fixed es select/unselected event.

commit f5ca137c2e460bfdaf80a68309eb913a05d1337f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Feb 14 00:12:58 2009 +0100

    Simplify a bit Qt4 teletext.

commit fc2955ef9e13862df69763506ddfa3a25a6eb79e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 23:53:31 2009 +0100

    Flush all subtitles when recycling a vout.

commit d66d8f7d1854340ed37c4ca2b1371de9dc5be072
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 23:40:55 2009 +0100

    Added teletext fields in es_forma_t.
    
    It removed a hack where dvb.i_id was used for teletext.

commit ed2ceb36cdac4b997549726ccfc087c080c46185
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 23:05:45 2009 +0100

    Fixed QT4 teletext buttons.
    
    The page value is not yet correctly synchronized.

commit 83010dc8fc0fcb8a9c0a1485092943d99b0139c4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 22:33:58 2009 +0100

    Updated macosx intf after teletext-es change.
    
    It is untested.

commit f04d3e8faf83f1412945ceea86ae51ae16198e18
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 21:25:53 2009 +0100

    Updated libvlc_toggle_teletext after teletext-es changes.
    
    It may not correctly work as it is untested and as I have failed to
    understand its logic.

commit 3cbf3dff63d333ad1a5a40ab03c229860ff3ffb5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 22:28:58 2009 +0100

    Added a small var_CountChoices helper.

commit d4e9d57d43bf2d369b7cc75178f84ecdb9b5499e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 20:41:51 2009 +0100

    Changed "teletext-es" to be a list of teletext spu id.
    
    This change is needed to fix teletext support.

commit 1a082467f805dd3bfbe37649755071c81ca305c1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 20:32:08 2009 +0100

    Factorized event with variable list code.

commit 0de3c72312e7e4bcb20a9cc6bf3c9e98e5f0b4c9
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Feb 14 00:16:47 2009 +0800

    Qt: Open: sort MRLs (alphabetically) before adding them to the PL
    
    By default, the open dialog will sort the MRL alphabetically.
    Then why would these MRLs not be sorted so?

commit 444fb88c745c0ef4f419676754ba9bb593ab5861
Author: Christophe Mutricy <xtophe@altair.v.videolan.org>
Date:   Fri Feb 13 15:10:13 2009 +0100

    Add/remove files from POTFILES.in and regenerate vlc.pot
    
    Note to translators: The 0.9.x translations are not merged yet. So if you don't know how to do it yourself and don't want to loose the work you did on 0.9.x, wait a bit.

commit f283fe2a09912415719a78156d9f2900d999f32e
Author: Christophe Mutricy <xtophe@altair.v.videolan.org>
Date:   Fri Feb 13 14:26:17 2009 +0100

    Distribute the profile files

commit 1fac4734ed7694d7a43af8db6b60de86871ed627
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Fri Feb 13 11:13:29 2009 +0100

    Fix build when zip support is disabled
    
    Move an AM_CONDITIONAL outside an if block
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit bce370d338abe3e3521b87be032f578c2a44ff28
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 13 11:29:55 2009 +0100

    Use Jump to instead of Go to

commit f509b90d14a08b1fb6b4e6584c56e4ce5a6bb086
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 13 11:10:09 2009 +0100

    Qt: deinline createStatusBar() and explicit statusBar creation.
    
    No feature change.

commit 0ee99df52562eb1bd61da18a809b4b3e0ed89420
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 13 10:30:38 2009 +0100

    Qt: menus/visualisation fix.
    
    10l is 10l of Coke, not of Whisky...

commit 9b9b344e94397b839a8cabcddec22641b9cc8cb0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Feb 13 00:18:21 2009 +0100

    Simplify/fix InputManager::customEvent.
    
    The DVD boutons (prev|menu|next)are now working again.

commit 0e2340e0624b07b0fda8a26942ad311f2375f0ca
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 12 23:54:44 2009 +0100

    Emit INPUT_EVENT_TITLE/SEEKPOINT when needed.

commit 6f54b381d537f9103737d3982d1e7cf0033e9a60
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Feb 12 23:29:29 2009 +0100

    Qt: menus, more cohenrency.
    
    Try to mimic a bit more the mac menus.

commit 0fc3f644db3221321bec1b889c2233f6fb8ac195
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 21:52:50 2009 +0100

    Qt: dialog editor, add a widget to help understand the feature.

commit c81541fe010075c43d8d821346ec0252a3474e42
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 12 23:08:25 2009 +0100

    Reorder qt4 audio menu to be more consistant with video menu.

commit f2f24f4915d16e223b5716938c7aa2c5c7f2f6cd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 12 22:22:34 2009 +0200

    Add libvlc_media_player_get_(hwnd|xwindow) as requested on forum

commit edfdafc7f05c78d5995ff32cb9aae71074d119a9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 12 22:22:10 2009 +0200

    typo

commit 48318a703e90cd577835e6cc55fa5c0e9580de42
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 12 19:51:18 2009 +0100

    Fixed audio transcoding when channel mixing or resampling is needed.

commit b15994bd7d1994c5d39726152c5cdae74ce70c3c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 12 17:37:45 2009 +0200

    OSX: keep the (misdesigned) drawable variable

commit 432b3d357214518e20987f438cfd8eec2f01e850
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 12 16:03:35 2009 +0200

    Add missing dlopen flag (if and only if _needed_).
    
    Pointed-out-by: jpd@m2x.nl

commit e127458fe312d58877f94e0299f90f96e02cb027
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Feb 12 14:17:22 2009 +0100

    No need to translate warnings messages.

commit 371a27f5231037f884926195ee90d43dae3848f7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 12 00:07:20 2009 +0100

    Do not create empty title (avformat).

commit dbb3a9c9b4472ef09ea6c9dbd32399f67984d670
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 11 22:38:02 2009 +0100

    Fixed msg_Info abuses.

commit 7f04d5a370677c4b6b81342a5b3441b1b180f38d
Author: Fabio Ritrovato <exsephiroth87@gmail.com>
Date:   Mon Feb 2 19:06:28 2009 +0100

    GSoC: MTP Devices initial release
    
    I have modified the original author patch to fix:
    - vlc_cancelrestore (mtp).
    - libmtp initialisation (race condition).
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 3d5b9c5c3df14106ccb8d8706d2b32ddc30f99be
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 23:11:23 2009 +0200

    Fix one (of several) leaks in interaction

commit f90f0553f7e7d1ac8e6e02a92613abc17206473d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 22:41:02 2009 +0200

    Cleanup input stats when sout fails

commit 61f1c0ba02bf26281b96f5815def50c85e7c059d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 22:38:54 2009 +0200

    Preparsers are quiet objects, no need to check when logging

commit 604115295431529b06812fc7598fae25c633188b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 22:24:17 2009 +0200

    Privatize input_Preparse

commit c9c8a74b78f9187a2343d778406a8823219db710
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 21:58:32 2009 +0200

    Stop spamming the debug logs

commit f88693fed217b8df6b359dcec63f7a35494e0c10
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 11 15:50:00 2009 +0100

    Playlist have to be lock for playlist_ItemGetByInput too.

commit 7e4419bcc6ed629cd9a06863965260b96b9cb1fa
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Feb 11 15:29:51 2009 +0100

    The playlist have to be locked when calling playlist_ItemGetById (not tested for wince and pda interface).

commit ed8fa00386df33fc0eb1b296c36ab3b3dbdc6ee8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 20:24:04 2009 +0100

    s/Buffering/Buff: this was too long and resized the timeLabel too much.

commit 40352944d62388fe9a7da6a99a700eb2e1bcbb4d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 20:18:33 2009 +0100

    Qt: code simplification and usage simplification for SpeedLabel
    
    Clicking on it brings the adjustable slider.
    DoubleClicking doesn't do anything anymore.
    
    This way the behaviour is more usable and less complex <joke>(don't be too KDEish!)</joke>

commit 35103a19f16ef8544e73d31d07f9885eb89c7bc9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 19:33:07 2009 +0100

    Change tab order in effects.

commit 3f15f9d9c02cf11f45fe18924fcc71809a38be18
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 19:31:04 2009 +0100

    Fix configure syntax. Please test.

commit 005855e07d17af7f3900962bed415c565c562dd3
Author: Nicolas Chauvet (kwizart) <kwizart@gmail.com>
Date:   Wed Feb 11 10:46:53 2009 +0100

    ZIP Module - Use the system minizip when available
    
    - Ship the vlc module header zip.h
     (rename isn't needed once the file in ship)
    - Detect minizip presence with pkgconfig
    - if .pc not available, try to assume presence from unzip.h
    - Move the zlib.h detection in one place (after pkgconfig macro)
     minizip in bundled within zlib in some distro
    - Adds -lz in module that needs it in one place
    - Prevent the compilation of libs/unzip if minizip is available
     (it shound't prevent this directory to be bundled with the sources)
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 90f8447d3390e51da83788c16d984fb015f4a709
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 18:36:50 2009 +0100

    Regroup AC_CONFIG_FILES, because neither MSys and Cygwin like it. This improves the building on windows.

commit f3334ccb2f26fc984779015d37df7ea5b8dd88d0
Author: Christophe Massiot <massiot@via.ecp.fr>
Date:   Wed Feb 11 17:17:21 2009 +0100

    Fix handling of AAC ADTS
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 2b58c54283ae9463556efdb80e0a044378bb8fc9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 17:59:29 2009 +0200

    Revert "ZIP Module - Use the system minizip when available"
    
    This reverts commit 35fa551f95211e9ca4b9b52eb7a73de6b9c94484.
    
    Conflicts:
    
    	configure.ac

commit e52f15b9ac4620a144a7f271c41d6066ae7aa7ab
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 17:54:27 2009 +0200

    Use MAP_FAILED

commit e86bc7ed04159cbe8ac5b9fb5f2cbc7d1c6001f6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 17:51:25 2009 +0200

    framebuffer: Remove pointless test
    
    The error value for mmap() is MAP_FAILED, which is not nul. But we
    check for that case in Open() anyway.

commit 484a11efab77b387b18a3ed93f717e886603ac97
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Wed Feb 11 10:24:18 2009 +0100

    activex: snprintf is defined in stdio.h, include it
    
    This applies for plugin.cpp, vlccontrol2.cpp and persistpropbag.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 3fc830f0b58e7e48dc45d9c1496da50cbf770aa0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 11 17:48:16 2009 +0200

    Remove trainling white spaces

commit 35fa551f95211e9ca4b9b52eb7a73de6b9c94484
Author: Nicolas Chauvet (kwizart <kwizart@gmail.com>
Date:   Wed Feb 11 10:46:53 2009 +0100

    ZIP Module - Use the system minizip when available
    
    - Ship the vlc module header zip.h
     (rename isn't needed once the file in ship)
    - Detect minizip presence with pkgconfig
    - if .pc not available, try to assume presence from unzip.h
    - Move the zlib.h detection in one place (after pkgconfig macro)
     minizip in bundled within zlib in some distro
    - Adds -lz in module that needs it in one place
    - Prevent the compilation of libs/unzip if minizip is available
     (it shound't prevent this directory to be bundled with the sources)
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit a0b49d79a0da09aedf7f0bed2f6cadb593cac8bc
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Feb 11 16:17:38 2009 +0100

    fb: Cleanup properly after failing OpenDisplay.

commit 5d40c7d41dafc119c83aea43b5fbc7cf56aaa3d3
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Wed Feb 11 16:03:05 2009 +0100

    fb: unmap mmap'ed area when closing framebuffer display.
    
    Closing of filedescriptor to /dev/fbx does not remove the mmap'ed areas. A call to munmap() is needed for this.

commit d8704994aa813b256a42764e5edae3c2a9a26d23
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 12:08:17 2009 +0100

    Contribs: Kate, update to 0.3.0 and disable-doc by default without patching.

commit e0e941ea6ce17b0e4acd7ff6bd60c55efd0bf937
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Wed Feb 11 10:21:17 2009 +0100

    activex: create "ex" before using this exception variable
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 51f7f4192b9caec6f217c6b609fa82236030f363
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 11:37:47 2009 +0100

    Contrib: Don't build FFmpeg dca decoder on Win32

commit 11ad4d7d9c6b149ca807eed438947c116488601d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 10:05:17 2009 +0100

    Win32 configures: mingw can compile mkv and taglib. Only Windows cannot.

commit e166ec152cd4f5add7d40b92d3ad59ca23675e77
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Feb 11 09:45:52 2009 +0100

    activex: take lock before accessing libvlc_playlist_items_count().
    
    Patch by jan-paul dinger (jpd at m2x dot nl).

commit b9b8bcc1de8fcd3999e2d8422513cd7083d72dec
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Wed Feb 4 08:21:24 2009 +0100

    zvbi: clear zvbi page holder before usage.

commit 887a7c5bfcd2b3ab8611a6d8217e4a50fcc94aa8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:35:37 2009 +0100

    Qt: reparent a textEdit.

commit ff83b31b15f25512876846f333a5b00378166477
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:27:56 2009 +0100

    Qt: reparent the first-time dialog and make it die correctly.

commit 3694dd181dbfb731ad5d0185a5894f008e1e2938
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:15:48 2009 +0100

    Qt: don't leak the FSC on exit.
    
    This should really be a singleton or at least not built when you play only audio.

commit 69a7b4d24e210b246595a54b19ccd139d4f2d6b3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:06:48 2009 +0100

    Revert "FSC memory leaks"
    
    This reverts commit 1463e7cbbc437f8e7b4ab246861ae55ddadeb763.
    
    Conflicts:
    
    	modules/gui/qt4/components/controller.cpp
    	modules/gui/qt4/components/controller_widget.hpp

commit ad55dcbc133dc6e494f54be0c02e02c6bc2eaa78
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:01:24 2009 +0100

    Qt: simplify and solve a leak and make a previous commit unecessary.

commit 2a94c4bbefd6cc673ec4bb50c1aa8d0d16497269
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 04:00:53 2009 +0100

    Qt: force the deletion that doesn't seem to happen correctly

commit 4ff01dbb13277b42255b0d75fed83691faf3276f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 03:05:56 2009 +0100

    Qt: remove small leaks in menus.hpp

commit 63dcebf71fe8e31a8968b871217b85df18f5b680
Author: Anthony Loiseau <thannoy@actech-innovation.com>
Date:   Wed Feb 11 02:09:26 2009 +0100

    Sort by alphabetical order the extensions.

commit 197578bbe674572bbe3952bf2143bd49470e87da
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 11 01:57:50 2009 +0100

    Qt menus: SD go in the media menu as on Mac.

commit ba41cc1ad7ff8d9e0584546c72a2d98447e4766b
Author: Nicolas Chauvet (kwizart <kwizart@gmail.com>
Date:   Tue Jan 13 19:32:36 2009 +0100

    Mozilla SDK libxul 1.9.1 - preliminary support
    
    According to https://bugzilla.mozilla.org/show_bug.cgi?id=455458
    npupp.h has been renamed to npfunctions.h with libxul 1.9.1
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit e4a5bfc074fda60acd494ad0afec43e11c837643
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 10 13:23:20 2009 +0100

    playlist_search:
     * use psz_name when an item doesn't have a title
     * proper locking
     * little speed up
    
    (thanks fenrir for the reviews)

commit 72268285a6ad32f3480ae9339e279952268aa79c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 22:35:02 2009 +0200

    Qt4 unparented widgets

commit 75c5fe13f0856619fbefd056fbec53f63e179a19
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 22:26:54 2009 +0200

    Qt4 leak

commit 347834f0f1e77f002eee16773da9402a1d342a4b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 21:46:14 2009 +0200

    Qt4 menu leaks

commit 14bdc015ae724f5c77cd5fc75afeb12759478ea8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 21:15:09 2009 +0200

    Qt4: more leaks

commit a430cde79d4832edcb8dcfe594569b64250b07f3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 10 20:21:05 2009 +0100

    Added support for shortname in bd access (avchd ?)

commit 1463e7cbbc437f8e7b4ab246861ae55ddadeb763
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 21:05:01 2009 +0200

    FSC memory leaks

commit 5c3476e5aadb48fdf2b174b9beef21a2d2cc6f18
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 10 19:41:20 2009 +0100

    mozilla: make sure we set the correct file rights before we distribute the plugin

commit 92ed31deedfd5f79e9dc580de04ae699550a8883
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 20:15:20 2009 +0200

    Implement reference counting in the libvlc logger
    
    Now, this should work safely, although it requires heavy polling.

commit 2d7c798a3e3781c72212c1c5bec141f12e0ffaa8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 20:03:17 2009 +0200

    Restore the libvlc logger lock
    
    This API is completely idiotic. By design, it requires (very active)
    polling to work. Also, it is almost impossible to make it thread-safe.
    Anyway, through violating a few constant pointers, we can fix half of
    that. However, message item reference counting remains broken.

commit 7bdcd022287f5f99e68ea6f422edbee6cfc54e62
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 19:55:01 2009 +0200

    libvlc log: stop abusing internal i_verbosity

commit d5f982b37091f3b340d3e8f3dacd1f874f03550a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 19:43:36 2009 +0200

    Remove the verbose callback.
    
    It was not thread-safe, and only used by ncurses (fixed earlier).

commit 3af97bb6d9d638a783c27f687f72b989d5b7455c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 10 19:38:41 2009 +0200

    ncurses: redirect standard error to /dev/null
    
    Changing the verbosity at that point is not thread-safe (and trying to
    restore the value at ext is somwehat logically flawed). Luckily all the
    standard <stdio.h> functions are thread-safe.

commit 2c8cdc30b827a523c61b8660b83a5acf8ed9a882
Author: Anthony Loiseau <anthony.loiseau@gmail.com>
Date:   Thu Jan 8 15:34:37 2009 +0100

    Add .iso to the video files extensions (untested)
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit cff8ba99620db6a82a23d28e6aa3f93c3b5139d5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Feb 10 13:06:29 2009 +0100

    Qt, menu: remove open playlist

commit 5f78e89869b09affa682f6a6dc11ca0226137f1f
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 9 23:12:32 2009 +0100

    mozilla: clear exception also in this path.

commit c12f73b1a2b78077037c39ffe50c1939b788c506
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 9 22:36:36 2009 +0100

    mozilla: package the plugin also for use in Firefox 3

commit 2fd49e5a3d7057e9ca4543f7221041125ee57459
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 9 22:11:50 2009 +0100

    libvlc_log_clear: looks totally broken.

commit 40e09aa0cb97dffe188f36b30e6d9df7fcf6e6f7
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 9 21:47:26 2009 +0100

    mozilla: toolbar is not implemented on MacOS X and Win32 for Firefox/Mozilla/Safari webbrowsers.
    
    Remove this define once the functionality is implemented on MacOS X and Win32.

commit a525d207d5ffe87f22d90788af7729c1567e0401
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 9 23:47:59 2009 +0200

    libkate contrib: skip documentation

commit 9ff86452d36944a0a6d373119487cbf43ff9eed1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 9 22:18:16 2009 +0100

    Fixed closed captions in h264 packetizer.

commit b2ee5a9629e30a5106c501a45d81dbcc74aad50b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 9 21:14:27 2009 +0100

    NEWS about CC SCTE-20

commit bce60302b167d5ed37b0e1f707a5c6f1cfb2e2ea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 9 21:14:00 2009 +0100

    Qt: change audio menus with mute at the bottom until we decide something with felix.

commit 2b0a175818b469003e026424dc95d26c1154afe3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 9 20:04:47 2009 +0100

    Added SCTE-20 CC support (close #2503).

commit cf6d7ded81b8ba976d19f3a8e6a64be8050c3ace
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 9 20:04:00 2009 +0100

    Imroved cc.h fprintf debug (commented out by default).

commit 051a4eb3c8775871d2aea013ba0495435f767aab
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 9 20:02:56 2009 +0100

    Fixed cc.h multiple includes protection define.

commit 4e033b07455b2d90408c76922bc763887c992e5e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 19:35:29 2009 +0100

    Support output bits per sample changes in ffmpeg (close #2493).

commit 3801da9dcde2f56498d49709250abc59502eea59
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 16:51:58 2009 +0100

    Fixed various decoder/packetizer flush.

commit d042c1292f5f52bbfe4103e11b1706471cf6e8c8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 16:52:27 2009 +0100

    Added a missing block_BytestreamEmpty helper.

commit 9e6e2eeb638d4bc7cac3178ac838f53e716f35f2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 16:39:49 2009 +0100

    Correctly flush video/audio decoder in all cases.

commit 0e420affc7ce603fb900ea14124a9b00277312a6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 16:35:50 2009 +0100

    Fixed timestamp validity check in decoder (probably close #2502)

commit 9e09dba85d718dce3cb5e48e28f1d7b19a4d05d3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 8 16:33:15 2009 +0100

    Fixed (common) broken dts in wav (close #2494)

commit 613d73121cfc6ddf23360a1aee27e2389e25195e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 23:45:39 2009 +0100

    Added a module shortcut to wmafixed.

commit b44089de23f661c49f7e3c97af1c9c7ea17cf2b1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 9 21:46:12 2009 +0200

    Wrap and improve a bit

commit 345c6daa2c71efbcd4186be7c686643114009881
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 9 18:28:20 2009 +0200

    X11 pixmaps will not work as drawable
    
    Our outputs want to create a window as a child of the drawable. This is
    never going to work with a pixmap.

commit c7eb703de55f9a0a0a03de0e025ad342bd1ab11a
Author: Sébastien Escudier <sebastien-devel@celeos.eu>
Date:   Thu Feb 5 14:08:22 2009 +0100

    Fix a race condition between rtsp and httpd
    
    This can happen when a rtsp client teardown : RtspCallback is called.
    But at the same time, if the media is deleted, (MediaDel), RtspClientDel can be called twice on the same p_media/p_rtsp
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 03029fe3ea95ef818a7ed2b48641cfbda8c2b434
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 9 15:41:00 2009 +0100

    playlist_search: enable all items if the search string is empty
    (and remove an unused argument).

commit 846bb6fe9944a8ddb1f75e4cc42d3ff1d0343d94
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Feb 9 14:46:20 2009 +0100

    taglib: remove a dummy sub-module (taglib can't act as an "art downloader").

commit 5e567ccf38689401d366e0479cd8373aa44e6fa6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 8 16:53:02 2009 +0100

    taglib: Fix #2466 and fix also for writting tag on win.

commit b9dfd94693317fec3df66bd418b90777db8b8a93
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Mon Feb 9 09:42:07 2009 +0100

    mozilla: call libvlc_playlist_items_count() with playlist lock held.

commit 386c6b9d0dca0d2fecb16fe745730a9975d2def3
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sun Feb 8 13:10:26 2009 +0100

    mozilla: define wrapper prototypes in support/npunix.c

commit a6d61f140c71151ac831b97b7eb0d95f96eb98f1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 20:08:20 2009 +0200

    Fix service discovery submodules (i.e. shoutcast TV and the likes)
    
    Pointed-out-by: Rémi Duraffort

commit d44daefbf8d120c9af12c7499ac6bddf45765313
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 20:07:22 2009 +0200

    Remove dummy VLC_EXPORT

commit a3e70b4e36d7300276ad4263407cd9f5bad2a16d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 20:06:24 2009 +0200

    Add module_find_by_short() (internal only)

commit 4a5af94e8ae364bde1f8140e4c620aafe72d47c4
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Sat Feb 7 22:55:48 2009 +0200

    adds speaker setup override option
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 452a4b9f7257c4080e2bc0268f79c57214e1f427
Author: Mark Bidewell <mark.bidewell@alumni.clemson.edu>
Date:   Wed Feb 4 18:42:57 2009 -0500

    Overload toggleVisible() to update list with media from other interfaces.
    
    Overload toggleVisible() to update list with media from other interfaces.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9e17b696a46b8498c66bc0261e3d90804ee5dea0
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Sun Feb 8 19:20:01 2009 +0200

    fix typo
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit e1ee31d381985d1b6b6b5fcf3e11603f6922f232
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 8 16:05:28 2009 +0000

    i18n: Translate the channels layout in media info

commit 9e7d8f9109b1368237874221f5c28e836e96838d
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 8 15:56:59 2009 +0000

    Translate the channels layout
    
    And not just make it to be translated.
    So that it's coherent with the other audio variable fed by the core to the GUI.

commit 7acb1e06b158357762b2feb598c763b2c7a159b1
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Feb 8 14:41:13 2009 +0000

    Always build x264 with pthread on win

commit 31ff21f390ac1b59fab6a376b162cb02286164b7
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Wed Jan 28 22:07:14 2009 +0100

    fix h264 encoding in windows
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 95862a5aaf79b49731b671d4224f09ebb327259f
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Sun Feb 8 14:22:28 2009 +0000

    fix addition of multiple meta pairs adding the first one repeatedly
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 6c95dba474d1f9847e069d2d6cd1af9ecb307ebe
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Sun Feb 8 14:21:16 2009 +0000

    Retrieve meta from Kate streams, which has Vorbis comment packet
    
    Do not retrieve from CMML, which has none
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 95819b345a63f9cda9a2290fc2ec25f9f03d3dcd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 11:54:14 2009 +0100

    Qt: put the ensureCursorVisible(); back.

commit bc7bf1b597db73adf4018dfdbc8b58a2d7ed74e9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 11:11:30 2009 +0200

    Revert "directory: Add XSPF node-extension support to our directory module."
    
    This reverts commit 8f7056b536e341fe8f07cfec4067e53e93c59708.
    This broke the XML parser (fixes #2500).
    
    Conflicts:
    
    	modules/access/directory.c

commit 45d4420f5ba9d3aa86229059d2e2a3eedf6450cc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 10:58:37 2009 +0200

    Fix crash

commit 663a2015ed1c7eb899b6c8cc3a44e6a22a8bccde
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 8 10:58:27 2009 +0200

    cosmetic

commit c3bea09ca804fd33fdfdd5f3f0b039b3a4f95b77
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 03:38:59 2009 +0100

    Qt: Fix minimalView state in menus.

commit 7ab733f2c39d5f2c56d3f52724d5b2274cede1ec
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 03:33:29 2009 +0100

    Qt: fix Menu->View->Fullscreen interface state.

commit b505449c011b2b190007b9dac8b37379e08e2f3e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 03:07:37 2009 +0100

    Qt: messages cleanup and work around #2432 to solve the speed issues.
    
    Patches partly by random.

commit 58902dc12853df49b078cf374452871dd36400ef
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 01:55:49 2009 +0100

    Qt: remove useless includes.

commit 5a4afbeb5bcdf6515871efdd0bd9fe4d435a2be9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 8 01:11:11 2009 +0100

    Qt: menus, add VolumeMute/VolumeUp/VolumeDown in the audio menu to match OSX Audio menu.
    
    We still have one more separator than OSX has.

commit e81539dd6593741a4657748a4c99acd7bb1b4500
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 23:14:30 2009 +0100

    Qt: put visualisation before audio-tracks to mimic Mac menus.

commit 547026ca2c863f234acd7e142e4e0f744b3391c8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 23:50:14 2009 +0200

    XCB: fill in RGB mask information

commit 4c06a308e892439a5e8955f0fc2f29b56a5797de
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 21:56:54 2009 +0200

    XCB: use the selected visual rather than the root visual

commit 5e67e38eca0f1639214fa29682f5c1d2aef095aa
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 23:40:11 2009 +0200

    XCB: use dummy color map so selecting a non-default visual works

commit d6f88abd02311a550d24008f037b7cd5a2bd9a2f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 22:44:18 2009 +0200

    XCB: determine output format in Open since it's constant

commit 2b9b5c0c6b7a9de32d5a42755f648d5194afaf13
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 23:40:50 2009 +0200

    XCB: do not look for static color visuals
    
    We really don't support them anyway

commit 7ffb2aeec2563091b2803b7b20933b214c897cac
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 22:04:34 2009 +0100

    Qt: sprefs, add the auto-resize option to the interface panel.

commit fd1baec61d9eb82c5036ae302d4a078466a9ece5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 21:57:52 2009 +0100

    Qt: menus, document.

commit 2399e6307894e514bea6a5b3711a22a925c8f7fd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 21:54:37 2009 +0100

    Remove misleading comment.

commit 3487d61ef0a3d29cd285cdd1ceccfd1310883725
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 21:51:26 2009 +0100

    Qt/Skins: give complete access to the Tools menu to the skins. Close #2275

commit 98c06d9e33b9326daaa2e0d1919e5647fb0df4d9
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 21:30:53 2009 +0100

    Qt: integrate the new volume to the customize dialog.

commit 2448166498e22263444031a6ce6a1141cdffb2ea
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 21:30:39 2009 +0100

    Qt: move customize to view.

commit 3439c052ecb9de8319e6ff0d3036fadc37d81b72
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 20:57:30 2009 +0100

    Qt: remove code duplication.

commit 11a75f694fdfb57bd8fbc1c73046153be1c6287d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 20:56:15 2009 +0100

    Qt: simplification of the special volume slider. Any click will show it.

commit 74d2582a3de1afc854245c2e4f8d79375d30cc90
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 20:19:56 2009 +0100

    Qt: Remove VolumeClickHandler Class... I never understood why zorglub did that in a separate class.
    
    This removes some friends attribute. Can't be a bad thing.

commit 41b266bff059cb9ff0fa1bb15f73daab773e9b14
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 19:23:47 2009 +0100

    Qt: new volume slider, optionnal. Totem like, for people who use Totem
    
    This is a special request for Laurent ;)

commit 52833ec70d8d2a6c268dbe4671c61fd20846d319
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 19:30:58 2009 +0200

    Deprecate libvlc_video_reparent
    
    This is consistent with libvlc_video_set_parent being deprecated.

commit 14602bebf0d564660a739f40a8936b03fb5940eb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 19:27:44 2009 +0200

    Deprecate libvlc_media_player_(g|s)et_drawable

commit dc37025c2dcd42c4153ac196405b9b15489d0397
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 19:21:01 2009 +0200

    Add libvlc_media_player_set_hwnd and libvlc_media_player_set_xid

commit 67415a4c979fc38b6b604b6f87d5e7d4220ba33f
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sat Feb 7 16:29:41 2009 +0100

    wmafixed: optimize

commit 9bca33b943a8e79c19644a593da8a67440814811
Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Date:   Sat Feb 7 16:25:34 2009 +0100

    wmafixed: handle error cases (fixes #2474)

commit ca6444e86645cb5a89d3e629e4c6d28ecd1e055b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Feb 7 10:47:45 2009 +0200

    drawable: handle the case that drawable is per-input
    
    It only works -properly- if there is only one video output. This is no
    worse than earlier releases.
    
    Pointed-out-by: brezhoneg1

commit 0ea61050862d41d60e430fa66d613b8650b40150
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Feb 7 00:50:07 2009 +0100

    Qt Fix profile edition and saving. Close #2477

commit 2fb774083c26f2d9ecac5e350b66c85d9feced25
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Feb 6 23:59:21 2009 +0100

    macosx: updated used Cocoa methods to the current definitions and fixed a few logic errors, which only occur in 64 bit mode

commit 571e981e37a29e3bc9f3bafdcff2a6090f088a3f
Author: Felix Kühne <fpk@Felix-Kuhnes-MacBook.local>
Date:   Fri Feb 6 20:20:05 2009 +0100

    contribs: updated yasm to 0.7.2 and enabled its compilation explictly on Darwin.
    
    Additionally, disabled ASM optimisations on Darwin 10 for libtheora and switched the default SDK to 10.5 to turn potential 64bit builds more compatible

commit a18c16686cab31048204ca5946cff2bebd2e4a06
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Feb 6 11:02:20 2009 +0100

    Qt: new icon for new profile.

commit 340272f8d4a2372ad56d6971e5964095e22f6e5d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 23:31:29 2009 +0100

    Modify input_ressource_RequestVout to allow avoiding recycling.

commit 00b6b76217c39d6a7abfa0ada531b743b2aa594a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 23:22:01 2009 +0100

    Fixed aout visual vout recycling.
    
    It closes #2471
    It changes a bit the public API but cannot(?) be avoided.

commit 0c5f718e4920edfad7e168fdd295239e45e19274
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 22:46:19 2009 +0100

    Clean up a bit audio input.c

commit de6ce14e7b6974f29b3dbafe21e594b549c96385
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 22:24:56 2009 +0100

    Do not save a vout if there is still an active vout.

commit d61e4c6c8231a3240fa334a1efb33cab72f04c73
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 22:27:10 2009 +0200

    Fix unitialized seekable variable

commit f9e0558e02e2679ef322db985caa6fb7965b8113
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 21:46:53 2009 +0200

    XCB: remove hotkeys from video output
    
    The window provider can take care of this (tested with Qt4 and XCB
    window). X11 forwards unhandled events to ancestor windows.

commit 08b5947d023486b6dc81526d395cc4d9320757f1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 20:38:36 2009 +0100

    Simplify read timing in stream.c.

commit 8cbb6fc3390565940ef6142fb745912220f127f7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 21:23:57 2009 +0200

    XCB window hoykeys support
    
    It kinda suck to have to duplicate this though. Qt4 embedded X video
    exhibits the same problem. One ugly "fix" could involve the video
    output listening for the parent window event - not sure if this would
    work. Another option would be to now create a window in the video
    output at all, but then we loose reparenting (useless?). In either
    cases, handling of hotkeys in fullscreen mode would seem problematic,
    unless we handle fullscreen via the window provider too
    (control request?).

commit 126bc96b7952e9c2263d86b00f6bc3fc24c0c6d0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 21:23:43 2009 +0200

    vout_window_t.p_sys type safety

commit bfe80765bd0c7bab876e7e74b993dfcabc0dc935
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 20:58:29 2009 +0200

    XCB window: set background color to black

commit b8554d1c69c1dc6c236f2bc695d56f84e2d8c797
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 19:31:01 2009 +0100

    Cosmetics.

commit 61ead2d3a28e166f88f2594031b6062b8f24aaa1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 19:30:16 2009 +0100

    Revert "fix overriden variables."
    
    This reverts commit 0bed6fc3e3d1622f999b88bc908b8f5f1327da7c.
    
    It is broken (at least for ps).

commit dd2c4d4400f9bb6a6ff463771ad322f567bf8b93
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 01:00:48 2009 +0100

    Fixed long term pts rounding error in mod.

commit 8accabd39b88aa2f9a2fb610cf3f213bd8011b51
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Thu Feb 5 00:50:56 2009 +0100

    Improved a bit mod detection checks.
    
    Check the content of the file to validate the extension selection.
    
     Some checks are light but either the file format does not provide enough
    identifier data or too much code would be needed. But it is better than
    nothing.

commit cf36a814e12cfa804462d5f2ef15bd63d12fd96b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 4 21:31:11 2009 +0100

    Added mod title support.

commit 08b0129445f1e0aed7141925f638e992b8e2ca60
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 4 21:11:09 2009 +0100

    Added a few sanity checks to mod.
    
    Among them, it will now refuse to load file larger than 500Mbytes.

commit 2887a459ec27d946920bf5c653bba2dd78e8b9bf
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Feb 4 21:01:43 2009 +0100

    Cosmetics (mod).

commit 37acd67edfa16ebd122e75d9e9057885a3569911
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 18:57:56 2009 +0200

    Unitialized variable

commit ecdec76a4bbb65cd24f4b165c20673494d3200bd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 18:40:15 2009 +0200

    System knows better whether we can seek.

commit 558ed80209b28f887c58a3f9451e3c9e7b4e0628
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 18:18:19 2009 +0200

    Do not poll regular files (useless), block devices (undefined).
    
    We do poll character devices, as it works for TTYs and some platform
    specific devices.

commit 9d4c2ee574c5bf99fc04c1141d96cfdc256b13f7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 18:34:43 2009 +0200

    Only use file size for regular files. Allow seeking block devices.
    
    Block special files are always seekable. File size is undefined for
    non-regular files.

commit be6cfb05616fa88c5267eb6d8571b100538be77e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 17:52:52 2009 +0200

    access_file: cosmetics

commit 28431c2d47ee6a5a80ab81a50fb2ca219fa62f20
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Feb 5 17:26:33 2009 +0200

    Do not reinvent eventfd. Won't work if syscall.h is old.

commit 069e8d419fb72defaf956f238ae475087ced2087
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 4 22:56:19 2009 +0200

    Menu key triggers the popup menu
    
    That particular key is supposed to work that way.

commit 4946fda52441ea9bac8462feb371959c13e398d3
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Wed Feb 4 23:41:02 2009 +0100

    macosx: really fixed packaging of the Mozilla/Safari plugin
    
    Note that it will try to use the X11 vout right now, so you won't get any visible video output

commit 4ab7d88131ac5eb16f193fe48f30fd05dc00961d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Feb 3 23:49:15 2009 +0200

    XCB key press handling
    
    Windows-specific keys are missing (found in XFree86?).
    Mouse wheel is implemented with mouse events (like X11); afterall it is
    not on the KEYboard.

commit 1f3f64f793c13f4cec2c3f33b036af307c560d82
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Feb 4 18:01:45 2009 +0200

    Set libvlccore and libvlc versions to that of 0.9.9 + 1
    
    Also libvlccore is not backward compatible, whereas libvlc is.

commit 06dea9e8c9c6df2278c7fe2a9363e68c896fa41b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Feb 4 12:44:17 2009 +0100

    s/41000/44100 in sout panel

commit 4eb5aa9f62b500f41dc7ac131f6d1202ee50029f
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Feb 3 22:32:02 2009 +0000

    i18n: Fix

commit 941cc25eb6a890f62766f52594300bce169d0271
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Feb 3 21:10:04 2009 +0100

    Fix non posix test construction in configure.
    
    POSIX does not document the == construction for test; Even if GNU test and bash builtin allow it, configure is run by sh and FreeBSD test does not allow it so that this test is always false there.
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 9d9e1852a3c37c9771d9c9a29401579335bea60b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 3 23:51:53 2009 +0100

    Add more CDDA informations to the playlist node.

commit 67242bac7ca5c120d63cea2f730a15330fe682af
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Feb 3 22:50:28 2009 +0100

    Decrease fixed point decoder priority to lower than ffmpeg.

commit 565bb4caf0b8df76befa05b13a44bff0cbfbbdf8
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 3 18:43:56 2009 +0100

    macosx: removed settings for the former access-filters

commit c887168f58ece7bd5cb6140c63569a3581e3b18d
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 3 17:15:50 2009 +0100

    macosx: Renamed 'Quick Open File' to 'Open File' and 'Open File' to 'Advanced Open File' and switched the menu order accordingly to provide the same names as the Qt4 intf

commit c62a73d1f5ed365e33d1f3d4f855f2737e29c476
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Feb 3 17:12:48 2009 +0100

    macosx: resized to the open dialogue again and cleaned-up the screen input section

commit c5f610c90dfa81c54a45c256d637e11324eb8d68
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Tue Feb 3 16:41:49 2009 +0100

    mozilla: keep version info automatically up-to-date.

commit df325fb8649129a961813f7b82bb6715042ccf25
Author: Adrien Maglo <magsoft@videolan.org>
Date:   Tue Feb 3 13:48:10 2009 +0100

    Improve spectrum visualization. Change options : the number of bands for the spectrum and spectrometer visualization is now set with a boolean. Ban some actions to avoid segfaults in visualizations.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 7b3cb7d92c6c05dc4cd39f6826755895564d5759
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Feb 3 11:49:21 2009 +0100

    x11: fix compiler warnings.

commit 0bed6fc3e3d1622f999b88bc908b8f5f1327da7c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 1 18:35:21 2009 +0100

    fix overriden variables.

commit 16d476260d73913e87f26c8fe283c8dee0dcb86a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 1 17:25:29 2009 +0100

    unused variables.

commit bbd5ed6247b2b683af3beeda0e727e4072c9bd09
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 1 17:23:18 2009 +0100

    vlc_url.h: warning about overriden variable.

commit b10e05092c2daf1de4f3502486e76999148f7066
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Feb 1 17:19:41 2009 +0100

    taglib: fix warning about overriden variable.

commit 55bd6c18babd47583ba4a1a3d64834c5d1f38565
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Feb 2 23:04:10 2009 +0000

    i18n: Fix in the popup menu
    
    Pointed-By: Eric Lassauge

commit 76f34d998b53665e31ec582d480373b8f4d03100
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 2 23:33:10 2009 +0100

    live555: unbreak windows RTSP servers (introduced in c0d37c7c881712e182f03b52d0b00a911cab81ac).

commit b198db8f65f91f9bfbd463f8e68d84906957932d
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 2 21:41:52 2009 +0100

    mozilla: update the version number

commit 5467cacefc0b2ffd4a93e82f9a65a70e17907626
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Feb 2 21:37:52 2009 +0100

    mozilla: fix MacOS X plugin packaging

commit f0fc0b2353b5234746b8e2e5fd7b764d7915f469
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 2 21:49:52 2009 +0100

    Sub filter deadlock fixes.
    
    The original idea and debug come from basos g patch with the following
    comment:
    
    "A dead lock was created when adding an spu filter (like marq)
    because the same mutex was used for spu->p stuff and sub filter
    chain (p_spu->p->p_chain)."
    
     I implemented the creation/destruction of the chain outside the sub-filter
    callback.

commit 8a353bf6dc813d0f54810df685504a0ec458a522
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 2 22:09:25 2009 +0100

    Delete sub-filter callback before destroying p_spu memebers...

commit a33c431deacf55c728602118989ffd7be8faa3a0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 23:16:19 2009 +0200

    Qt4: use --x11-display

commit 19e0e15f383978e93d719ce241b9199eca3b5501
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 23:14:52 2009 +0200

    Qt4: use the display we've opened

commit 1590cffcccc6df3c65b5034e08b6bee121030164
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 22:32:41 2009 +0200

    Use --x11-display whenever calling XOpenDisplay (except Qt4 this far)

commit edf32d6b5d7857c87275965f2e84417899ce264d
Author: basos G <noxelia 4t gmail , com>
Date:   Sun Jan 11 04:51:27 2009 +0200

    Variable inheritance hints
    
    Added a comment to describe inheritable variables
    Added debug messages to get clues about variable
    inheritance final source
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 05c8ebc52b0729a8f85c7ad5e3df46c81ef3ade4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Feb 2 21:03:31 2009 +0100

    Fixed qt4 extended panel for "spatializer" module.

commit 8abaa1b2536c844e926981290ab6b3f156af0ad7
Author: ogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Date:   Sun Feb 1 13:28:38 2009 +0000

    Translate Kate category tags to display a more user friendly menu.
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit ab044cf5fc48be7d74097b7855558875b50e991c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 21:39:07 2009 +0200

    Drawable: separate XIDs and HWNDs
    
    Also partially (internally only) fix missing Win64 drawable bits

commit 248faa09ed297b6674672e841751996b5265e8e2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 21:02:39 2009 +0200

    Improve libvlc drawable documentation

commit 76fd9cb9b2efe77ea27f0f14e175f35bcdd32057
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 20:28:18 2009 +0200

    Reimplement libvlc_video_set_parent back-end as a plugin
    
    If multiple video ouputs exist, only one will now use the drawable.
    This still does not implement drawable size, window type and probably
    Win64 support properly.
    
    Also, this is not currently used by libvlc_media_player_set_drawable
    although it probably should. This function looks pretty weirdly -to
    stay polite- implemented.

commit 0f10d537baee7912fb6178303fd1e67cf7bc35bd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Feb 2 20:22:53 2009 +0200

    Remove old core drawable support

commit 82bc4a310683688843c8b361a1c767260f522ecc
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Mon Feb 2 13:29:32 2009 +0100

    Win32: generate gdb symbol files for every dll

commit 44c553033ab829d090e0f5561e40685a5853a9e4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 2 03:54:36 2009 +0100

    Vout: Small rewording

commit ecd870f73d8f4ef0c86d02e0e612974447aef32f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 2 03:51:19 2009 +0100

    NEWS

commit d9b140e41e4c9f5aad6e094098b87a8fcfa62380
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Feb 2 03:38:18 2009 +0100

    Change include order for padding

commit 48c3f24d72bb7e9b52cf1a83a61ca1ed94b29297
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:46:47 2009 +0100

    Vout: autoscaling support for windows
    
    Modifications by /me
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 3d03caf53872716bc3ff44031b892b6496f955a4
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:30:35 2009 +0100

    SDL: support for autoscaling
    
    Modifications by /me
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 65892a479f9994e8dd49ded2ff851a5e98b85ae8
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:29:59 2009 +0100

    Vout-filter modification for autoscaling
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 422908a78df6587cb3fabd083ec484a68f8c796b
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:29:18 2009 +0100

    Galaktos: compile fix and variable unused removal
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f04686fc573553671fa0d1c342087dcf1fb5a3d6
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:30:29 2009 +0100

    OpengGL support for the auto-scaling
    
    Modifications by /me
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9885e3480e42d648daef956dd84ce59d7bd4d9bf
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Fri Jan 30 17:28:42 2009 +0100

    Core implementation of --[no]-autoscale and --scale with x11 vout support
    
    Modifications by /me (renaming, var_Get, hotkeys, etc..)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 0c52acaeed113f6c2365485a1a7098e194f70b5b
Author: Mark Bidewell <mark.bidewell@alumni.clemson.edu>
Date:   Wed Jan 28 19:29:38 2009 -0500

    Remove leading ':sout=' from strings returned by output selection dialog
    
    The leading :sout=  appears to confuse the destination parser which causes the sout to be prepended with an empty access and mux resulting in an invalid output chain.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 82bd6cbddef07a25171f7c6383ec2fc1ec983aaf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 1 16:59:56 2009 -0800

    Qt: Profiles Editor for the transcoding.
    
    Still a lot of testing and fixing needed.
    The profiles are still in the main Qt Settings file.

commit 9034aecc7b7c98d8840a49334376c51bcedc2d34
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 1 16:59:42 2009 -0800

    Qt: remove unneeded debug.

commit a2e0ccb5b3831f013d97f75914b85d3d124196b0
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Feb 1 16:57:53 2009 -0800

    Qt: small visual change in Open Disk

commit 8a5a4a2d2354e3fafe882fbce38d07b37034c1ce
Author: Daniel Dreibrodt <daniel.dreibrodt@googlemail.com>
Date:   Sun Feb 1 18:19:48 2009 +0100

    Skins2: change DTD to add possibility to store ID for Anchors, Panels and Groups.
    
    It adds possibility to store IDs for Anchors, Panels and Groups.
    This does not change the way skins2 works I believe. It just stops the
    XML parser from complaining about non standard skins when they have set
    IDs for those elements. And setting IDs for them is vital in the skin
    editor, as it differentiates between different elements in the skin just
    by their ID.

commit 4c0c65f6a0b5906ee43062fd70c25f1f010740b6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 1 17:55:14 2009 +0100

    Enable telx decoder when zvbi is disabled.

commit 5ede35cb7b65f61558c00d2527afd5f0e9586e65
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 1 14:45:28 2009 +0100

    Improved CDDB information support in cdda.c

commit 2a62ce12fb74d2d3eb57d6ef66186e093b9cdaec
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Feb 1 14:46:43 2009 +0100

    Changed vlc_meta_SetTracknum to *Num for consistency.

commit f7c9acaebd4b620d8b4ed6aedbdae3a3ee52d38e
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Sun Feb 1 14:30:40 2009 +0100

    Win32: generate stacktrace on unhandled exception

commit 3230451120445d9f610e1749075a413c3e2dddc2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 14:36:01 2009 +0200

    Small cleanup

commit 448917d7ad42253f6b2eb54ba0255768e3e0634f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 14:31:02 2009 +0200

    Useless property

commit 6a25e4f971209a5262a6f2719c8fee21bf513ec2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 14:30:47 2009 +0200

    Interaction: remove dummy new state

commit 33614823610fea0403c0e635305a7ab1596e45a2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 13:04:20 2009 +0200

    Interaction: unused parameter

commit 6b8d2191f4d3885d654e06d2f72818b5083b2f4c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 13:01:35 2009 +0200

    Interaction: logically dead code

commit c00b6cab199aced4b4b748591e18cd70be10f6e8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 12:56:47 2009 +0200

    Interaction: avoid thread if there is no provider

commit dd0ad6e7176d191b1647f9024cded30f1e518d0c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 12:56:23 2009 +0200

    Interaction: set the p_parent field
    
    I wonder why it was there in the first place.

commit e1916ffc0a281427ff91d27856e4b5404bd5d336
Author: ogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Date:   Sun Feb 1 10:07:36 2009 +0000

    Fix another location having the same does-not-compile problem
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 679b54c7b9a6cd9e6ffc749f8f0fe1c0bb5f03eb
Author: ogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Date:   Sun Feb 1 10:03:18 2009 +0000

    Fix skins2 compile (broken by 8e0a2de24336bb68b6aee5a701025bfb1e01ac24)
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 09f090b183244f2f30ce63af054c1c1439b332ab
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 09:20:26 2009 +0200

    Memory leak (fixes #2442)

commit 09af489c23a225c76820aa44cf39759dd86efd22
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 09:09:22 2009 +0200

    Win32: fix NULL-deref in non embedded video mode (fixes #2426)

commit 8e0a2de24336bb68b6aee5a701025bfb1e01ac24
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 09:05:04 2009 +0200

    Skins2: partial vout window fixes
    
    This remains seemingly badly unsafe

commit 4417073e0b6065f22580ec209887765b3760a1ea
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 31 22:55:35 2009 +0000

    Vorbis quality is limited to 0-10

commit 1b7603ffc250c42b61bcdb8ab1885fcb8637c10c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 31 22:55:11 2009 +0000

    Typo

commit 913b14ba9013ad272808cba3058113f01eb287d1
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Fri Jan 30 22:14:46 2009 +0000

    i18n: Don't translate language names
    
    Leave them in their respective language so that people get a chance to
    go back to their language if they mess with language settings

commit 065f76087713cbea23bf197195a4f5229665d654
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 00:18:14 2009 +0200

    Progress interaction: remove useless parameter

commit 647ff1a243bee1f950dd157b193d14aa15eff644
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Feb 1 00:04:40 2009 +0200

    Interaction: remove (buggy and useless) dialog IDs

commit 14e329dd139cf0b18bc3f8768cd976f7e8b4bcad
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 23:02:38 2009 +0200

    Don't reinvent __arm__

commit 997ae1dc88c24d009bbaa61a2dea27291aa6949c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 23:00:10 2009 +0200

    Avoid dlclose() only when valgrind is running

commit 3ea8408d39fdb61dd022f248b08081d4a9f45326
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Jan 31 18:04:22 2009 +0100

    shine: protect against invalid bitrate and cleanup.

commit 7ecf78a8cbc66e79e69e049ee7e6c70a6a751ec0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 20:40:17 2009 +0200

    Segregate vout window types

commit 4de1d766d14cead239459cf7cf31d9f907237bcd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 20:18:17 2009 +0200

    Cleanup vout window handle typedef

commit 92107b3a55153f2064744ce2c2a4c891c60e1def
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 20:15:32 2009 +0200

    Format string

commit 69db0d607d850a844535ee1dbc71fb2110450218
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 20:12:26 2009 +0200

    Win32: attempt to fix VLC_STATIC_MUTEX in C++ code

commit a7779d5911be0dd2ee29240e68d364e346bb12af
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 18:47:44 2009 +0200

    Linux: re-implement eventfd() against old glibc versions

commit bb677d45484e66e37778c1d184564924c195addc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 18:45:20 2009 +0200

    Linux: vlc_threadid() returns TID instead of kludging pthread_self()

commit 36de72f0f35b99f842e5c06d1d4f0a718ff32f75
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 31 18:41:52 2009 +0200

    Superfluous #includes

commit 6159c76a75ca3c318a6304c1a257ac77e2a5364c
Author: Vicente Jimenez Aguilar <googuy@gmail.com>
Date:   Fri Jan 16 20:09:02 2009 +0100

    Removed link to old subdirectory not present in lua http interface
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 26e8c5ee0e2ac1e3ee818c7ddcc9859757055557
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 30 14:28:24 2009 +0100

    shine: Forward port of fixed integer MP3 encoder.
    
    The fixed integer MP3 encoder shine originates from the RockBox project. It was then adapted for vlc in branch 0.8.6-neuros.

commit 807563ba09c78e31ce567daec6eceee77775cb96
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Fri Jan 30 12:05:48 2009 +0100

    wma-fixed: Forward port of fixed integer WMA v1/2 decoder.
    
    The fixed integer WMA v1/2 decoder originates from the ffmpeg project and has been changed into a fixed integer decoder by the RockBox project. It was then adapted for vlc in the 0.8.6-neuros branch.

commit a98b4976264b99e2a514712b4bc8870cc79b4e70
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Jan 26 09:06:59 2009 +0100

    objects: check for HAVE_SYS_EVENTFD_H it is more reliable then HAVE_EVENTFD

commit db2db6b46bdb7701d20f5a667151d7ce7044f21e
Author: GAILLARD Tony <Tony.GAILLARD@supinfo.com>
Date:   Thu Jan 29 23:07:26 2009 +0000

    l10n: Occitan update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 3dd6e69f68dadddee28e33a68410e3c5e46f0e18
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jan 29 23:04:41 2009 +0000

    Add new files and remove wx

commit 828d8c8a67910e1df772832da0004748de040279
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Jan 29 23:30:08 2009 +0100

    Qt: fix video widget size

commit 243768e647e75629310bb816aa5e1f808384ef2d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 23:28:48 2009 +0200

    XCB: minimalistic window (i.e. non-embedded) support
    
    TBD: title and control requests

commit 7c774cfc6e9ee54898973edd2a9585371f561483
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 22:58:06 2009 +0200

    Memory leak

commit 2ce04181200f623273bd00e4c7bfd1408399e9ad
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 22:51:53 2009 +0200

    Add p_sys to vout_window_t

commit 7a710eaac222197044bb1c188dd5ac131c529123
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 22:01:40 2009 +0200

    XCB: duplicate values from output to fmt_out
    
    The image still misses borders due to Qt4 window provider not returning
    the correct height (it pretends the window is bigger than it is).

commit fe5186764619a096e07c87027d021ce7cbd65435
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Jan 29 19:31:53 2009 +0100

    Qt: no need to iterate two times. always disable empty menus
    
    Note: in some rare case when p_aout != NULL but the audio
          ouput is "empty" (no track), then the visualizations
          are still enabled (but of course, you can't use them).

commit 1fce4b4d597e1a93baceb4cd0853275f089b1afe
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 20:22:31 2009 +0200

    XCB: trigger the pop-up menu
    
    IMHO, this should really be a vout variable though - how is the UI
    supposed to know which video output is triggering otherwise?

commit 5d682437148aa02bea68fe7225cad26000c81ea3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 29 18:23:31 2009 +0200

    Fix double translation

commit 3514349e204d0453d43645bad3ba1cee0fef959f
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 29 17:03:36 2009 +0100

    Revert "fix buffer overflows."
    
    We use a sizeof and not a strlen so that's ok.
    
    This reverts commit 8ecb5ba1086fc58bf12e33a2de8e73fe859bc33e.

commit 8ecb5ba1086fc58bf12e33a2de8e73fe859bc33e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 29 16:56:10 2009 +0100

    fix buffer overflows.

commit 5339bb3f3d98723e7834fa4cb37338c484bcc464
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 27 22:28:08 2009 +0000

    Add the vlclibdir variable to the .pc
    
    So that the plugins can be installed at the good place

commit c6ea1ff7d7f732706c9039824a8cd7e0243eb605
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Tue Jan 27 23:43:24 2009 +0000

    Proper permissions

commit ae6c447ae09c0adf2c722c7387c528cf2dd71219
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 23:33:16 2009 +0200

    Don't compute system-dependent stuff in the plugin descriptor
    
    This is cached data. Nothing forbids upgrading your OS or sharing the
    cache with multiple versions.

commit 1f50361f07b281f209dee4dc1aa308c2a1fcef80
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 23:05:52 2009 +0200

    Fix plugin strings translation

commit 5f1e2f74487c1e284452eab00106e31d1a293abf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 23:36:58 2009 +0200

    spatializer: do not conflict with libvlccore options

commit 3f8d4e6150ccd774ed1d0300f3281568ddc91080
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 28 21:09:11 2009 +0100

    Document a bit option flags.

commit 5f62f401a2be8a45f119925dbbd241c48bab5da9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 20:43:02 2009 +0200

    Remove unused change_float_list
    
    We should decide whether to use float or double before we bring it
    back, if needed. In the mean time, it's best to remove the macro, as
    the back-end did and still does not work.

commit f1590d98ae55f55c1c5df515a5eabf68e1190d1e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 21:48:19 2009 +0200

    Trailing ;

commit c349af1472890395de9bc62566d69f6d4b881099
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 28 20:41:55 2009 +0100

    Use libvlc_playlist_add_extended_untrusted in activex plugin.

commit e1d3ebead77f64b66983f75746d69df43e145c54
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 28 20:31:59 2009 +0100

    Use libvlc_playlist_add_extended_untrusted in mozilla plugin.

commit 059a3399daacd4532299d04cb2dd1a472cc25a83
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 28 20:20:21 2009 +0100

    Added libvlc_playlist_add_extended_untrusted and libvlc_media_add_option_untrusted.
    
    They allow to add untrusted options (needed at least for web plugin).

commit 96550ff2ed690bb147d44d3a12855c8c2a6bd80f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 28 19:33:49 2009 +0200

    Command line options are lower-case

commit df3b866ee14ba3fa1d212bd6197e1f1ef358fc85
Author: Derk-Jan Hartman <hartman@videolan.org>
Date:   Wed Jan 28 01:46:57 2009 +0100

    quartztext: Fix trailing ;

commit 27214bea422e27704ff8f3cfb9a34b79c32b5496
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 28 01:43:13 2009 +0100

    Update LIST with new modules.

commit 5914b49741c125f3109aff44f1b2959f6219cc2b
Author: Mark Bidewell <mark.bidewell@alumni.clemson.edu>
Date:   Tue Jan 27 17:10:46 2009 -0500

    Added missing quote from command syntax
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 0ff3d294f534eb45b0a62cbca90b9878d3b34c60
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 23:38:48 2009 +0100

    Update THANKS for ivoire and me

commit 8454ab773b44872eff45768814cf4e33b944aacb
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 23:36:12 2009 +0100

    NEWS update

commit 7fbf82b3d0ead1fac49eab9552862ef4bc2e9c02
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 23:17:20 2009 +0100

    Fix compilation
    
    Missing ;

commit 6f02f88baf7c346ec4d686c73944ee96edfb5aed
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 22:51:30 2009 +0100

    Zip: don't use hacks but rewrite the path.
    
    + remove MTU
    + fix copyright
    Thanks a lot fenrir for this psz_path

commit d7c28d52469bdd5c70561561811ba4b048800feb
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sun Jan 18 19:40:27 2009 +0100

    Zip: add access/stream_filter to the buildsystem

commit bc72d967d45c4ad8d0be6516b9a8e358057d403b
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sun Jan 18 19:34:32 2009 +0100

    Zip: add a stream_filter and an access
    
    The stream_filter does the following job:
    [zip stream] -->filter--> [xspf playlist]
    
    The access is called zip or unzip and takes MRLs of the form:
    zip://[web-encoded-path]![file-in-zip]
    
    As there is some automatic web-form decoding of the MRL,
    the MRLs in the playlist generated by zipstream are encoded
    two times.

commit 7032aafade78a792d76c5cacaccc7c79f4f64de4
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 22:38:25 2009 +0100

    Zip: remove compilation warnings in libs/unzip

commit a2b72dbb66f9efbff9ff85f04dca60824f0df9db
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sun Jan 18 19:27:56 2009 +0100

    Zip: change path to the library in the buildsystem

commit 0990476165074a526a6826c26a3b516acfea02b6
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 22:16:13 2009 +0100

    Zip: move skins2/unzip to libs/unzip

commit fa4bde0b26a6c7a2a617362ea0b17144686e39fe
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 23:22:05 2009 +0200

    Trailing ;

commit b9259bb0c0d86256ae5610b3072e3910edc405d3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 21:17:06 2009 +0200

    Merge vlc_submodule_create and vlc_config_create into vlc_plugin_set

commit 51836e3ded398ca1281002391f19ff3bcabdd9eb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 21:00:45 2009 +0200

    Missing new lines

commit fff301caf05eaf4f818c77da0d233c519d366639
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 20:50:16 2009 +0200

    Internally merge vlc_module_set() and vlc_config_set()

commit 70a56d5650791c01455027322181efcb045b529d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 20:42:40 2009 +0200

    Externally merge vlc_config_set() and vlc_module_set()

commit f23dc77a4c69d8d45ecb46cdb66196f5baffaf6b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 22:48:24 2009 +0200

    Remove trailing semi-colons

commit e0a98940723b64938cbefada0e4f70f4506dc3be
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 22:36:41 2009 +0200

    Cosmetic

commit 824bc1c03688269e0a33c0e5e2459f81dc907f0b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 21:45:35 2009 +0200

    Partially cleanup old module_list_cat hack

commit 3a42716912dd1c4f17b46f983c5d698aa5fb808e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 22:03:53 2009 +0200

    Privatize vlc_module_create()

commit 6fc5c5124e3bcfab118b2c798e026510fa754a82
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 21:52:44 2009 +0200

    Remove old NODOMAIN stuff (ABI broken anyway)

commit deb763e0b9dbaef895e5cceec1085396a4842bc7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 21:05:31 2009 +0200

    Remove old VLC_MODULE_PROGRAM (we broke the ABI many times over)

commit fbb7884522e149fcc801c6c2a14f67b19629ce17
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Tue Jan 27 20:08:24 2009 +0100

    Qt: accelerate the menus
    
    Avoid string comparisons. Avoid foreach.

commit 56988959488ac0a479e52d63c1ad155f69c59be1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 20:14:59 2009 +0200

    Support for tweaking package-part of install path
    
    I kept include files to ../vlc otherwise #include syntax would break
    
    Now, it's up to changing PKGDIR="vlc" to PKGDIR="vlc-1.0".
    We just need to decide.

commit acd1f9127c33a81ffe7e04ea42f66f8a39ace1a5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 20:14:15 2009 +0200

    vlc-plugin.pc: use pkgincludedir

commit 111faffeab952769810b8cf5000a1b91b96996e3
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Jan 27 18:24:06 2009 +0100

    WinCE: add modules to build

commit a0578acb0c74f2d9c295f30842f0b5119548d187
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Jan 27 18:22:04 2009 +0100

    WinCE: no MonitorFromWindow

commit 76a3be959e0e9b63e912d57ae869ee87f7b75711
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Tue Jan 27 18:19:49 2009 +0100

    WinCE: reduce stack size

commit bce706f4fa75d422475866a11e5ebc8f8da879c0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 18:52:18 2009 +0200

    Win32 cancel assert fixes

commit 825731a114f4614f3d3ac6f4d389e15205a302de
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 18:04:11 2009 +0200

    Linux: (try to) set close-on-exec in open() system call
    
    This Linux-specific extension fixes the close-on-exec race.

commit 71aa05adf754d51d46658c0b1c59b4f5f546a516
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 17:57:55 2009 +0200

    Remove redumdant fcntl() calls

commit 9f59c6743b8aec7598f2f6145fc417c469a7c9a1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 17:55:34 2009 +0200

    utf8_open: set the close-on-exec descriptor flag
    
    This departs from utf8_open() being a pure open() + Unicode function.
    We should really always set the flag anyway, so lets factor the code.
    There is still a tiny race between open() and the second fcntl() system
    call, but it cannot quite be fixed within the current POSIX standards.
    
    By the way, the correct way to clear the flag would be _after_ fork(),
    but I am not aware of any such case involving utf8_open() in the
    current tree.

commit 6ce34a21bc23c87c6d4b0b37f798a16ce8bd93d7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 17:42:17 2009 +0200

    vlc_savecancel: missing return value on main thread
    
    We return true to pass killable assertion in vlc_restorecancel()

commit 2eb916e2def96788144098ced3e0446a0c9f7157
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 27 17:43:59 2009 +0200

    vlc_restorecancel: add an assertion

commit e3e57779c00327e425bb1c7a4a7faef734f5dc99
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jan 27 14:03:55 2009 +0100

    Should fix compilation. Thanks to alienBob for reporting and testing.

commit f27113b1f38fd11b7478de226ae2a0f0c783dee8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 27 09:54:01 2009 +0100

    Qt: Fix getMRL() and QList<T>::operator[]: "index out of range". Close #2458

commit 9bc487d6d06a21f3277fa5357de8405b30a6406b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 27 09:18:11 2009 +0100

    Fix Win32 build after osdmenu removal.
    
    Close #2456

commit a2bc23f8bf0c99e280c6c4f0395ccd97d7151a57
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 23:27:58 2009 +0100

    demux_ts: use var_CreateGet instead of var_Create+var_Get.

commit 925079c425e201a94560e4a0e41615f7402d86df
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 23:06:16 2009 +0100

    var_*Bool return a boolean.

commit 6c44423034996642ba574c3bc31a53e38b1b09fb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 26 23:01:03 2009 +0100

    Fixed missing vlc_savecancel in globalhotkeys (x11).

commit bc21bdf08502615927db9dd3dcd10f0a32bd655b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 22:52:38 2009 +0100

    hotkeys: fix potential buffer overflows, use var_CreateGetString,
    fix memleaks and use pl_Release.

commit e3895ba9fd5709f60af6d0f517ae5eb334de40aa
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 22:33:00 2009 +0100

    codec_cmml: fix memleaks (and maybe a proble while opening browser under linux).

commit 8c4225eed6e83be8a1d890651fd039b2cff8db07
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 22:13:21 2009 +0100

    access_http: fix segfault due to unitialised bonjour variable.
    (the bonjour part is now completely commented out)

commit 712a60c2557ecd142c9d29835142a23e6f477682
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 26 22:45:07 2009 +0100

    Fixed returned value in osd_FindButton.

commit dbc8628b2a404a5ced1caf867ed6d54263cd3284
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 26 22:43:55 2009 +0100

    Fixed compilation warning (missing return value).

commit 44522f524f0b5f3fe6176b70d22f0a4bad3627d8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 26 22:42:52 2009 +0100

    Fixed missing type for b_was_paused.
    
    Isn't there a gcc flag to avoid compiling that ?
     const a = value.

commit acab6ea08b10da95979aa682b96ea70cee9b1c7a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 22:08:01 2009 +0100

    Remove traces of wxwidgets.

commit f83ba4e26bf30859ce56d8f2ac7eaa7389791372
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 22:02:45 2009 +0100

    WxWidgets: Bye Bye, I will not miss you.
    
    Acked-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 617e12f1063d656e686756a0edc22ec49471f1db
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 26 22:57:29 2009 +0200

    XCB: grey scale output support
    
    There is a problem with blending GREY on GREY though.
    Use `Xephyr -grayscale` to test.

commit 49cf899b0f3f010121a85ad723a8af8fdf799882
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 21:05:10 2009 +0100

    wxwidget: fix #2444 (I just don't want to leave on stupid bug open)

commit c4f8422a864451f06c257daf4a678f44f5a45410
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 26 21:55:36 2009 +0200

    Memory leak (fix #2448)
    
    N.B.: I hate branching macros for a reason

commit bfbea33c0ca49d29fece45506a60d0b93e705f73
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:44:38 2009 +0100

    NEWS: add the scaling hotkey to it, since this will remove so many rants on the forum.

commit e407b48800c9b9dd38d3c6b769757e175c258af3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:40:42 2009 +0100

    10l: Oops.Sorry. Fix build.

commit 0bf11b8caddedb6e642e7b56ffad91554475fef6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:37:37 2009 +0100

    Qt: Media menu rewording.

commit 520bb970306ddd6864ab01db35f9bbef565197a1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:33:37 2009 +0100

    Don't change enum orders.

commit dc85d75d9017d361256604f2fa0fcc5e91f2eb5d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:26:06 2009 +0100

    Qt menus: scaling is accessible through Video Menu.

commit 0e72cc7af560f160473284361c7a8d3ff856eadf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 20:18:40 2009 +0100

    Qt: open and open advanced for everyone.

commit 7b84cea421f71b3c2885ae721511f465629ef21b
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Mon Jan 26 18:12:20 2009 +0100

    Enabling scaling activation/deactivation
    
    this patch adds a parameter ( --[no]-scaling) and a toggle hotkey ('o')
    At fullscreen, it allows displaying a video at original size surrounded by a black screen.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d16c326796d2e2410fa3d3fc769111d868167408
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 26 21:20:15 2009 +0200

    Update myself
    
    until we implement whatever we decided regard the authors files

commit 310df0776314f7de41be231c8c2874509ef36aaf
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jan 26 19:38:17 2009 +0100

    embedded snapshot: remove useless comment

commit f9ac9c2ecfd995b05bbfac379a3647437a01075b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 19:05:57 2009 +0100

    Qt: Change open dialog behaviour and layout in most categories.
    
    Internal is now QStringList items and QString options (for the first Item, of course)
    
        There shouldn't be too many regressions, but testing is welcome

commit cdbdb9ca93bff1d6623b10fb51386a17e9d9f0b1
Author: Steven Kramer <skramer@inbeeld.eu>
Date:   Mon Jan 26 14:28:19 2009 +0100

    Use Live555 'double authorization' for RTSP-over-HTTP
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 1fb01424d70e6b99f63d56d5243ef0d6dc458f0d
Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
Date:   Mon Jan 26 16:57:48 2009 +0100

    embedded snapshot: use condition variable
    
    Let's see if this fits courmisch's standards...

commit 392763317ed9781d7797798c5f1a3f21feb0691e
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Mon Jan 26 14:24:00 2009 +0100

    interface: fix building on MacOS X

commit 8091b5bfd27eb250eee7d242c34ff3562a51a4b2
Author: Jean-Paul Saman <jpsaman@videolan.org>
Date:   Sat Dec 20 18:02:29 2008 +0100

    Remove osdmenu configurations minimal and dvd pictures.
    
    Osdmenu 'dvd' configuration is the same as 'default' configuration and 'minimal' is just a simple example. The 'default' configuration is descriptive enough in combination with doxygen comments.

commit 02bf31b454b00631e2a97642ef3b5a195866ec09
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 16:10:54 2009 +0100

    libvlc: Fix a (tiny) buffer overflow and fix #2449

commit 25c10c933c2c04b5c97a6c309af7368b37731e75
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 15:59:55 2009 +0100

    stream_out_rtp: fix potential memleak (#2447)

commit 2588f5f5434ef636edcfaa786a85e519b238b847
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 14:51:05 2009 +0100

    Rewording of some categories of Preferences, avoid "General" as a title and using "VLC", every other two lines...

commit 7c2efd508d5afdd81ed4a77ef3ba93253196e804
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 14:13:04 2009 +0100

    Qt: no need to add an extra "General". This doesn't improve the wording.

commit 411303f8aef85950d161cb47b9e1ae786065cd89
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 13:39:18 2009 +0100

    Mkv: kill warnings.

commit 318b67aaa3ea30db00366b94f5ada59c19c1c4e4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 12:58:33 2009 +0100

    MKV: kill warnings.

commit 20fcfd5809bf87e20fcd552b3397c0f5cd51a8ab
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 12:25:18 2009 +0100

    NEWS: global hotkeys is also for Linux.

commit c38b36989c431a0110a37b7f574d3baa972cf9d3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 26 12:25:00 2009 +0100

    Win32: Fix build.

commit d5bf5632c54c12e9f4ce8a4fa3c3cd22e010cd1a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 26 12:17:58 2009 +0100

    playlist_SaveArt: fix a memleak.

commit 74e99b37c284a36d65bc2cee9c76d003bcd8f1dc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 21:01:33 2009 +0200

    Missing vlc_savecancel()

commit ff283ead4a3ec930becc2b382a175df13dee8cb9
Merge: 72218fb 3e97bc6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 20:31:21 2009 +0200

    Merge commit 'videolan/master'

commit 72218fb9b9ba6c9f5a36bd3d3cfb1557a5491452
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 20:30:48 2009 +0200

    De-inline vlc_(test|save|restore)cancel, add some assertions

commit 3e97bc6eafb412ea3bdc53437e343b119a0a3307
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 19:23:53 2009 +0100

    Automatically insert globalhotkeys when available.

commit d51c1454df2a1090596daf350cf4a00573b45125
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 19:22:20 2009 +0100

    Ignore X11 errors.
    
    Grrr a library that does exit on its own !

commit bb28997069438d73116aa4c14d4067894b594360
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 19:03:49 2009 +0100

    Fixed double vlc_restorecancle call.
    
    Noticed by courmish.

commit b732089382143974d2aff65904e0ec6cd91a2f50
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 18:41:36 2009 +0100

    Added x11 global hotkeys support (linux).

commit e939adf8af45848220407705489a3c3f74454ef1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 18:23:31 2009 +0100

    Moved global hotkeys to its own directory.

commit fe24858420a49117884bdea3c22338e7ad44744f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 19:00:41 2009 +0200

    XCB: simplify, fix assertion on grayscale displays
    
    (X11 has a similar bug, not to how to fix it)

commit 1af6b527cbd63a7dabd664f9651a6fca90657d2b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 17:45:06 2009 +0100

    Correctly unpause the vout for reuse.
    
    It fixes an assert in vout code when a stream was stopped while paused.

commit 0b3f034fd5e3802d459caca8b11ee48bf1b29b7a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 17:29:37 2009 +0100

    Use stream_t path instead of access_t one.

commit 9f052b2bd26acc0d580e443dedb8681c287808ea
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 25 17:09:21 2009 +0100

    Added path information in stream_t.

commit 64d1e176b010a03b6538de748db0dfc4d023fd99
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 25 15:25:31 2009 +0100

    galaktos: fix a buch of anoying warnings.

commit b91b84d6f18cc8855cc9349ff6999b26247ef38d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 25 13:40:52 2009 +0100

    qt4: no need for a static_cast to the parent class.

commit 513870ccf29c8e6750d07f96ea64983b57b8f5d8
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 25 12:58:03 2009 +0100

    qt4: don't leak the event we compute ourself.

commit 38edfcb94c6f43eb19c49f9c25d203d9017d178a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 15:16:01 2009 +0100

    skins2: remove totologie.

commit 2975206b6428943c50168239140a1adeba723224
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 14:48:39 2009 +0100

    skins2: print only one error when the skins can't be loaded.

commit 7ea81104cc676ef4187d08a48334c80275f857d8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 13:11:27 2009 +0200

    XCB: mouse events handling and background color

commit 67daaa16e0ce6cea8878f48b44fb9b19f5e66d12
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 25 12:30:28 2009 +0200

    mouse-clicked is a boolean
    
    It was created as an integer and set as a boolean...

commit fc4676a31814542d4980c6f71f38f87aa98bc7b1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:42:11 2009 +0200

    Remove unused vlc_object_wait()

commit ce269bfe6219a32300f15daf3698dd71ec78cf66
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:23:26 2009 +0200

    Use libvlc_InternalWait

commit 2e68572406c4655a868bbe6bfb559a7997f8f436
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:34:10 2009 +0200

    Use libvlc_Quit

commit 484b0aa1c49b322bd52b41f2ad4a535961673557
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:21:57 2009 +0200

    libvlc_InternalWait, libvlc_Quit: wait and signal libvlc exit

commit 73ec91d4e0194f774f2c6532b5ace857b07102e3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:41:06 2009 +0200

    Fix warning

commit 144b55c97dbc6d8d788054945ea83cda69c9f90e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:40:46 2009 +0200

    Remove dead code

commit 49c1e2a7adf7c5995cd5ebb6ee07ded00d8a4307
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 20:24:20 2009 +0200

    Remove bogus vlc_object_wait (no condition to wait on)
    
    N.B.: libvlc snapshots remain seriously broken.
    Vout is not locked when shooting. Variables are not safely set.
    Vout thread does not access request field safely.
    Multiple requests are not safe either. I probably missed some other
    issues.

commit 8093b7f26426008b1b065bc8e771ec10eccd41e1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 19:50:49 2009 +0100

    Fixed embedded art attachment support (close #2416)

commit b514a038dc932f0e77021952514fefacd87ccf5c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 19:48:47 2009 +0100

    Fixed taglib attachment extraction.
    
    C++ is always so much fun ;)

commit 06224b1cc5635dda203feba6297757aa623f0010
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 18:41:50 2009 +0100

    Fixed art url from meta fetcher.
    
    It still does not work because of [2413].

commit 04e3f9bc5fdc2afa2cd2fae4147bafccac576db9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 19:55:17 2009 +0200

    RTP: update plugin name

commit 15c2fab78a080b22ed0599ad2df61f4900fe6d6a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 18:23:41 2009 +0200

    XCB: support for MIT-SHM

commit 6f7922f5278d3767bc0437d116d71f4999b659c0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 18:24:23 2009 +0200

    XCB: refactor

commit 0c96a5b6baa9a3ac2d4b1231b1e3a9944fa5636c
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Jan 24 15:23:42 2009 +0100

    Qt: try to fix #2430 (OpenUrl can crash).
    
    + Remove this->
    + Remove toNativeSeparators

commit 1374daaa71c4210f2ddab92617cc296f6cbc6542
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 12:14:10 2009 +0100

    Allow to select fast seeking with --input-fast-seeking.
    
    No functionnality changes yet as the demuxers need to honor it.
    
     I have add an extra bool to  DEMUX_SET_POSITION/TIME to ask for precise
    seeking to the demuxer.
    (You cannot have precision and speed when seeking with non intra only codec).

commit 69a0bd8391e194cb7b4349a577b190556cfaff08
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 15:02:00 2009 +0100

    Qt: change keep-size to autoresize in order to match the old wx names.

commit 6aa4cb226bc5986e1b8bb09f3db135d79872466e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 14:35:39 2009 +0100

    Remove whitespace after keep-size commit.

commit 32b29b9e09887f54ed205ccd22764f3e72d416a1
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sat Jan 24 12:05:25 2009 +0100

    implements --qt-keep-size (persistent main windows for qt4)
    
    this patch features :
    - persistent resizable main windows
    - video confined to preexisting window size
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 9e22b86335329417c7b6ce9cd7b1fff3adcfa554
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 15:56:43 2009 +0200

    fontconfing: join the thread exactly once
    
    The object was typically already killed, so the thread was leaked.
    Also, remove vlc_object_kill, since the thread never checks for the
    detach of its own object.

commit 6c12fccf36421378a439879c4f765625182bae00
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 24 15:56:17 2009 +0200

    fontconfig: fix unpaired object release

commit 613e18312dd6213b3c92fd6fb04868401289efca
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 13:16:31 2009 +0100

    skins2: open the right type of playlist (be consistent with qt4).

commit c0f36651a1fbd340f413d88ddea7da533d244b5e
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 12:49:05 2009 +0100

    skins2: save the playlist also in html.

commit 4f697cb6b79ece3000a6ec20179fc748fe21c112
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 12:44:25 2009 +0100

    qt4: refuse file without extension when saving a playlist.

commit f824e55be04775ca5f571cb9e6d96a745a851b56
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 12:20:38 2009 +0100

    skins2: use calloc and NULL at the righ place.

commit e710aeb8573e23d209dc1fa7b8a3c3adfd23783b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 12:19:10 2009 +0100

    qt4_skins2: fix a crash that occure when using skins2.

commit 0af542a34a81f1bb38c047701dcd4ee0c69a2bb6
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 24 11:25:35 2009 +0100

    x11: compilation warnings.

commit d08176faeb419f042f9803ebd0da6d17b8aed88c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 12:02:51 2009 +0100

    OOps. SOrry. 10l

commit 5e44798b8271ff0b32c9ed3e1f054a8fe8f40943
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 12:02:36 2009 +0100

    NEWS about BD

commit 8aa5ea27eb8f79b87f98047cb9cbcea9882aafd1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 23:25:14 2009 +0200

    X C Bindings video output proof of concept plugin
    
    This can really only output iamges at this point.
    Critical yet-to-be-implemented features:
     - MIT-SHM shared memory support
     - XVideo hardware scaling & chroma conversion
     - keyboard event handling
     - mouse event handling
     - window (manager) event handling
     - cursor blanking
     - window provider submodule (so it can work without the Qt interface)
     - screen capture access module
     - GLX, perhaps?
     - etc
    
    15, 16 and 24-bits color depth work. 32-bits depth was not tested due
    to lack of suitable video adapter. 8-bits depth does not work due to a
    bug in VLC chroma handling. B&W, grey and 16 color are not supported,
    but are probably not worth it - the Xlib output does not support them
    either.
    
    Fullscreen should work, but was not tested.

commit f0071186f895c57f269ac174f10cdc67f21b1d69
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 21 21:59:46 2009 +0200

    configure: copyright

commit 519f3e74e97291098bbafb087b34b62fc7116356
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 11:53:09 2009 +0100

    s/Disk/Disc for Digital Versatile Disc

commit 0897392791630dfca3df538e46370ed555c2eda7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 11:49:17 2009 +0100

    Qt: Spref, take bd-caching in account.

commit 573949bd38090f93a1d5a91c67133244f9fb95ef
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 11:48:00 2009 +0100

    Qt: do not leak ActionsManager on exit.

commit 3845e9e2e5ffdcb026c584e11bb8a11d6b7f103a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 11:47:32 2009 +0100

    Qt: remove ... where Needed.

commit c3c34e746c0c5f9377110da82fbcaf0b401480f4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 11:46:47 2009 +0100

    s/BD Input/Blu-Ray Disc Input to help users lost in the preferences.

commit add114aa102701eeac9ffe5347d363068baad9ae
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 11:18:16 2009 +0100

    Support clpi/mpls avchd version (untested).

commit 982f3e4204f48c955549c075d8f416f3192ed0d0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 11:17:20 2009 +0100

    Fixed a deadlock between ressources freeing and playlist through gui.

commit f379cff8749e9b445ca97ecfe2ed0330add951c2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 11:13:24 2009 +0100

    Added a input_ressource_HasVout.
    
    It can only be used on detached ressource to ensure the value validity.

commit 062c8ac449589e046db0a55bd6b3c6083a654527
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 24 11:11:42 2009 +0100

    Reduce input control locking duration.
    
    It also probably fixes deadlock between ressources freeing (vout) and input
    through gui.

commit 18c35cb896c9aee4c5c4d77052ea0efbfe0bdaea
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 23 20:20:58 2009 +0100

    Fixed a few BD warnings.

commit e9bc965ee23a24eb60ca95c232ae79cf8ab9cc89
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 23 19:48:50 2009 +0100

    Added initial uncrypted blu-ray support.
    
    It is very limited:
     - Uncrypted only
     - No ISO or direct disc device
     - No menu
     - No still frame
     - No angle
     - No out of mux stream (some subtitles use it)
    
    It does:
     - title (MPLS)
     - chapter (mark)
     - correct seek
     - hide invalid ES for a given MPLS

commit af438710f1878c8e1a098aa52a7c79d21a771237
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sat Jan 24 00:20:47 2009 +0000

    Mark qt-blingbling as deleted
    
    So that we don't break the command line of 0.001% of our users

commit e3d4f31484fc4f03e749ed4166aa7fc5cefd739c
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sat Jan 24 01:29:49 2009 +0200

    QT4: compare also screengeometry to see if screenresolution has changed
     when checking if fullscreencontrollers position needs to be
     recalculated. Should fix #2283 (what I understand that ticket)
    
     Please review and test.

commit 2bf1567f2eac6242f0193ebc3b6de48f8bd89732
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Sat Jan 24 00:11:47 2009 +0100

    live555: fix compiler warnings re: unused variables.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 37a51ff8d955218c79b89cb73340a852d43933ac
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 00:20:02 2009 +0100

    Qt: don't show plugins with no capabilities in Releases.

commit a09da968e98c1df5af1c0092482c35c2ad497d4c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 24 00:02:07 2009 +0100

    Qt: Menus updates. Change position and removal of ...

commit ee759771f2029fddd683278b85fcb495ca4c661c
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Thu Jan 22 10:20:32 2009 +0100

    x264 removed i_direct_8x8_inference from the structure from version 66 on.
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 6a35aadd72c6a59e471cb965fbcaf2b55b41c359
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Fri Jan 23 21:29:39 2009 +0200

    better direct3d image quality
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit c96b1b892be87e011633a2aa44655bee24e9f2c4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 23 23:00:42 2009 +0100

    10l: typo.

commit f749793a07a689b247f218af1db5b26359a2a5df
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 23 22:53:30 2009 +0100

    Skins: missing include, makes skins2 on Windows fail to build.

commit d08d960c72036b680df22836484f11ebeb26a6e4
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Fri Jan 23 21:09:40 2009 +0200

    remove unneeded code
    
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 4536532e0be8467fdb678715ad88e333214b5d87
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 22 20:49:10 2009 +0200

    Qt4: fix uninitialized variable

commit 770ea21e999ad05aec50b0d1601c180b13b9d68f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 22 19:51:21 2009 +0200

    Optimize vout_PlacePicture prototype

commit 034e5706cebd9331903ea1d22cfcc9b655ed8a1c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 23 17:26:20 2009 +0100

    qt4: follow the recommendations about foreach loops.

commit 3396d9f390cac568f01b42c5dbdb58b3593b032b
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 23 16:54:17 2009 +0100

    skins2: use input_GetVout when possible.

commit be84b46a573e5717204c0ac8d1a012a6c1140265
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Jan 22 20:17:16 2009 +0100

    Qt: re-enable services dicovery and fix them

commit bd6810fbf8ced9bb7ba764f7cea0f2c3d1b7b30e
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Jan 22 19:28:45 2009 +0100

    Qt: Return == Enter

commit 8b01598e096996c0a67b64982258d386a57cffc4
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 22 15:38:34 2009 +0100

    cosmetic.

commit ae6bd9c869e80ea095ced1e0a5ea60e14f59ec89
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 22 15:35:30 2009 +0100

    taglib: fix empty attachement urls and if try others embeded image if one isn't good.

commit ff690fdb192d3d294ee5a1f0b4d1cb3bb77c0424
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 20 17:56:51 2009 +0100

    access_cdda: use INT64_C

commit e0cbcf571a77a6e4d9745e8d6287df359e27be6f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 14:56:09 2009 +0100

    Kate: don't spam the msg_Dbg before selection of the module.

commit 856065411b00cdf989ab9c6753e7fa80507e84a6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 12:47:12 2009 +0100

    Qt: Teletext handling simplifications and change of the icons to more clear ones.

commit b737bf8b9c0bb086c69d3eb84032f90a242488b8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 11:38:26 2009 +0100

    Qt: add a play_reverse button.

commit 9ab3dee9eb1e0676f2e0e38a43192abdb9a0f5b6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 11:33:14 2009 +0100

    Qt: Use clear image for quit button.

commit 1c6b27d3715a074504fdb46617fd0876b870019e
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Thu Jan 22 00:03:35 2009 +0100

    Qt: add a new "Open URL" dialog
    
    Triggered by Ctrl+V, it automatically selects the clipboard content

commit 9b6f20a1b3a98229f337d1a25defbd6583731a34
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 00:35:01 2009 +0100

    Qt: show advanced preferences in 2 cases: --qt-advanced-option and --advanced.
    
    Close #2270.

commit 2c688720b3e99305ff96b913938e27000f170997
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 00:29:41 2009 +0100

    Qt: let the native sound slider manage 200% and 400% of volume.

commit be2da4aba6f258c58c93d86c177fc457ac6431c8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Thu Jan 22 00:13:59 2009 +0100

    Qt: Do not react to double-click in editor.

commit 40ef630d52dc11e37c70bfa2aa2eca7203754143
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 21 23:26:04 2009 +0100

    Fixed stupid typo when removing an es.

commit 8f05427a612b1df706492bfb5c41468449deb9e8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 21 19:46:39 2009 +0100

    Reduce locking and mdate count in input clock.

commit e92f2914bbb1849ee4cbed8a272266a3da539659
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 23:58:31 2009 +0100

    Qt: correctly get the configuration for the FSC.

commit 149d155d71430839b9f89db48a09c6d2254a7e8f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 23:50:13 2009 +0100

    Qt: Don't post the initial event of THEMIM, force it.
    
    This avoid a race between menu building and Input Creation in skins. Close #2078.

commit 44464f278ece7f08f224794bf45114f8ffdf3d5d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 23:36:46 2009 +0100

    Qt: Fix native/non-native state of button.

commit f076b18aa7ee688f0ac61c2ef430a10081f5fe2a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 23:05:54 2009 +0100

    Qt: info_panel, remove FPS reference and close #2113. This is not the interface's role to deal with it.

commit 97253c8fcabd784cefa4a76d6f1ed0dfa2ed285b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 23:05:08 2009 +0100

    Qt: fix small size of tooltips. Close #2402

commit ab82b0325d22dfdad12ef107f78db34dd302dc61
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 22:48:16 2009 +0100

    Qt: menus fix. Close #2423, #2420, #2419, and #2422.

commit 49476e0bd0435e58744341376aa65cdebd48315e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 22:27:39 2009 +0100

    Qt: add a QUIT button. Close #2387.

commit 3ae1f84c2835e0013f6f5ade47794e2afc2451c5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 22:17:01 2009 +0100

    Qt: open button action implementation.

commit 2e478fc504a7cf0258639df4c1c6e3d6fe0c5713
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 22:14:15 2009 +0100

    Qt: Ok is not ok as a button label.

commit df98cd39f3d346568a845aa59e0a896e5aed6a44
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 22:11:39 2009 +0100

    Qt: possibility of having a small Qt dialog for preferences on small screens like EEE-PC and TVs.

commit 1f71a52e82787425cac89d89bc4d30152e1a3a71
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 20:44:56 2009 +0100

    Qt: Input Manager, assert the customEvent type acceptance.

commit 50606d8f9b6b1f52dc72433c3e117ea8d4d54d84
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 20:37:07 2009 +0100

    Qt: react to recording event from the core by activating the button.

commit a6b0ee0b7045b8b9788c2c23d8bcd6ed5decef4f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 21 21:11:58 2009 +0200

    Equalizer: fix invalid sprintf() usage - fixes #2424

commit c15dfbb20477e3cb8605cb59200872143873045a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 21 19:04:53 2009 +0100

    Fixed pts delay with non zero audio/spu delay.
    
    Thanks linkfanel for noticing it.

commit ceb26fc193de54ff32b98bdc19a9ab8c18d3fa11
Author: basOS G <noxelia 4t gmail , com>
Date:   Thu Jan 8 20:56:41 2009 +0200

    Dynamic Overlay :: Fixed settextcolor
    
    Colors are in RRGGBB format as stated in vlc_osd.h
    int        i_outline_color;   /**< The color of the outline 0xRRGGBB */

commit af09d814d41d0014f0130dcef6320681e39ad1e4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:50:27 2009 +0100

    Qt: remove the no-qt-blingbling option. Use the toolbar editor.

commit f410c43b0c6cfd1cdf18517ade4d1b058ccb467a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:48:18 2009 +0100

    Qt: detect the screen size at startup since some screens are too small for some windows.

commit 148673ede312920a4367b76f96e0d15ded114803
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:35:33 2009 +0100

    Forgotten in previous commit.

commit d91436931d1159780cd68e572771e6c41d8f7cff
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:30:21 2009 +0100

    Don't set ridiculously long descriptions or descriptions with 'plugin' or 'module' in it.

commit 000076e7dd4055484a3b1f3df6fe18d2c4d64676
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:14:50 2009 +0100

    And the final shortnames needed to look correctly in the preferences.

commit 0119302c2f2a5f727c439a5163bb6041a4f3adad
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:03:00 2009 +0100

    Add missing shortnames.

commit 658f089cc49ff2a27dbf8f54c73b462f90b99df8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 15:00:24 2009 +0100

    Avformat module is a demuxer not a decoder

commit 56391b1fb93e8e5d38f8a08537252ab37e3dcd65
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 14:53:25 2009 +0100

    Various shortnames forgotten.

commit 492db3d90f4802e93ddb9fc95e7ccce07dea33fd
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 14:45:55 2009 +0100

    Set correct shortname for spatializer.

commit a7420312ad15c0bbc9d76c7ff62a7e16c9cdd343
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 21 14:43:54 2009 +0100

    Add shortnames to postproc and swscale. Will look better in the preferences.

commit c138b6e584ed4d665937b65bd0a17555c63858ba
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 20 10:10:48 2009 +0100

    Qt: change  a string.

commit cc381e59e2c0f81eed289e90230609a940ac1fcc
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 20 10:10:27 2009 +0100

    Wording.

commit be19f7facceb129ef8977ed0ad2b41c593954629
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 20 22:28:47 2009 +0100

    Removed useless ACCESS_GET_MTU/STREAM_GET_MTU.

commit 8d305dc590288f98f48e245e3cb80fc9d84fc695
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 20 22:05:34 2009 +0100

    Converted mms access to block mode.

commit 31346a791f1be43bf6fb22c1ad88b2971d0c798a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 20 21:32:45 2009 +0100

    Fixed a stream block mode seeking corner case.
    
     Seeking on a block boundary that is exactly the end of our already
    cached data was incorrect.

commit c759006f6e001e0c38b5903a9454bab7d3f35748
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 20 19:20:07 2009 +0200

    Partially cleanup the vout_window API

commit a57a0364f75a3cbe23a66757734620c35a63b53a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 20 18:34:07 2009 +0200

    Document vout_Re(quest|lease)Window

commit ff004f399d0470ff24dce885b78056d56ca5ae3c
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jan 20 11:49:23 2009 +0100

    Add missing function to unbreak --disable-sout
    
    Define the new sout_EncoderCreate in missing.c
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
    with little modifications

commit 22cd80441366f67dd4189bb48d1d579fa71503d6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 20 17:03:24 2009 +0200

    Fix format string

commit d838e5ce020a467aa9804d56eb4c41ae42f61149
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Tue Jan 20 08:50:54 2009 +0100

    taglib: fix stupid typo (thanks to Sébastien Escudier)

commit 32e3f4a21c0909c04c99f66765003876d8263fad
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Mon Jan 19 22:52:18 2009 +0000

    Typo

commit 3b971b5060683d089b67132d4ff85352ad4ac71f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 23:42:59 2009 +0100

    Here too (and I'll stop spamming for today)

commit e8e1798986c448807ea831cc65cede5c3da1e42c
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 23:40:55 2009 +0100

    Use config chain in lua intf module.

commit b7ccccfb9c01a7a0eeec171dde420e5a3ae6a9a7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 23:40:11 2009 +0100

    Add support for config chain for interface modules

commit be14f0f86e76f919ed0274a3d097e0cc1fa50dc7
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 22:43:14 2009 +0100

    Simplify.

commit 092bb9c1027931f4c8276abcb1bf9cf6afcb8cbd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 22:35:43 2009 +0100

    Quit after printing message in dummy lua intf

commit a1036e1e5834d0969fff42788024d1a7d5db36ac
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 22:24:05 2009 +0100

    Fix horrible typo and vlc.misc.should_die() function.

commit 8bf00f1bebf8abd4c4d33797594d6f18f3f6cba9
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Jan 19 22:02:44 2009 +0100

    Implement "@name var val" style commands in rc.lua (and other misc changes)

commit a804eaa4782f3f8a384c19a223383be309e62023
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 19 22:07:37 2009 +0100

    Test pointers against NULL instead of 0.

commit a02b83a7477ed76d26451b14bc4ecc50ea9e21b0
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 19 21:27:31 2009 +0100

    taglib: change just a bit the code.

commit c2f8a645c869b5f20e878e63a0b650e697ca2efd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 21:15:10 2009 +0200

    Remove VLC_OBJECT_ENCODER

commit 0d646a30d254f3583d624265fa2cc37589dfad15
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 21:14:37 2009 +0200

    sout_EncoderCreate: create an encoder module
    
    Perhaps we should turn it into ...New() and do more than just allocate
    the object.

commit ecd8f48066dd7ac510be1fb27d7f52969fa60028
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:57:35 2009 +0200

    Privatize packetize and interface object types

commit 6cf6df7c3f51c67217e591df83f254b914cea36f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:47:34 2009 +0200

    Remove VLC_OBJECT_OSDMENU

commit a2b8b0ae3bb7c570ba32e9dbd858bbba978f1cf4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:45:26 2009 +0200

    OSD: fix some thread-unsafe constructs, and avoid vlc_object_find

commit 08a001aa3f1a50f261fe4d3fa462f4a5189aea41
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:19:47 2009 +0200

    Fix OSX misuses of vlc_list_*

commit e298f31fe7c0397870d74b467d95a72547552d10
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:04:03 2009 +0200

    intf-displays-cmml-description is always false

commit 9bdda527ac6b7be4cf79cd4c6645a4c4c7f7002a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 20:02:39 2009 +0200

    Remove silly use of vlc_object_find

commit 35ca7d7ab4bef85d3d68148ab4ca1e7037c01a4d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 18:56:34 2009 +0100

    Win32: Add .rmvb to installer.

commit 38c77e3c57e5d0931cbf6b25f7dcde3ac58ea481
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 19 19:45:53 2009 +0200

    lua: fix cornercase on musicbrainz-lua script.

commit 5659ac8959080b9847df32c89c6cb54302274505
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:40:22 2009 +0200

    Qt4: find skins interface by name

commit 491dd4238c2253b7816c564ed030aaa8e6e273b7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:36:59 2009 +0200

    *ahem* typo spotted by Antoine
    
    (You get to love va_list type-safety)

commit 895bdba5f06551698ebc9d46fd220dd542f37328
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:31:04 2009 +0200

    Remove practically unused interface type from scripting

commit 0ffb6df694fa3fd5ce932cc6c0a52eb163526d9d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:30:01 2009 +0200

    LUA: update object types list

commit 9f496b5e41e2bb76d35b3f9d177a2c9566a0ef4c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:26:28 2009 +0200

    skins2: do not assume skins2 is the first interface, avoid vlc_object_intf

commit b7155d34d1d82f1f5b7ed259a9a556779efa2911
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:12:19 2009 +0200

    VCDX: interface creation is commented out so comment out destruction

commit 0d92017b3b78bad629ff27fc4c79050df8939291
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:01:27 2009 +0200

    Unexport vlc_list_find
    
    The rationale is the same as with vlc_object_find().

commit 99830a17866b666cd7609943a93131af58441376
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 19:01:02 2009 +0200

    Deprecate vlc_object_wait()

commit d669e2c099b8b0ca585ef130bef3f4ed7d2f1e67
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 18:48:07 2009 +0200

    HTTP interface: get rid of vlc_object_find

commit 1cdcdc9544d9a4a6533054a15231d3453c455900
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 18:48:00 2009 +0200

    Use previous helpers

commit a426e6ab788bdc5c20388ee37c7683309338e4b6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 19 18:46:53 2009 +0200

    input_GetVout and input_GetAout helpers

commit 45052c779b3005170e4b590c5f74d647c319ebad
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 17:27:36 2009 +0100

    Qt4: Deinline get(Aout|Vout)()

commit 9467836a86891571073661b073655e5976a50e08
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 19 18:21:36 2009 +0200

    Qt4: return NULL on getAout if no input

commit 875e25d50f0d4faed0066bc5fb44581ef4217f0d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 16:40:11 2009 +0100

    Qt: remove vlc_object_find for AOUTs in menu and extended settings.

commit 1be27f13aef5e7570f546edd69ee6ea01bc3cc6e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 14:01:18 2009 +0100

    Qt: more removal of vlc_object_find

commit 3d52fe95efed2f2546c37bceb74dc19be3f3784b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 13:45:09 2009 +0100

    Qt: use getVout in menus
    
    Remove a bunch of ( vlc_object_t * )vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE );
    and FIND_CHILD there.

commit c7a5e17e2ce566797a548913a724474f8083924b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 13:31:17 2009 +0100

    Qt: remove calls to vlc_object_find(VLC_OBJECT_VOUT, FIND_CHILD) in extended panel.

commit 56d5598837ffbdcfc68661f5d2ffc7897abf09b1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 13:29:51 2009 +0100

    Qt: getVout() avoid a crash.

commit a7c94c6ad3cc4dc0f66563fd4153c202ec8d5cf1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 13:19:36 2009 +0100

    Qt: Create a getVout() in MIM to remove some vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE ); calls
    
    Just used now for buttons.

commit ea39325de0a0149cf6a894ea980bb483567e47c5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 12:32:49 2009 +0100

    Qt: simplifications.

commit 91c06c7d90d5c2ac34167cb5ab9e41ca35db9c89
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 12:16:22 2009 +0100

    Qt: actions_manager: Change constructor and inline some functions.

commit f011c163048da4e7a17d379af2bda1e78324969a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 12:11:23 2009 +0100

    Qt4: separation between widgets/buttons creation and action

commit 2f7f4a7456878a16c0b37df916be545c9ef22273
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 10:27:33 2009 +0100

    Qt: toolbar editor, show the saved positionCombo item at start.

commit 5a428d9e38f3843867a2e5c060ec9b40fbcf72b2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 01:41:58 2009 +0100

    Contrib: libdvdread patch update.

commit 46bc555885a3b1dfa7765cc63258fd1fd3e2d242
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 01:41:04 2009 +0100

    Qt: save and honour the above-video parameter to allow old-fashion GUI.

commit 9cf2944fd8e389728aca474a00e627ff7eeb7783
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sun Jan 18 19:40:21 2009 +0200

    dvb-c scanning support (not working yet)

commit c1788de6cb5edab674b2b4a98baa27bb17f912b9
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 19 01:50:12 2009 +0200

    playlist: do case ignoring cmp everywhere when sorting

commit 533b06f84c032ae2eeb40dd31703a77fb8abfa60
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 19 00:17:29 2009 +0100

    Qt: new defaults for buttons.

commit 63981a4e17bb149d7a891f63eb313d700e37d8b1
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 23:47:40 2009 +0100

    Qt: support for drag n dropping widget, removall and many other improvements.
    
    To remove, just drag n drop to the void.
    To change, just drag n drop to new position.

commit 3300d070d22a5f107ba0167fb957f472d1478c6d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 19:03:25 2009 +0100

    Qt: toolbars, change regroupments of unsplittable buttons as QFrame
    
    I will need that to clarify the Toolbar editor.

commit e68df39177666514b882cf633e8042496f1fb164
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 15:31:02 2009 +0100

    Qt: Change "Load playlist" position.

commit 3897a418a4cb7c1f72f68519fd58f822ee136763
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Dec 7 15:02:49 2008 +0200

    Simplification

commit a87b2b98849866a78f5d0bf7273e1ceb3bb9a200
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 18 18:46:31 2009 +0000

    One less vlc_object_find()

commit 916025b5e0401268d0003b4e38df99c91d5bd514
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 18 18:04:14 2009 +0000

    I18n the string as recomended by the spec

commit af7d00505e986d331a737412260b80ed9a3de579
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Sun Jan 18 17:58:56 2009 +0000

    Fix logic
    
    And unhibit before quiting

commit f7b081e5192ef7ef29868a6697d4c69845faef2b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 20:16:03 2009 +0200

    File: (try to) give up reading on I/O error
    
    Whether this works depends on the stream and demux behaviour. There may
    be a better way to fix this.

commit 60cc18a0326e9144fca3759048516b566cbba27f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 20:08:23 2009 +0200

    Win32 old crappy poll replacement: misc fixes

commit f5574a640deec0674d8db4c776453bc89b134e16
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 17:44:56 2009 +0100

    Made input_clock_t in charge of pts_delay.
    
    It fixes a lot of unlocked access.
    It will allows a better clock algo.

commit f8b7bbc656d95ee7d850e2f07872ab7c9fd55a19
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 17:38:38 2009 +0100

    Probe v4l2 when specifically forced not when an access is forced.

commit 52c7e46fa529906127f80341b680ebee0957ec75
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 16:09:36 2009 +0100

    Cosmetic.

commit 95f6fae3ce511f43c23a726c4a83e117cc55d6dc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 16:59:21 2009 +0200

    Fix warning

commit e9c23e9505aafc374b76c840986c3fe3fb9b1cb3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 16:57:47 2009 +0200

    Win32: wake up select every split tenth of seconds (fix #1949)

commit 700b2282419f340a99c89ee4ec7bac715522d516
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 16:40:17 2009 +0200

    Poll: cleanup #includes

commit 1f8962d23d3a2e5f23d64ea931bc0dc4c0e335fd
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 16:40:50 2009 +0200

    Revert "Improve Win32 poll replacement (and fix #1949)" et al
    
    Looks like Winsock events operate in a weird and barely adaptable way.
    Fixes #2369.
    
    This reverts commit c6ea17a3ce7e5884c323a66bd48f09f551dbb86d.
    This reverts commit 1a582db112f0d898f93bdcc618e06d75ff8f2410.
    This reverts commit 8bda7d7287446b0f5b54fe69c07d600cb0bbd1a2.
    This reverts commit acade544006e80a73facb152fa53437e21a99a2f.

commit 384ef8909eece3b8621737a052fa522a3ba33f35
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 15:51:53 2009 +0100

    Qt: add accessiblewidgets for Win32 static Qt compilation.

commit 15abf70b6e6074748a52e6c56986a9fde0aeed0f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 15:11:13 2009 +0100

    Changed playlist_AddExt to be more consistant with input_item_NewWithType.

commit ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 15:03:51 2009 +0100

    Fixed typo in pda intf.

commit 0783dcb411843e51b519872e9c7ca06fa51561d2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 14:44:43 2009 +0100

    Removed unused playlist_ItemNew(WithType).

commit 75ff396a64e26ba70c5378d1e6f1db2ba75bd37a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 14:57:18 2009 +0100

    More NEWS marketing and removing of "support" every 2 lines.

commit c19b89e2e2d6a9589be4337e277b0791295a3ca1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 14:39:03 2009 +0100

    Small simplification in cdda.

commit 91d7a800b050adae4e4074bffac1e137c76cdf88
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 14:38:05 2009 +0100

    Try to partially clean up CDDAX (libcdio) module.

commit 8993ea0ac21122f271eef8f8f9c7643dd0b8d7c5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 12:53:23 2009 +0100

    Remove DTS-HD block for DTS track.
    
    It allows to decode the core part (standard DTS) of a DTS-HD track.

commit 62eefa47e9195d1f4f6e99eca21c09f85788f913
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 18 12:48:54 2009 +0100

    Fixed decoder init when libdca is not present + clean up.

commit ef3199b3ddfcb0f6719642e7adee50fd32937bdf
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 14:33:27 2009 +0100

    Contribs: update Qt for Windows to 4.4.3
    
    This release enabled accessibility plugins and should solve the issue for blind people.

commit d77e82aee56a8e31254855c173ea99354f4ec91f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 13:31:05 2009 +0200

    dirac: missing #include
    
    Pointed out by Erwan10

commit 0efd13d685978ce368cfe546859d33945321272c
Author: Dominique Leuenberger <dominique@leuenberger.net>
Date:   Sat Jan 17 16:31:03 2009 +0100

    Taglib: undefined operation due to duplicate usage of var with post-increment
    
    Signed-off-by: Rémi Duraffort <ivoire@videolan.org>

commit ea8227e3e64e0baeeb96c552b1aa06bb59e01c53
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 18 12:23:21 2009 +0100

    Revert "access_samba: don't use deprecated functions."
    
    This reverts commit 452ceeacf515b84f1e135e842214ff3fd65394b3.
    
    It break compilation for some users without adding anything.

commit 40e2dbaf7dc8a42af923bc1f396b607f3addfd05
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 18 11:59:47 2009 +0100

    make.pl: missing qt4 stuff.

commit f1ea77b73692b24c7e5821d996f498096d48d8cd
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 18 12:20:21 2009 +0100

    Misc fixes.

commit 6b73427813b923e7dda97c3a6f4f374ddb59553a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Jan 18 11:08:17 2009 +0100

    Contribs: small updates

commit abf4e1d2ee1943069d46ea42753c4f7e95d2bba4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 12:03:31 2009 +0200

    waitpipe: fix missing initializer from earlier commit

commit a969b13d873762a1323d98361fd37accbd7247a1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 11:29:09 2009 +0200

    Fix waitpipe error handling in net_Accept()
    
    from fdb990bd55f690131f00a443f187577fc82c8aa6.
    Spotted by Laurent.

commit c6ea17a3ce7e5884c323a66bd48f09f551dbb86d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 11:54:48 2009 +0200

    Win32: fix poll() return value
    
    Spotted by Laurent

commit fb8414adf33c92b28ca266c5fbf29906c64f2c83
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 11:34:24 2009 +0200

    Include <sys/eventfd.h> as needed

commit 871a8bb5e18523acc703b97bae19c15a18487579
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 18 10:43:31 2009 +0200

    Flawed logic

commit 348da1fdf0c8c6cc24e2b271eb5ec9b79c7cd76f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 22:04:57 2009 +0100

    Use right mode for fdopen.
    
    Noticed by courmish.

commit d27169fb97aef122686a2e1c622341cbc70f97ae
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 20:39:37 2009 +0100

    Fixed es_out timeshift under windows.
    
    A missing 'b' flag in fdopen.

commit fe657df078d6ce2f7f5489cf3be76d1e34b8e705
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:26:37 2009 +0200

    Don't leak message contexts at end of threads

commit 973a412d2429fe488361da641975e68d43d37478
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:22:15 2009 +0200

    Memory leaks

commit 3e606132e77ab9b9a6231e133497112b6205cfe1
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:15:57 2009 +0200

    Memory leaks

commit 6858023f094eb63c54607ad27b8f3e8a36a1e26d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:14:51 2009 +0200

    Destroy/cleanup should be consistent with Create/Init
    
    Otherwise, the Create/Destroy sequence crashes.

commit 07fb0fb9551833df8a6ba9abac366f7281da00c0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:09:40 2009 +0200

    Cleanup functions cannot fail

commit 36547e29d73e00fd5dff1f50b4f507554ef0115b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 22:06:48 2009 +0200

    Remove p_static_vlc, not used anymore

commit 4ce128c0b86f3a30472d0b03ebcd2643e87c7fb9
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Jan 17 20:58:21 2009 +0100

    Qt: on startup, if there is no input, show the cone

commit 1e1fa17174226b07fddeab7930b81e72b1764b65
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 21:26:09 2009 +0200

    Privatize vlc_object_t.i_object_type

commit 98eb1db33dd48d838d500ba8e954952e688b1a03
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 21:25:57 2009 +0200

    Avoid using i_object_type

commit 396ce0f031ceafe690136d81acc486795800b2fc
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sat Jan 17 21:16:55 2009 +0200

    QT4: remove unneeded signal-connect

commit c777b5549a25fb17b8094f84bbc221c3aa6a97fb
Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
Date:   Sat Jan 17 20:07:32 2009 +0100

    Qt: this is a float, not an int

commit 2170fa51de3922a26ab3341ca423ec46c199473c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 19:19:09 2009 +0100

    Documents a bit vlc_input_item.h

commit b4feb9f9a326f3fc58a52b315ba34ad9d083263b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 19:09:11 2009 +0100

    Use input_item_New when applicable.

commit d3081ffff71448139a319259179e365846b711a2
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 18:37:14 2009 +0100

    Force to specify options flags in input_item_New*.
    
    It previously assumed TRUSTED.
    No functionnal/security changes in this commit.

commit 3b2c84632093ba93e024268a882b94aba1f4e945
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 17 17:37:07 2009 +0100

    Qt: set TimeLabel to --:--/--:-- when input is stopped.

commit 4ca1e354903dcaa4452ceda2378d3a56e228b28f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 19:19:51 2009 +0200

    playlist: add real functions for locking

commit 4d802e182e835fef96ad7e6c0c5fbd155054b9c5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 17:59:40 2009 +0100

    Split out input item from include/vlc_input.h.

commit 36edd71568f3b577bbb8ef59d5e2749388ac9009
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 17 17:37:23 2009 +0100

    Renamed input_item_AddOpt to input_item_AddOption.
    
     This will force people to use VLC_INPUT_OPTION_TRUSTED flag when they
    need it and ease security review.
     This commit has no functionnal/security changes.

commit de2fd3321812f88c297a58f22576e84e424a9b8b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 18:10:38 2009 +0100

    Remove debug.

commit 232de9512112e39dd84f7f321ac9fb9e5876753a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 17:57:19 2009 +0100

    Add support for directory listing in ftp access.

commit 28afd1fc55603638e01efa0122fa0cd9daa41f54
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 18:47:46 2009 +0200

    Suppress httpd_mutex variable

commit 220001b94b02869650ea714461c90def6bd55770
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 18:42:38 2009 +0200

    httpd: use own thread

commit 0597403277c49d3fc23da19fb6f6954e984bae86
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 18:33:34 2009 +0200

    Remove unused parameter

commit d78cb0b36d74d5f8221e0c5bab62ca0cbc933fda
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 18:21:37 2009 +0200

    vlc_object_alive: cosmetics

commit 352820723461393d866ed33a2ba39f6a801ba7a0
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 16:14:56 2009 +0100

    Revert "Add image types."
    
    This reverts commit 74d68fbd7adce457a52d7cbd08a83d438e7b9b54.

commit 354ed87751540f273d96651f74a1f8cea47a1b61
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 16:12:26 2009 +0100

    Ignore image types in directory access.

commit c3bd417a3ca4e94bcfcfcc8ad1ad254786935a7d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 16:09:30 2009 +0100

    Fix some demux control replies

commit 7cac6b1d2bf6776ba79748ab941c91724f82bd79
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 16:04:09 2009 +0100

    Merges of misc comments in mailing list thread.

commit a3aca4d415fd0cae55ca33e5c34a08136ffbc532
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 15:57:00 2009 +0100

    Default duration of 10s when fake isn't forced. Make it possible to use fake:///path/to/image as well.

commit b22bd1b31c3504894284ac49b47a8f8ff6d0ecf5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 17 15:47:51 2009 +0100

    Implement option usage/parsing in rc.lua.

commit 74d68fbd7adce457a52d7cbd08a83d438e7b9b54
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Tue Jan 6 22:42:38 2009 +0100

    Add image types.

commit fc9a0d16cb5a8e7ac8ed9d8e0260247f735ad00d
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Mon Jan 5 14:12:03 2009 +0100

    a straighforward still image demuxer with 100% compatibility with fake:// --fake-file=...
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit c803a55009f0ae786ca6e45d348b16cf52bf1e0b
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Sat Jan 17 15:26:48 2009 +0200

    channels.conf demux: parse symbol-rate from playlist
    
    Without this I needed to give --dvb-srate=6875000 to vlc with
    channels.conf file for it to work proberly, please review that it
    doesn't cause any funky issues to other than dvb-c stuff.

commit 851643ca61002759336ba933d75af909a8edae2e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 15:31:23 2009 +0200

    Fix assertion

commit d9e21e4fc0dfc6a4c809acfbf2572013fba61ff0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 14:42:40 2009 +0200

    Linux: use an eventfd instead of pipe for waking up, if available

commit 46d6a5a452c404fbcdc478a171c3f6ca95a23893
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 14:29:13 2009 +0200

    Simplify waitpipe.
    
    The caller is going to call poll() or something, so locking a mutex is
    surely not a performance issue.

commit 161532ab4cdff7ce1821cf9e8119e30ca01aeaf2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 17 13:32:24 2009 +0100

    More NEWS.

commit c85aed3c01df4cc2c41e4ee8e2bb04b645def218
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Fri Jan 16 15:39:58 2009 +0100

    Global Hotkeys for windows
    
    Signed-off-by: Laurent Aimar <fenrir@videolan.org>

commit 8bcd3c6ffa2947edcb0baab48c1d357c36c9808e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 17 13:25:52 2009 +0100

    Qt: interaction, add accelerators to the buttons.

commit 2a6fb859cc42d3af9c237da964db22609b784038
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 17 14:05:28 2009 +0200

    Assert proper alignment of the atomic reference counter

commit 0051f028570ac4ad22f7303fa86f2b76fd186258
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 22:04:30 2009 +0100

    Privatized p_input->b_can_pace_control.

commit c63257e2bfec8d448c250635e7f512623ee70b22
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 21:45:16 2009 +0100

    Privatized p_input->i_state.

commit 93acbebb6c5f4db42eb465a0908fe0275048a309
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 21:34:35 2009 +0100

    Privatized p_input->i_time.

commit 6a4e86fffa63e2ae62914acc876e2282d5722d2e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 21:19:27 2009 +0100

    Use "can-rate" and "state" input variable when applicable.
    
     It seems that both gui/pda/pda.c and gui/macosx/intf.m fetch "can-rate" value
    but does not use it, could maintainers check it ...
    
     The inhibit and screensaver modules are using bad object_find. Proper
    playlist event handling would be cleaner.

commit 1cbc9675045e7936904cbd617fe790d30ba880fc
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 17 00:26:09 2009 +0100

    compilation fix in case that INT64_C isn't defined

commit 7ccd46a8a014e991d23e34fdc169ae621036eb2b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 21:06:30 2009 +0100

    Privatized i_pts_delay (input_thread_t).

commit 571abf2de18cbcdc7e50b98ff142cf4e57c41104
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 20:46:45 2009 +0100

    Removed invalid comment.

commit 702063df9d05c72801a21b1e5ceb5c0dd9113248
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 20:42:24 2009 +0100

    Fixed an invalid use of p_input->i_pts_delay.
    
    The wait STILL frame is handled by dvdnav is not right.

commit f7e16185971b12ab9cac972e5ed9d76fe5dada47
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 20:39:59 2009 +0100

    Fixed invalid use of p_input->i_pts_delay.

commit 02311b593bed6d2585529f0e018bd43dcfeb92fe
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 16 20:35:39 2009 +0100

    Removed broken ES_OUT_GET_TS.

commit 1b7abb6be95faf2738711b04f03b9eba38c58878
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jan 16 20:40:33 2009 +0100

    macosx: fix 2 warnings

commit 5ea391e96cd3eda2b9df3305fe3aa015ddc58778
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jan 16 20:29:58 2009 +0100

    macosx: changed the data appearance in the info panel to the following behaviour: if playlist is collapsed, we show data about the currently playing item. if the playlist is shown, we show data about the current selection in the list, regardless of the current item.
    
    Empty selections in the playlist are still not allowed, as this would lead to some trouble I don't want to solve for this old panel (to be fixed once the dudiak branch is merged)

commit b9706127d351a49966d5a6140d2b4448924bbe8c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 16 19:02:13 2009 +0100

    Qt: fix win32 compilation

commit 61417af671da477923aaf863ac00d9b2d3618961
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 16 18:37:56 2009 +0100

    Qt: simple preferences, User Experience improvements.
    
    - Set buddies where possible.
    - Set tooltips on most labels.

commit 23f5a2f25e35bb5a45fe61fce23e82d8b2ff445c
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 16 17:59:10 2009 +0100

    Qt: remove unneeded code.

commit e9d699e47811db308878b361f67cf67d8a39087b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 16 17:58:43 2009 +0100

    Qt: change dialog size.

commit f60496a6350f4503ff3389c4052f5733b42b035c
Author: Timo Paulssen <timonator@perpetuum-immobile.de>
Date:   Wed Jan 14 22:02:29 2009 +0100

    fix cdda playlists for CDs that have more than 9 titles.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit f6081e574edd09f4fda05d461eec23bb50e6d2c2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 14 18:20:16 2009 +0100

    Qt: Kill more warnings.

commit 94c64e32f2e8d2b36272b41aa64c5c5fcebf067a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 14 00:00:22 2009 +0100

    Qt: kill many warnings.

commit 2efec9cfad28585014f951653ee6f015c30eaa7e
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 13 21:56:24 2009 +0100

    Qt: interaction, cleanup and fix of the Cancel button in avi fixing...
    
    (But, what is the use of that cancel anyway?)

commit 972835b3adbea026f6b299588309bb4075057516
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Jan 13 21:55:44 2009 +0100

    Qt: menus, simplification and accelerator addition.

commit 5d16db8d2eec80af507b8d64022b589d38ff0069
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 12 19:03:55 2009 +0100

    Qt: more debug to find the Chapitre and Titre in Qt4

commit 35a84e2845286bcb87697f5b29b32fc131db3bba
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 12:24:07 2009 +0100

    vlc_object_dump is used only when debuging.

commit 91bf0f045482a9455dbe1409e9ed79245c44a52c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 11:53:20 2009 +0100

    calloc( nb_elmnt, size ) instead of calloc( size, nb_elmnt )

commit 524810e64e5b1a98003ee51e9a692c47a83210db
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 11:45:12 2009 +0100

    Use the access helpers.

commit 81c3ec4d00e16e5757b85056ebb0291b72187dc3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 11:30:00 2009 +0100

    access_mms: use STANDARD_READ_ACCESS_INIT and fix potential memleaks.

commit 4a96b022ce862494a6bcacf3a868e1de7ad1e276
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 11:03:11 2009 +0100

    access_gnomevfs: Read function take a size_t and not an int.

commit 452ceeacf515b84f1e135e842214ff3fd65394b3
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 16 10:30:35 2009 +0100

    access_samba: don't use deprecated functions.

commit 0ed8e60ed29e534e6d9de339949a0a09f0d4ff58
Author: Jean-Marc Dressler <jmd@objectik.com>
Date:   Thu Jan 15 16:01:30 2009 +0100

    Fix several compilation bugs in msw vout
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 2eb8e7dc9c7ddb3ac73b7d0e082cccff2d6f1fd7
Author: Jean-Marc Dressler <jmd@objectik.com>
Date:   Thu Jan 15 14:59:34 2009 +0100

    Fix unused flag variable
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 944fd06f86e0aa82d353411c3bec895bbed2da60
Author: Ken Self <kenself@optusnet.com.au>
Date:   Thu Jan 15 21:00:51 2009 +1100

    Increased RC interface input buffer
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit fbc059ab4984259fcde04c3d4fff66774f11205c
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 14 23:31:09 2009 +0000

    Qt4: more const

commit c84de2baca5eae6b942a388bb234e34d4cdd3f22
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 14 23:30:50 2009 +0100

    Partially revert 497a6b5b as it creates infinite loops with avformat.
    
    I am not sure that the reverted part was really intented.
    Reported by Jonathan Brossard, iViZ Techno Solutions Pvt. Ltd.

commit e20540fd90f3591cdf3d743f7547afead468f0cf
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 14 21:22:29 2009 +0000

    Remove unused includes

commit 15aa77be5181f28c49a90c047e39c36fdb2b6a2a
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 14 21:17:57 2009 +0000

    Remove unused includes

commit 765e932556da0ac0608d29f30c021b8a5ce298d4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 22:53:30 2009 +0200

    sccanf supports %p, use it instead of hacky %ju

commit 116fe975f19d22e2049a78ee75f55d5f22b5baca
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 22:31:00 2009 +0200

    snapshot: release the input ASAP

commit 3c7d7fa8da0cbbdfc1be3d01c06f22d232528703
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 22:07:31 2009 +0200

    httpd: use a condition variable instead of msleep, and fix a small race
    
    host->i_url was read without protection. We also now use the reference
    count as the "death" variable, rather than vlc_object_alive() which
    simplifies locking.

commit e9cbd35ba6d5f229bfae9c1c1f0b9559214703a7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 21:58:51 2009 +0200

    httpd: fix error handling path

commit e454bb83467b64c0cec10e74f0cb3312078c61a5
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 14 19:57:46 2009 +0100

    upnp_intel: fix potential memleak.

commit f38e00c93262c7fa48af84d2e40210978a9165e2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 21:21:49 2009 +0200

    Remove vlc_thread_create
    
    By the way, its earlier (<= 0.8.6) incarnation were buggy.

commit db37d62c16bf75313f56ab36dbdb670c1f26e7b3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 21:19:54 2009 +0200

    Win32: get rid of vlc_thread_ready()
    
    By the way, the Win32 video outputs could probably go through some code
    factorization. Don't ask me.

commit 6fcdcd0f7dbba61fee4866fb590e3a717614ab73
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 19:41:33 2009 +0200

    Remove unmatched vlc_thread_ready (vlc_create_thread not waiting)

commit 81dc2e727a2b9a89cb4726bfae8789a2d442f306
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 19:18:00 2009 +0200

    Qt4: fix transcode/stream character encoding - fixes #2411

commit 18eb8839afb64d2cc634be4d177f9c929d806a27
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 18:52:39 2009 +0200

    Qt4: get rid of qta in favor of qtu

commit a19acf0b99b7a986071e6883d0ac8ce2d3b5b821
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 18:51:51 2009 +0200

    Qt4: memory leak

commit 1d2eb88885a47fabd102335ea01377292820a693
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 18:36:59 2009 +0200

    Qt4: use constData and provide expansion safety for qtu() and qta()

commit cf4fcdfed0243b89ceb4fb1fd7b458e82034ae0b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 14 18:36:23 2009 +0200

    Qt4: missing const

commit 606f9edb0341f2a424add2e895cb73cbe686b707
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 14 11:48:05 2009 +0100

    access_ftp: uneeded var_get.

commit ce3b16b0690f59e5e56ae413b81daf0e75601100
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Wed Jan 14 11:13:47 2009 +0100

    access_file: unneeded test.

commit 3556b3c80820582cb3f26211fcb8bc05cc64330f
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Tue Jan 13 23:26:31 2009 +0100

    contribs: updated automake to version 1.10.2 (required by libgcrypt) and autoconf to 2.63

commit 201f61906c56caddbeaa1183e61a38de7944ab5a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 13 22:38:16 2009 +0200

    decomp: add assertion against #2409

commit 227c679c6aa76d48987352a9d37d8c71eb5ac0f4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 13 22:56:48 2009 +0200

    decomp: handle NULL reads (skipping data) properly - fixes #2409

commit 5c63462c26ba6c1f435871168fa07e0b18b1e47b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 13 22:36:21 2009 +0200

    decomp: fallback to write() if Linux vmsplice returns ENOSYS
    
    (Since we are always dealing with a pipe, it cannot return EINVAL)

commit 7c321e8a48d3313533b92096e5fa81646e19907e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 13 22:56:04 2009 +0200

    decomp: fix reading after peeking

commit 71042a865e237e082058cdf993e9e5926c55194b
Author: FUJISAWA Tooru <arai_a@mac.com>
Date:   Wed Jan 14 01:57:03 2009 +0900

    Add subscreen/follow mouse options in open dialog.
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 1710203763f3573b632b2c999104f626a2d5755e
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Jan 13 15:14:22 2009 +0100

    Fix sizeof misuse and variable uninitialization
    
    Unbreaks start-up on WinCE.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit 02eae2497c9ad1bca06cc16128e313ee331d04bb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 12 22:58:33 2009 +0100

    Do not issue input times event when buffering.

commit c90c5e397973276638dd41c610414eb563f03829
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 12 22:06:43 2009 +0100

    Optimized a bit bs_skip.

commit c182c63aefb708cdcd75bfcd13b3655a69bf269d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 12 22:03:24 2009 +0100

    Missing ENABLE_SOUT checks.
    
    Pointed out by linkfanel.

commit 4e51dbbd78ab5da98f7d5f0bfd344b3c12051eb6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 23:09:50 2009 +0200

    Interaction: use dedicated condition variable

commit bc9ec45eb6e3700f517563cba67db2702b32437d
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 12 19:17:05 2009 +0100

    access_ftp: cleanup.

commit ead147e1fa4f86b668dca1a30c439fe9a510ea4f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 22:42:30 2009 +0200

    Hide interaction object layout

commit 61f37d78d962904ef3d2c5619b88144bf7a3338b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 22:42:12 2009 +0200

    Remove useless console type and pointer

commit e8df55c488938fa162c5074671a5262c694d23ca
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 22:21:22 2009 +0200

    Declare M4 macro directory

commit ebcbfe4c91e93009b773348a36213edf49339327
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 21:36:50 2009 +0200

    input: remove duplicate end/error events

commit 640d0d5b6905ef9fe62acc083cf47ae7a3006874
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 21:27:17 2009 +0200

    input: end immediately, do not wait for kill event
    
    Once the input main loop is done (or if input init fails), input
    controls are not popped anyway. So the input callbacks are no-ops.
    There is no point in postponing cleanup.

commit ea55389548eaef12e18b3972be82ed8b3966fb3e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 21:20:37 2009 +0200

    input: small code factorization

commit d90abb6bae3f95afc53c8138591a687ce8bbf91f
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 12 20:57:19 2009 +0200

    Qt4: tell how much has been buffered when buffering (percents)

commit acb58aa6a0ebf41b474b8bed3f3b46b1cc2afcaf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 20:33:24 2009 +0200

    vout: trivial code factorization

commit 2d090d81a07e4f5687f704699dec3844721a2ec5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 20:31:17 2009 +0200

    vout: stop using the object lock, we have the change_lock already

commit ccc1b1bc6c54ebaaaea312b62e8e6ab64d6aed32
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 20:06:03 2009 +0200

    Useless vlc_object_wait() usage

commit b935abee4d16231e34ab6a2b092fcc1e757483c5
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 19:52:01 2009 +0200

    LUA intf: fix lock_and_wait, and stop using vlc_object_wait()
    
    The only event that lock_and_wait can only wait for the end of the
    interface event (safely). That is the only piece of state which is read
    under the lock.
    
    Also it is not possible to wait on a random object since (deprecated)
    vlc_object_signal() is _not_ broadcasting the object condition variable.
    In effect, VLC threads shall only wait on their own object (this is not
    LUA-specific).
    
    Ultimately, lock_and_wait is of barely any use, and in any case is now
    poorly named (my fault for inventing vlc_object_lock_and_wait()). By the
    way, it always returns true now.

commit 88cfc80e90ffa06ad33b4bcb670beb05201a45d4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 19:51:33 2009 +0200

    Unused variable

commit 71fb06931f2cef615a79731a65574a4c99d21466
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 12 19:51:23 2009 +0200

    Unused variable

commit 016a90f174fbffcfc70425685db5188983240708
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 12 17:14:55 2009 +0100

    Qt4_message: when the cursor it at the end, scroll down automatically.

commit 0333e0c5e22230e6ba10814657cf5c9971f925f2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Mon Jan 12 17:09:26 2009 +0100

    macosx: fixed broken screen fps selection pointed by FUJISAWA Tooru

commit afa220789a63e3ad8b9ffd7440c885bf56ebb95c
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 12 17:44:07 2009 +0200

    Restore download cover art context menu that was taken away by my previous
    commit. Thou I think it should invalidate current album art, so core would do
    new search for it.

commit 8cc3d3c260ce83e9e3fcaf52aa9b40920e49ae4f
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Mon Jan 12 15:24:20 2009 +0200

    Qt4: refactor album art stuff into inputmanager
    
     Input manager now emits signal for album art and gives
     url to art itself, so CoverArt or Background-widgets don't
     need to parse it themself, and CoverArt don't need to use
     those callbacks. This ways both get same image too.

commit 802ec3e29c38f7de55a51bc549a0d08a6adc2e32
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 21:34:55 2009 +0200

    Qt4: need an input to update caching - fixes #2405

commit 4bba723afbb5ab3e9c2d61d36fd2f6ad48c80099
Author: Tadashi Jokagi <elf2000@users.sourceforge.net>
Date:   Sun Jan 11 18:26:04 2009 +0000

    l10n: Japanese update
    
    Signed-off-by: Christophe Mutricy <xtophe@videolan.org>

commit 89014f68eaa6c6be07864ac30d7716d45d358df8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 20:36:34 2009 +0200

    SAP: raw UDP has no RTCP

commit 9e129c71882b15298a9ee3ca29a2a8ba62034f54
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 20:09:48 2009 +0200

    Remove obsolete --sap-timeshift option

commit c365cbd231cc3a93649b48977fc05b1bc43acc5c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 20:03:58 2009 +0200

    SAP: parse RTCP port out of the SDP

commit 21191c277ea3bf6e20ac326e26765c35d3a578b0
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 20:03:18 2009 +0200

    RTP: allow odd RTP ports for TCP & DCCP
    
    At the moment, we assume RTP/RTCP multiplexing anyhow.

commit f0969553a4ae3a00d3ba5f1201e6d4e1733dfff4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 20:02:55 2009 +0200

    RTP: implement separate option for RTCP receive port

commit bf3c2b0732052e7d37a02a05ba1b4755183b7a74
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 19:53:49 2009 +0200

    Remove some semi-colons

commit 403d9500429d7498668dc520a71a2e909dd50bf1
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 11 18:06:56 2009 +0100

    contribs: win32 cross-compilation fixes

commit cffcf64f36b2112eefeb5ddb3cf8de93e69c3cdf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 19:05:00 2009 +0200

    Cleanup interaction-capable interface registration
    
     * Make registration thread-safe, and independent on vlc_list_find().
     * Fix use-after-free race condition when destroying the interface
       (interaction will be lost instead).

commit 2e4212b2f1ed52099593d35d20b2e2da0de40965
Author: FUJISAWA Tooru <arai_a@mac.com>
Date:   Sun Jan 11 07:05:15 2009 +0900

    Add subscreen/follow mouse support to Mac OS X screen module.
    
    Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>

commit 28425401abee9b01b3681638eba54019c6571271
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 9 12:54:03 2009 +0200

    modify to tell about --disable-libgcrypt

commit fd0cff6a27f7e0ffe8500154d7798d04811017f7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 16:40:38 2009 +0200

    dvdnav: also probe file:// (fixes #2131)

commit 4f34578d6d159dc5c975d8febe4382428666a4cf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 16:40:13 2009 +0200

    dvdnav: trivially avoid duplicate file path lookup

commit f11f8a609806f5ef56103465e238dd9a484ccb16
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 16:37:58 2009 +0200

    dvdnav: cosmetic simplification

commit e778ca644111d08515520eea8a2f97f4dfeb048c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 12:14:44 2009 +0200

    Remove un-needed libs

commit 4d700eb73b7890bb36c1deb7d903c3d03f79dda2
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:40:37 2009 +0200

    Add .ogx in case someone ever needs it

commit 4a8a7265472108dc4af5131fbfd540fd1e758bbf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:28:27 2009 +0200

    HTTPd: use the RFC5334 MIME types for their respective extensions
    
    Currently, we stick to legacy application/ogg for legacy extensions.

commit 23908eef1e61b762050160b908fffd2d28c31e62
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:26:44 2009 +0200

    Add .oga and .spx as per RFC5334

commit 9d084e66d04251040d1ef5e9e43041b7b40e6a51
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:24:51 2009 +0200

    Add .s3m and .it as Tracker file extensions

commit 1ed78e97f31c11dd7a9941ec812c0a730b633a02
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:17:10 2009 +0200

    HTTPd: guess MIME type for *.ogv

commit d1045229e0ed494cff3f9afcdfc246f08df03d65
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:15:07 2009 +0200

    Input: recognize .ogv files

commit 06e5acd4e075829c593b6f39ab5b4c98b9562946
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 11 11:14:58 2009 +0200

    Cosmetic

commit de94406f0097da88e57f9a4f36acdbf50580a312
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Sat Jan 10 02:39:53 2009 +0100

    jvlc #23: make native resources release explicit

commit 0db07ccfec2855e54fc4b87475165f28d577e065
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 10 19:15:31 2009 +0100

    folder: less include

commit ef1af103ab5ec6c647b3339b97c1dd2d73d69d6a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 10 19:11:58 2009 +0100

    taglib: accept the Xiph comments with more than one embedded art,
    but take only the first one.

commit ecadb547946e38787255cdccf98447ee10cb2b63
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sat Jan 10 18:59:16 2009 +0100

    Update the module list.

commit f0d6d8402f2d781412fe8336dba8a305f1ca0f74
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 22:21:26 2009 +0200

    GLX: minor fixes

commit 01fdef51d6c92f1bf409d919ae12dcc300e3797d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 10 21:19:12 2009 +0100

    Fixed a typo in libass.

commit afec80a73d4e7e4a3c6221f6214d32fb7223ca4f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 10 21:12:56 2009 +0100

    libass: set windows/fonts as default directory
    
    Initial patch by Hannes Domani with the comments:
    "Hello
    
     this fixes the problem when font is not attached in mkv.
    
     was mentioned in:
     http://forum.videolan.org/viewtopic.php?f=14&t=51096&p=166340
     http://forum.videolan.org/viewtopic.php?f=7&t=50534&p=163900
    "

commit e94ab021eeadd1f22407ba9d0e4f8847b54b0b82
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 21:45:28 2009 +0200

    Directory: ignore SSA files - fixes #2341

commit 92e66f6eadb1f6a23a54b998648c99ec236a892b
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 10 20:00:54 2009 +0100

    Fixed QT4 message dialogs thread safety.
    
    I used customEvent to implement it.
    (It renders the dedicated message thread per subscriber useless with qt4).

commit 5aa95193923fee9ff548e8504ae51e1767230906
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 20:53:49 2009 +0200

    Remove useless parameter

commit fddf2f473497bac8cf0e9b173704199d3e619421
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 20:29:22 2009 +0200

    Playlist: only try to add one SD plugin at a time
    
    Otherwise, we would have to either ignore errors, or fail to load some
    plugins just because earlier ones failed

commit ad671cf41a49e266e0775ea16cc760a6ca62b295
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 20:28:51 2009 +0200

    libvlc: add SD plugins one by one

commit b43776e500ead9e19b545b830f1fba2c65f95e37
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 20:10:09 2009 +0200

    playlist: create root SD node before registering events

commit 4d7fc100bb67204740419afe671f21d2c862d0e4
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 20:04:46 2009 +0200

    Fix memory leak

commit 435f9def422a8f5a8fecf180d80a30d3acea4618
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:54:40 2009 +0200

    Cosmetic

commit 903781dfe758a088b0f4a3d84e0e4b3a45223211
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:54:15 2009 +0200

    Fix trivial syntax errors

commit 74db29fdba037475a080b134cd30383ad7817a18
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:48:37 2009 +0200

    Playlist: detach from SD events _after_ stopping the plugin

commit 6914f254c1c18fee1afd2cda6fdeb5a60a71e9dc
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:42:48 2009 +0200

    Remove playlist items when destroying the playlist...
    
    ...rather than when disabling it. Otherwise service discovery plugins
    cannot possibly cleanup after themselves (and CABOOM).

commit cbe6109463298afc021776290e0d762516ebf85e
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:37:21 2009 +0200

    Remove children kill hack
    
    Whatever would need this would be a buggy SD plugin.

commit 740387c624ff842f61d540b8ca1c20231f506430
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:31:09 2009 +0200

    Remove suspicious and suspiciously dead code
    
    A destructor would never have to release its own object, since the
    destructor is only called when the object is not referenced anymore.
    On the other hand, it is not clear to me whether SD objects still need
    a destructor.

commit 7276a43dcdcdefc7ac9464cb1fb8272c7cab061a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:28:34 2009 +0200

    SD: remove psz_module parameter, shorter function names

commit c4877da890b590243b6347f13fcdcd028653c702
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:20:28 2009 +0200

    Remove buggy and unused function

commit 7ab4f13d30c26e769f8ae7f48499109e3b177ab8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:15:34 2009 +0200

    Include vlc_services_discovery.h only where needed

commit 64fb2cd16e78f0862051020f33a998626b2340bf
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 19:11:31 2009 +0200

    Restore SD human-readable names

commit eac4e0c9a52d197f1313b12097a4d8065c513222
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 18:13:33 2009 +0200

    Update the GIT revision properly

commit 68a19d04d39a40854dbd5f48195735516d73ec8b
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 10 16:10:30 2009 +0100

    Clean up here and there

commit 688d48fe32ff697fe76ca80286ab0927a7d8c142
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sat Jan 10 16:06:27 2009 +0100

    macosx: added missing pl locks

commit 96db483a5001f0857afaa4cbc45ce00117c549b9
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 16:11:54 2009 +0200

    Qt4: systray hides the interface when it is visible regardless of focus
    
    Otherwise, if the interface is hidden behind another window, clicking
    the tray icon however many times will request user attention in the task
    bar and never actually show the interface. This was confusing and
    inconvenient (fixes #2396). This new behavior is consistent with KMail.
    
    It would probably be even better to show the interface on top (instead
    of hiding it, then show it on the second click). Unfortunately, while it
    does seem possible, I do not know how. For sure, the previous scheme did
    not work anyway.

commit 67e84bad5918e10e23a50f184c2a8fc220d400f8
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 15:53:34 2009 +0200

    Fix grammar and don't minimize if config_getInt fails

commit 50866663cd6e8fae6917ac6de10c1c4cd232c37d
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 15:06:21 2009 +0200

    We don't need MB2WC when converting ASCII

commit b8faf36e58cc0a7f9a4d6e1d1f86fdf076aebbe3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 15:00:55 2009 +0200

    GetSymbol: adding a leading underscore is NOT correct on _all_ OSes

commit fd8053d7bb737c566839597cc39fa236f35e4390
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 14:51:51 2009 +0200

    Small code factorization

commit 4ab0edafb3d977cb8e504661250b242f59a280d3
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 10 12:54:59 2009 +0200

    Remove the un-needed horrible vout release hack

commit 65876ac4ffd3c25d58676b4051374ac5f5379f9c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Jan 10 10:41:18 2009 +0100

    Fixed dynamicoverlay SetTextColor.
    
    Initial patch from Doug West.

commit 6a5e468ddc8f899b1e0ec8075c675933723e225f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 9 21:26:23 2009 +0100

    Support delaying codec open until extradata are present (avcodec).
    
    It fixes support for VC-1 and Theora and Vorbis in avcodec decoder.

commit 221e53b183f9d503ceed9bbf1dc602a72fe7e970
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 9 21:23:04 2009 +0100

    Fixed vc1 packetizer.

commit fe026cce37a9f9530f8eb9ffd54047b5f03f68f6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Fri Jan 9 19:43:51 2009 +0100

    Removed unused field (avcodec).

commit 2bd0c496c12d5c247e4f1e638a78bc57a0316175
Author: Pavlov Konstantin <thresh@videolan.org>
Date:   Fri Jan 9 18:18:36 2009 +0300

    [Contrib]: libupnp build rules. Enable upnp on darwin.

commit 6531388ad976120bfd389e96982a2dba106a5aaf
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 8 11:40:57 2009 +0100

    upnp_intel: split the big cpp file in two, declaration and implementation.

commit 4e25d25bc5e735a043f21ffcb62a4c7cb7f01a51
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 8 11:22:21 2009 +0100

    make.pl: don't print infos about qt4 moc.

commit df84649aa6533079a752810eec642f2673df50ca
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 8 21:51:21 2009 +0200

    Assume X11 --forbar-shm is FALSE if the option does not exists

commit b373dac2ca0444ca64a8c45a523b6366c2065d72
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 8 21:33:47 2009 +0200

    Revert "* src/video_output/vout_intf.c: small kludge for opengl providers."
    
    This reverts commit 1eefd3dd7d97392d6e6dfee593538436263ca479.
    This fixes GLX crashing while requesting an embedded video window.
    
    Conflicts:
    
    	src/video_output/vout_intf.c

commit 5ec8b1c561157778db0d4a37c3edc0c8377bc715
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Thu Jan 8 21:11:18 2009 +0200

    Remove some useless #includes

commit 8dc222c8dedb58d891b7087bcbabddc106879781
Author: Ken Self <kenself@optusnet.com.au>
Date:   Mon Jan 5 09:54:57 2009 +1100

    BDA: remove %S formatting plus a few other fixes
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit eecde311dbc19d69f306a2d4bf96a72d184c5363
Author: Ken Self <kenself@optusnet.com.au>
Date:   Mon Jan 5 09:54:56 2009 +1100

    vasprintf: stop HEAP exceptions
    
    On Win32, vsnprintf() and vsprintf() are formatting certain things
    differently, e.g. "%p". We need to use the same implementation
    throughout our vasprintf() replacement.
    
    Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>

commit d894b1b5498a1abf9419304cade94f23933c1242
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Wed Jan 7 20:19:16 2009 +0100

    Added apple subtitle support to mov demuxer (close #2376).

commit 16c4c21a3b36f2db407bf3677115ec9136461c5a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 23:18:10 2009 +0100

    Fixed invalid pointer usage.

commit 50dabf20e0e5863019b261955c8fa0e5aba42f3f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 23:09:41 2009 +0100

    Finish the initialization in the Open function.
    
    It fixes embed video at start.

commit 5f033381c0736041198bae013790ed8929034a72
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 23:08:29 2009 +0100

    Fixed bool/int mix up with "intf-show".

commit 96dac2d9c21091973d242228bc016c52ee508478
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 22:16:07 2009 +0100

    Fixed undefined behavior with integer overflow.
    
    Pointed out by Courmish.

commit fd453018ed7acfe2fb6c1a84384b1b0087c12df9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 22:05:08 2009 +0100

    Avoid sprintf.
    
    It eases security review.

commit 3c4599a8fdab98cef6a4942c2601426b5bc6eb97
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:59:33 2009 +0100

    Set default item name on input_item_SetURI.
    
    It fixes item name with xpsf playlist (at least).

commit ab85aafbf4d916d211ce6d425ba2eeaf186966f4
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:51:51 2009 +0100

    Added missing const to input_item_SetURI.

commit ca15fe099037f17537a6f3d2a6c7a17948e37d16
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 7 21:11:17 2009 +0200

    RTP: when sending to RTP an odd port we need to specify a=rtcp
    
    Otherwise the receiver would -in principle- try to receive RTP on the
    next (plus one) even port, whereas the m= line port would be used for
    RTCP. We could also pass a=rtcp for the normal even/RTP & odd/RTCP
    ports setup, but that can only confuse receivers with no gain.
    
    Note that receivers may not parse the a=rtcp parameter in any case. In
    fact, VLC does not parse the a=rtcp field to this day. In any case,
    sending RTP to an *even* port is the only safely interoperable option.

commit eb3d87723c1ab9d5f695550e4b071e92b2ef2118
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Wed Jan 7 20:48:58 2009 +0200

    RTP: fix the conflicting audio and video port error handling

commit 9d88a68c1f7118859182b0e9943233b6f2d93ede
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 7 18:44:07 2009 +0100

    Distribute headers

commit 240cb64b58103cc0d1a1dee4cd80c2c1445f5e4f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Wed Jan 7 12:41:26 2009 +0100

    Qt: put the Fullscreen Controller back on 2 lines.

commit e20c56d50cc4ef62aa536de5afd2036e5b4484de
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Wed Jan 7 00:15:20 2009 +0000

    Fix make dist

commit 13b8ebc178665cf0527b3bda3ab813bb6c8ac7f3
Author: Christophe Mutricy <xtophe@videolan.org>
Date:   Thu Jan 1 16:16:26 2009 +0100

    Happy New Year

commit 76ca900120e98d094da957bc2eba1c96aeaec047
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Jan 6 22:48:03 2009 +0100

    libvlc, jvlc: media_player_is_playing method added

commit d7ee744d72c25f64e31a056d6e6597e40be1e9ee
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:40:57 2009 +0100

    Fixed typo in es_out.
    
    Pointed out by Dnumgis.

commit ba38730709228af17ea8050cf106fe23d742bae7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:24:44 2009 +0100

    Fix quit sequence in skins2.

commit 4e9b99f1ae072beb6f66c4d5700dba1a0247cd55
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:23:12 2009 +0100

    Fix quit sequence in dbus.

commit ff7195ba1008fb029a5673649f860d0c20e1036c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:22:34 2009 +0100

    Fix quit sequence in rc.

commit 8eae40296e3b5a6555cc95bfa63a5c485147be2f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:20:27 2009 +0100

    Fix quit sequence in hotkeys.

commit ccd6d2b75dbdbe52dfa20533f7b10f8c30cc8dd3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 21:18:06 2009 +0100

    Stop the playlist when it is killed.

commit b1318d20035522291969949fa96eb973d16791ce
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 20:17:07 2009 +0100

    Re-enable the embed video module in qt4.

commit 75562051ca00b329e27c39577739b6ba7f82704c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 20:01:48 2009 +0100

    Wait for VideoWiget to complete releaseVideoSlot event.

commit 29033fb8395ecf427ba917247a4ef197caf63de8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 19:56:22 2009 +0100

    Fix potential deadlock between ressource and interface.
    
    Without it, input_ressource_HoldVout and vout windows request could deadlock.

commit d0c77f30225f5a73e17682084dcdadf4485b71db
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Jan 6 19:41:36 2009 +0100

    Do not wait for SPU buffering.

commit ab75bc3a7a2de0ba1662c26838fbbc90cfd81395
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Jan 6 19:41:00 2009 +0100

    jvlc: test to check audio mute on 2 different instances

commit c6c3b26a165ca2109f7c40c0251b1656fecbc995
Author: Filippo Carone <littlejohn@videolan.org>
Date:   Tue Jan 6 19:40:35 2009 +0100

    jvlc: audio is an instance property

commit f810fad01c7cd7b153a926a07c7094e03590d929
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 6 16:25:29 2009 +0200

    Playlist thread is not cancellable as of now, no point in trying

commit e966180ec9241fa44ba95cb0d911c68319992683
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 23:39:54 2009 +0200

    Use a custom condition variable for the playlist engine

commit 262e789e66634101606a589d1f206a82526377f7
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 6 12:23:33 2009 +0200

    Remove un-needed vlc_testcancel()

commit f34362c6c17c7d513f8971f84e11be906f1d0df6
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 6 12:20:24 2009 +0200

    block_Fifo(Wake|Get|Show): always cancellation points
    
    This is consistent with the comments in <vlc_block.h>.
    So far, cancellation would only occur when sleeping was needed.

commit 530585d11283626347daa78e393f75187fdc5063
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 6 12:19:38 2009 +0200

    block_FifoShow: fix condition variable usage

commit 2cc94e2e0d0d90b6b3f21d70af64cf7a815083fb
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Tue Jan 6 12:05:48 2009 +0200

    Qt4: Disable cancellation while writing a message to the log dialog
    
    As pointed out by Laurent, cancellation was not safe here

commit 6f323e7aef98146de6beca3dc0c093ba89ca9b36
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 5 23:09:51 2009 +0100

    Fixed dialog provider leaks on quit.
    
    Thanks j-b for the infos.

commit b2efd10d19f7fb396eb8e9d5c30ee32b532a1694
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 23:28:20 2009 +0200

    Minor memory layout optimization

commit 247513ab9551129aa45108404771cf9f0782253a
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 23:11:08 2009 +0200

    Remove vlc_object_signal and unexport vlc_object_signal_unlocked

commit 8d1bbd5b2f1fc45b152db95c4778bd3d49c16f80
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 23:10:06 2009 +0200

    Do not use vlc_object_signal

commit 293b8e90ffa0eb0689c27cb5f976d37b4ce84b24
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 23:09:01 2009 +0200

    LUA: remove misc.signal() - this API does not make much sense

commit 603cc336e87a4574d461ed3d21c261610514bb86
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 5 21:58:08 2009 +0100

    Fixed order after merge in libvlccore.sym

commit 66e706dfc4a5469481d2f44f35e1c9400d6be45a
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 5 21:39:14 2009 +0100

    Fix OS-X build (PATH_MAX defined in limits.h)

commit 2eff2815ce71777582c41640332c5118583e249c
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 5 21:26:05 2009 +0100

    Fixed vout_FixLeaks logic.

commit 4e9d2d2ebd91c0f6a8e8532a1284459bcedfef81
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Jan 5 21:25:39 2009 +0100

    Flush vout on release.

commit cc506211b787a6368a54cae683edd45ec43f67eb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 23:48:59 2009 +0100

    Send input dead event only once.

commit 2c1a1fdf45eff61c73c14ed5e29b18d8561852c5
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 23:47:29 2009 +0100

    Fix deadlock in decoders because of input ObjectKillChildrens.
    
    A better solution than ObjectKillChildrens is really needed.

commit 9a31d3ab9e1793eb41228d0bae830293dff86c94
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 18:32:17 2009 +0100

    Fix unprotected access of input item (skins2).

commit c1986e205c1488d2aa55750bb67c33c883873013
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 18:19:16 2009 +0100

    Fixed playlist_IsEmpty usage.
    
    The playlist has to be locked before calling it.
    Another way could be to change playlist_IsEmpty prototype to have a b_locked
    parameter (like others playlist functions).

commit a4fb617901f096b0f738c15bc7445bf1e08af6cb
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 16:41:52 2009 +0100

    Skins2 will at least start.

commit b2fa8fea83dd007cb7612c93fb7f698035a462c8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sun Jan 4 11:39:24 2009 +0100

    Improved osd title display in vout.
    
    It fixes title display with vout recycling.
    It removes one vlc_object_find.

commit 0780928c1a7c8eb4a1b10e5248c89443dbbb4bc0
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 18:47:15 2008 +0100

    Fixed qt4 initialization/destruction.
    
    It should fix a few issues with embed video and fullscreen controler (the
    widget may? not yet be ready in time).
    It fixes dialog provider.

commit d13d44712b33cfb41ec1a24ec9b0a20a59c73ad1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 16:51:25 2008 +0100

    Improved fullscreen controller.
    
    It now works in non embed mode.
    It follows multiple vouts (not perfect yet).

commit cb3432ffc069dbb544a61818bdecd96f56c147b9
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 15:04:17 2008 +0100

    New event (voutListChanged) in input manager.
    
    It will be used to properly attach/detach the fullscreen controller
    independantly of embed vout.

commit 9decc181d3ead4ae2bb8f5a18f24e85407127668
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 12:26:25 2008 +0100

    Fixed signal and input release order.

commit 74729214531037585aff24059af7b9317526159e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 12:25:50 2008 +0100

    Removed useless member.

commit ba2c2b69c950f4dad5103149e9250225320bc204
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 12:25:18 2008 +0100

    Allows requesting active aout/vout from an input with associated events.

commit c884cebcaca04bf53b9bba8181f08d6dcfb5cb16
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Sat Dec 27 11:44:24 2008 +0100

    Activated vout/aout recycling with playlist inputs.

commit 3b40c17456163be0f2e3c96c710db38d536bbd74
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 19:45:59 2008 +0100

    Prepare for safe (sout)/vout/aout recycling.

commit 88a5e04e4bda05a4f1bc0f2fac7ca1f0c3bd90a1
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 16:28:26 2008 +0100

    Fixed audio played/lost statistics.

commit 52157ae334127f4a20b6b4557b09fc44b4a5ed1f
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 16:26:51 2008 +0100

    Fixed preparsing/art fetching locking.

commit 8f0f6c745c2a00f3c59bd5e19d094a5627e4be7d
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 15:47:38 2008 +0100

    Clean up main playlist thread.
    
    No useless wake up and simplify.
    Fix a few race conditions with deactivation.

commit b2efc40a9581d828f969a86b098eed7d376cecad
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 12:07:51 2008 +0100

    Added INPUT_EVENT_DEAD event.

commit 81ccc88fec2e0f5903ea24e5e34bf28e6c3a8aa3
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 11:35:10 2008 +0100

    Simplify a bit playlist loop.

commit 583d3c85cc4f9057483ffad7410dfe5e298ffea8
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 10:42:09 2008 +0100

    No functionnal changes.
    
    (Moved around playlist code)

commit d2ce7fe9c993e9977d242ae2fe68a1e46975d1ea
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Tue Dec 23 09:43:34 2008 +0100

    Simplify a bit main playlist loop.

commit baae4f741755facb3b160a405abd24f081bc2edf
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 19:47:26 2008 +0100

    Fast decoder thread cancellation.

commit c12edba9d8189b0714197b6e50a38e3d8b6d9351
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 19:26:47 2008 +0100

    Ensure fast fetcher/preparser thread cancelation.

commit 35f17389483e42d5454e88f7ce881f29d08f6f66
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 18:59:36 2008 +0100

    Fixed too soon playlist items destruction.

commit 19f1b2ee4608ff6c6935d0f8c7289bcebb0e7f7e
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 18:22:09 2008 +0100

    Split creation/destruction and activation/deactivation of playlist.
    
    It will allow to fix playlist<->interface dependency problems.

commit 643b7e3b4e1f0b33fddd8b9e8edfde697e2070e6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 16:46:54 2008 +0100

    Clean up/document a bit art fetcher code.

commit ab0e40f0aa5c5b624bc26797352cf7516c832be7
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 15:49:55 2008 +0100

    Do not access internal fetcher data from playlist and preparser.

commit 3842395ac4d921fe38cc746256f641675c3a0fed
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 15:35:43 2008 +0100

    Clean up/document a bit preparser code.

commit 0021e6aae975b09163afdc52ad1740649a8265a6
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 12:51:13 2008 +0100

    Clean up preparser/fetcher code.
    
    No functionnality changes.

commit 69a38c569e6f79e0a9200f7e8a0696c0b50823fe
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 10:21:28 2008 +0100

    Clean up a bit unused playlist functions and added lock asserts.
    
    Some interfaces may assert because of missing playlist lock.

commit 5aa33f1fab766842d59a7dcb7aa462aab9c681cf
Author: Laurent Aimar <fenrir@videolan.org>
Date:   Mon Dec 22 10:20:41 2008 +0100

    Added vlc_object_assert_locked utility.

commit 3e8dca47eedb9f563897cfba6db70b808e2591be
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 5 20:19:02 2009 +0100

    Qt: use searchLineEdit in plugins dialog.

commit 76911abd8394559c56b5112a72fd0bf72a05fa4b
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 5 20:16:11 2009 +0100

    Qt: esthetic.

commit 995af4eb81d0fce1dcffa3b1dc30715f1619c0d2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 5 20:08:13 2009 +0100

    Qt: the red box when searching in the playlist is confusing.
    
    Therefore, create a new SearchBox that has a button appearing when typing something.

commit 6accad54cacc1db8bcc445bdd643e0ed42d8687b
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 19:48:17 2009 +0200

    Use a proper condition variable for variable callback handling

commit a235278d98ff677f7c520a00dbf461750a77fe01
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 19:36:55 2009 +0200

    Remove duplicated variable callback code

commit b481254cc8ecc3464270101a2a16fb7e4f37fe3f
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 19:36:26 2009 +0200

    Use var_TriggerCallback as appropriate

commit 5df0631325ad8e897c63962d50f32bd883a79c80
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 19:23:00 2009 +0200

    Do not reinvent the wheel^W^Wbsearch

commit 8178211539bdf9bfa1c417191ae7b829e13b2a0c
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Mon Jan 5 16:14:18 2009 +0100

    asx parsing: don't FREENULL everything.

commit 5fa18d5627809fe65fdcf47aec00711c0b852688
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Sun Jan 4 18:38:47 2009 +0100

    taglib: cleaning and renaming.

commit 5db54724d4a25800c52c675a7a2acf2e0bcf99e5
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 5 00:11:11 2009 +0100

    Win32: add a new vlc.ico that supports Vista and Seven guidelines.

commit 25f65d405b09c39b48e57731cfa460344213433c
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Mon Jan 5 00:04:58 2009 +0200

    Unexport slightly unsafe block_FifoSize

commit 3d0df50bb9620432b70fee473c9999dad5628979
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 22:56:34 2009 +0100

    Fix symbol order.

commit d9e2653f304b7eef5f2684aec49496437b64c2b5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 21:37:35 2009 +0100

    Remove unused variable.

commit 50787630786a9ef9ad3f5a53f9184706da1ee60a
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Sun Jan 4 21:35:07 2009 +0200

    remove unndeed variables
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit b4039dbd5284ff373ee78caa4ffedf4a8f878aba
Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
Date:   Sun Jan 4 21:13:33 2009 +0200

    mention opengl effect removal
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit ff845cf823c0bcdd64d9663157d823767ec83629
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sun Jan 4 21:05:38 2009 +0200

    Unduplicate UPnP long string

commit 5493236e92db3348b3b5bc1e20044824b9459732
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 19:50:01 2009 +0100

    Update Joseph Tulou's THANKS entry.

commit e5f6537aa77a77b940aa9f7d1c7b27913a6620a0
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sun Jan 4 16:28:27 2009 +0100

    changes Ext2Fourcc into image_Ext2Fourcc and exports it for reuse within vlc
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit 7a7ed7071ed0936ce7c817c6aae951c1d31d1c87
Author: Joseph Tulou <brezhoneg1@yahoo.fr>
Date:   Sun Jan 4 16:27:00 2009 +0100

    minor changes to png and sdl_image decoders to support being called from a demuxer.
    
    Signed-off-by: Antoine Cellerier <dionoea@videolan.org>

commit e6d4f6abaa20d57b5f06dd711d4a1f46c2367438
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 4 19:39:41 2009 +0100

    macosx: display only information on the currently playing item instead of the item selected in the playlist

commit 721218c57bf26dbd8eb56ad812f694318fb30f0b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 19:36:51 2009 +0100

    Fix --stop-time.
    
    Looks like p_input->i_time is only used for --stop-time. Is that normal?

commit 04193d5097763652d095bff3ae86d0a7ea7a026b
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 19:17:20 2009 +0100

    v4l2 access can now find optimal frame rate and dimensions
    
    Default is now to use the best available dimensions at the best framerate unless framerate was explicitly set, where it would use that frame rate.

commit 92c0a8f51cb1de4e581cd6f89137850338d003f9
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 17:53:37 2009 +0100

    Input based input slaves sound better.

commit 34ca61b6e6025e6cf94dda48c28c69b4d7bbf191
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 17:51:39 2009 +0100

    Oops.

commit f931a4a484a5d7eb2685aa9f2597918455c54fbf
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 17:40:00 2009 +0100

    Move v4l2.c back to the access/ directory
    
    (No more splitting up planed in the forseable future)

commit a1bef303513da1410e1b793541713b5dbb3f96aa
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 17:33:39 2009 +0100

    Fix confusing variable name.

commit 9f7c2895dc8f4251709259044e7f467ddb96b788
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sun Jan 4 17:31:20 2009 +0100

    Leave recent items filter empty.

commit c31a81335ee64828c956b611840ad7fdffc0c0af
Author: Mirsal Ennaime <mirsal@mirsal-laptop.(none)>
Date:   Sun Jan 4 15:38:44 2009 +0100

    UPnP services discovery: Remove a useless function

commit 3d5ff7dc53d5ac154fd56faca23a3b6364037aa2
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Sun Jan 4 15:19:12 2009 +0100

    64bit compilation fixes

commit 5858f0fccb1f97087d630712c9526d553599adb7
Author: Mirsal Ennaime <mirsal@mirsal-laptop.(none)>
Date:   Fri Dec 26 00:52:45 2008 +0100

    UPnP services discovery: fix remaining bugs

commit 24d02d8cc8a3624f7f1efac888802f796cae8502
Author: Mirsal Ennaime <mirsal@mirsal-laptop.(none)>
Date:   Sun Dec 21 20:40:54 2008 +0100

    UPnP services discovery: Put the callback lock reference in the p_sys data structure.

commit 8ed92b2206b118663d7b357c087b06bb5fc6d037
Author: Mirsal Ennaime <mirsal@mirsal-laptop.(none)>
Date:   Sun Dec 21 19:05:13 2008 +0100

    UPnP services discovery: Switch to the services discovery API

commit 0e45933d1f30183c9b796d4f965be84ce118e228
Author: Mirsal Ennaime <mirsal@mirsal-laptop.(none)>
Date:   Sun Dec 21 17:20:52 2008 +0100

    UPnP services discovery: Merge the SoC 2008 fixes, remove the Cookie class and use the ordinary mechanisms instead

commit 120c15e58e4a00bcd82c68ad286a14746b52cd4a
Author: Felix Kühne <fpk@Felix-Kuhnes-MacBook.local>
Date:   Sun Jan 4 00:19:13 2009 +0100

    Darwin 10 adaptations
    
    We create 64 bit builds on this OS by default for now

commit 8aad450137019c9b4aeba1448c0745e7030c3a0d
Author: Felix Kühne <fpk@Felix-Kuhnes-MacBook.local>
Date:   Sun Jan 4 00:15:10 2009 +0100

    libcaca: configure script patch & hack to let us use the SDK and the GCC version of our choice

commit bc400496f4218a59b48e21dac0a1d1bd641544ea
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 22:49:00 2009 +0100

    Implement DEMUX_SET_NEXT_DEMUX_TIME in alsa & oss
    
    This makes it possible to use the alsa and oss modules as slaves to
    modules such as v4l2 and screen. (The other way around isn't supported
    at the moment.)

commit 85174a2065bf5a6a48dbe29d3c6e08d21be72f09
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 22:17:58 2009 +0100

    Implement DEMUX_GET_TIME in screen access.

commit 652cd67e01d3618ad15759b1ca84c4b1b93aa68a
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 22:14:57 2009 +0100

    Revert "Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave."
    
    This reverts commit 60106b7432e0f6b61689486ba1fadf7c03db5f49.
    That patch isn't a correct fix for the problem.

commit 5816553e60a780f29cb741c7df84be5ce8ca36dc
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:46:29 2009 +0100

    Remove debug message.

commit db820529a4af54001dee9c06b6ad8570efa5abc5
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:45:49 2009 +0100

    Use poll instead of msleep in v4l
    
    (also untested since I still don't have any v4l device to test on)

commit 2591b7dbbe505e136b3aaa1d93d21d57c5ff3a5e
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:42:24 2009 +0100

    Remove OSS support from v4l module.
    
    Untested as I don't have any v4l devices available. Please check
    that this didn't break video capture.

commit 71b23066e308e5c0489dfc7423adcfbae2d3c342
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:29:58 2009 +0100

    Mention OSS and Alsa access split.

commit 238545c8e2920d653f7dd8b23c71cd74f3872d5d
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:26:46 2009 +0100

    Cosmetics.

commit f2268e41346cb2e4fd21a9978e4a9f4d26150158
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 21:23:00 2009 +0100

    Remove Alsa and OSS support from v4l2 module.

commit 33b03f0e648774acb6dcada2266c55ff58e6c4db
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 20:06:56 2009 +0100

    Cleanup alsa.

commit f1451e3531776d43931b1001aafef90ea12b1a54
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 19:57:48 2009 +0100

    Fix alsa polling.

commit 70c09c2e8a8e208d0ce7f6c00ae87ae23af46af3
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Sat Jan 3 19:05:26 2009 +0100

    Split OSS access from v4l2.

commit b5615ec05ab1813a17bb2d4c163d44e0b6ed7670
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Oct 27 17:42:41 2008 -0700

    Split Alsa access module from v4l2.

commit 50ddca67c46eab43e4561bf3665451922ee5a2f9
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Oct 27 17:43:51 2008 -0700

    Fix copyright date.

commit 711c318b5e7cb7b2662109099fdc847695ed261f
Author: Antoine Cellerier <dionoea@videolan.org>
Date:   Mon Oct 27 17:35:55 2008 -0700

    Use polling instead of msleep in v4l2 access_demux.
    
    I'm not sure about the polltimeout. I'd settle for an infinite timeout but then VLC might behavior on exit might be messed up.
    
    This also fixes the last compilation warning in v4l2.c.

commit aa8356607732152ca53797cda46d56abf4d6ed73
Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
Date:   Sat Jan 3 22:59:33 2009 +0200

    EWOULDBLOCK may be used instead of EAGAIN for read, recv and accept

commit de2c8c118476dd42dcdc2eae7af9250655aa61e6
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 3 16:58:09 2009 +0100

    Qt: search implementation in the plugins list dialog for fast-seeing if a module is here or not.

commit 1664191a69faea7f1d92f07705d5a45fd5a35ea3
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Jan 3 16:26:01 2009 +0100

    Qt: convert strings from Unicode

commit abbea5793dd4bd5444f1f1d37cfa4b6f72e8b089
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 17:22:30 2009 +0100

    Qt: recent Items, prepend with an accelerator and a number for keyboard faster access.

commit 740567b533cb37f3a28d7186ff00ebcfdc4253be
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Sat Jan 3 01:34:30 2009 +0100

    WinCE: use -avoid-version for libvlc and libvlccore

commit b27c02bb5b6632342e394d22c69b8d549f9dae34
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Sat Jan 3 01:30:06 2009 +0100

    Win32: go fullscreen on the same screen as the vout window

commit a6c100a2cbc6d16a4f72341c3a8f63c826adf6f9
Author: Geoffroy Couprie <geo.couprie@gmail.com>
Date:   Fri Jan 2 23:36:13 2009 +0100

    WinCE: fix compilation of vout

commit 303113c7964055549f5335b9c8c6401567e0e515
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 2 19:05:22 2009 +0100

    some cleaning.

commit f0b4c96ff3914e6afaaec9baebe8ca824bea6b74
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 2 18:37:44 2009 +0100

    Evenif we don't care of WxWidget, fix #2365.

commit 878d94af4874719ae689c172c39d024566c57409
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 15:59:11 2009 +0100

    Qt: remove trailing space.

commit 44c3a746008af6349e2b3c8a0d31f59f58653ad8
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 15:58:48 2009 +0100

    qt: input_manager: Code cosmetic to help coding.

commit 74e842ea7a6f6d4d4e0c5ddf4ed8550edc59369f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 15:45:27 2009 +0100

    Qt: get Bookmark events from the core and update in Bookmark dialog.
    
    This remove the update() calls from within the bookmark dialog, since the update() is triggered from the core.
    This needs more testing.

commit c2af399f1a493bfb74b657a9694d628f55965387
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 15:36:21 2009 +0100

    Qt: reserve space for future events handling.

commit c5e715f78c8ff8c418eafb8bb1e8709b8d6dc5a7
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 15:31:10 2009 +0100

    Qt: react to caching Event from input to display Buffering.
    
    This doesn't work yet, however, since p_input == NULL in the input_manager at the time this is displayed...
    A fix is needed.

commit f5bf2d945d431e7ded31b926e21f6540875aee26
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Fri Jan 2 13:20:00 2009 +0100

    Qt: connect the delay of ES to the extended panels.
    
    Don't loopback the audio-delay and spu-delay.
    Now it finally seem to be working.

commit 87e6fa635bdb5cdc367c449dedbb52269c583172
Author: Felix Paul Kühne <fkuehne@videolan.org>
Date:   Fri Jan 2 12:50:39 2009 +0100

    live555: make sure we use the compiler _and_ the CFLAGS we want to use (fixes linking against certain OS X SDKs and using non-default compilers)

commit 07bc079bbe54188bb5c943954f1896274c4479d1
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 2 12:45:47 2009 +0100

    Don't compile id3tag module by default as:
     * libid3 is outdated
     * taglib module is better now.

commit cee4c63cbc961f83b7266705e28ba966a0e7254a
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Fri Jan 2 11:46:09 2009 +0100

    taglib: cleaning.

commit 08ada19951ded248011b1032cdabc2bc7ac971ae
Author: Ilkka Ollakka <ileoo@videolan.org>
Date:   Fri Jan 2 10:55:17 2009 +0200

    playlist: Don't assume that psz_name != NULL as GetName can return NULL and
     strcasecmp doesn't like comparing NULLs

commit 8dca232ea871a54ee3089bddf6650a5a241532e9
Author: Rémi Duraffort <ivoire@videolan.org>
Date:   Thu Jan 1 21:39:37 2009 +0100

    taglib: read and write some APE tags.
