Justin Ruggles
c9759eb426
omadec: set channel layout
13 years ago
Justin Ruggles
d4088efbe2
oggparsespeex: validate channel count and set channel layout
13 years ago
Justin Ruggles
232e9c4c4b
nuv: set channel layout
13 years ago
Justin Ruggles
cc57228e31
mxg: set channel layout
13 years ago
Justin Ruggles
66d7ceb4aa
mvi: set channel layout
13 years ago
Justin Ruggles
f6c6e5aac1
mpc7: set channel layout
13 years ago
Justin Ruggles
f24b0b1b6c
mmf: set channel layout
13 years ago
Justin Ruggles
87199d34db
mm: set channel layout
13 years ago
Justin Ruggles
ef1b23ad21
jvdec: set channel layout
13 years ago
Justin Ruggles
4371131283
iss: set channel layout
13 years ago
Justin Ruggles
41a2d9590d
ipmovie: set channel layout
13 years ago
Justin Ruggles
024e03701c
iff: set channel layout
13 years ago
Justin Ruggles
73e2007f3d
idroqdec: set channel layout
13 years ago
Justin Ruggles
f6c3adde41
gxfdec: set channel layout when applicable
13 years ago
Justin Ruggles
d4a105ae5c
gsmdec: set channel layout
13 years ago
Justin Ruggles
644d8d2e5a
flvdec: set channel layout
13 years ago
Justin Ruggles
d5ca70b103
dv: set channel layout
13 years ago
Justin Ruggles
49e7af06f2
dsicin: set channel layout
13 years ago
Justin Ruggles
a05a63785c
daud: set channel layout
Update FATE reference due to WAVE channel mask now being set correctly.
13 years ago
Justin Ruggles
0d09a5848f
cdxl: set channel layout
13 years ago
Justin Ruggles
e8088d6e4b
bmv: set channel layout
13 years ago
Justin Ruggles
2fe804f316
bink: set channel layout
13 years ago
Justin Ruggles
ff50d27a63
bfi: set channel layout
13 years ago
Justin Ruggles
b5d1a15d1b
bethsoftvid: set channel layout
13 years ago
Justin Ruggles
39f0e9b8c6
apc: set channel layout
13 years ago
Justin Ruggles
5595368bcc
amr: set channel_layout
13 years ago
Justin Ruggles
a903f8f087
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
13 years ago
Luca Abeni
e004d175fe
rtpenc_aac: Fix calculation of the header size
Previously the high end byte was always set to zero. Also get
rid of an unnecessary multiplication (which in practice couldn't
overflow) before shifting.
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Diego Biurrun
92fec47d69
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
13 years ago
Martin Storsjö
d578f94746
rtmp: Use av_strlcat instead of strncat
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Anton Khirnov
34871beb5e
matroskadec: do not use avpacket internals
13 years ago
Anton Khirnov
9221efef79
lavf: fix av_interleaved_write_frame() doxy.
A sentence was mistakenly inserted in the middle of another sentence.
13 years ago
Anton Khirnov
717a450993
lavf: clarify the lifetime of demuxed packets.
13 years ago
Martin Storsjö
2b831a59d9
rtpdec_vp8: Don't parse fields that aren't used
This avoids warnings about unused variables.
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Anton Khirnov
fdc8672886
audiointerleave: deobfuscate a function call.
right above there is if (pkt) {<do stuff>; pkt = NULL}, so pkt is just a
fancy name for NULL at this point.
13 years ago
Anton Khirnov
179a5c37e0
rtpdec: factorize identical code used in several handlers
13 years ago
Anton Khirnov
f70381ab9d
a64: remove interleaved mode.
It has been disabled since it was added two years ago.
13 years ago
Luca Barbato
7658295ba3
pixfmt: support more yuva formats
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
13 years ago
Anton Khirnov
ede4cedf47
dv: fix indentation
13 years ago
Anton Khirnov
14f031d7ec
dv: use AVStream.index instead of abusing AVStream.id
13 years ago
Martin Storsjö
f21d5c905d
rtsp: Avoid a cast when calling strtol
This gets rid of this warning:
libavformat/rtsp.c: In function ‘rtsp_parse_transport’:
libavformat/rtsp.c:794: warning: cast discards qualifiers from pointer target type
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Luca Barbato
d4bff9f1ab
nut: support textual data
Plain text (utf8 encoded) data can be muxed and demuxed in nut.
13 years ago
Luca Barbato
07585ffa62
nutenc: verbosely report unsupported negative pts
Additionally use the correct error number.
13 years ago
Martin Storsjö
48f01398ba
rtpdec: Cosmetic cleanup
Mainly clean up the RTP statistics code, plus a few other obviously
misindentend lines.
Remove some useless comments, de-doxygenize some comments,
add spacing around operators and fix a typo.
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Luca Barbato
424b1e7642
yuv4mpeg: reject unsupported codecs
The muxer already rejects unsupported pixel formats, reject also
unsupported codecs to prevent dangerous misuses.
13 years ago
Luca Barbato
fce4450dec
nutenc: K&R formatting cosmetics
13 years ago
Mans Rullgard
4cbae57cef
assdec: fix qsort() callback signature
This changes the event_cmp() function to the correct signature,
avoiding an ugly cast.
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Mans Rullgard
4521645b1a
avio: fix pointer type mismatches in avio_enum_protocols()
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Mans Rullgard
be2efe0c7b
udp: use socklen_t where appropriate
getsockname() takes a pointer to socklen_t which is not necessarily
int.
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Mans Rullgard
9efbfe57e0
network: use HAVE_THREADS instead of local hack
HAVE_THREADS is set in config.h if pthreads or w32threads is
available, which presumably the proper condition here.
Also fixes undefined behaviour in preprocessor directives.
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago