]> git.sesse.net Git - vlc/log
vlc
12 years agochroma_yuv_neon: add planar to packet YUV422 conversions
Rémi Denis-Courmont [Thu, 7 Jul 2011 18:21:34 +0000 (21:21 +0300)]
chroma_yuv_neon: add planar to packet YUV422 conversions

12 years agochroma_yuv_neon: add conversions to YVYU and VYUY (come for free)
Rémi Denis-Courmont [Thu, 7 Jul 2011 17:30:08 +0000 (20:30 +0300)]
chroma_yuv_neon: add conversions to YVYU and VYUY (come for free)

12 years agoClean up NEON chroma converter
Rémi Denis-Courmont [Thu, 7 Jul 2011 17:21:09 +0000 (20:21 +0300)]
Clean up NEON chroma converter

 - do not assume output pitch equals (double) pixel width
 - improve function prototypes
 - hand zero-width or zero-height corner cases in ASM (totally useless)
 - use ARM conditon flag (opS) as appropriate

12 years agoRemove unused vlc_execve()
Rémi Denis-Courmont [Thu, 7 Jul 2011 13:59:13 +0000 (16:59 +0300)]
Remove unused vlc_execve()

12 years agoMove vlc_gettext() with vlc_bindtextdomain()
Rémi Denis-Courmont [Thu, 7 Jul 2011 14:04:51 +0000 (17:04 +0300)]
Move vlc_gettext() with vlc_bindtextdomain()

12 years agoRemove useless copy of LGPLv2.1
Rémi Denis-Courmont [Thu, 7 Jul 2011 13:55:57 +0000 (16:55 +0300)]
Remove useless copy of LGPLv2.1

12 years agoAdd .mtv extension
Jean-Baptiste Kempf [Thu, 7 Jul 2011 14:31:36 +0000 (16:31 +0200)]
Add .mtv extension

12 years agoQt4: add slider to adjust playlist scaling
Ilkka Ollakka [Thu, 7 Jul 2011 13:45:15 +0000 (16:45 +0300)]
Qt4: add slider to adjust playlist scaling

12 years agoQt4: add size-scale into playlist model
Ilkka Ollakka [Thu, 7 Jul 2011 13:45:01 +0000 (16:45 +0300)]
Qt4: add size-scale into playlist model

12 years agolua: qt4: Fixing dropdown update function.
Hugo Beauzée-Luyssen [Thu, 7 Jul 2011 10:26:25 +0000 (12:26 +0200)]
lua: qt4: Fixing dropdown update function.

This closes #5000

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua: Don't update a widget that was just created.
Hugo Beauzée-Luyssen [Wed, 6 Jul 2011 16:27:30 +0000 (18:27 +0200)]
lua: Don't update a widget that was just created.

Ref: #5000
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua: Fixing a comment.
Hugo Beauzée-Luyssen [Tue, 5 Jul 2011 12:19:59 +0000 (14:19 +0200)]
lua: Fixing a comment.

Since set_text can be called on a label, it seems to be an editable
label.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib : update live555
Sébastien Escudier [Thu, 7 Jul 2011 07:09:55 +0000 (09:09 +0200)]
contrib : update live555

12 years agofix [da2c15aed3eed6939eda8fad82056a40367fbfed]
Rafaël Carré [Wed, 6 Jul 2011 04:56:45 +0000 (00:56 -0400)]
fix [da2c15aed3eed6939eda8fad82056a40367fbfed]

12 years agoDo not check file size coherency on multi-parts rar.
Laurent Aimar [Wed, 6 Jul 2011 21:23:46 +0000 (23:23 +0200)]
Do not check file size coherency on multi-parts rar.

Some tools seem to generate multi-parts rar where only the first chunk
contains the actual file size.

12 years agohttplive: check that we actually don't add empty line to segments
Ilkka Ollakka [Wed, 6 Jul 2011 20:25:48 +0000 (23:25 +0300)]
httplive: check that we actually don't add empty line to segments

