Diego Biurrun
e28b7553ae
configure: Add option to disable all command line programs
12 years ago
Xi Wang
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>
12 years ago
Luca Barbato
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>
12 years ago
Luca Barbato
3b4296f414
avformat: clarify stream id for muxing
12 years ago
Diego Biurrun
a3138ebfa8
fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
12 years ago
Mans Rullgard
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>
12 years ago
Mans Rullgard
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>
12 years ago
Xi Wang
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>
12 years ago
Diego Biurrun
26301caaa1
x86: mmx2 ---> mmxext in asm constructs
12 years ago
Diego Biurrun
da39cac8de
Drop broken and unused CABAC test program.
12 years ago
Diego Biurrun
5e9c6ef8f3
x86: h264_weight_10bit: port to cpuflags
12 years ago
Luca Barbato
83f9ed42ec
libtheoraenc: add missing pixdesc.h header
...
Was left out from c1a02e884a
.
12 years ago
Luca Barbato
cc085993f4
avcodec: remove ff_is_hwaccel_pix_fmt
...
It is used only in one place and is unlikely it would be needed
elsewhere.
12 years ago
Luca Barbato
c1a02e884a
pixdesc: add av_pix_fmt_get_chroma_sub_sample
...
Deprecate avcodec_get_chroma_sub_sample.
12 years ago
Luca Barbato
22a0827dff
hlsenc: stand alone hls segmenter
...
Simplifies usage but has higher latency.
12 years ago
Justin Ruggles
b9629acb6b
yop: set channel layout
12 years ago
Justin Ruggles
935fbb66ef
wtv: set channel layout for mpeg audio
12 years ago
Justin Ruggles
7b48d93e8a
westwood_aud: set channel layout
12 years ago
Justin Ruggles
2ce7f820d4
wc3movie: set channel layout
12 years ago
Justin Ruggles
a94b0267f2
tmv: set channel layout
12 years ago
Justin Ruggles
7f348bd764
tiertexseq: set channel layout
12 years ago
Justin Ruggles
a3949fe11f
swfdec: set channel layout
12 years ago
Justin Ruggles
1c7587728c
sol: set channel layout
12 years ago
Justin Ruggles
bfccd76adb
smacker: set channel layout
12 years ago
Justin Ruggles
57e590e4b8
siff: set channel layout
12 years ago
Justin Ruggles
a634896cf8
sierravmd: set channel layout
12 years ago
Justin Ruggles
c1ac602d53
rtpdec_amr: set channel layout
12 years ago
Justin Ruggles
ce842029ce
rsodec: set channel layout
12 years ago
Justin Ruggles
60a585304c
rmdec: set channel layout for RA version 3
12 years ago
Justin Ruggles
444b79c18a
qcp: set channel layout
12 years ago
Justin Ruggles
b5e3e77711
psxstr: set channel layout
12 years ago
Justin Ruggles
c9759eb426
omadec: set channel layout
12 years ago
Justin Ruggles
d4088efbe2
oggparsespeex: validate channel count and set channel layout
12 years ago
Justin Ruggles
232e9c4c4b
nuv: set channel layout
12 years ago
Justin Ruggles
cc57228e31
mxg: set channel layout
12 years ago
Justin Ruggles
66d7ceb4aa
mvi: set channel layout
12 years ago
Justin Ruggles
f6c6e5aac1
mpc7: set channel layout
12 years ago
Justin Ruggles
f24b0b1b6c
mmf: set channel layout
12 years ago
Justin Ruggles
87199d34db
mm: set channel layout
12 years ago
Justin Ruggles
ef1b23ad21
jvdec: set channel layout
12 years ago
Justin Ruggles
4371131283
iss: set channel layout
12 years ago
Justin Ruggles
41a2d9590d
ipmovie: set channel layout
12 years ago
Justin Ruggles
024e03701c
iff: set channel layout
12 years ago
Justin Ruggles
73e2007f3d
idroqdec: set channel layout
12 years ago
Justin Ruggles
f6c3adde41
gxfdec: set channel layout when applicable
12 years ago
Justin Ruggles
d4a105ae5c
gsmdec: set channel layout
12 years ago
Justin Ruggles
644d8d2e5a
flvdec: set channel layout
12 years ago
Justin Ruggles
d5ca70b103
dv: set channel layout
12 years ago
Justin Ruggles
49e7af06f2
dsicin: set channel layout
12 years ago
Justin Ruggles
a05a63785c
daud: set channel layout
...
Update FATE reference due to WAVE channel mask now being set correctly.
12 years ago