]> git.sesse.net Git - vlc/log
vlc
12 years agoncurses: update french translation
Rafaël Carré [Tue, 29 Nov 2011 04:09:46 +0000 (23:09 -0500)]
ncurses: update french translation

12 years agoncurses: sync statistics strings with rc.c
Rafaël Carré [Tue, 29 Nov 2011 04:09:28 +0000 (23:09 -0500)]
ncurses: sync statistics strings with rc.c

12 years agoncurses: add ';' shortcut to search next item
Rafaël Carré [Tue, 29 Nov 2011 03:43:34 +0000 (22:43 -0500)]
ncurses: add ';' shortcut to search next item

12 years agoncurses: don't erase search box content
Rafaël Carré [Tue, 29 Nov 2011 03:23:40 +0000 (22:23 -0500)]
ncurses: don't erase search box content

split out open box function

12 years ago(v)asprintf: define HAVE_(V)ASPRINTF if found
Rafaël Carré [Tue, 29 Nov 2011 02:59:12 +0000 (21:59 -0500)]
(v)asprintf: define HAVE_(V)ASPRINTF if found

12 years agofix access_smb libraries
Rafaël Carré [Tue, 29 Nov 2011 02:55:35 +0000 (21:55 -0500)]
fix access_smb libraries

12 years ago(v)asprintf : don't use AC_REPLACE_FUNCS
Rafaël Carré [Tue, 29 Nov 2011 02:34:47 +0000 (21:34 -0500)]
(v)asprintf : don't use AC_REPLACE_FUNCS

Use our own check which also recognizes static inline functions

12 years agoFix thread library check
Rafaël Carré [Tue, 29 Nov 2011 00:12:10 +0000 (19:12 -0500)]
Fix thread library check

Don't use ac_cv_search cached value because it could contain
"no" or "none required" which aren't valid link flags

AC_CHECK_LIB(main, xxx) did not exactly search for main symbol, it
searched for the presence of the library.
Instead we look for a required symbol.

We don't use e.g. pthread_mutex_lock because some pthread symbols
are available in glibc, but not all.

Not finding pthread library is not an error, because at least OS/2 and
symbian don't need it. (We skip the check on Windows already)

12 years agosimplify thread library check
Rafaël Carré [Mon, 28 Nov 2011 22:55:41 +0000 (17:55 -0500)]
simplify thread library check

12 years agoFix doc for distcheck
Jean-Baptiste Kempf [Mon, 28 Nov 2011 22:33:49 +0000 (23:33 +0100)]
Fix doc for distcheck

12 years agoFix fvisibility=hidden check on windows
Rafaël Carré [Mon, 28 Nov 2011 22:12:26 +0000 (17:12 -0500)]
Fix fvisibility=hidden check on windows

12 years agoMore VIM syntax fixes
Rafaël Carré [Mon, 28 Nov 2011 21:11:11 +0000 (16:11 -0500)]
More VIM syntax fixes

12 years agoFix VIM syntax highlight
Rafaël Carré [Mon, 28 Nov 2011 21:05:44 +0000 (16:05 -0500)]
Fix VIM syntax highlight

12 years agodetect libintl static library correctly in configure
Naohiro KORIYAMA [Mon, 28 Nov 2011 16:34:00 +0000 (01:34 +0900)]
detect libintl static library correctly in configure

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agocontrib: do not build regex
Rémi Denis-Courmont [Mon, 28 Nov 2011 19:16:36 +0000 (21:16 +0200)]
contrib: do not build regex

