]> git.sesse.net Git - vlc/log
vlc
13 years agolibupnp depends on pthreads
Rafaël Carré [Sat, 6 Nov 2010 10:24:07 +0000 (11:24 +0100)]
libupnp depends on pthreads

13 years agoModules.am: missing files
Rémi Denis-Courmont [Sat, 6 Nov 2010 09:47:22 +0000 (11:47 +0200)]
Modules.am: missing files

13 years agocontrib: Replace darwin->macosx.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:52:44 +0000 (22:52 +0100)]
contrib: Replace darwin->macosx.

13 years agocontrib: Remove LD,STRIP etc redefinition.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:34:09 +0000 (22:34 +0100)]
contrib: Remove LD,STRIP etc redefinition.

13 years agocontrib: Factorize the win targets.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:33:35 +0000 (22:33 +0100)]
contrib: Factorize the win targets.

13 years agobootstrap: Use an abstraction for enabling setting in config.mak.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:28:55 +0000 (22:28 +0100)]
bootstrap: Use an abstraction for enabling setting in config.mak.

13 years agocontrib: Use hint_distro when setting contrib.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:23:26 +0000 (22:23 +0100)]
contrib: Use hint_distro when setting contrib.

This will not override a previous hint_distro.

13 years agocontribs: updated binary packages for Mac OS X (i686, x86_64, ppc)
Felix Paul Kühne [Fri, 5 Nov 2010 21:51:48 +0000 (22:51 +0100)]
contribs: updated binary packages for Mac OS X (i686, x86_64, ppc)

13 years agocontribs: use the videolan variable to retrieve libdca and use http to fetch GNU...
Felix Paul Kühne [Fri, 5 Nov 2010 21:28:55 +0000 (22:28 +0100)]
contribs: use the videolan variable to retrieve libdca and use http to fetch GNU stuff

13 years agoMobileVLCKit: Match contrib build dir location change.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:15:59 +0000 (22:15 +0100)]
MobileVLCKit: Match contrib build dir location change.

13 years agoconfigure: Move --enable-static-plugins before any plugins gets enabled.
Pierre d'Herbemont [Wed, 3 Nov 2010 20:11:33 +0000 (21:11 +0100)]
configure: Move --enable-static-plugins before any plugins gets enabled.

13 years agocontribs: Use the gcc toolchain installed in /usr/bin instead of /Developer because...
Felix Paul Kühne [Fri, 5 Nov 2010 19:59:50 +0000 (20:59 +0100)]
contribs: Use the gcc toolchain installed in /usr/bin instead of /Developer because the latter is no reliable path as it can be installed anywhere

13 years agoi18n: Mark SD categories for inclusion in vlc.pot
Christophe Mutricy [Fri, 5 Nov 2010 19:06:49 +0000 (19:06 +0000)]
i18n: Mark SD categories for inclusion in vlc.pot

Fix #4305

13 years agoWindows: use _wrewinddir instead of rewinddir
Geoffroy Couprie [Fri, 5 Nov 2010 12:54:59 +0000 (13:54 +0100)]
Windows: use _wrewinddir instead of rewinddir

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agostream_filter/httplive.c: start playback with first HLS stream (usuall lower bandwidth).
Jean-Paul Saman [Fri, 5 Nov 2010 09:23:37 +0000 (10:23 +0100)]
stream_filter/httplive.c: start playback with first HLS stream (usuall lower bandwidth).

Start playback right after successfull downloading of the first segment. Switch to a higher bandwidth
later on. By the time peeking and first segment have been played the next segment is available.

13 years agolua: copy input options to result of playlist script
Pierre Ynard [Fri, 5 Nov 2010 00:48:26 +0000 (01:48 +0100)]
lua: copy input options to result of playlist script

This fixes this kind of scenario: you want to save a video from your
favorite video website. So you open the VLC GUI, you copy/paste the URL
into the convert dialog and you click on okay. The corresponding
playlist lua script processes the URL and a new item is added into the
playlist, but the :sout option is lost in the process, and you start
watching a video that is never saved.

13 years agocheck_headers: look for leading spaces as well
Srikanth Raju [Thu, 4 Nov 2010 19:55:33 +0000 (01:25 +0530)]
check_headers: look for leading spaces as well

