ada51a334a
avserver: remove daemon mode
...
This code spews a multitude of warnings with glibc (unchecked
return values), some of them possibly warranted. Furthermore,
the deamonisation is not suitable for use with typical startup
scripts as it does not provide the PID of the daemon in any way.
Users wishing to run avserver as a daemon can still do so using
start-stop-daemon or equivalent tools.
Signed-off-by: Mans Rullgard <mans@mansr.com >
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-11-15 17:36:14 +01:00
9eded0fe41
configure: Check for -Werror parameters on clang
...
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-11-15 18:22:03 +02:00
116ae7285e
doxygen: remove obsolete options from Doxyfile
...
The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS
became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated
outpu for older doxygen versions should not change since they were set
to the default value.
2012-11-15 17:18:37 +01:00
e28b7553ae
configure: Add option to disable all command line programs
2012-11-14 23:03:36 +01:00
b74dbdd5e9
bgmc: Fix av_malloc checks in ff_bgmc_init()
...
Signed-off-by: Xi Wang <xi.wang@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-11-14 23:03:36 +01:00
8034130e06
rtp: set the payload type as stream id
...
Support multiple video/audio streams with different format in the
same session.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2012-11-14 20:38:51 +01:00
3b4296f414
avformat: clarify stream id for muxing
2012-11-14 20:38:51 +01:00
a3138ebfa8
fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
2012-11-14 15:09:59 +01:00
7f1fcaf0e6
ppc: do not pass redundant compiler flags
...
The -mpowerpc64 and -mpowerpc-gfxopt flags are implicitly set by
-mcpu as needed. Passing them explicitly is redundant and can
conflict with user-supplied flags.
Signed-off-by: Mans Rullgard <mans@mansr.com >
2012-11-14 13:50:43 +00:00
7ba0c1b390
avutil: change GET_UTF8 to not use av_log2()
...
This removes an inter-library dependency on ff_log2_tab causing
linking errors in some configurations.
Signed-off-by: Mans Rullgard <mans@mansr.com >
2012-11-14 13:50:42 +00:00
e8769b37fe
segment: fix NULL pointer dereference in seg_write_header()
...
Since the pointer `oc' is NULL, oc->oformat->name will cause a null
pointer dereference. This patch changes it to seg->oformat->name.
Signed-off-by: Xi Wang <xi.wang@gmail.com >
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-11-14 12:33:27 +02:00
26301caaa1
x86: mmx2 ---> mmxext in asm constructs
2012-11-14 00:58:51 +01:00
da39cac8de
Drop broken and unused CABAC test program.
2012-11-14 00:36:17 +01:00
5e9c6ef8f3
x86: h264_weight_10bit: port to cpuflags
2012-11-13 19:07:09 +01:00
83f9ed42ec
libtheoraenc: add missing pixdesc.h header
...
Was left out from c1a02e884a
.
2012-11-13 17:42:13 +01:00
cc085993f4
avcodec: remove ff_is_hwaccel_pix_fmt
...
It is used only in one place and is unlikely it would be needed
elsewhere.
2012-11-13 16:21:47 +01:00
c1a02e884a
pixdesc: add av_pix_fmt_get_chroma_sub_sample
...
Deprecate avcodec_get_chroma_sub_sample.
2012-11-13 16:14:55 +01:00
22a0827dff
hlsenc: stand alone hls segmenter
...
Simplifies usage but has higher latency.
2012-11-13 01:37:05 +01:00
b9629acb6b
yop: set channel layout
2012-11-12 10:33:23 -05:00
935fbb66ef
wtv: set channel layout for mpeg audio
2012-11-12 10:33:23 -05:00
7b48d93e8a
westwood_aud: set channel layout
2012-11-12 10:33:22 -05:00
2ce7f820d4
wc3movie: set channel layout
2012-11-12 10:33:22 -05:00
a94b0267f2
tmv: set channel layout
2012-11-12 10:33:22 -05:00
7f348bd764
tiertexseq: set channel layout
2012-11-12 10:33:22 -05:00
a3949fe11f
swfdec: set channel layout
2012-11-12 10:33:22 -05:00
1c7587728c
sol: set channel layout
2012-11-12 10:33:22 -05:00
bfccd76adb
smacker: set channel layout
2012-11-12 10:33:22 -05:00
57e590e4b8
siff: set channel layout
2012-11-12 10:33:22 -05:00
a634896cf8
sierravmd: set channel layout
2012-11-12 10:33:21 -05:00
c1ac602d53
rtpdec_amr: set channel layout
2012-11-12 10:33:21 -05:00
ce842029ce
rsodec: set channel layout
2012-11-12 10:33:21 -05:00
60a585304c
rmdec: set channel layout for RA version 3
2012-11-12 10:33:21 -05:00
444b79c18a
qcp: set channel layout
2012-11-12 10:33:21 -05:00
b5e3e77711
psxstr: set channel layout
2012-11-12 10:33:21 -05:00
c9759eb426
omadec: set channel layout
2012-11-12 10:33:21 -05:00
d4088efbe2
oggparsespeex: validate channel count and set channel layout
2012-11-12 10:33:20 -05:00
232e9c4c4b
nuv: set channel layout
2012-11-12 10:33:20 -05:00
cc57228e31
mxg: set channel layout
2012-11-12 10:33:20 -05:00
66d7ceb4aa
mvi: set channel layout
2012-11-12 10:33:20 -05:00
f6c6e5aac1
mpc7: set channel layout
2012-11-12 10:33:20 -05:00
f24b0b1b6c
mmf: set channel layout
2012-11-12 10:33:20 -05:00
87199d34db
mm: set channel layout
2012-11-12 10:33:20 -05:00
ef1b23ad21
jvdec: set channel layout
2012-11-12 10:33:20 -05:00
4371131283
iss: set channel layout
2012-11-12 10:33:20 -05:00
41a2d9590d
ipmovie: set channel layout
2012-11-12 10:33:19 -05:00
024e03701c
iff: set channel layout
2012-11-12 10:33:19 -05:00
73e2007f3d
idroqdec: set channel layout
2012-11-12 10:33:19 -05:00
f6c3adde41
gxfdec: set channel layout when applicable
2012-11-12 10:33:19 -05:00
d4a105ae5c
gsmdec: set channel layout
2012-11-12 10:33:19 -05:00
644d8d2e5a
flvdec: set channel layout
2012-11-12 10:33:19 -05:00