12 years agodash: Let the parser handle the root node cleaning.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 14:47:22 +0000 (15:47 +0100)]
dash: Let the parser handle the root node cleaning.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Fixing a crash with invalid XML documents.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 13:10:20 +0000 (14:10 +0100)]
dash: Fixing a crash with invalid XML documents.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Segments: Avoid copies + cosmetic.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 13:55:44 +0000 (14:55 +0100)]
dash: Segments: Avoid copies + cosmetic.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Ignore representations without valid segments.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 13:53:11 +0000 (14:53 +0100)]
dash: Ignore representations without valid segments.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Avoid some copies.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 12:19:04 +0000 (13:19 +0100)]
dash: Avoid some copies.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Chunk: Avoiding copies + cosmetics
Hugo Beauzée-Luyssen [Fri, 25 Nov 2011 16:00:25 +0000 (17:00 +0100)]
dash: Chunk: Avoiding copies + cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Avoid crashing when there's no SegmentInfo node.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 12:29:03 +0000 (13:29 +0100)]
dash: Avoid crashing when there's no SegmentInfo node.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: fix regex target
Rafaël Carré [Mon, 28 Nov 2011 02:19:34 +0000 (21:19 -0500)]
contrib: fix regex target

don't assume the system has it (and thus skip building it)

12 years agocontrib: caca: add --disable-java , factorize
Rafaël Carré [Mon, 28 Nov 2011 00:47:54 +0000 (19:47 -0500)]
contrib: caca: add --disable-java , factorize

12 years agoconfigure.ac: fix use of *FLAGS_save and VLC_{SAVE, RESTORE}_FLAGS
Rafaël Carré [Sat, 19 Nov 2011 13:51:05 +0000 (08:51 -0500)]
configure.ac: fix use of *FLAGS_save and VLC_{SAVE, RESTORE}_FLAGS

You should use them like this:
- modify *FLAGS and LIBS globally
- use VLC_SAVE_FLAGS to push the variables
- modify the variables for the tests
- use VLC_RESTORE_FLAGS when you're done to pop the variables

12 years agoOn the road of 1.3.0 1.3.0-git
Jean-Baptiste Kempf [Mon, 28 Nov 2011 00:13:20 +0000 (01:13 +0100)]
On the road of 1.3.0

12 years agoLGPL
Jean-Baptiste Kempf [Sun, 27 Nov 2011 20:44:15 +0000 (21:44 +0100)]
LGPL

Re-license almost all of libVLC and libVLCcore to LGPLv2.1+

This move was authorized by the developers, either:
 - by e-mail,
 - by vote at the VideoLAN Dev Days 2011,
 - on the license website,
 - in a contract, oral or written.
No objection was raised, so far.