13 years agocheck_headers: fix the script (a partial match is not enough).
Rémi Duraffort [Thu, 4 Nov 2010 19:16:22 +0000 (20:16 +0100)]
check_headers: fix the script (a partial match is not enough).

13 years agoSkins: don't use GetProcAddress for TransparentBlt, AlphaBlend and SetLayeredWindowAt...
Geoffroy Couprie [Thu, 4 Nov 2010 09:11:56 +0000 (10:11 +0100)]
Skins: don't use GetProcAddress for TransparentBlt, AlphaBlend and SetLayeredWindowAttributes they're available since win2k

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoWindows: remove another call to GetProcAddress in vout plugins
Geoffroy Couprie [Thu, 4 Nov 2010 15:51:50 +0000 (16:51 +0100)]
Windows: remove another call to GetProcAddress in vout plugins

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoWindows: remove calls to GetProcAddress for MonitorFromWindow and GetMonitorInfo
Geoffroy Couprie [Thu, 4 Nov 2010 14:46:16 +0000 (15:46 +0100)]
Windows: remove calls to GetProcAddress for MonitorFromWindow and GetMonitorInfo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agovout: remove dead assignement (and one mdate).
Rémi Duraffort [Thu, 4 Nov 2010 18:31:24 +0000 (19:31 +0100)]
vout: remove dead assignement (and one mdate).

13 years agoML: try to unbreak configure when libsqlite3-dev isn't present
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:31:23 +0000 (19:31 +0100)]
ML: try to unbreak configure when libsqlite3-dev isn't present

13 years agoML: fix compilation
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:23:27 +0000 (19:23 +0100)]
ML: fix compilation

13 years agoReal demuxer: correctly exit on errors when parsing Audio formats
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:05:14 +0000 (19:05 +0100)]
Real demuxer: correctly exit on errors when parsing Audio formats

13 years agoXVideo: use after free
Rémi Denis-Courmont [Thu, 4 Nov 2010 18:03:04 +0000 (20:03 +0200)]
XVideo: use after free

13 years agoXVideo: redumdant check
Rémi Denis-Courmont [Thu, 4 Nov 2010 18:01:26 +0000 (20:01 +0200)]
XVideo: redumdant check

13 years agoEnable Media Library Building
Srikanth Raju [Sun, 17 Oct 2010 19:35:33 +0000 (01:05 +0530)]
Enable Media Library Building

13 years agoMedia library features sql_monitor - directory scanner ml_watch - playlist watcher...
Srikanth Raju [Sun, 17 Oct 2010 19:33:12 +0000 (01:03 +0530)]
Media library features sql_monitor - directory scanner ml_watch - playlist watcher item_list - items being watched by ml_watch media_pool - list of active media in vlc

13 years agoMedia library CRUD operations
Srikanth Raju [Sun, 17 Oct 2010 19:32:06 +0000 (01:02 +0530)]
Media library CRUD operations

13 years agoBase Media Library Module files
Srikanth Raju [Sun, 17 Oct 2010 19:31:06 +0000 (01:01 +0530)]
Base Media Library Module files

13 years agox264: remove double assignement
Rafaël Carré [Thu, 4 Nov 2010 15:45:11 +0000 (16:45 +0100)]
x264: remove double assignement

13 years agoQt: deactivate noise video filter
Jean-Baptiste Kempf [Thu, 4 Nov 2010 01:03:06 +0000 (02:03 +0100)]
Qt: deactivate noise video filter

It has become so slow in 1.2.0, especially on Win32, that this isn't
funny.
Maybe the new rands() are slower (4d6247fdd024)
Ref #4290

13 years agoContribs: update tiff and png
Jean-Baptiste Kempf [Wed, 3 Nov 2010 23:11:59 +0000 (00:11 +0100)]
Contribs: update tiff and png

13 years agoFixed segfault in freetype after ToCharset() changes.
Laurent Aimar [Wed, 3 Nov 2010 23:07:37 +0000 (00:07 +0100)]
Fixed segfault in freetype after ToCharset() changes.

The code is quite ugly and the comments in IconvText() where wrongs...

13 years agoContribs: libogg and libvorbis upgrade
Jean-Baptiste Kempf [Wed, 3 Nov 2010 23:03:06 +0000 (00:03 +0100)]
Contribs: libogg and libvorbis upgrade