12 years agoshasum does not know -
Rémi Denis-Courmont [Wed, 6 Jul 2011 17:45:31 +0000 (20:45 +0300)]
shasum does not know -

12 years agocontrib: use Perl shasum if sha512sum is not found
Rémi Denis-Courmont [Wed, 6 Jul 2011 17:00:55 +0000 (20:00 +0300)]
contrib: use Perl shasum if sha512sum is not found

12 years agoQt4: accept close event on main interface (fix #4606)
Rémi Denis-Courmont [Wed, 6 Jul 2011 16:17:14 +0000 (19:17 +0300)]
Qt4: accept close event on main interface (fix #4606)

If the event is ignored, the Qt4-X11 will reject the quit ICCM request.
This annoyingly caused VLC to inhibit logging out.

12 years agocontrib: enable contrib from (VLC) builddir subdirectory
Rémi Denis-Courmont [Wed, 6 Jul 2011 09:33:31 +0000 (12:33 +0300)]
contrib: enable contrib from (VLC) builddir subdirectory

As we need to build contrib before running configure, this remains a
little bit awkward:
 # cd builddir
 # mkdir contrib
 # cd contrib
 # ../../contrib/bootstrap
 # make

Also get rid of "hosts/" in the install prefix. Because I can.

12 years agocontrib: do not create host directories from bootstrap
Rémi Denis-Courmont [Wed, 6 Jul 2011 09:18:06 +0000 (12:18 +0300)]
contrib: do not create host directories from bootstrap

'make clean' removes those, so there is no point in creating them from
bootstrap. $(RECONF) takes care of this better already for aclocal.
Otherwise, install targets should deal with this.

12 years agocontrib: add gnutls
Rémi Denis-Courmont [Wed, 6 Jul 2011 08:55:25 +0000 (11:55 +0300)]
contrib: add gnutls

12 years agocontrib: zvbi needs RECONF
Rémi Denis-Courmont [Wed, 6 Jul 2011 13:26:17 +0000 (16:26 +0300)]
contrib: zvbi needs RECONF

12 years agocontrib: fix curl usage and prefer curl over wget
Rémi Denis-Courmont [Wed, 6 Jul 2011 07:42:11 +0000 (10:42 +0300)]
contrib: fix curl usage and prefer curl over wget

curl fits Makefile dependencies better, and supports FTP through HTTP
proxies.

12 years agocontrib: fix gcrypt->gpg-error dependency
Rémi Denis-Courmont [Wed, 6 Jul 2011 07:36:39 +0000 (10:36 +0300)]
contrib: fix gcrypt->gpg-error dependency

12 years agocontrib: update live555
Rémi Denis-Courmont [Wed, 6 Jul 2011 13:11:32 +0000 (16:11 +0300)]
contrib: update live555

12 years agocontrib: doc fix
Rémi Denis-Courmont [Wed, 6 Jul 2011 07:36:29 +0000 (10:36 +0300)]
contrib: doc fix

12 years agoQt4: fix viewchange if MEDIA_LIBRARY not defined on compile-time
Ilkka Ollakka [Wed, 6 Jul 2011 14:15:13 +0000 (17:15 +0300)]
Qt4: fix viewchange if MEDIA_LIBRARY not defined on compile-time

12 years agoQt4: refactor saving panel view
Ilkka Ollakka [Wed, 6 Jul 2011 13:59:08 +0000 (16:59 +0300)]
Qt4: refactor saving panel view

12 years agoavcodec/chroma: include PIXFMT header
Dominique Leuenberger [Tue, 5 Jul 2011 20:24:42 +0000 (22:24 +0200)]
avcodec/chroma: include PIXFMT header

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoConfigure: add -lm to png
Jean-Baptiste Kempf [Tue, 5 Jul 2011 21:48:17 +0000 (23:48 +0200)]
Configure: add -lm to png

12 years agoAndroid configure: small update
Jean-Baptiste Kempf [Tue, 5 Jul 2011 21:47:42 +0000 (23:47 +0200)]
Android configure: small update

12 years agocontrib: add pthreads-win32
Rémi Denis-Courmont [Tue, 5 Jul 2011 21:01:11 +0000 (00:01 +0300)]
contrib: add pthreads-win32

12 years agocontrib: add zvbi
Rémi Denis-Courmont [Tue, 5 Jul 2011 20:45:10 +0000 (23:45 +0300)]
contrib: add zvbi

12 years agocontrib: add stub pthreads
Rémi Denis-Courmont [Tue, 5 Jul 2011 20:44:56 +0000 (23:44 +0300)]
contrib: add stub pthreads

12 years agocontrib: fix SDL_image dependencies
Rémi Denis-Courmont [Tue, 5 Jul 2011 15:39:50 +0000 (18:39 +0300)]
contrib: fix SDL_image dependencies

12 years agoVLM: use custom reference count instead of object destructor
Rémi Denis-Courmont [Tue, 5 Jul 2011 15:09:04 +0000 (18:09 +0300)]
VLM: use custom reference count instead of object destructor

This should fix a crash whereby VLM is deleted before its child
VOD server object.

12 years agoCheck for NEON at run-time in audio converter
Rémi Denis-Courmont [Tue, 5 Jul 2011 11:00:25 +0000 (14:00 +0300)]
Check for NEON at run-time in audio converter

Also disable the sub-standard FL32 -> FI32 converter.

12 years agoAdd run-time check for NEON in chroma converter
Rémi Denis-Courmont [Tue, 5 Jul 2011 10:59:19 +0000 (13:59 +0300)]
Add run-time check for NEON in chroma converter

12 years agoauhal: updated to the latest API
Felix Paul Kühne [Tue, 5 Jul 2011 13:29:32 +0000 (15:29 +0200)]
auhal: updated to the latest API

the newly used API was introduced in OS X 10.5, while we still tried to use an older one

note that optical audio output is completely untested

12 years agoContribs: add SDL_image
Jean-Baptiste Kempf [Mon, 4 Jul 2011 22:33:03 +0000 (00:33 +0200)]
Contribs: add SDL_image

12 years agoContribs: add SDL
Jean-Baptiste Kempf [Mon, 4 Jul 2011 22:19:52 +0000 (00:19 +0200)]
Contribs: add SDL

12 years agoContrib: add jpeg
Jean-Baptiste Kempf [Mon, 4 Jul 2011 22:05:17 +0000 (00:05 +0200)]
Contrib: add jpeg

12 years agoContribs: add tiff
Jean-Baptiste Kempf [Mon, 4 Jul 2011 21:54:21 +0000 (23:54 +0200)]
Contribs: add tiff

12 years agoContribs: add gpg-error
Jean-Baptiste Kempf [Mon, 4 Jul 2011 21:33:37 +0000 (23:33 +0200)]
Contribs: add gpg-error

12 years agoContribs: add gcrypt
Jean-Baptiste Kempf [Mon, 4 Jul 2011 21:24:39 +0000 (23:24 +0200)]
Contribs: add gcrypt

12 years agoxspf.c: reorder, remove static declarations
Rafaël Carré [Mon, 4 Jul 2011 05:18:05 +0000 (01:18 -0400)]
xspf.c: reorder, remove static declarations

12 years agomake xmllint happy
Rafaël Carré [Mon, 4 Jul 2011 05:01:22 +0000 (01:01 -0400)]
make xmllint happy

12 years agoremove useless xspf.h
Rafaël Carré [Mon, 4 Jul 2011 04:57:59 +0000 (00:57 -0400)]
remove useless xspf.h

12 years agocontrib: add Xau
Rémi Denis-Courmont [Mon, 4 Jul 2011 21:04:32 +0000 (00:04 +0300)]
contrib: add Xau

12 years agocontrib: add sidplay2 and complement string.h patch
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:53:37 +0000 (23:53 +0300)]
contrib: add sidplay2 and complement string.h patch

12 years agocontrib: postfix directories with a slash in cp
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:48:59 +0000 (23:48 +0300)]
contrib: postfix directories with a slash in cp

