Diego Biurrun
8ff0f7763d
crc: av_crc() parameter names should match between .c, .h and doxygen
12 years ago
Janne Grunau
566de8cde2
avserver: replace av_read_packet with av_read_frame
12 years ago
Janne Grunau
39c4afd926
avserver: fix constness casting warnings
...
Use a different char* for extracting info string from the URL. The
other pointer can be made const then which elimates the need for a
cast and fixes the following warnings:
warning: to be safe all intermediate pointers in cast from ‘char **’ to
‘const char **’ must be ‘const’ qualified [-Wcast-qual]
12 years ago
Janne Grunau
bf5f46b4cc
APIChanges: add entry for av_read_packet deprecation
12 years ago
Janne Grunau
c84cce5a99
mxfdec: fix typo in mxf_read_seek()
...
Check the number of index tables before using byte offset based seeking
instead of the index_tables pointer.
Found by Måns Rullgård <mans@mansr.com>.
12 years ago
Janne Grunau
a4cd2ad89a
avserver: use freopen to redirect stdin/out/err to /dev/null
12 years ago
Mans Rullgard
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>
12 years ago
Martin Storsjö
9eded0fe41
configure: Check for -Werror parameters on clang
...
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Janne Grunau
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.
12 years ago
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