Akash Mehrotra
47c1409fe5
Luahttp can access and modify equalizer settings
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
4fc0e980e7
Add integer config item type for RGB values
15 years ago
Rémi Denis-Courmont
20692b9c21
Rethink the configuration item type identifiers to give more space
Use the high order bits for the intrinsic value type (hint, integer, float
or string) and the low order ones for the more specific sub-types.
15 years ago
Rémi Denis-Courmont
8aeec8a448
Move --playlist-autostart to main
15 years ago
Rémi Denis-Courmont
f9c0df35d0
Remove insignificant leading zeroes in config item types
Values are 8-bits.
15 years ago
Rémi Denis-Courmont
3f775a5ed0
Replace CONFIG_HINT and CONFIG_ITEM with a boolean macro
15 years ago
Rémi Denis-Courmont
473c32a87d
Don't apply CONFIG_ITEM mask to variable types
Variable types and configuration item types are separate. Fortunately
they use the same bits so it worked fine.
15 years ago
Rémi Denis-Courmont
9ffda48047
Remove useless binary and with CONFIG_ITEM
If the high nibble is set, the type is item type and the low nibble is
necessarily zero.
15 years ago
Rémi Denis-Courmont
cc7e7e49d6
Pack struct module_config_t
15 years ago
Rémi Denis-Courmont
2011fd9a13
vlc_GetCPUCount: use counting functions instead of loop
15 years ago
Rémi Denis-Courmont
497f9affad
vlc_GetCPUCount(): move to thread subsystem (cosmetic)
15 years ago
Rémi Denis-Courmont
13c9ba8e0b
contrib: ffmpeg: don't bother with --enable-neon and --enable-iwmmxt
The FFmpeg configure script autodetects those correctly. Of course,
this assumes that the compiler defaults or flags are adequate.
15 years ago
Rémi Denis-Courmont
7713b1b3c3
contribs: add x264 (and macro to download from git)
15 years ago
Rémi Denis-Courmont
34911af671
contribs: add musepack
15 years ago
Rémi Denis-Courmont
daaa637541
contribs: add libdca
15 years ago
Rémi Denis-Courmont
9c0b836a35
contribs: add libmad
15 years ago
Rémi Denis-Courmont
36c27fa4f2
contribs: add twolame
15 years ago
Rémi Denis-Courmont
cc84d03889
contribs: add modplug
15 years ago
Rémi Denis-Courmont
1d14535e83
contribs: add libdvbpsi
15 years ago
Rémi Denis-Courmont
994ec61777
contribs: .gitignore
15 years ago
Rémi Denis-Courmont
4d540e48cc
contribs: fix error handling while compressing tar archives
When the shell evaluates 'foo | bar', it returns the status of bar, not
foo. 'foo' can fail silently: so long as 'bar' succeeds, make will
not notice and will therefore not delete the target.
So lets use 'tar cv(z|j|J)' instead of 'tar cv | (gzip|bzip2|xz)'.
15 years ago
Rémi Denis-Courmont
5dfff1294d
contrib: faad2: add missing sum
15 years ago
Rémi Denis-Courmont
8f50e0448d
contrib: add sanity check against missing .sum-%: rule
15 years ago
Rémi Denis-Courmont
1ba383f67c
contribs: disable freetype as needed
15 years ago
Rémi Denis-Courmont
a647ae7fb1
contrib: disable libxml2 as needed
15 years ago
Rémi Denis-Courmont
e2d3685a5a
contrib: fix ffmpeg dependencies
15 years ago
Jean-Baptiste Kempf
66f52322c5
Old contribs: update ebml and freetype
Might close #4907 and #4904 (tbc)
15 years ago
Jean-Baptiste Kempf
32e84aaf45
Contribs: add libxml2
15 years ago
Jean-Baptiste Kempf
2242ff06ad
Contribs: add freetype2
15 years ago
Jean-Baptiste Kempf
0a7af59422
Contribs: forgotten file in previous commit
15 years ago
Jean-Baptiste Kempf
da465b8629
Contribs: fix typo
15 years ago
Jean-Baptiste Kempf
3df5d456e7
Contribs: update ebml to 1.2.1
15 years ago
Jean-Baptiste Kempf
6412bbbbd6
Contribs: add faad2
15 years ago
Rémi Denis-Courmont
70af0a8cc6
contrib: FFmpeg (basic)
15 years ago
Rémi Denis-Courmont
0b898725de
contrib: move dxva2 to directx
15 years ago
Rémi Denis-Courmont
3aec21f211
contrib: touch downloaded file
wget uses the timestamp from the server, which is nice in theory, but
breaks makefile dependency propagation.
15 years ago
Rémi Denis-Courmont
6c8b2093a8
contrib: tremor: fix CFLAGS and factor
15 years ago
Rémi Denis-Courmont
7bb3e91920
contrib: libshout
15 years ago
Rémi Denis-Courmont
e6f8219d30
contribs: improve UNPACK macro
15 years ago
Rémi Denis-Courmont
bd3ef966b8
contrib: factor default integrity check rule
15 years ago
Rémi Denis-Courmont
aeaf6f780c
contrib: use VPATH to symplify tarball dependencies
15 years ago
Rémi Denis-Courmont
9fb2e15230
contrib: matroska
15 years ago
Rémi Denis-Courmont
a940cedbf0
contrib: ebml
15 years ago
Rémi Denis-Courmont
9596739f16
contrib: bootstrap --disable-FOO and --enable-FOO
The automatic packages selection can be overriden.
15 years ago
Rémi Denis-Courmont
f033c284f8
contribs: add speex
15 years ago
Rémi Denis-Courmont
2d5379482f
contribs: add FLAC
15 years ago
Rémi Denis-Courmont
d8388be525
contribs: add libtheora
15 years ago
Rémi Denis-Courmont
2cacff0dab
contribs: add vorbis(enc)
15 years ago
Rémi Denis-Courmont
a73694c6c3
contribs: add live555
15 years ago
Rémi Denis-Courmont
68d9016383
contribs: add a52dec library
15 years ago