13 years agoFixed another bug in ToCharset I introduced.
Laurent Aimar [Wed, 3 Nov 2010 22:49:43 +0000 (23:49 +0100)]
Fixed another bug in ToCharset I introduced.

Sorry for the noise, I won't touch it anymore...

13 years agoFixed a bug in ToCharset I introduced by fixing another one...
Laurent Aimar [Wed, 3 Nov 2010 22:40:41 +0000 (23:40 +0100)]
Fixed a bug in ToCharset I introduced by fixing another one...

13 years agoSmall simplification (ToCharset).
Laurent Aimar [Wed, 3 Nov 2010 22:31:43 +0000 (23:31 +0100)]
Small simplification (ToCharset).

13 years agoFixed two potential segfaults in ToCharset().
Laurent Aimar [Wed, 3 Nov 2010 22:25:07 +0000 (23:25 +0100)]
Fixed two potential segfaults in ToCharset().

13 years agoatmo: fix assertion issue with picture_release
André Weber [Wed, 3 Nov 2010 19:54:21 +0000 (20:54 +0100)]
atmo: fix assertion issue with picture_release
do copy the in picture to out picture like all other video filters also if it is not needed for the atmo purpose just to get it working again.

13 years agoWin32: pack vlc_DIR
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:37:44 +0000 (20:37 +0200)]
Win32: pack vlc_DIR

13 years agoWin32: remove dead code
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:37:32 +0000 (20:37 +0200)]
Win32: remove dead code

13 years agoWin32: fix closedir() to match vlc_opendir()
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:36:03 +0000 (20:36 +0200)]
Win32: fix closedir() to match vlc_opendir()

Parental advisory: explicit kludge.

13 years agoLink GME with CXXLD
Rémi Denis-Courmont [Wed, 3 Nov 2010 16:53:33 +0000 (18:53 +0200)]
Link GME with CXXLD

This reverts commit c46366ce7b2f16f1c5e9efb4cd132538c7fd758b.

13 years agoContribs, Libupnp: fix compilation issue
Jean-Baptiste Kempf [Wed, 3 Nov 2010 16:15:13 +0000 (17:15 +0100)]
Contribs, Libupnp: fix compilation issue

13 years agoWin32: expand, simplify and (hopefully) fix vlc_w*dir() functions
Rémi Denis-Courmont [Wed, 3 Nov 2010 16:12:35 +0000 (18:12 +0200)]
Win32: expand, simplify and (hopefully) fix vlc_w*dir() functions

13 years agoSplit portable, POSIX and Win32 file system helpers
Rémi Denis-Courmont [Wed, 3 Nov 2010 15:48:57 +0000 (17:48 +0200)]
Split portable, POSIX and Win32 file system helpers

13 years agoutf8_vfprintf(): handle ToLocale() failure
Rémi Denis-Courmont [Wed, 3 Nov 2010 15:18:10 +0000 (17:18 +0200)]
utf8_vfprintf(): handle ToLocale() failure

13 years agostream_filter/httplive.c: newstream can also be 0 (first index in vlc_array_t).
Jean-Paul Saman [Tue, 2 Nov 2010 09:11:30 +0000 (10:11 +0100)]
stream_filter/httplive.c: newstream can also be 0 (first index in vlc_array_t).

HTTP Live Streams are number from 0 in vlc_array_t. The condition in Download()
excluded 0 as valid stream. The first element in the array is at index 0, so consider
this to be valid.
(cherry picked from commit 7acbd2448c289cf28a80cfc0dd2ece21860aa6e9)

13 years agostream_filter/httplive.c: Bail out if block_Realloc() fails in AccessDownload().
Jean-Paul Saman [Wed, 3 Nov 2010 13:44:56 +0000 (14:44 +0100)]
stream_filter/httplive.c: Bail out if block_Realloc() fails in AccessDownload().

If block_Realloc() fails in the function AccessDownload() then resolving
segment->data->i_buffer results in a segmentation error. Instead of continuing
when block_Realloc() has failed, just cleanup and leave the function.

13 years agoRevert "Stats: be extra careful when cleaning members"
Jean-Baptiste Kempf [Wed, 3 Nov 2010 14:00:45 +0000 (15:00 +0100)]
Revert "Stats: be extra careful when cleaning members"

This reverts commit 0861691f4ee562c21c3b08e2c093baad54b34ff0.

This should not be possible, probably the backtraces were corrupted.

13 years agoStats: be extra careful when cleaning members
Jean-Baptiste Kempf [Wed, 3 Nov 2010 13:09:30 +0000 (14:09 +0100)]
Stats: be extra careful when cleaning members

13 years agoAVI: remove dead assignment
Jean-Baptiste Kempf [Wed, 3 Nov 2010 13:01:24 +0000 (14:01 +0100)]
AVI: remove dead assignment

13 years agoOgg mux: make sure to reject if ES_type is not one expected
Jean-Baptiste Kempf [Wed, 3 Nov 2010 12:30:43 +0000 (13:30 +0100)]
Ogg mux: make sure to reject if ES_type is not one expected

This is extra-precaution, but it cannot do harm

13 years agoContribs: win32, build upnp
Jean-Baptiste Kempf [Tue, 2 Nov 2010 14:31:51 +0000 (15:31 +0100)]
Contribs: win32, build upnp

13 years agocontribs: no need to copy contrib m4 files
Rafaël Carré [Wed, 3 Nov 2010 02:22:46 +0000 (03:22 +0100)]
contribs: no need to copy contrib m4 files

VLC doesn't use foreign M4 macros anymore

13 years agoRevert "contrib: Don't polute root Makefile for autoconf package related stuff."
Rafaël Carré [Wed, 3 Nov 2010 02:20:17 +0000 (03:20 +0100)]
Revert "contrib: Don't polute root Makefile for autoconf package related stuff."

This reverts commit ae14df5aa3f393c06eeed2c72065c9b531421cf6.

[d85d6537739f9] explains why it is needed

13 years agocontrib: Remove the TOOLS hack for darwin.
Pierre d'Herbemont [Tue, 2 Nov 2010 21:25:59 +0000 (22:25 +0100)]
contrib: Remove the TOOLS hack for darwin.

This introduce a circular dependency. The correct way (which what Rafael is doing) is to explicitely set the dependencies in the .package to automake, libtool...

13 years agocontrib: Remove empty line.
Pierre d'Herbemont [Tue, 2 Nov 2010 21:02:53 +0000 (22:02 +0100)]
contrib: Remove empty line.

13 years agocontrib: Don't polute root Makefile for autoconf package related stuff.
Pierre d'Herbemont [Tue, 2 Nov 2010 20:58:10 +0000 (21:58 +0100)]
contrib: Don't polute root Makefile for autoconf package related stuff.

This fix unbreaks those who don't build autoconf.

Note, I have absolutely no idea why this is needed. This doesn't feel right anyhow.

13 years agocontrib: Don't assume DARWIN_OS is Mac OS X.
Pierre d'Herbemont [Tue, 2 Nov 2010 20:52:29 +0000 (21:52 +0100)]
contrib: Don't assume DARWIN_OS is Mac OS X.

13 years agoRemove unused file
Rémi Denis-Courmont [Tue, 2 Nov 2010 20:32:08 +0000 (22:32 +0200)]
Remove unused file

13 years agoFixed potential use of non initialized value in corrupted nuv files.
Laurent Aimar [Tue, 2 Nov 2010 20:16:42 +0000 (21:16 +0100)]
Fixed potential use of non initialized value in corrupted nuv files.

13 years agoFixed potential use of non initialized fourcc in rawvideo demuxer.
Laurent Aimar [Tue, 2 Nov 2010 20:12:44 +0000 (21:12 +0100)]
Fixed potential use of non initialized fourcc in rawvideo demuxer.

It could happen when the demuxer was forced.

13 years agoFixed potential division by 0 with corrupted real file and VLC_CODEC_RA_288.
Laurent Aimar [Tue, 2 Nov 2010 20:07:48 +0000 (21:07 +0100)]
Fixed potential division by 0 with corrupted real file and VLC_CODEC_RA_288.

13 years agoFixed potential NULL deference when flushing in avcodec encoder module.
Laurent Aimar [Tue, 2 Nov 2010 19:59:54 +0000 (20:59 +0100)]
Fixed potential NULL deference when flushing in avcodec encoder module.

13 years agoRemoved uneeded hack (vout).
Laurent Aimar [Mon, 1 Nov 2010 19:55:29 +0000 (20:55 +0100)]
Removed uneeded hack (vout).

13 years agoAdded support for rotation in the transform filter when authorized.
Laurent Aimar [Mon, 1 Nov 2010 16:34:08 +0000 (17:34 +0100)]
Added support for rotation in the transform filter when authorized.

13 years agoSimplified mouse handling in transform filter.
Laurent Aimar [Mon, 1 Nov 2010 20:32:50 +0000 (21:32 +0100)]
Simplified mouse handling in transform filter.

13 years agoRemoved an invalid set_capability() in deinterlace.
Laurent Aimar [Mon, 1 Nov 2010 16:30:52 +0000 (17:30 +0100)]
Removed an invalid set_capability() in deinterlace.

It was called 2 times.

13 years agoDistribute metachannels scripts.
Rémi Duraffort [Tue, 2 Nov 2010 19:21:47 +0000 (20:21 +0100)]
Distribute metachannels scripts.

13 years agortp sout: hard code dynamic payload types to 96
Pierre Ynard [Tue, 2 Nov 2010 18:11:15 +0000 (19:11 +0100)]
rtp sout: hard code dynamic payload types to 96

Payload types are scoped to the RTP session, and we put each ES in its
own session, so no risk of conflict

13 years agolua: update the documentation.
Rémi Duraffort [Tue, 2 Nov 2010 16:44:41 +0000 (17:44 +0100)]
lua: update the documentation.

13 years agolua: implement var_ToggleBool and var_CountChoices.
Rémi Duraffort [Tue, 2 Nov 2010 16:30:21 +0000 (17:30 +0100)]
lua: implement var_ToggleBool and var_CountChoices.

13 years agolua: use var_ToggleBool.
Rémi Duraffort [Tue, 2 Nov 2010 16:27:59 +0000 (17:27 +0100)]
lua: use var_ToggleBool.

13 years agolua_variables: implement var_IncInteger and var_DecInteger
Rémi Duraffort [Tue, 2 Nov 2010 14:19:00 +0000 (15:19 +0100)]
lua_variables: implement var_IncInteger and var_DecInteger

13 years agoUpdate LIST.
Rémi Duraffort [Tue, 2 Nov 2010 11:26:56 +0000 (12:26 +0100)]
Update LIST.

13 years agolua_sd: cosmetics.
Rémi Duraffort [Tue, 2 Nov 2010 10:20:47 +0000 (11:20 +0100)]
lua_sd: cosmetics.

13 years agosmb: Fix stack smashing
Rafaël Carré [Tue, 2 Nov 2010 13:56:09 +0000 (14:56 +0100)]
smb: Fix stack smashing

It is described on http://shinnai.altervista.org/exploits/SH-008-20101026.html
Thanks to geal for helping finding the problem
(cherry picked from commit b531955c2206c88250cacc511793facc32cbced6)

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
13 years agoGME: fix linking on Win32
Jean-Baptiste Kempf [Tue, 2 Nov 2010 13:47:32 +0000 (14:47 +0100)]
GME: fix linking on Win32

13 years agostream_filter/httplive.c: IV is supported in version 2 or higher
Jean-Paul Saman [Tue, 26 Oct 2010 16:31:46 +0000 (18:31 +0200)]
stream_filter/httplive.c: IV is supported in version 2 or higher

IV attribute of tag #EXT-X-KEY was parsed for any version of the protocol.
However chapter "7. Protocol version compatibility" lists the IV tag being
protocol version 2 or higher. This patch restricts the IV attribute to version
2 or higher of the protocol.
(cherry picked from commit a07189f8187302417cc2b6741bf9ab8d8c3c6e4c)

13 years agostream_filter: httplive.c: add duration to current hls_stream_t in use.
Jean-Paul Saman [Wed, 13 Oct 2010 21:20:20 +0000 (23:20 +0200)]
stream_filter: httplive.c: add duration to current hls_stream_t in use.

Properly pass duration to the correct hls_stream_t instance currently in use.

13 years agostream_filter/httplive.c: Take relative URI into account.
Jean-Paul Saman [Wed, 13 Oct 2010 20:55:51 +0000 (22:55 +0200)]
stream_filter/httplive.c: Take relative URI into account.

