]> git.sesse.net Git - vlc/log
vlc
10 years agox265 encoder
Rafaël Carré [Tue, 17 Sep 2013 16:25:55 +0000 (18:25 +0200)]
x265 encoder

10 years agoContribs: update zvbi
Jean-Baptiste Kempf [Tue, 17 Sep 2013 15:56:18 +0000 (17:56 +0200)]
Contribs: update zvbi

10 years agoContribs: update ORC
Jean-Baptiste Kempf [Tue, 17 Sep 2013 15:53:11 +0000 (17:53 +0200)]
Contribs: update ORC

10 years agoFix po distcheck
Jean-Baptiste Kempf [Tue, 17 Sep 2013 12:24:18 +0000 (14:24 +0200)]
Fix po distcheck

Changing a file name requires this change, usually...

10 years agodemux: ogg: don't try seeking using bitrate if incomplete.
Francois Cartegnie [Tue, 17 Sep 2013 08:50:38 +0000 (10:50 +0200)]
demux: ogg: don't try seeking using bitrate if incomplete.

Results in wrong position if only one track has bitrate info.

10 years agoxiph: set limit to chapters.
Francois Cartegnie [Tue, 17 Sep 2013 08:17:59 +0000 (10:17 +0200)]
xiph: set limit to chapters.

Limits memory size allocation that could have been triggered by
a file, due to chapters array for reordering.

10 years agoxiph: handle mixed case comments.
Francois Cartegnie [Tue, 17 Sep 2013 07:38:06 +0000 (09:38 +0200)]
xiph: handle mixed case comments.

Lowercase or mixed case identifier are legit.
reverts 03c69b44b3ddb9971f34ea4e9bfacc0e23a23a23

10 years agoFix skins2 build
Jean-Baptiste Kempf [Mon, 16 Sep 2013 23:36:20 +0000 (01:36 +0200)]
Fix skins2 build

10 years agoUnbreak libtwolame compilation
Jean-Baptiste Kempf [Mon, 16 Sep 2013 22:54:27 +0000 (00:54 +0200)]
Unbreak libtwolame compilation

10 years agovda: user ref buffer mode
David Fuhrmann [Wed, 11 Sep 2013 18:47:27 +0000 (20:47 +0200)]
vda: user ref buffer mode

This fixes memory leaks when seeking or dropping frames for other reasons.

close #8927

10 years agoDirectSound: decrease a bit the volume
Jean-Baptiste Kempf [Mon, 16 Sep 2013 18:15:06 +0000 (20:15 +0200)]
DirectSound: decrease a bit the volume

This should make 100% 3dB lower

Should close #9371

10 years agoFix quicktime module link
Jean-Baptiste Kempf [Mon, 16 Sep 2013 18:25:32 +0000 (20:25 +0200)]
Fix quicktime module link

10 years agoFix libass linking that always need freetype
Jean-Baptiste Kempf [Mon, 16 Sep 2013 18:00:55 +0000 (20:00 +0200)]
Fix libass linking that always need freetype

10 years agoFix CDDA build with CDDB
Jean-Baptiste Kempf [Mon, 16 Sep 2013 16:28:02 +0000 (18:28 +0200)]
Fix CDDA build with CDDB

10 years agodirectsound: cosmetic rename
Rémi Denis-Courmont [Mon, 16 Sep 2013 17:18:02 +0000 (20:18 +0300)]
directsound: cosmetic rename

10 years agoxcb: simplify build rules
Rémi Denis-Courmont [Mon, 16 Sep 2013 16:59:37 +0000 (19:59 +0300)]
xcb: simplify build rules

10 years agodemux: remove some useless boilerplate
Rémi Denis-Courmont [Mon, 16 Sep 2013 16:31:17 +0000 (19:31 +0300)]
demux: remove some useless boilerplate

10 years agomodules: fix Windows build
Rémi Denis-Courmont [Mon, 16 Sep 2013 15:53:55 +0000 (18:53 +0300)]
modules: fix Windows build

10 years agolib: work around automake subdirectory limitation (fixes #9367)
Rémi Denis-Courmont [Sun, 15 Sep 2013 21:01:20 +0000 (00:01 +0300)]
lib: work around automake subdirectory limitation (fixes #9367)

10 years agomotionlib: build only once (refs #9367)
Rémi Denis-Courmont [Sun, 15 Sep 2013 20:55:55 +0000 (23:55 +0300)]
motionlib: build only once (refs #9367)

10 years agometa_engine: remove makefile recursion (refs #9367)
Rémi Denis-Courmont [Sun, 15 Sep 2013 20:55:34 +0000 (23:55 +0300)]
meta_engine: remove makefile recursion (refs #9367)

10 years agometa_engine: avoid genmf
Rémi Denis-Courmont [Sun, 15 Sep 2013 20:26:24 +0000 (23:26 +0300)]
meta_engine: avoid genmf

10 years agodemux: remove makefile recursion
Rémi Denis-Courmont [Sun, 15 Sep 2013 20:20:24 +0000 (23:20 +0300)]
demux: remove makefile recursion

10 years agodemux: avoid genmf
Rémi Denis-Courmont [Sun, 15 Sep 2013 20:10:44 +0000 (23:10 +0300)]
demux: avoid genmf

Also rename dirac to diracsys to disambiguate from the encoder.

10 years agocodec: remove makefile recursion
Rémi Denis-Courmont [Sun, 15 Sep 2013 19:23:10 +0000 (22:23 +0300)]
codec: remove makefile recursion

10 years agocodec: avoid genmf
Rémi Denis-Courmont [Sun, 15 Sep 2013 19:18:06 +0000 (22:18 +0300)]
codec: avoid genmf

10 years agoaccess: remove recursion
Rémi Denis-Courmont [Sun, 15 Sep 2013 16:54:25 +0000 (19:54 +0300)]
access: remove recursion

If you missed the fact that recursive makefiles are harmful, there is
plenty of documentation online (try "Recursive makefiles considered
harmful"), or ask the libav developers for the more concise version.

This change and the previous ones, are particularly boring though. The
main motivation is to eventually address #9397, after the same change is
applied to codec/, demux/ and possibly a few other subdirectories.

Note that some more simplification between Makefile.am files and
configure.ac is definitely possible - if someone is bored.

10 years agomodules: remove VLC-specific AM_LIBADD, simplify
Rémi Denis-Courmont [Sun, 15 Sep 2013 15:47:01 +0000 (18:47 +0300)]
modules: remove VLC-specific AM_LIBADD, simplify

10 years agomodules: simplify CPPFLAGS & CFLAGS
Rémi Denis-Courmont [Sun, 15 Sep 2013 14:41:11 +0000 (17:41 +0300)]
modules: simplify CPPFLAGS & CFLAGS

10 years agomodules: set MODULE_NAME_IS_... where needed only
Rémi Denis-Courmont [Sun, 15 Sep 2013 13:20:07 +0000 (16:20 +0300)]
modules: set MODULE_NAME_IS_... where needed only

10 years agomodules: use different directory prefixes for each plugins subdirectory
Rémi Denis-Courmont [Sun, 15 Sep 2013 11:19:53 +0000 (14:19 +0300)]
modules: use different directory prefixes for each plugins subdirectory

This is just a step toward less recursion.

10 years agogenmf: remove unused or broken stuff
Rémi Denis-Courmont [Sun, 15 Sep 2013 11:18:47 +0000 (14:18 +0300)]
genmf: remove unused or broken stuff

10 years agoaccess: avoid genmf and clean up
Rémi Denis-Courmont [Sun, 15 Sep 2013 09:16:05 +0000 (12:16 +0300)]
access: avoid genmf and clean up

10 years agoExclude ALSA from test builds
Rémi Denis-Courmont [Mon, 16 Sep 2013 15:18:17 +0000 (18:18 +0300)]
Exclude ALSA from test builds

libasound2 seem to cause spurious test suite failures.

10 years agoWin32: do not map Volume keys by default
Jean-Baptiste Kempf [Mon, 16 Sep 2013 15:33:09 +0000 (17:33 +0200)]
Win32: do not map Volume keys by default

On Windows, it seems people expect volume keys to control the master
volume...
I'm not going to fight this fight with our users during support...

Ref #9373

10 years agoWin32 installer: do not try to elevate on XP
Jean-Baptiste Kempf [Mon, 16 Sep 2013 14:46:22 +0000 (16:46 +0200)]
Win32 installer: do not try to elevate on XP

Should close #9375

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoMention WebM streaming in NEWS
Jean-Baptiste Kempf [Mon, 16 Sep 2013 13:10:26 +0000 (15:10 +0200)]
Mention WebM streaming in NEWS

10 years agoContribs: Use x262 from VideoLAN
Jean-Baptiste Kempf [Mon, 16 Sep 2013 13:04:41 +0000 (15:04 +0200)]
Contribs: Use x262 from VideoLAN

10 years agoNEWS: mention x262
Jean-Baptiste Kempf [Mon, 16 Sep 2013 13:03:13 +0000 (15:03 +0200)]
NEWS: mention x262

10 years agohttpd: Start new clients only at keyframes.
Steinar H. Gunderson [Fri, 16 Aug 2013 14:42:40 +0000 (16:42 +0200)]
httpd: Start new clients only at keyframes.

When the mux is capable of marking blocks as containing keyframes
(currently only the avformat mux), start new clients only on such
frames. This makes sure they do not get anything they might not
decode at the beginning of the stream.

This patch completes WebM streaming support.

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoSupport vivo g723.1 in asf
Ben Littler [Mon, 16 Sep 2013 02:38:40 +0000 (22:38 -0400)]
Support vivo g723.1 in asf

Sample:
http://www.photoflashgraphics.com/designers_portfolio/premiere_movies/multimedia_movies/bellair_digital_movie.asf

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agomacosx: use old logic to hide menu bar if old spaces system selected im mavericks
David Fuhrmann [Sun, 15 Sep 2013 18:44:43 +0000 (20:44 +0200)]
macosx: use old logic to hide menu bar if old spaces system selected im mavericks

10 years agodemux: ogg: handle broken chapter extension
Francois Cartegnie [Sun, 15 Sep 2013 18:00:06 +0000 (20:00 +0200)]
demux: ogg: handle broken chapter extension

10 years agomsg_...: default value for MODULE_STRING
Rémi Denis-Courmont [Sun, 15 Sep 2013 14:07:47 +0000 (17:07 +0300)]
msg_...: default value for MODULE_STRING

This was often confusing external plugin authors.

10 years agomsg_...: accept filename as module
Rémi Denis-Courmont [Sun, 15 Sep 2013 14:04:02 +0000 (17:04 +0300)]
msg_...: accept filename as module

10 years agoglobalhotkeys: use different names for Win32 and XCB targets
Rémi Denis-Courmont [Sun, 15 Sep 2013 12:26:45 +0000 (15:26 +0300)]
globalhotkeys: use different names for Win32 and XCB targets

This works around an automake limitation with multiple directory
prefixes.

10 years agomash: remove plugin
Rémi Denis-Courmont [Sun, 15 Sep 2013 16:22:18 +0000 (19:22 +0300)]
mash: remove plugin

Upstream is gone. Maintainer has left. Build system support is missing.

10 years agoconfigure: remove no-op
Rémi Denis-Courmont [Sun, 15 Sep 2013 14:20:03 +0000 (17:20 +0300)]
configure: remove no-op

10 years agojack: simplify build rules
Rémi Denis-Courmont [Sun, 15 Sep 2013 08:25:28 +0000 (11:25 +0300)]
jack: simplify build rules

10 years agorar: merge access and stream_filter in a single module
Rémi Denis-Courmont [Sun, 15 Sep 2013 07:44:28 +0000 (10:44 +0300)]
rar: merge access and stream_filter in a single module

10 years agoaccess: remove stray access_directory
Rémi Denis-Courmont [Sun, 15 Sep 2013 07:26:15 +0000 (10:26 +0300)]
access: remove stray access_directory

10 years agodts: compile header helpers only once (refs #9367)
Rémi Denis-Courmont [Sat, 14 Sep 2013 19:47:37 +0000 (22:47 +0300)]
dts: compile header helpers only once (refs #9367)

10 years agocodec: avoid genmf for simple audio codecs
Rémi Denis-Courmont [Sat, 14 Sep 2013 19:43:53 +0000 (22:43 +0300)]
codec: avoid genmf for simple audio codecs

10 years agoi420_rgb: split files and clean up
Rémi Denis-Courmont [Sat, 14 Sep 2013 16:55:47 +0000 (19:55 +0300)]
i420_rgb: split files and clean up

10 years agoi420_rgb: dead code
Rémi Denis-Courmont [Sat, 14 Sep 2013 16:45:18 +0000 (19:45 +0300)]
i420_rgb: dead code

10 years agomodules: factor Makefile statement
Rémi Denis-Courmont [Sat, 14 Sep 2013 16:29:35 +0000 (19:29 +0300)]
modules: factor Makefile statement

10 years agoavcodec: move more build logic to Makefile
Rémi Denis-Courmont [Sat, 14 Sep 2013 15:59:24 +0000 (18:59 +0300)]
avcodec: move more build logic to Makefile

10 years agoavformat: avoid genmf
Rémi Denis-Courmont [Sat, 14 Sep 2013 14:22:40 +0000 (17:22 +0300)]
avformat: avoid genmf

10 years agoconfigure: expose -Bsymbolic to makefiles
Rémi Denis-Courmont [Sat, 14 Sep 2013 14:09:54 +0000 (17:09 +0300)]
configure: expose -Bsymbolic to makefiles

10 years agoconfigure: remove stray references to memcpyaltivec
Rémi Denis-Courmont [Sat, 14 Sep 2013 13:29:56 +0000 (16:29 +0300)]
configure: remove stray references to memcpyaltivec

10 years agoaltivec: merge back into video_chroma (refs #9367)
Rémi Denis-Courmont [Sat, 14 Sep 2013 13:26:13 +0000 (16:26 +0300)]
altivec: merge back into video_chroma (refs #9367)

It is a bit odd that both inline and external flags are mixed together.
This might be an old silent bug.

10 years agosse2: merge back into video_chroma (refs #9367)
Rémi Denis-Courmont [Sat, 14 Sep 2013 13:20:09 +0000 (16:20 +0300)]
sse2: merge back into video_chroma (refs #9367)

10 years agommx: merge back into video_chroma (refs #9367)
Rémi Denis-Courmont [Sat, 14 Sep 2013 13:12:34 +0000 (16:12 +0300)]
mmx: merge back into video_chroma (refs #9367)

10 years agovideo_chroma: avoid genmf
Rémi Denis-Courmont [Sat, 14 Sep 2013 12:59:48 +0000 (15:59 +0300)]
video_chroma: avoid genmf

10 years agoRemove left-over .gitignore files
Rémi Denis-Courmont [Sat, 14 Sep 2013 12:43:06 +0000 (15:43 +0300)]
Remove left-over .gitignore files

10 years agoPulseAudio: compile helper only once (refs #9367)
Rémi Denis-Courmont [Fri, 13 Sep 2013 19:49:42 +0000 (22:49 +0300)]
PulseAudio: compile helper only once (refs #9367)

10 years agoXCB: compile events.c only once (refs #9367)
Rémi Denis-Courmont [Fri, 13 Sep 2013 19:36:42 +0000 (22:36 +0300)]
XCB: compile events.c only once (refs #9367)

10 years agox262: add new x262 MPEG-2 encoding module based on x262
Ilkka Ollakka [Sun, 7 Jul 2013 08:24:41 +0000 (11:24 +0300)]
x262: add new x262 MPEG-2 encoding module based on x262

This relies contrib version of x262 that gives x262.h and all. Otherwise
it seems to be pretty hard to have x264/x26410b/x262 in the same time.

10 years agocontrib: add custom build for x262
Ilkka Ollakka [Sun, 7 Jul 2013 08:24:23 +0000 (11:24 +0300)]
contrib: add custom build for x262

10 years agolivehttp: refactor Close
Ilkka Ollakka [Fri, 13 Sep 2013 14:01:19 +0000 (17:01 +0300)]
livehttp: refactor Close

Use Write-function and refactored functions to check that in flushing
we don't write too long last segment but split it in multiple segments
if needed. Fixes #9383

10 years agolivehttp: refactor segment change and writing into own functions
Ilkka Ollakka [Fri, 13 Sep 2013 14:00:48 +0000 (17:00 +0300)]
livehttp: refactor segment change and writing into own functions

10 years agoQt: convert: don't enforce container extension (fix #9282)
Francois Cartegnie [Thu, 12 Sep 2013 21:59:34 +0000 (23:59 +0200)]
Qt: convert: don't enforce container extension (fix #9282)

10 years agoauhal: ignore invalid default audio device changes (fixes #9374)
David Fuhrmann [Thu, 12 Sep 2013 19:48:04 +0000 (21:48 +0200)]
auhal: ignore invalid default audio device changes (fixes #9374)

10 years agoauhal: fill size variables correctly for AudioObjectGetPropertyData
David Fuhrmann [Thu, 12 Sep 2013 19:45:12 +0000 (21:45 +0200)]
auhal: fill size variables correctly for AudioObjectGetPropertyData

10 years agodemux: ogg: drop useless initializers
Francois Cartegnie [Thu, 12 Sep 2013 19:27:35 +0000 (21:27 +0200)]
demux: ogg: drop useless initializers

10 years agodemux: ogg: add replay gain support
Francois Cartegnie [Thu, 12 Sep 2013 17:00:23 +0000 (19:00 +0200)]
demux: ogg: add replay gain support

10 years agodemux: ogg: reorder chapters
Francois Cartegnie [Wed, 11 Sep 2013 19:47:35 +0000 (21:47 +0200)]
demux: ogg: reorder chapters

10 years agoQt: fix mismatched <p> tag
Pierre Ynard [Wed, 11 Sep 2013 19:58:37 +0000 (21:58 +0200)]
Qt: fix mismatched <p> tag

10 years agoFix grammar in comments
Pierre Ynard [Wed, 11 Sep 2013 19:57:58 +0000 (21:57 +0200)]
Fix grammar in comments

10 years agoextras/tools: disable contrib compilation of gpg-error, gcrypt and lua since we don...
Felix Paul Kühne [Sat, 27 Jul 2013 17:38:44 +0000 (19:38 +0200)]
extras/tools: disable contrib compilation of gpg-error, gcrypt and lua since we don't use it for now

10 years agoextras/package: compile quartztext module for iOS
Felix Paul Kühne [Sun, 28 Jul 2013 17:24:30 +0000 (19:24 +0200)]
extras/package: compile quartztext module for iOS

10 years agoquartztext: fix relative font size handling
Felix Paul Kühne [Sun, 4 Aug 2013 17:50:19 +0000 (19:50 +0200)]
quartztext: fix relative font size handling

10 years agopostproc: allow the use of 'thumb' if we don't specify 'small'
Felix Paul Kühne [Wed, 11 Sep 2013 16:09:13 +0000 (18:09 +0200)]
postproc: allow the use of 'thumb' if we don't specify 'small'

10 years agoffmpeg/libav: allow the use of 'thumb' if we don't specify 'small'
Felix Paul Kühne [Wed, 11 Sep 2013 16:09:01 +0000 (18:09 +0200)]
ffmpeg/libav: allow the use of 'thumb' if we don't specify 'small'

10 years agoextras/ios: don't use small contribs anymore
Felix Paul Kühne [Wed, 11 Sep 2013 16:06:41 +0000 (18:06 +0200)]
extras/ios: don't use small contribs anymore

10 years agomacosx: minor code cleanup
Felix Paul Kühne [Wed, 11 Sep 2013 15:54:27 +0000 (17:54 +0200)]
macosx: minor code cleanup

10 years agos/informations/information
Jean-Baptiste Kempf [Wed, 11 Sep 2013 14:42:14 +0000 (16:42 +0200)]
s/informations/information

10 years agomacosx: Update Sparkle Appcast URL as we won't provide fat binaries for the foreseeab...
Felix Paul Kühne [Wed, 11 Sep 2013 14:05:00 +0000 (16:05 +0200)]
macosx: Update Sparkle Appcast URL as we won't provide fat binaries for the foreseeable future anymore

10 years agoRevert "extras/osx: switch to update-test.v.o so we can provide beta updates for...
Felix Paul Kühne [Wed, 11 Sep 2013 14:04:14 +0000 (16:04 +0200)]
Revert "extras/osx: switch to update-test.v.o so we can provide beta updates for 2.1"

This reverts commit ce972e181e5b8df061cb0b9912e66024690e4887.

10 years agoWinGDI: remove useless includes
Jean-Baptiste Kempf [Wed, 11 Sep 2013 11:44:53 +0000 (13:44 +0200)]
WinGDI: remove useless includes

10 years agoglwin32: remove unneeded includes and defines
Jean-Baptiste Kempf [Wed, 11 Sep 2013 11:42:12 +0000 (13:42 +0200)]
glwin32: remove unneeded includes and defines

10 years agoDirectDraw: remove unused include
Jean-Baptiste Kempf [Wed, 11 Sep 2013 11:30:56 +0000 (13:30 +0200)]
DirectDraw: remove unused include

10 years agoWin32: cleanup the events.c codebase
Jean-Baptiste Kempf [Wed, 11 Sep 2013 11:03:41 +0000 (13:03 +0200)]
Win32: cleanup the events.c codebase

No functionnal change

10 years agoWin32 vout: update comments
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:53:00 +0000 (12:53 +0200)]
Win32 vout: update comments

10 years agoWin32 vout: Remove unused sys_t member
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:46:57 +0000 (12:46 +0200)]
Win32 vout: Remove unused sys_t member

10 years agoGlwin32: move affinity to the glwin32 structure
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:41:18 +0000 (12:41 +0200)]
Glwin32: move affinity to the glwin32 structure

10 years agoWin32 Vout: remove unnecessary includes
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:30:19 +0000 (12:30 +0200)]
Win32 Vout: remove unnecessary includes

10 years agoWin32: include headers where needed
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:24:38 +0000 (12:24 +0200)]
Win32: include headers where needed

10 years agoOpenGL.h: protect double-inclusion
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:25:02 +0000 (12:25 +0200)]
OpenGL.h: protect double-inclusion

10 years agoWin32: common code is not DirectX specific
Jean-Baptiste Kempf [Wed, 11 Sep 2013 10:20:14 +0000 (12:20 +0200)]
Win32: common code is not DirectX specific