12 years agocontrib: enable gme
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:35:21 +0000 (23:35 +0300)]
contrib: enable gme

12 years agocontrib: really compile taglib statically
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:29:58 +0000 (23:29 +0300)]
contrib: really compile taglib statically

12 years agocontrib: add gme
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:16:29 +0000 (23:16 +0300)]
contrib: add gme

12 years agocontrib: build and install mpcdec statically on all platforms
Rémi Denis-Courmont [Mon, 4 Jul 2011 20:09:40 +0000 (23:09 +0300)]
contrib: build and install mpcdec statically on all platforms

12 years agolua: Don't crash when reactivating an extension.
Hugo Beauzée-Luyssen [Mon, 4 Jul 2011 15:59:55 +0000 (17:59 +0200)]
lua: Don't crash when reactivating an extension.

Close #5019
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: update fluidsynth where possible and auto-detect
Rémi Denis-Courmont [Mon, 4 Jul 2011 19:44:11 +0000 (22:44 +0300)]
contrib: update fluidsynth where possible and auto-detect

12 years agocontrib: add fluidsynth
Rémi Denis-Courmont [Mon, 4 Jul 2011 19:32:10 +0000 (22:32 +0300)]
contrib: add fluidsynth

In practice, this probably will not link properly even if the
pkg-config --static parameter is forced, except on Windows.