The developers agreeing are:
  Justus Piater
  Alexis Ballier
  Alexander Bethke
  Mohammed Adnène Trojette
  Alex Converse
  Alexey Sokolov
  Alexis de Lattre
  Andre Pang
  Anthony Loiseau
  Cyril Deguet
  André Weber
  Boris Dorès
  Brieuc Jeunhomme
  Benjamin Drung
  Hugo Beauzée-Luyssen
  Benoit Steiner
  Benjamin Pracht
  Bernie Purcell
  Przemyslaw Fiala
  Arnaud de Bossoreille de Ribou
  Brad Smith
  Nick Briggs
  Christopher Rath
  Christophe Courtaut
  Christopher Mueller
  Clement Chesnin
  Andres Krapf
  Damien Fouilleul
  David Flynn
  Sebastien Zwickert
  Antoine Cellerier
  Jérôme Decoodt
  Jérome Decoodt
  Dylan Yudaken
  Eduard Babayan
  Eugenio Jarosiewicz
  Elliot Murphy
  Eric Petit
  Erwan Tulou
  Etienne Membrives
  Ludovic Fauvet
  Fabio Ritrovato
  Tobias Güntner
  Jakub Wieczorek
  Frédéric Crozat
  Francois Cartegnie
  Laurent Aimar
  Florian G. Pflug
  Felix Paul Kühne
  Frank Enderle
  Rafaël Carré
  Simon Latapie
  Gildas Bazin
  Geoffroy Couprie
  Julien / Gellule
  Gildas Bazin
  Arnaud Schauly
  Toralf Niebuhr
  Vicente Jimenez Aguilar
  Derk-Jan Hartman
  Henri Fallon
  Ilkka Ollakka
  Olivier Teulière
  Rémi Duraffort
  Jakob Leben
  Jean-Baptiste Kempf
  Jean-Paul Saman
  Jean-Philippe Grimaldi
  Jean-François Massol
  Gaël Hendryckx
  Jakob Leben
  Jean-Marc Dressler
  Jai Menon
  Johan Bilien
  Johann Ransay
  Joris van Rooij
  JP Dinger
  Jean-Philippe André
  Adrien Grand
  Juha Jeronen
  Juho Vähä-Herttua
  Kaarlo Raiha
  Kaarlo Raiha
  Kamil Baldyga
  Keary Griffin
  Ken Self
  KO Myung-Hun
  Pierre Ynard
  Filippo Carone
  Loïc Minier
  Luca Barbato
  Lucas C. Villa Real
  Lukas Durfina
  Adrien Maglo
  Marc Ariberti
  Mark Lee
  Mark Moriarty
  Martin Storsjö
  Christophe Massiot
  Michel Kaempf
  Marian Ďurkovič
  Mirsal Ennaime
  Carlo Calabrò
  Damien Lucas
  Naohiro Koriyama
  Basos G
  Pierre Baillet
  Vincent Penquerc'h
  Olivier Aubert
  Pankaj Yadav
  Paul Corke
  Pierre d'Herbemont
  Philippe Morin
  Antoine Lejeune
  Michael Ploujnikov
  Jean-Marc Dressler
  Michael Hanselmann
  Rafaël Carré
  Ramiro Polla
  Rémi Denis-Courmont
  Renaud Dartus
  Richard Shepherd
  Faustino Osuna
  Arnaud Vallat
  Rob Jonson
  Robert Jedrzejczyk
  Steve Lhomme
  Rocky Bernstein
  Romain Goyet
  Rov Juvano
  Sam Hocevar
  Martin T. H. Sandsmark
  Sebastian Birk
  Sébastien Escudier
  Vincent Seguin
  Fabio Ritrovato
  Sigmund Augdal Helberg
  Casian Andrei
  Srikanth Raju
  Hannes Domani
  Stéphane Borel
  Stephan Krempel
  Stephan Assmus
  Tony Castley
  Pavlov Konstantin
  Eric Petit
  Tanguy Krotoff
  Dennis van Amerongen
  Michel Lespinasse
  Can Wu
  Xavier Marchesini
  Sébastien Toque
  Christophe Mutricy
  Yoann Peronneau
  Yohann Martineau
  Yuval Tze
  Scott Caudle
  Clément Stenac

It is possible, that some minor piece of code was badly tracked, for
some reasons (SVN, mainly) or that some small developers did not answer.
However, as an "œuvre collective", defined as in "CPI 113-2 alinéa 3",
and seeing "Cour. Cass. 17 Mai 1978", and seeing that the editor and
the very vast majority of developers have agreed (> 99.99% of the code,
> 99% of developers), we are fine here.

12 years agoQt: web intf: Ease mobile intf url access with QR-Code
Francois Cartegnie [Sun, 27 Nov 2011 20:32:32 +0000 (21:32 +0100)]
Qt: web intf: Ease mobile intf url access with QR-Code

12 years agoRemove useless config.h #define
Rémi Denis-Courmont [Sun, 27 Nov 2011 19:58:17 +0000 (21:58 +0200)]
Remove useless config.h #define

12 years agoReplace MD5 implementation with FSF LGPL'd one
Rémi Denis-Courmont [Sun, 27 Nov 2011 13:27:47 +0000 (15:27 +0200)]
Replace MD5 implementation with FSF LGPL'd one

This was originally written by Ulrich Drepper for glibc. However, this
particular version is copied from libgcrypt (simpler to adapt).

12 years agoCorrect debug message
Rémi Denis-Courmont [Sun, 27 Nov 2011 12:25:23 +0000 (14:25 +0200)]
Correct debug message

12 years agoMove MD5 test to src/
Rémi Denis-Courmont [Sun, 27 Nov 2011 11:55:34 +0000 (13:55 +0200)]
Move MD5 test to src/

