1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

54762 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
e679db425d modules: set MODULE_NAME_IS_... where needed only 2013-09-16 18:54:31 +03:00
Rémi Denis-Courmont
e67cf044cc modules: use different directory prefixes for each plugins subdirectory
This is just a step toward less recursion.
2013-09-16 18:54:31 +03:00
Rémi Denis-Courmont
59b95f3596 genmf: remove unused or broken stuff 2013-09-16 18:54:31 +03:00
Rémi Denis-Courmont
8981d4b8ac access: avoid genmf and clean up 2013-09-16 18:54:30 +03:00
Rémi Denis-Courmont
6e92a6302c Exclude ALSA from test builds
libasound2 seem to cause spurious test suite failures.
2013-09-16 18:54:30 +03:00
Jean-Baptiste Kempf
8c6c1e78eb 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
2013-09-16 17:34:13 +02:00
Jean-Baptiste Kempf
a6a85ef927 Win32 installer: do not try to elevate on XP
Should close #9375

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-09-16 16:46:56 +02:00
Jean-Baptiste Kempf
c14d76a3d7 Mention WebM streaming in NEWS 2013-09-16 15:11:22 +02:00
Jean-Baptiste Kempf
48caf519ca Contribs: Use x262 from VideoLAN 2013-09-16 15:04:41 +02:00
Jean-Baptiste Kempf
3b65b0b777 NEWS: mention x262 2013-09-16 15:03:30 +02:00
Steinar H. Gunderson
79ced312c7 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>
2013-09-16 14:39:12 +02:00
Ben Littler
0e73f22eb5 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>
2013-09-16 10:37:34 +02:00
David Fuhrmann
2e8f8c2f8d macosx: use old logic to hide menu bar if old spaces system selected im mavericks 2013-09-15 21:40:48 +02:00
Francois Cartegnie
03c69b44b3 demux: ogg: handle broken chapter extension 2013-09-15 20:00:43 +02:00
Rémi Denis-Courmont
2ff0bceaa7 msg_...: default value for MODULE_STRING
This was often confusing external plugin authors.
2013-09-15 20:38:41 +03:00
Rémi Denis-Courmont
5007283a18 msg_...: accept filename as module 2013-09-15 20:38:41 +03:00
Rémi Denis-Courmont
6ef248d651 globalhotkeys: use different names for Win32 and XCB targets
This works around an automake limitation with multiple directory
prefixes.
2013-09-15 20:32:39 +03:00
Rémi Denis-Courmont
6d223c4ca8 mash: remove plugin
Upstream is gone. Maintainer has left. Build system support is missing.
2013-09-15 20:31:49 +03:00
Rémi Denis-Courmont
d9faecd835 configure: remove no-op 2013-09-15 20:31:42 +03:00
Rémi Denis-Courmont
a0721c13f2 jack: simplify build rules 2013-09-15 11:25:28 +03:00
Rémi Denis-Courmont
6975a29acb rar: merge access and stream_filter in a single module 2013-09-15 10:44:28 +03:00
Rémi Denis-Courmont
c71e578944 access: remove stray access_directory 2013-09-15 10:26:15 +03:00
Rémi Denis-Courmont
739bb77b22 dts: compile header helpers only once (refs #9367) 2013-09-14 22:47:37 +03:00
Rémi Denis-Courmont
ca8d2b7620 codec: avoid genmf for simple audio codecs 2013-09-14 22:43:53 +03:00
Rémi Denis-Courmont
14ee5e9896 i420_rgb: split files and clean up 2013-09-14 19:56:18 +03:00
Rémi Denis-Courmont
38917a2211 i420_rgb: dead code 2013-09-14 19:45:18 +03:00
Rémi Denis-Courmont
640d0794a0 modules: factor Makefile statement 2013-09-14 19:29:35 +03:00
Rémi Denis-Courmont
ef0cc2a1c1 avcodec: move more build logic to Makefile 2013-09-14 18:59:24 +03:00
Rémi Denis-Courmont
773c26ea98 avformat: avoid genmf 2013-09-14 17:22:40 +03:00
Rémi Denis-Courmont
f67f4a15c9 configure: expose -Bsymbolic to makefiles 2013-09-14 17:09:54 +03:00
Rémi Denis-Courmont
c6291f7bf9 configure: remove stray references to memcpyaltivec 2013-09-14 16:29:56 +03:00
Rémi Denis-Courmont
43b465fe06 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.
2013-09-14 16:29:12 +03:00
Rémi Denis-Courmont
4c7fcb01d7 sse2: merge back into video_chroma (refs #9367) 2013-09-14 16:20:09 +03:00
Rémi Denis-Courmont
4ec424aa08 mmx: merge back into video_chroma (refs #9367) 2013-09-14 16:12:34 +03:00
Rémi Denis-Courmont
928e2fbf7a video_chroma: avoid genmf 2013-09-14 16:01:30 +03:00
Rémi Denis-Courmont
9ccb4a6d17 Remove left-over .gitignore files 2013-09-14 15:43:06 +03:00
Rémi Denis-Courmont
d259081ad4 PulseAudio: compile helper only once (refs #9367) 2013-09-13 22:49:42 +03:00
Rémi Denis-Courmont
3f77b01af9 XCB: compile events.c only once (refs #9367) 2013-09-13 22:36:42 +03:00
Ilkka Ollakka
6310a57c60 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.
2013-09-13 17:25:29 +03:00
Ilkka Ollakka
e0f62b6ab2 contrib: add custom build for x262 2013-09-13 17:25:29 +03:00
Ilkka Ollakka
21d5c53bae 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
2013-09-13 17:09:53 +03:00
Ilkka Ollakka
45eeff7433 livehttp: refactor segment change and writing into own functions 2013-09-13 17:09:53 +03:00
Francois Cartegnie
82d7c41a88 Qt: convert: don't enforce container extension (fix #9282) 2013-09-13 00:00:50 +02:00
David Fuhrmann
688f5db3c8 auhal: ignore invalid default audio device changes (fixes #9374) 2013-09-12 21:48:04 +02:00
David Fuhrmann
ae871faa28 auhal: fill size variables correctly for AudioObjectGetPropertyData 2013-09-12 21:45:12 +02:00
Francois Cartegnie
9534914d79 demux: ogg: drop useless initializers 2013-09-12 21:27:35 +02:00
Francois Cartegnie
256391f7ca demux: ogg: add replay gain support 2013-09-12 21:26:03 +02:00
Francois Cartegnie
d6e513d103 demux: ogg: reorder chapters 2013-09-12 21:26:03 +02:00
Pierre Ynard
c03472dddf Qt: fix mismatched <p> tag 2013-09-11 21:58:37 +02:00
Pierre Ynard
3118ce0cd3 Fix grammar in comments 2013-09-11 21:57:58 +02:00