12 years agoRun-time CPU detection for ARM (meaning NEON)
Rémi Denis-Courmont [Mon, 4 Jul 2011 18:14:18 +0000 (21:14 +0300)]
Run-time CPU detection for ARM (meaning NEON)

Unfortunately, we cannot emit NEON opcodes when NEON is not explicitly
enabled (-mfpu=neon), contrary to MMX & SSE on x86. As a consequence,
this will not work for inline assembler in a non-optimized plugin,
namely the deinterlacer.

There is also a(n hopefully theoretical) bug whereby the compiler would
emit NEON instructions in the descriptor or activation callback of a
NEON plugin. This could then crash if NEON is not supported, even
before the NEON run-time check is reached.

12 years agocontrib: vpx use CPU run-time detect, don't care about ARM version
Rémi Denis-Courmont [Mon, 4 Jul 2011 17:17:09 +0000 (20:17 +0300)]
contrib: vpx use CPU run-time detect, don't care about ARM version

12 years agocontrib: vpx for Win64
Rémi Denis-Courmont [Mon, 4 Jul 2011 17:00:32 +0000 (20:00 +0300)]
contrib: vpx for Win64

12 years agocontrib: add libvpx
Rémi Denis-Courmont [Mon, 4 Jul 2011 16:29:51 +0000 (19:29 +0300)]
contrib: add libvpx

12 years agocontrib: robustify and fix gsm
Rémi Denis-Courmont [Mon, 4 Jul 2011 16:41:08 +0000 (19:41 +0300)]
contrib: robustify and fix gsm

12 years agocontrib: build gsm only if ffmpeg is built
Rémi Denis-Courmont [Mon, 4 Jul 2011 15:26:08 +0000 (18:26 +0300)]
contrib: build gsm only if ffmpeg is built

12 years agocontrib: add pkg-config checks where applicable
Rémi Denis-Courmont [Mon, 4 Jul 2011 15:23:27 +0000 (18:23 +0300)]
contrib: add pkg-config checks where applicable

12 years agocontrib: build flac only if needed
Rémi Denis-Courmont [Mon, 4 Jul 2011 12:05:33 +0000 (15:05 +0300)]
contrib: build flac only if needed

12 years agocontrib: build libpng only if needed
Rémi Denis-Courmont [Mon, 4 Jul 2011 08:59:58 +0000 (11:59 +0300)]
contrib: build libpng only if needed

12 years agocontrib: build fribidi only if needed
Rémi Denis-Courmont [Mon, 4 Jul 2011 08:59:15 +0000 (11:59 +0300)]
contrib: build fribidi only if needed

12 years agocontrib: fix and clean up fontconfig
Rémi Denis-Courmont [Mon, 4 Jul 2011 08:45:41 +0000 (11:45 +0300)]
contrib: fix and clean up fontconfig

12 years agocontrib: 'make list' to list packages
Rémi Denis-Courmont [Mon, 4 Jul 2011 08:37:09 +0000 (11:37 +0300)]
contrib: 'make list' to list packages

12 years agocontrib: update documentation
Rémi Denis-Courmont [Mon, 4 Jul 2011 14:07:52 +0000 (17:07 +0300)]
contrib: update documentation

12 years agocontrib: rethink package dependencies
Rémi Denis-Courmont [Mon, 4 Jul 2011 12:39:52 +0000 (15:39 +0300)]
contrib: rethink package dependencies

'make fetch' has to fetch sources for all the built packages,
including dependency packages. Conversely, 'make fetch' should not
fetch sources of distro-provided packages, not even dependencies.
This should fix that.

As an minor bonus, 'make .foo' should now work even if foo is
provided by the distro, and conditional build rules should be cleaner.

12 years agoContribs: put WinCE higher than mingw, because mingw* can match mingwce
Jean-Baptiste Kempf [Mon, 4 Jul 2011 12:45:52 +0000 (14:45 +0200)]
Contribs: put WinCE higher than mingw, because mingw* can match mingwce

12 years agoContribs: Make png depend on zlib
Jean-Baptiste Kempf [Mon, 4 Jul 2011 11:12:04 +0000 (13:12 +0200)]
Contribs: Make png depend on zlib

12 years agofix fontconfig dependency on freetype
Rafaël Carré [Mon, 4 Jul 2011 01:57:58 +0000 (21:57 -0400)]
fix fontconfig dependency on freetype

12 years agoContribs: add schroedinger
Rafaël Carré [Mon, 4 Jul 2011 01:41:58 +0000 (21:41 -0400)]
Contribs: add schroedinger

12 years agocontribs: add orc
Rafaël Carré [Mon, 4 Jul 2011 01:41:40 +0000 (21:41 -0400)]
contribs: add orc

12 years agoContribs: add png
Jean-Baptiste Kempf [Mon, 4 Jul 2011 01:13:07 +0000 (03:13 +0200)]
Contribs: add png

Remove the old way with using the static makefiles and weird ??PREFIX?? patches

12 years agoContribs: add zlib
Jean-Baptiste Kempf [Mon, 4 Jul 2011 00:40:34 +0000 (02:40 +0200)]
Contribs: add zlib

Same, not libav* enabled

12 years agoContribs: add gsm
Jean-Baptiste Kempf [Mon, 4 Jul 2011 00:24:35 +0000 (02:24 +0200)]
Contribs: add gsm

libavcodec rule must be updated still

12 years agoContribs: add fribidi
Jean-Baptiste Kempf [Mon, 4 Jul 2011 00:07:25 +0000 (02:07 +0200)]
Contribs: add fribidi

12 years agomacosx: removed headphone virtualization and normvol filter from simple prefs since...
Felix Paul Kühne [Mon, 4 Jul 2011 00:16:41 +0000 (02:16 +0200)]
macosx: removed headphone virtualization and normvol filter from simple prefs since these options are part of the audio filter panel now

12 years agoContribs: add fontconfig
Jean-Baptiste Kempf [Sun, 3 Jul 2011 23:43:25 +0000 (01:43 +0200)]
Contribs: add fontconfig

12 years agomacosx: fixed prefs compilation and fixed an appearance issue
Felix Paul Kühne [Sun, 3 Jul 2011 23:33:47 +0000 (01:33 +0200)]
macosx: fixed prefs compilation and fixed an appearance issue

12 years agomacosx: invert scrolling direction if the devices inverts its event
Felix Paul Kühne [Sun, 3 Jul 2011 18:29:32 +0000 (20:29 +0200)]
macosx: invert scrolling direction if the devices inverts its event

aka if you scroll to the right, you want the movie to skip to the right, etc.

12 years agocontrib: make sure aclocal directory exists before autoreconf
Rémi Denis-Courmont [Sun, 3 Jul 2011 11:44:56 +0000 (14:44 +0300)]
contrib: make sure aclocal directory exists before autoreconf

12 years agocontrib: fix pkg-config setup for cross-compilation
Rémi Denis-Courmont [Sun, 3 Jul 2011 11:36:45 +0000 (14:36 +0300)]
contrib: fix pkg-config setup for cross-compilation

12 years agocontrib: fix PKG_CONFIG_PATH expansion
Rémi Denis-Courmont [Sun, 3 Jul 2011 11:36:30 +0000 (14:36 +0300)]
contrib: fix PKG_CONFIG_PATH expansion

12 years agocontribs: remove unneeded x264 patch for w64
Rafaël Carré [Sun, 3 Jul 2011 04:55:39 +0000 (00:55 -0400)]
contribs: remove unneeded x264 patch for w64

just don't build the cli

13 years agocontrib: add xcb and update it
Rémi Denis-Courmont [Sat, 2 Jul 2011 09:51:19 +0000 (12:51 +0300)]
contrib: add xcb and update it

13 years agocontrib: add bootstrap options for sout and optical discs support
Rémi Denis-Courmont [Fri, 1 Jul 2011 21:20:08 +0000 (00:20 +0300)]
contrib: add bootstrap options for sout and optical discs support

13 years agocontrib: fix dshow syntax error
Rémi Denis-Courmont [Fri, 1 Jul 2011 20:46:12 +0000 (23:46 +0300)]
contrib: fix dshow syntax error

13 years agocontrib: add and update x264 win64 patch
Rémi Denis-Courmont [Fri, 1 Jul 2011 20:42:32 +0000 (23:42 +0300)]
contrib: add and update x264 win64 patch

13 years agocontrib: fix ffmpeg win64 patch for -p1
Rémi Denis-Courmont [Fri, 1 Jul 2011 20:42:00 +0000 (23:42 +0300)]
contrib: fix ffmpeg win64 patch for -p1

13 years agocontrib: define HAVE_WIN64 as needed
Rémi Denis-Courmont [Fri, 1 Jul 2011 15:10:41 +0000 (18:10 +0300)]
contrib: define HAVE_WIN64 as needed

13 years agocontrib: helper macro for autoreconf
Rémi Denis-Courmont [Fri, 1 Jul 2011 15:08:17 +0000 (18:08 +0300)]
contrib: helper macro for autoreconf

13 years agocontrib: clean up live-win64 patch
Rémi Denis-Courmont [Fri, 1 Jul 2011 14:55:36 +0000 (17:55 +0300)]
contrib: clean up live-win64 patch

Remove some useless cast changes. Apply the patch always as it is
correct on all architecture. Drop the errno code part which is wrong
(live needs the Winsock error codes, not the <io.h> ones).

13 years agocontrib: fix $(ARCH) for amd64-*
Rémi Denis-Courmont [Fri, 1 Jul 2011 14:47:06 +0000 (17:47 +0300)]
contrib: fix $(ARCH) for amd64-*

13 years agocodec/avcodec/video.c: correct typo in comment
Jean-Paul Saman [Fri, 1 Jul 2011 12:31:36 +0000 (14:31 +0200)]
codec/avcodec/video.c: correct typo in comment

fffmpeg -> ffmpeg