12 years agocontrib: run $(RECONF) in an arbitrary list of packages
Rafaël Carré [Sun, 27 Nov 2011 11:14:26 +0000 (06:14 -0500)]
contrib: run $(RECONF) in an arbitrary list of packages

Now they recognize arm-linux-androideabi toolchain

12 years agocontrib: Don't change HOST when building for android
Rafaël Carré [Sun, 27 Nov 2011 09:46:39 +0000 (04:46 -0500)]
contrib: Don't change HOST when building for android

12 years agoMD5: improve test coverage
Rémi Denis-Courmont [Sun, 27 Nov 2011 11:11:22 +0000 (13:11 +0200)]
MD5: improve test coverage

12 years agoGnuTLS needs Winsock
Rémi Denis-Courmont [Sun, 27 Nov 2011 10:46:30 +0000 (12:46 +0200)]
GnuTLS needs Winsock

12 years agoRemove Linux distros from old contrib
Rémi Denis-Courmont [Sun, 27 Nov 2011 10:04:40 +0000 (12:04 +0200)]
Remove Linux distros from old contrib

12 years agoSRTP: mark internal library static, fix linking
Rémi Denis-Courmont [Sun, 27 Nov 2011 09:44:29 +0000 (11:44 +0200)]
SRTP: mark internal library static, fix linking

12 years agocontrib: fix static linking of libbluray
Rémi Denis-Courmont [Sun, 27 Nov 2011 09:30:27 +0000 (11:30 +0200)]
contrib: fix static linking of libbluray

Upstream should set Libs.private, but we want Libs.

12 years agocontrib: ffmpeg: add some cflags for arm/neon
Rafaël Carré [Sun, 27 Nov 2011 09:07:19 +0000 (04:07 -0500)]
contrib: ffmpeg: add some cflags for arm/neon

12 years agocontrib: set android specifics
Rafaël Carré [Sun, 27 Nov 2011 08:56:20 +0000 (03:56 -0500)]
contrib: set android specifics

12 years agocontrib: shout: skip if not building encoders
Rafaël Carré [Sun, 27 Nov 2011 08:13:03 +0000 (03:13 -0500)]
contrib: shout: skip if not building encoders

12 years agocontrib: ffmpeg: only use libvpx when building encoders
Rafaël Carré [Sun, 27 Nov 2011 07:51:02 +0000 (02:51 -0500)]
contrib: ffmpeg: only use libvpx when building encoders

12 years agocontrib: fix cddb dependency
Rémi Denis-Courmont [Sun, 27 Nov 2011 08:55:44 +0000 (10:55 +0200)]
contrib: fix cddb dependency

12 years agoRevert "contrib: make AUTOPOINT point to the script installed by gettext"
Rémi Denis-Courmont [Sun, 27 Nov 2011 08:54:08 +0000 (10:54 +0200)]
Revert "contrib: make AUTOPOINT point to the script installed by gettext"

This reverts commit 878d5212b7d531f2791ed230297857b0a94131fc.
This fixes the build with installed autopoint.

12 years agoCleanup contrib warning
Rémi Denis-Courmont [Sun, 27 Nov 2011 08:36:13 +0000 (10:36 +0200)]
Cleanup contrib warning

12 years agoGnuTLS: plugin needs crypt32 on Windows to use the certificate store
Rémi Denis-Courmont [Sun, 27 Nov 2011 08:35:36 +0000 (10:35 +0200)]
GnuTLS: plugin needs crypt32 on Windows to use the certificate store

12 years agoAdd a md5 computation test
Jean-Baptiste Kempf [Sun, 27 Nov 2011 03:01:02 +0000 (04:01 +0100)]
Add a md5 computation test

12 years agocontrib: libxml2: disable tests
Rafaël Carré [Sun, 27 Nov 2011 01:54:44 +0000 (20:54 -0500)]
contrib: libxml2: disable tests

12 years agoContribs: fix xml2 installation on OSX
Jean-Baptiste Kempf [Sun, 27 Nov 2011 01:46:30 +0000 (02:46 +0100)]
Contribs: fix xml2 installation on OSX

