annotate allformats.h @ 2376:a67b89ba136d libavformat

Ensure av_tree_insert() is defined before using it. Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at
author aurel
date Sat, 11 Aug 2007 23:58:10 +0000
parents e3ea6e602928
children 491a751cc58c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1306
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
1 /*
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
2 * Register all the formats and protocols.
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
3 * copyright (c) 2000, 2001, 2002 Fabrice Bellard
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
4 *
1358
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
5 * This file is part of FFmpeg.
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
6 *
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
7 * FFmpeg is free software; you can redistribute it and/or
1306
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
8 * modify it under the terms of the GNU Lesser General Public
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
9 * License as published by the Free Software Foundation; either
1358
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
10 * version 2.1 of the License, or (at your option) any later version.
1306
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
11 *
1358
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
12 * FFmpeg is distributed in the hope that it will be useful,
1306
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
15 * Lesser General Public License for more details.
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
16 *
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
17 * You should have received a copy of the GNU Lesser General Public
1358
0899bfe4105c Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 1324
diff changeset
18 * License along with FFmpeg; if not, write to the Free Software
1306
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
20 */
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
21
1143
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
22 #ifndef ALLFORMATS_H
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
23 #define ALLFORMATS_H
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
24
2171
a6d6b2b19341 include all prerequisites in header files
mru
parents: 2150
diff changeset
25 #include "avformat.h"
a6d6b2b19341 include all prerequisites in header files
mru
parents: 2150
diff changeset
26
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
27 extern AVInputFormat aac_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
28 extern AVInputFormat ac3_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
29 extern AVInputFormat aiff_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
30 extern AVInputFormat amr_demuxer;
1990
e7a4bc0aa0fe CRYO APC demuxer
diego
parents: 1989
diff changeset
31 extern AVInputFormat apc_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
32 extern AVInputFormat asf_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
33 extern AVInputFormat au_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
34 extern AVInputFormat audio_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
35 extern AVInputFormat avi_demuxer;
1282
faf64f0d3445 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %
gpoirier
parents: 1186
diff changeset
36 extern AVInputFormat avisynth_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
37 extern AVInputFormat avs_demuxer;
1989
2af9c2f9b44d Bethsoft VID demuxer and video decoder
diego
parents: 1987
diff changeset
38 extern AVInputFormat bethsoftvid_demuxer;
1987
1d9048ba2ce3 Interplay C93 demuxer and video decoder
diego
parents: 1983
diff changeset
39 extern AVInputFormat c93_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
40 extern AVInputFormat daud_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
41 extern AVInputFormat dc1394_demuxer;
1378
a32812bb5bcf support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
bcoudurier
parents: 1358
diff changeset
42 extern AVInputFormat dsicin_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
43 extern AVInputFormat dts_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
44 extern AVInputFormat dv1394_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
45 extern AVInputFormat dv_demuxer;
1918
7ccf23e42481 DXA demuxer and decoder
kostya
parents: 1773
diff changeset
46 extern AVInputFormat dxa_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
47 extern AVInputFormat ea_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
48 extern AVInputFormat ffm_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
49 extern AVInputFormat flac_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
50 extern AVInputFormat flic_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
51 extern AVInputFormat flv_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
52 extern AVInputFormat fourxm_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
53 extern AVInputFormat gif_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
54 extern AVInputFormat gxf_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
55 extern AVInputFormat h261_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
56 extern AVInputFormat h263_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
57 extern AVInputFormat h264_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
58 extern AVInputFormat idcin_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
59 extern AVInputFormat image2_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
60 extern AVInputFormat image2pipe_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
61 extern AVInputFormat image_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
62 extern AVInputFormat imagepipe_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
63 extern AVInputFormat ingenient_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
64 extern AVInputFormat ipmovie_demuxer;
1769
35cf5d513830 Properly separate native and libnut NUT (de)muxers.
diego
parents: 1602
diff changeset
65 extern AVInputFormat libnut_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
66 extern AVInputFormat m4v_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
67 extern AVInputFormat matroska_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
68 extern AVInputFormat mjpeg_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
69 extern AVInputFormat mm_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
70 extern AVInputFormat mmf_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
71 extern AVInputFormat mov_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
72 extern AVInputFormat mp3_demuxer;
1602
6238b40b7aef Musepack SV7 decoding support
kostya
parents: 1580
diff changeset
73 extern AVInputFormat mpc_demuxer;
1167
d89d7ef290da give AVInput/OutputFormat structs consistent names
mru
parents: 1145
diff changeset
74 extern AVInputFormat mpegps_demuxer;
d89d7ef290da give AVInput/OutputFormat structs consistent names
mru
parents: 1145
diff changeset
75 extern AVInputFormat mpegts_demuxer;
2150
0948a0b036e2 add mpegtsraw demuxer
michael
parents: 2076
diff changeset
76 extern AVInputFormat mpegtsraw_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
77 extern AVInputFormat mpegvideo_demuxer;
1380
bfcb9fa1f431 new mtv demuxer
reynaldo
parents: 1378
diff changeset
78 extern AVInputFormat mtv_demuxer;
1186
fbdd53c2a12d MXF demuxer
bcoudurier
parents: 1183
diff changeset
79 extern AVInputFormat mxf_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
80 extern AVInputFormat nsv_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
81 extern AVInputFormat nut_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
82 extern AVInputFormat nuv_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
83 extern AVInputFormat ogg_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
84 extern AVInputFormat pcm_alaw_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
85 extern AVInputFormat pcm_mulaw_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
86 extern AVInputFormat pcm_s16be_demuxer;
1174
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
87 extern AVInputFormat pcm_s16le_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
88 extern AVInputFormat pcm_s8_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
89 extern AVInputFormat pcm_u16be_demuxer;
1174
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
90 extern AVInputFormat pcm_u16le_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
91 extern AVInputFormat pcm_u8_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
92 extern AVInputFormat rawvideo_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
93 extern AVInputFormat redir_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
94 extern AVInputFormat rm_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
95 extern AVInputFormat roq_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
96 extern AVInputFormat sdp_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
97 extern AVInputFormat segafilm_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
98 extern AVInputFormat shorten_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
99 extern AVInputFormat smacker_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
100 extern AVInputFormat sol_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
101 extern AVInputFormat str_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
102 extern AVInputFormat swf_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
103 extern AVInputFormat thp_demuxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
104 extern AVInputFormat tiertexseq_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
105 extern AVInputFormat tta_demuxer;
2072
d20edf2ef6d4 Renderware TXD demuxer
ivo
parents: 1990
diff changeset
106 extern AVInputFormat txd_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
107 extern AVInputFormat v4l2_demuxer;
1773
4b8313d5b23b Raw VC-1 demuxer
kostya
parents: 1769
diff changeset
108 extern AVInputFormat vc1_demuxer;
1982
1805da944f22 There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
diego
parents: 1976
diff changeset
109 extern AVInputFormat video_grab_bktr_demuxer;
1805da944f22 There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
diego
parents: 1976
diff changeset
110 extern AVInputFormat video_grab_v4l_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
111 extern AVInputFormat vmd_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
112 extern AVInputFormat voc_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
113 extern AVInputFormat wav_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
114 extern AVInputFormat wc3_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
115 extern AVInputFormat wsaud_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
116 extern AVInputFormat wsvqa_demuxer;
1324
024cf76ac4d1 WavPack lossless audio decoder
kostya
parents: 1306
diff changeset
117 extern AVInputFormat wv_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
118 extern AVInputFormat x11_grab_device_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
119 extern AVInputFormat yuv4mpegpipe_demuxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
120
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
121 extern AVOutputFormat ac3_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
122 extern AVOutputFormat adts_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
123 extern AVOutputFormat aiff_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
124 extern AVOutputFormat amr_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
125 extern AVOutputFormat asf_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
126 extern AVOutputFormat asf_stream_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
127 extern AVOutputFormat au_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
128 extern AVOutputFormat audio_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
129 extern AVOutputFormat avi_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
130 extern AVOutputFormat crc_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
131 extern AVOutputFormat dv_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
132 extern AVOutputFormat ffm_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
133 extern AVOutputFormat flac_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
134 extern AVOutputFormat flv_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
135 extern AVOutputFormat framecrc_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
136 extern AVOutputFormat gif_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
137 extern AVOutputFormat gxf_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
138 extern AVOutputFormat h261_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
139 extern AVOutputFormat h263_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
140 extern AVOutputFormat h264_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
141 extern AVOutputFormat image2_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
142 extern AVOutputFormat image2pipe_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
143 extern AVOutputFormat image_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
144 extern AVOutputFormat imagepipe_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
145 extern AVOutputFormat libnut_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
146 extern AVOutputFormat m4v_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
147 extern AVOutputFormat mjpeg_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
148 extern AVOutputFormat mmf_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
149 extern AVOutputFormat mov_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
150 extern AVOutputFormat mp2_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
151 extern AVOutputFormat mp3_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
152 extern AVOutputFormat mp4_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
153 extern AVOutputFormat mpeg1system_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
154 extern AVOutputFormat mpeg1vcd_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
155 extern AVOutputFormat mpeg1video_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
156 extern AVOutputFormat mpeg2dvd_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
157 extern AVOutputFormat mpeg2svcd_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
158 extern AVOutputFormat mpeg2video_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
159 extern AVOutputFormat mpeg2vob_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
160 extern AVOutputFormat mpegts_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
161 extern AVOutputFormat mpjpeg_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
162 extern AVOutputFormat null_muxer;
2354
e3ea6e602928 enable nut muxer
michael
parents: 2171
diff changeset
163 extern AVOutputFormat nut_muxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
164 extern AVOutputFormat ogg_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
165 extern AVOutputFormat pcm_alaw_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
166 extern AVOutputFormat pcm_mulaw_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
167 extern AVOutputFormat pcm_s16be_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
168 extern AVOutputFormat pcm_s16le_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
169 extern AVOutputFormat pcm_s8_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
170 extern AVOutputFormat pcm_u16be_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
171 extern AVOutputFormat pcm_u16le_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
172 extern AVOutputFormat pcm_u8_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
173 extern AVOutputFormat psp_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
174 extern AVOutputFormat rawvideo_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
175 extern AVOutputFormat rm_muxer;
2076
7b4df9e3b6fd RoQ muxer, patch by Vitor, vitor1001 gmail com
diego
parents: 2072
diff changeset
176 extern AVOutputFormat roq_muxer;
1976
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
177 extern AVOutputFormat swf_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
178 extern AVOutputFormat tg2_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
179 extern AVOutputFormat tgp_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
180 extern AVOutputFormat voc_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
181 extern AVOutputFormat wav_muxer;
3a5c41218ada cosmetics: Sort list of input/output formats.
diego
parents: 1974
diff changeset
182 extern AVOutputFormat yuv4mpegpipe_muxer;
1143
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
183
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
184 /* raw.c */
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
185 int pcm_read_seek(AVFormatContext *s,
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
186 int stream_index, int64_t timestamp, int flags);
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
187
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
188 /* rtsp.c */
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
189 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
1419
8fb4910bdcc0 Add support for H264 over RTP
gpoirier
parents: 1381
diff changeset
190 /* rtp.c */
1983
fbc66bf1f15d changes some function declarations from () to (void) as per ansi c.
gpoirier
parents: 1982
diff changeset
191 void av_register_rtp_dynamic_payload_handlers(void);
1419
8fb4910bdcc0 Add support for H264 over RTP
gpoirier
parents: 1381
diff changeset
192
1143
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
193 #endif