Take relative URI into account. This patch relies on protocol (s->psz_access)  information being
included in the stream_t * in addition to psz_path.

13 years agostream_filter core: add procotol information to stream_t
Jean-Paul Saman [Wed, 13 Oct 2010 20:49:20 +0000 (22:49 +0200)]
stream_filter core: add procotol information to stream_t

In addition to p_access->psz_location also add p_access->psz_access to the contructed
stream_t *. It will allow a stream_filter to determine the protocol used in case it was
constructed with an access input.

13 years agostream_filter: httplive.c: cleanup
Jean-Paul Saman [Wed, 13 Oct 2010 10:42:50 +0000 (12:42 +0200)]
stream_filter: httplive.c: cleanup

Cleanup

13 years agostream_filter: httplive.c: remove debug code
Jean-Paul Saman [Wed, 13 Oct 2010 08:02:07 +0000 (10:02 +0200)]
stream_filter: httplive.c: remove debug code

Remove debug code no longer needed.

13 years agostream_filter: httplive.c: remove unused include files
Jean-Paul Saman [Wed, 13 Oct 2010 07:59:51 +0000 (09:59 +0200)]
stream_filter: httplive.c: remove unused include files

Remove unused include files.

13 years agoh264 packetizer : correctly compute picture height in case of interlaced video.
Sébastien Escudier [Thu, 28 Oct 2010 08:20:45 +0000 (10:20 +0200)]
h264 packetizer : correctly compute picture height in case of interlaced video.
See frame_mbs_only_flag chapter 7.4.2.1

13 years agosd: fix compilation (missing file in the previous commit).
Rémi Duraffort [Tue, 2 Nov 2010 07:31:09 +0000 (08:31 +0100)]
sd: fix compilation (missing file in the previous commit).

13 years agolua_sd: Implement the descriptor request.
Rémi Duraffort [Tue, 2 Nov 2010 07:26:27 +0000 (08:26 +0100)]
lua_sd: Implement the descriptor request.

13 years agolua_extension: do not export the array of capabilities.
Rémi Duraffort [Tue, 2 Nov 2010 07:18:55 +0000 (08:18 +0100)]
lua_extension: do not export the array of capabilities.

13 years agoqt4: fix a crash if "view-mode" configuration values are invalid.
Rémi Duraffort [Tue, 2 Nov 2010 06:58:17 +0000 (07:58 +0100)]
qt4: fix a crash if "view-mode" configuration values are invalid.

13 years agocontribs: automake 1.11 needs a recent autoconf
Rafaël Carré [Tue, 2 Nov 2010 06:33:22 +0000 (07:33 +0100)]
contribs: automake 1.11 needs a recent autoconf

13 years agostats: fix initialization on 32bits builds
Rafaël Carré [Tue, 2 Nov 2010 06:15:00 +0000 (07:15 +0100)]
stats: fix initialization on 32bits builds

using psz_string to initialize will leave the top 32bits uninitialized

13 years agov4l2: revert to default caching
Pierre Ynard [Mon, 1 Nov 2010 23:23:09 +0000 (00:23 +0100)]
v4l2: revert to default caching

A too short delay causes issues with late packets being dropped by the
stream output. This reverts 32e94ee0822a43ad541d03c86263f7adcb6a7c50

13 years agocontribs: build automake 1.11.1 on Darwin
Rafaël Carré [Mon, 1 Nov 2010 18:37:29 +0000 (19:37 +0100)]
contribs: build automake 1.11.1 on Darwin

OSX automake 1.10 can build the contribs but not VLC

13 years agoNEWS: 1.2. has now mostly video filter2
Jean-Baptiste Kempf [Mon, 1 Nov 2010 16:51:00 +0000 (17:51 +0100)]
NEWS: 1.2. has now mostly video filter2

13 years agoQt: video filters
Jean-Baptiste Kempf [Mon, 1 Nov 2010 16:46:27 +0000 (17:46 +0100)]
Qt: video filters

Add grain in first page, move away blur
Renaming gradfun
Tab reorder

13 years agoContribs: do not build libvpx decoder
Rafaël Carré [Mon, 1 Nov 2010 16:15:35 +0000 (17:15 +0100)]
Contribs: do not build libvpx decoder

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