12 years agoRemove broken message
Rafaël Carré [Sun, 27 Nov 2011 01:25:44 +0000 (20:25 -0500)]
Remove broken message

12 years agoWarn people about depreciation, do not block them.
Jean-Baptiste Kempf [Sun, 27 Nov 2011 00:03:03 +0000 (01:03 +0100)]
Warn people about depreciation, do not block them.

12 years agoextras/tools: check for tar -J properly
Rafaël Carré [Sat, 26 Nov 2011 21:39:44 +0000 (16:39 -0500)]
extras/tools: check for tar -J properly

we don't use 'xz' binary directly

12 years agocosmetics
Rafaël Carré [Sat, 26 Nov 2011 20:46:21 +0000 (15:46 -0500)]
cosmetics

12 years agoraop: handle VLC_ADD_LIBS
Rafaël Carré [Sat, 26 Nov 2011 20:29:09 +0000 (15:29 -0500)]
raop: handle VLC_ADD_LIBS

12 years agoDeprecate extras/contrib
Rafaël Carré [Sat, 26 Nov 2011 20:04:09 +0000 (15:04 -0500)]
Deprecate extras/contrib

12 years agoremoteosd: handle VLC_ADD_LIBS
Rafaël Carré [Sat, 26 Nov 2011 20:00:43 +0000 (15:00 -0500)]
remoteosd: handle VLC_ADD_LIBS

12 years agocontrib: fix gnutls.pc on win32
Rafaël Carré [Sat, 26 Nov 2011 19:51:32 +0000 (14:51 -0500)]
contrib: fix gnutls.pc on win32

12 years agoextras/tools: set AUTOCONF variable so automake can find it
Rafaël Carré [Sat, 26 Nov 2011 19:11:27 +0000 (14:11 -0500)]
extras/tools: set AUTOCONF variable so automake can find it

use $(AUTOCONF) to make pkg-config, add dependancy on autoconf

12 years agoextras/tools: fix make clean
Diego Fernando Nieto [Sat, 26 Nov 2011 19:10:09 +0000 (14:10 -0500)]
extras/tools: fix make clean

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoextra/tools: tar and xz can be built independantly
Rafaël Carré [Sat, 26 Nov 2011 18:59:16 +0000 (13:59 -0500)]
extra/tools: tar and xz can be built independantly

12 years agocontrib: prepend extras/tools/build/bin to PATH
Rafaël Carré [Sat, 26 Nov 2011 18:54:24 +0000 (13:54 -0500)]
contrib: prepend extras/tools/build/bin to PATH

This makes sure our build of tar (if it exists) is used before system tar

12 years agocontrib: error out early if MacOSX SDK doesn't exist
Rafaël Carré [Sat, 26 Nov 2011 18:38:16 +0000 (13:38 -0500)]
contrib: error out early if MacOSX SDK doesn't exist

12 years agoI422_YUY2: clobber lists for MMX and SSE2
Rémi Denis-Courmont [Sat, 26 Nov 2011 18:22:41 +0000 (20:22 +0200)]
I422_YUY2: clobber lists for MMX and SSE2

12 years agoi420_rgb: clobber lists for MMX and SSE2
Rémi Denis-Courmont [Sat, 26 Nov 2011 18:12:12 +0000 (20:12 +0200)]
i420_rgb: clobber lists for MMX and SSE2

12 years agoncurses: parallel build is broken, force make -j1
Rafaël Carré [Sat, 26 Nov 2011 18:01:41 +0000 (13:01 -0500)]
ncurses: parallel build is broken, force make -j1

12 years agoMMX memcpy: set clobber list
Rémi Denis-Courmont [Sat, 26 Nov 2011 17:59:23 +0000 (19:59 +0200)]
MMX memcpy: set clobber list

12 years agocontrib: make AUTOPOINT point to the script installed by gettext
Rafaël Carré [Sat, 26 Nov 2011 17:58:57 +0000 (12:58 -0500)]
contrib: make AUTOPOINT point to the script installed by gettext

12 years agocontrib: detect XCode > 3
Rafaël Carré [Sat, 26 Nov 2011 17:35:37 +0000 (12:35 -0500)]
contrib: detect XCode > 3

We need -arch to specify which arch to be built, else we have no idea

12 years agoConfigure: build skins2 when asked
Jean-Baptiste Kempf [Sat, 26 Nov 2011 13:07:47 +0000 (14:07 +0100)]
Configure: build skins2 when asked

12 years agoDash: compiled by default
Jean-Baptiste Kempf [Sat, 26 Nov 2011 12:02:06 +0000 (13:02 +0100)]
Dash: compiled by default

12 years agodash: Parser: Standard (§5.4.4.1) specifies there can be at most one SegmentInfo...
Hugo Beauzée-Luyssen [Thu, 24 Nov 2011 16:37:43 +0000 (17:37 +0100)]
dash: Parser: Standard (§5.4.4.1) specifies there can be at most one SegmentInfo node.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: MPDManager: Fixing memory leak
Hugo Beauzée-Luyssen [Fri, 25 Nov 2011 13:55:37 +0000 (14:55 +0100)]
dash: MPDManager: Fixing memory leak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: DOMparser: Replacing an init method by an init list.
Hugo Beauzée-Luyssen [Fri, 25 Nov 2011 13:51:46 +0000 (14:51 +0100)]
dash: DOMparser: Replacing an init method by an init list.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: DOMParser: FIxing memory leak.
Hugo Beauzée-Luyssen [Fri, 25 Nov 2011 13:43:56 +0000 (14:43 +0100)]
dash: DOMParser: FIxing memory leak.

This also prevents VLC to abort at exit.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: RateBasedAdaptationLogic: cosmetics.
Hugo Beauzée-Luyssen [Thu, 24 Nov 2011 15:28:55 +0000 (16:28 +0100)]
dash: RateBasedAdaptationLogic: cosmetics.

Removing useless destructor & using initialization list.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd OS/2 support to freetype module
KO Myung-Hun [Sat, 26 Nov 2011 06:05:28 +0000 (15:05 +0900)]
Add OS/2 support to freetype module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoA local host starts with '/' on OS/2
KO Myung-Hun [Sat, 26 Nov 2011 06:05:29 +0000 (15:05 +0900)]
A local host starts with '/' on OS/2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDocument size restrictions of SRTP parameters
Pierre Ynard [Sat, 26 Nov 2011 03:08:27 +0000 (04:08 +0100)]
Document size restrictions of SRTP parameters

Feel free to improve/add rationale

12 years agoRevert "contrib: ffmpeg: fix OSX linking with vda enabled"
Rafaël Carré [Sat, 26 Nov 2011 02:12:27 +0000 (21:12 -0500)]
Revert "contrib: ffmpeg: fix OSX linking with vda enabled"

This reverts commit 08b3a966d270bd38e31db35978cc8de713d14575.

Patch was merged in libav and ffmpeg

12 years agocontrib: MacOSX 10.5 works fine (tested for PPC32)
Rafaël Carré [Fri, 25 Nov 2011 22:39:35 +0000 (17:39 -0500)]
contrib: MacOSX 10.5 works fine (tested for PPC32)

Use this as the default
Specify which framework to use by using OSX_VERSION=10.6

12 years agocontrib: vpx: try to set correct target for OSX
Rafaël Carré [Fri, 25 Nov 2011 22:41:00 +0000 (17:41 -0500)]
contrib: vpx: try to set correct target for OSX

12 years agocontrib: don't use -arch flag of xcodebuild
Rafaël Carré [Fri, 25 Nov 2011 22:30:22 +0000 (17:30 -0500)]
contrib: don't use -arch flag of xcodebuild

It's only available since XCode4 on MacOSX 10.6

12 years agolua: remove MD5 functions before someone uses them
Rémi Denis-Courmont [Fri, 25 Nov 2011 21:22:46 +0000 (23:22 +0200)]
lua: remove MD5 functions before someone uses them

