1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00
ffmpeg/libavformat
Martin Storsjö e43f56b205 flvdec: Treat all nellymoser versions as the same codec
This avoids creating new AVStreams for them when switching between
different variants of them, since we can handle changes between
different sample rates of nellymoser within the same stream.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-05 22:07:45 +03:00
..
4xm.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
a64.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
aacdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
ac3dec.c mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3. 2012-05-30 09:08:29 -07:00
adtsenc.c adtsenc: Don't expose the muxer internals to the rest of lavf 2012-06-03 01:18:11 +03:00
adxdec.c lavf: rename AVInputFormat.value to raw_codec_id. 2012-01-31 07:50:31 +01:00
aea.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
aiff.h AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 2011-11-11 08:27:16 +01:00
aiffdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
aiffenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
allformats.c Implement the iLBC storage file format 2012-06-18 22:01:02 +03:00
amr.c amr: Mark an array const 2012-06-17 22:50:06 +03:00
anm.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
apc.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
ape.c ape: create audio stream before reading tags. 2012-06-24 07:55:33 +02:00
apetag.c apetag: reindent 2012-07-02 16:16:38 +02:00
apetag.h apetag: fix comment 2012-02-08 21:47:12 -05:00
asf.c
asf.h make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
asfcrypt.c Replace memset(0) by zero initializations. 2012-03-28 09:38:33 +02:00
asfcrypt.h
asfdec.c asfdec: read attached pictures. 2012-07-02 16:16:45 +02:00
asfenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
assdec.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
assenc.c
au.c audemux: Add a sanity check for the number of channels 2012-04-23 10:47:38 +03:00
audiointerleave.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
audiointerleave.h
avc.c avc: Add a function for converting mp4 style extradata to annex b 2012-03-24 22:53:18 +02:00
avc.h avc: Add a function for converting mp4 style extradata to annex b 2012-03-24 22:53:18 +02:00
avformat.h lavf: include libavutil/time.h instead of redeclaring av_gettime() 2012-06-21 22:53:05 +01:00
avi.h Generalize RIFF INFO tag support; support reading INFO tag in wav 2011-11-26 17:14:13 -08:00
avidec.c avidec: make scale and rate unsigned. 2012-06-04 14:18:49 +02:00
avienc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
avio_internal.h avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
avio.c Replace usleep() calls with av_usleep() 2012-06-22 17:15:36 +01:00
avio.h avio: make AVIOContext.av_class pointer to const 2012-04-18 23:54:20 +01:00
aviobuf.c avio: make avio_close(NULL) a no-op 2012-04-27 14:03:43 -07:00
avisynth.c avisynth: Make sure the filename passed to avisynth is in the right code page 2012-05-31 22:39:08 +03:00
avlanguage.c Employ FF_ARRAY_ELEMS instead of manually calculating array length. 2011-09-08 15:57:14 +02:00
avlanguage.h
avs.c avs: don't set codec timebase 2012-03-02 11:11:38 +01:00
bethsoftvid.c bethsoftvid: synchronize video timestamps with audio sample rate 2012-02-16 10:47:11 -05:00
bfi.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
bink.c bink: Check return value of avio_seek and avoid modifying state if it fails 2012-02-10 15:27:49 -05:00
bmv.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
c93.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
caf.c
caf.h
cafdec.c lavf: Make codec_tag arrays constant 2012-06-21 16:11:29 +03:00
cavsvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
cdg.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
cdxl.c cdxl demux: do not create packets with uninitialized data at EOF. 2012-03-05 16:27:31 -05:00
concat.c proto: Realign struct initializers 2011-12-01 13:47:28 +02:00
crcenc.c crcenc: add flags 2011-11-23 21:43:46 +01:00
crypto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
cutils.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
daud.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
dfa.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
diracdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dnxhddec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dsicin.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
dtsdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
dv.c dv: Split profile handling code into a separate file. 2012-05-07 23:59:49 +02:00
dv.h libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
dvenc.c dv: Split profile handling code into a separate file. 2012-05-07 23:59:49 +02:00
dxa.c dxa: set audio stream time base using the sample rate 2012-02-29 15:45:50 -05:00
eacdata.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
electronicarts.c ea: check chunk_size for validity. 2012-05-04 16:06:26 -07:00
ffm.h Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
ffmdec.c mpegvideo_enc: add chroma/luma_elim_threshold private options. 2012-02-29 07:23:31 +01:00
ffmenc.c mpegvideo_enc: add chroma/luma_elim_threshold private options. 2012-02-29 07:23:31 +01:00
ffmeta.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
ffmetadec.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
ffmetaenc.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
file.c file: Only include unistd.h if it exists 2012-06-29 15:53:41 +03:00
filmstripdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
filmstripenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
flacdec.c flacdec: read attached pictures. 2012-06-16 17:10:23 +02:00
flacenc_header.c flac muxer: fix writing of file header and STREAMINFO header from extradata 2011-12-10 10:19:41 -05:00
flacenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
flacenc.h
flic.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
flv.h flv: add support for G.711 2012-06-28 16:53:09 +02:00
flvdec.c flvdec: Treat all nellymoser versions as the same codec 2012-07-05 22:07:45 +03:00
flvenc.c flv: add support for G.711 2012-06-28 16:53:09 +02:00
framecrcenc.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
framehash.c frame{crc/md5}: set the stream timebase from codec timebase. 2012-02-03 09:29:02 +01:00
gif.c gif: K&R formatting cosmetics 2012-02-21 15:47:06 +01:00
gopher.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
gsmdec.c lavf: rename AVInputFormat.value to raw_codec_id. 2012-01-31 07:50:31 +01:00
gxf.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
gxf.h
gxfenc.c gxfenc: remove disabled half-implemented MJPEG tag 2012-05-14 15:38:42 +02:00
h261dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h263dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h264dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
hls.c Replace usleep() calls with av_usleep() 2012-06-22 17:15:36 +01:00
hlsproto.c Replace usleep() calls with av_usleep() 2012-06-22 17:15:36 +01:00
http.c lavf: remove unnecessary inclusions of unistd.h 2012-06-20 11:46:30 +01:00
http.h http: Add support for reusing the http socket for subsequent requests 2012-05-28 16:42:40 +03:00
httpauth.c httpauth: Parse the stale field in digest auth 2012-03-13 10:36:17 +02:00
httpauth.h httpauth: Parse the stale field in digest auth 2012-03-13 10:36:17 +02:00
id3v1.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
id3v1.h cosmetics: Remove extra newlines at EOF 2012-01-27 17:19:09 -08:00
id3v2.c id3v2: fix skipping extended header in id3v2.4 2012-04-01 09:02:24 +02:00
id3v2.h id3v2enc: add a function for writing attached pictures. 2012-02-29 14:31:17 +01:00
id3v2enc.c id3v2enc: add a function for writing attached pictures. 2012-02-29 14:31:17 +01:00
idcin.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
idroqdec.c lavf: change some (de)muxer names to lowercase 2012-05-19 19:44:16 +01:00
idroqenc.c lavf: change some (de)muxer names to lowercase 2012-05-19 19:44:16 +01:00
iff.c lavf: change some (de)muxer names to lowercase 2012-05-19 19:44:16 +01:00
ilbc.c Implement the iLBC storage file format 2012-06-18 22:01:02 +03:00
img2.c avcodec: add XBM encoder 2012-03-17 15:45:04 -04:00
img2dec.c image2: Add "start_number" private option to the demuxer 2012-06-24 07:37:38 +02:00
img2enc.c image2: Add "start_number" private option to the muxer 2012-06-24 07:35:54 +02:00
ingenientdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
internal.h lavf: make av_interleave_packet_per_dts() private. 2012-03-20 20:12:16 +01:00
ipmovie.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
isom.c mov: Support muxing/demuxing iLBC 2012-06-18 22:00:35 +03:00
isom.h mov: Fix detecting there is no sync sample. 2012-04-13 23:08:34 +03:00
iss.c lavf: change some (de)muxer names to lowercase 2012-05-19 19:44:16 +01:00
iv8.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
ivfdec.c lavf: Make codec_tag arrays constant 2012-06-21 16:11:29 +03:00
ivfenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
jvdec.c jv demux: set video stream duration 2012-03-14 15:34:50 +01:00
latmenc.c latmdec: fix audio specific config parsing 2011-12-03 00:42:48 +01:00
libavformat.v lavc/lavf: remove unnecessary symbols from the symbol version script. 2012-01-31 07:26:31 +01:00
librtmp.c librtmp: return AVERROR_UNKNOWN instead of -1. 2012-06-03 15:46:27 +02:00
lmlm4.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
lxfdec.c cosmetics: Remove extra newlines at EOF 2012-01-27 17:19:09 -08:00
m4vdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
Makefile mpc8: read APE tags. 2012-06-26 19:05:24 +02:00
matroska.c
matroska.h lavf: move CodecMime from matroska.h to internal.h 2012-02-29 13:57:59 +01:00
matroskadec.c mkv: mark corrupted packets and return them 2012-04-29 20:22:09 -07:00
matroskaenc.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
md5enc.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
md5proto.c md5proto: Remove the get_file_handle function 2011-12-01 13:47:24 +02:00
metadata-example.c libavformat: Add an example how to use the metadata API 2011-07-02 13:52:29 +02:00
metadata.c cosmetics: Remove extra newlines at EOF 2012-01-27 17:19:09 -08:00
metadata.h lavf: remove disabled FF_API_OLD_METADATA2 cruft 2012-01-27 10:52:42 +01:00
mm.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
mmf.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
mms.c lavf: remove FF_API_MAX_STREAMS cruft 2011-04-19 18:28:38 +02:00
mms.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
mmsh.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
mmst.c mmst: Use AVUNERROR() to convert error codes to the right range for strerror 2012-06-19 20:23:19 +03:00
mov_chan.c movenc: Add channel layouts for PCM. 2012-06-27 13:47:58 -07:00
mov_chan.h doxygen: Remove documentation for non-existing parameters; misc small fixes. 2012-02-28 20:48:43 +01:00
mov.c mov: use forward declaration of a function instead of a table. 2012-07-04 07:45:30 -07:00
movenc.c mov: Support muxing/demuxing iLBC 2012-06-18 22:00:35 +03:00
movenc.h movenc: Add a min_frag_duration option 2012-03-20 11:18:05 +02:00
movenchint.c rtpenc_chain: Return an error code instead of just a plain pointer 2012-05-26 13:35:44 +03:00
mp3dec.c mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3. 2012-05-30 09:08:29 -07:00
mp3enc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
mpc8.c mpc8: read APE tags. 2012-06-26 19:05:24 +02:00
mpc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
mpeg.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
mpeg.h
mpegenc.c mpegmux: add stuffing to avoid incomplete PCM frames 2012-05-06 13:18:38 +02:00
mpegts.c mpegts: remove unused/incomplete/broken seeking code 2012-06-19 00:56:43 +01:00
mpegts.h doxygen: Remove documentation for non-existing parameters; misc small fixes. 2012-02-28 20:48:43 +01:00
mpegtsenc.c mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing 2012-06-04 15:41:09 +03:00
mpegvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
mpjpeg.c Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
msnwc_tcp.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
mtv.c lavf: change some (de)muxer names to lowercase 2012-05-19 19:44:16 +01:00
mvi.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
mxf.c mxf: Add PictureEssenceCoding UL for V210. 2011-12-21 16:28:45 +01:00
mxf.h
mxfdec.c mxfdec: Ignore the last entry in Avid's index table segments 2012-02-09 13:26:02 +01:00
mxfenc.c lavf: remove disabled FF_API_TIMESTAMP cruft 2012-01-27 10:52:42 +01:00
mxg.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
ncdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
network.c network: Don't redefine error codes if they already exist in errno.h 2012-06-26 17:22:21 +03:00
network.h network: Don't redefine error codes if they already exist in errno.h 2012-06-26 17:22:21 +03:00
nsvdec.c Mark a number of variables only used in av_dlog() calls as av_unused. 2012-05-06 18:01:31 +02:00
nullenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
nut.c nut: support 10bit YUV 2011-12-21 00:00:03 +01:00
nut.h
nutdec.c nutdec: add malloc check and fix const to non-const conversion warnings 2012-04-18 23:54:20 +01:00
nutenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
nuv.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
oggdec.c Fix uninitialized reads on malformed ogg files. 2012-03-08 11:52:15 -08:00
oggdec.h oggdec: add support for Xiph's CELT codec 2011-09-26 13:51:29 +02:00
oggenc.c oggenc: fix condition when not to flush due to keyframe granule. 2012-03-30 16:32:16 -04:00
oggparsecelt.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsedirac.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparseflac.c oggdec: calculate correct timestamps in Ogg/FLAC 2012-03-27 16:11:06 -04:00
oggparseogm.c oggparseogm: fix order of arguments of avpriv_set_pts_info(). 2012-03-22 19:51:43 +01:00
oggparseskeleton.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsespeex.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
oggparsetheora.c ogg: don't set codec timebase 2012-03-02 11:11:38 +01:00
oggparsevorbis.c oggdec: output correct timestamps for Vorbis 2012-03-20 14:39:57 -04:00
oma.c omadec: split data that will be used in the muxer to a separate file. 2011-12-18 16:17:39 +01:00
oma.h oma: make header compile standalone 2011-12-20 22:38:53 +01:00
omadec.c oma: Fix out of array read. 2012-03-18 15:01:58 -07:00
omaenc.c id3v2enc: split ff_id3v2_write(). 2012-02-29 14:26:14 +01:00
options_table.h options_table: Add some missing #includes to fix "make checkheaders". 2012-05-08 20:05:20 +02:00
options.c Move AVFormatContext/AVCodecContext option tables to separate files. 2012-03-20 07:09:18 +01:00
os_support.c os_support: Rename the poll fallback function to ff_poll 2012-06-30 15:18:17 +03:00
os_support.h os_support: Add fallback definitions for stat flags 2012-06-30 15:18:50 +03:00
output-example.c output-example: K&R formatting cosmetics, comment spelling fixes 2012-03-30 13:43:29 +02:00
pcm.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
pcm.h libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
pcmdec.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
pcmenc.c Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 2011-09-24 12:11:17 +02:00
pmpdec.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
psxstr.c psx-str: fix audio pts 2012-03-03 17:03:27 -05:00
pva.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
qcp.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
qtpalette.h
r3d.c Fix a bunch of common typos. 2012-03-09 22:02:49 +01:00
rawdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
rawdec.h lavf: rename AVInputFormat.value to raw_codec_id. 2012-01-31 07:50:31 +01:00
rawenc.c avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 2012-04-12 09:00:49 +02:00
rawenc.h
rawvideodec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
rdt.c rdt: remove workaround for infinite loop with aac 2012-03-05 13:08:16 -05:00
rdt.h doxygen: Make sure parameter names match between .c and .h files. 2011-07-14 04:09:49 +02:00
riff.c MS ATC Screen (aka MSS3) decoder 2012-07-02 07:14:44 +02:00
riff.h Generalize RIFF INFO tag support; support reading INFO tag in wav 2011-11-26 17:14:13 -08:00
rl2.c doxygen: Remove documentation for non-existing parameters; misc small fixes. 2012-02-28 20:48:43 +01:00
rm.c RealAudio Lossless decoder 2012-03-19 18:46:34 +01:00
rm.h
rmdec.c avcodec: add a cook parser to get subpacket duration 2012-04-20 12:11:20 -04:00
rmenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
rpl.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
rso.c
rso.h Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
rsodec.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
rsoenc.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 2011-11-28 10:01:50 +01:00
rtmp.h
rtmphttp.c Replace usleep() calls with av_usleep() 2012-06-22 17:15:36 +01:00
rtmppkt.c rtmp: Read and handle incoming packets while writing data 2012-06-14 22:22:58 +03:00
rtmppkt.h rtmp: Read and handle incoming packets while writing data 2012-06-14 22:22:58 +03:00
rtmpproto.c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 2012-06-18 22:00:31 +03:00
rtp.c rtpenc: Allow packetizing H263 according to the old RFC 2190 2012-02-23 15:27:52 +02:00
rtp.h misc typo and wording fixes 2012-07-03 17:35:11 +02:00
rtpdec_amr.c rtsp: Don't expose the MS-RTSP RTX data stream to the caller 2012-04-08 12:04:22 +03:00
rtpdec_asf.c rtsp: Don't expose the MS-RTSP RTX data stream to the caller 2012-04-08 12:04:22 +03:00
rtpdec_formats.h rtpdec: Add a depacketizer for iLBC 2012-06-18 22:01:04 +03:00
rtpdec_g726.c rtpdec: Interpret the different G726 names as bits_per_coded_sample 2011-12-01 23:19:24 +02:00
rtpdec_h263_rfc2190.c rtpdec: Don't require frames to start with a Mode A packet 2012-06-14 22:11:43 +03:00
rtpdec_h263.c rtpdec: Identify incorrectly signalled H263 2012-02-18 17:31:55 +02:00
rtpdec_h264.c lavf: remove unnecessary inclusions of unistd.h 2012-06-20 11:46:30 +01:00
rtpdec_ilbc.c rtpdec: Add a depacketizer for iLBC 2012-06-18 22:01:04 +03:00
rtpdec_latm.c rtsp: Don't expose the MS-RTSP RTX data stream to the caller 2012-04-08 12:04:22 +03:00
rtpdec_mpeg4.c rtsp: Don't expose the MS-RTSP RTX data stream to the caller 2012-04-08 12:04:22 +03:00
rtpdec_qcelp.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
rtpdec_qdm2.c doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
rtpdec_qt.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
rtpdec_svq3.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_vp8.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_xiph.c cosmetics: Fix indentation 2012-04-08 12:04:29 +03:00
rtpdec.c rtpdec: Don't explicitly include unistd.h any longer 2012-06-29 15:38:10 +03:00
rtpdec.h rtpdec: Add an init function that can do custom codec context initialization 2011-11-30 17:32:18 +02:00
rtpenc_aac.c
rtpenc_amr.c cosmetics: Remove extra newlines at EOF 2012-01-27 17:19:09 -08:00
rtpenc_chain.c rtpenc_chain: Return an error code instead of just a plain pointer 2012-05-26 13:35:44 +03:00
rtpenc_chain.h rtpenc_chain: Return an error code instead of just a plain pointer 2012-05-26 13:35:44 +03:00
rtpenc_h263_rfc2190.c rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 2012-03-01 16:08:32 +02:00
rtpenc_h263.c rtpenc: Allow packetizing H263 according to the old RFC 2190 2012-02-23 15:27:52 +02:00
rtpenc_h264.c rtpenc: Allow requesting H264 RTP packetization mode 0 2012-06-18 12:27:56 +03:00
rtpenc_latm.c rtpenc_latm: Consistently use "Libav" in license boilerplate. 2011-06-16 17:13:34 +02:00
rtpenc_mpv.c cosmetics: Remove extra newlines at EOF 2012-01-27 17:19:09 -08:00
rtpenc_vp8.c
rtpenc_xiph.c
rtpenc.c rtpenc: Support packetizing iLBC 2012-06-18 22:01:04 +03:00
rtpenc.h rtpenc: Allow requesting H264 RTP packetization mode 0 2012-06-18 12:27:56 +03:00
rtpproto.c Remove unnecessary inclusions of [sys/]time.h 2012-06-20 11:46:46 +01:00
rtsp.c Remove unnecessary inclusions of [sys/]time.h 2012-06-20 11:46:46 +01:00
rtsp.h rtsp: Add content-type message header parsing 2012-05-08 10:18:35 -07:00
rtspcodes.h
rtspdec.c rtsp: Don't use av_malloc(0) if there are no streams 2012-04-08 15:51:33 +03:00
rtspenc.c Remove unnecessary inclusions of [sys/]time.h 2012-06-20 11:46:46 +01:00
sapdec.c Remove unnecessary inclusions of [sys/]time.h 2012-06-20 11:46:46 +01:00
sapenc.c rtpenc_chain: Return an error code instead of just a plain pointer 2012-05-26 13:35:44 +03:00
sauce.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
sauce.h
sctp.c network: Include unistd.h from network.h 2012-06-26 17:22:21 +03:00
sdp.c rtpenc: Support packetizing iLBC 2012-06-18 22:01:04 +03:00
seek-test.c Replace memset(0) by zero initializations. 2012-03-28 09:38:33 +02:00
seek.c lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
seek.h lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
segafilm.c segafilm: use the sample rate as the time base for audio streams 2012-03-03 17:03:27 -05:00
segment.c segment: remove unnecessary <strings.h> include 2012-06-15 19:10:58 +02:00
sierravmd.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
siff.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
smacker.c smacker: error out if palette copy-with-offset overruns palette size. 2012-03-07 09:35:03 -08:00
smjpeg.c avformat: split out common SMJPEG code 2012-01-16 11:29:55 +01:00
smjpeg.h avformat: split out common SMJPEG code 2012-01-16 11:29:55 +01:00
smjpegdec.c smjpegdec: implement seeking 2012-02-14 10:12:44 +01:00
smjpegenc.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
sol.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
sox.h
soxdec.c libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
soxenc.c lavu: replace int/float punning functions 2011-12-11 18:47:19 +00:00
spdif.c
spdif.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
spdifdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
spdifenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
srtdec.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
swf.h
swfdec.c swfdec: do not set codec timebase. 2012-02-29 13:52:55 +01:00
swfenc.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
tcp.c tcp: Pass NULL as hostname to getaddrinfo if the string is empty 2012-06-27 14:04:02 +03:00
thp.c thp: set audio packet durations 2012-03-03 16:58:45 -05:00
tiertexseq.c tiertexseq: set correct block_align for audio 2012-03-03 17:03:27 -05:00
tls.c avio: Add an URLProtocol flag for indicating that a protocol uses network 2012-01-05 23:56:52 +02:00
tmv.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
tta.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
tty.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
txd.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
udp.c udp: Support IGMPv3 source specific multicast and source blocking 2012-06-27 14:39:00 +03:00
url.h avio: Add a function for signalling end of reading/writing 2012-05-22 23:16:41 +03:00
utils.c Move av_gettime() to libavutil 2012-06-20 17:09:03 +01:00
vc1test.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
vc1testenc.c lavf: make av_set_pts_info private. 2011-11-30 20:34:45 +01:00
version.h Clarify Doxygen comment for FF_API_* #defines. 2012-07-04 15:10:10 +02:00
voc.c
voc.h libavformat: Add an ff_ prefix to some lavf internal symbols 2012-02-15 22:06:17 +02:00
vocdec.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
vocenc.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
vorbiscomment.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
vorbiscomment.h doxygen: misc consistency, spelling and wording fixes 2011-12-12 23:06:23 +01:00
vqf.c vqf: set packet duration 2012-03-03 17:03:26 -05:00
wav.c avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 2012-05-20 19:50:32 -04:00
wc3movie.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
westwood_aud.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
westwood_vqa.c westwood_vqa: fix SND0 chunk handling 2012-03-27 11:58:15 -04:00
wtv.c wtv: Check the return value from gmtime 2012-06-25 16:20:08 +03:00
wv.c WavPack demuxer: set packet duration 2012-02-09 13:13:04 -05:00
xa.c xa: set correct bit rate 2012-03-20 14:12:54 -04:00
xmv.c lavf: remove AVFormatParameters from AVFormatContext.read_header signature 2012-01-27 10:51:57 +01:00
xwma.c xwma: Validate channels and bits_per_coded_sample. 2012-03-22 13:57:12 -07:00
yop.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00
yuv4mpeg.c cosmetics: Align muxer/demuxer declarations 2012-04-06 19:19:59 +03:00