12 years agoBump plugin version before 1.2.0-pre2 due to minor ABI changes
Rémi Denis-Courmont [Fri, 25 Nov 2011 21:22:46 +0000 (23:22 +0200)]
Bump plugin version before 1.2.0-pre2 due to minor ABI changes

12 years agotools: check if tar supports J option
Rafaël Carré [Fri, 25 Nov 2011 18:03:54 +0000 (13:03 -0500)]
tools: check if tar supports J option

12 years agotools: fix tar dependency
Rafaël Carré [Fri, 25 Nov 2011 17:53:05 +0000 (12:53 -0500)]
tools: fix tar dependency

12 years agoRevert "Tools: one needs tar for the contribs"
Rafaël Carré [Fri, 25 Nov 2011 17:52:54 +0000 (12:52 -0500)]
Revert "Tools: one needs tar for the contribs"

This reverts commit 7ab4c10e1af4825d88e6af69731820e4bc3d52f2.

12 years agocontrib: dvdread: fix dvdcss check on darwin
Rafaël Carré [Fri, 25 Nov 2011 16:51:15 +0000 (11:51 -0500)]
contrib: dvdread: fix dvdcss check on darwin

12 years agoremove libdvdcss static linking hacks
Rafaël Carré [Fri, 25 Nov 2011 16:37:25 +0000 (11:37 -0500)]
remove libdvdcss static linking hacks

contrib's dvdread is patched and the patch is being upstreamed

12 years agocontrib: update dvdread patch
Rafaël Carré [Fri, 25 Nov 2011 16:29:58 +0000 (11:29 -0500)]
contrib: update dvdread patch

put dvdcss libs in .pc when needed

12 years agoMove some gcrypt-related logic to makefiles
Rémi Denis-Courmont [Fri, 25 Nov 2011 15:21:30 +0000 (17:21 +0200)]
Move some gcrypt-related logic to makefiles

12 years agoMove intf_EJect() out of core
Rémi Denis-Courmont [Fri, 25 Nov 2011 14:41:22 +0000 (16:41 +0200)]
Move intf_EJect() out of core

12 years agointf_Eject: remove unused MacOS support
Rémi Denis-Courmont [Fri, 25 Nov 2011 14:30:50 +0000 (16:30 +0200)]
intf_Eject: remove unused MacOS support

12 years agointf_Eject: remove Linux <= 2.0 support, fix error handling
Rémi Denis-Courmont [Fri, 25 Nov 2011 14:30:03 +0000 (16:30 +0200)]
intf_Eject: remove Linux <= 2.0 support, fix error handling

12 years agoQt: default FSC width to 800
Jean-Baptiste Kempf [Fri, 25 Nov 2011 10:39:11 +0000 (11:39 +0100)]
Qt: default FSC width to 800

12 years agoOSX package: simplify
Rafaël Carré [Fri, 25 Nov 2011 03:53:59 +0000 (22:53 -0500)]
OSX package: simplify

Don't remove VLC-tmp.app

12 years agocontrib: fix flac conf on OSX
Rafaël Carré [Fri, 25 Nov 2011 03:11:34 +0000 (22:11 -0500)]
contrib: fix flac conf on OSX

12 years agoFix the condition for HAVE_QTKIT.
Ralph Giles [Fri, 25 Nov 2011 01:41:54 +0000 (17:41 -0800)]
Fix the condition for HAVE_QTKIT.

    The AM_CONDITIONAL call for HAVE_QTKIT has had a bug since
    3ddb9e51, where a 'test' invocation was elided. On MacOS X
    10.7.2 this caused the configure script to hang with an
    obscure launchd message:

      launch_msg("CheckIn") IPC failure: Operation not permitted

    This patch restores the intended logic.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agodemux/mp4: bug fix in trun atom parsing
F. Yhuel [Thu, 24 Nov 2011 14:56:55 +0000 (15:56 +0100)]
demux/mp4: bug fix in trun atom parsing

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