annotate allformats.h @ 1327:dac7743ba1ee libavformat

dont ignore MAX_READ_SIZE
author michael
date Tue, 26 Sep 2006 17:25:28 +0000
parents 024cf76ac4d1
children 0899bfe4105c
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 *
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
5 * This library is free software; you can redistribute it and/or
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
6 * 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
7 * License as published by the Free Software Foundation; either
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
8 * version 2 of the License, or (at your option) any later version.
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
9 *
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
10 * This library is distributed in the hope that it will be useful,
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
11 * 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
12 * 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
13 * 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
14 *
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
15 * You should have received a copy of the GNU Lesser General Public
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
16 * License along with this library; if not, write to the Free Software
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
17 * 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
18 */
8bf9be9bb107 Add official LGPL license headers to the files that were missing them.
diego
parents: 1287
diff changeset
19
1143
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
20 #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
21 #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
22
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
23 extern AVInputFormat fourxm_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
24 extern AVOutputFormat adts_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
25 extern AVInputFormat aiff_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
26 extern AVOutputFormat aiff_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
27 extern AVInputFormat amr_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
28 extern AVOutputFormat amr_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
29 extern AVInputFormat asf_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
30 extern AVOutputFormat asf_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
31 extern AVOutputFormat asf_stream_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
32 extern AVInputFormat au_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
33 extern AVOutputFormat au_muxer;
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 AVOutputFormat audio_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
36 extern AVInputFormat avi_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
37 extern AVOutputFormat avi_muxer;
1282
faf64f0d3445 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %
gpoirier
parents: 1186
diff changeset
38 extern AVInputFormat avisynth_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
39 extern AVInputFormat avs_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
40 extern AVOutputFormat crc_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
41 extern AVOutputFormat framecrc_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
42 extern AVInputFormat daud_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
43 extern AVInputFormat dc1394_demuxer;
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;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
46 extern AVOutputFormat dv_muxer;
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;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
49 extern AVOutputFormat ffm_muxer;
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;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
52 extern AVOutputFormat flv_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
53 extern AVOutputFormat gif_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
54 extern AVInputFormat gif_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
55 extern AVInputFormat video_grab_device_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
56 extern AVInputFormat gxf_demuxer;
1183
5b04d98e11bb GXF muxer
bcoudurier
parents: 1174
diff changeset
57 extern AVOutputFormat gxf_muxer;
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 roq_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
60 extern AVInputFormat image2_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
61 extern AVInputFormat image2pipe_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
62 extern AVOutputFormat image2_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
63 extern AVOutputFormat image2pipe_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
64 extern AVInputFormat image_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
65 extern AVInputFormat imagepipe_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
66 extern AVOutputFormat image_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
67 extern AVOutputFormat imagepipe_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
68 extern AVInputFormat ipmovie_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
69 extern AVInputFormat matroska_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
70 extern AVInputFormat mm_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
71 extern AVInputFormat mmf_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
72 extern AVOutputFormat mmf_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
73 extern AVInputFormat mov_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
74 extern AVOutputFormat mov_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
75 extern AVOutputFormat tgp_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
76 extern AVOutputFormat mp4_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
77 extern AVOutputFormat psp_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
78 extern AVOutputFormat tg2_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
79 extern AVInputFormat mp3_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
80 extern AVOutputFormat mp2_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
81 extern AVOutputFormat mp3_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
82 extern AVOutputFormat mpeg1system_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
83 extern AVOutputFormat mpeg1vcd_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
84 extern AVOutputFormat mpeg2vob_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
85 extern AVOutputFormat mpeg2svcd_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
86 extern AVOutputFormat mpeg2dvd_muxer;
1167
d89d7ef290da give AVInput/OutputFormat structs consistent names
mru
parents: 1145
diff changeset
87 extern AVInputFormat mpegps_demuxer;
d89d7ef290da give AVInput/OutputFormat structs consistent names
mru
parents: 1145
diff changeset
88 extern AVInputFormat mpegts_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
89 extern AVOutputFormat mpegts_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
90 extern AVOutputFormat mpjpeg_muxer;
1186
fbdd53c2a12d MXF demuxer
bcoudurier
parents: 1183
diff changeset
91 extern AVInputFormat mxf_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
92 extern AVInputFormat nsv_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
93 extern AVInputFormat nut_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
94 extern AVOutputFormat nut_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
95 extern AVInputFormat nuv_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
96 extern AVInputFormat ogg_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
97 extern AVOutputFormat ogg_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
98 extern AVInputFormat str_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
99 extern AVInputFormat shorten_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
100 extern AVInputFormat flac_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
101 extern AVOutputFormat flac_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
102 extern AVInputFormat ac3_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
103 extern AVOutputFormat ac3_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
104 extern AVInputFormat dts_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
105 extern AVInputFormat aac_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
106 extern AVInputFormat h261_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
107 extern AVOutputFormat h261_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
108 extern AVInputFormat h263_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
109 extern AVOutputFormat h263_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
110 extern AVInputFormat m4v_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
111 extern AVOutputFormat m4v_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
112 extern AVInputFormat h264_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
113 extern AVOutputFormat h264_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
114 extern AVInputFormat mpegvideo_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
115 extern AVOutputFormat mpeg1video_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
116 extern AVOutputFormat mpeg2video_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
117 extern AVInputFormat mjpeg_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
118 extern AVInputFormat ingenient_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
119 extern AVOutputFormat mjpeg_muxer;
1174
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
120 extern AVInputFormat pcm_s16le_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
121 extern AVOutputFormat pcm_s16le_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
122 extern AVInputFormat pcm_s16be_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
123 extern AVOutputFormat pcm_s16be_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
124 extern AVInputFormat pcm_u16le_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
125 extern AVOutputFormat pcm_u16le_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
126 extern AVInputFormat pcm_u16be_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
127 extern AVOutputFormat pcm_u16be_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
128 extern AVInputFormat pcm_s8_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
129 extern AVOutputFormat pcm_s8_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
130 extern AVInputFormat pcm_u8_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
131 extern AVOutputFormat pcm_u8_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
132 extern AVInputFormat pcm_mulaw_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
133 extern AVOutputFormat pcm_mulaw_muxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
134 extern AVInputFormat pcm_alaw_demuxer;
1c9ddfd961d6 add lost raw pcm input/output formats
mru
parents: 1169
diff changeset
135 extern AVOutputFormat pcm_alaw_muxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
136 extern AVInputFormat rawvideo_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
137 extern AVOutputFormat rawvideo_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
138 extern AVOutputFormat null_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
139 extern AVInputFormat rm_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
140 extern AVOutputFormat rm_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
141 extern AVInputFormat sdp_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
142 extern AVInputFormat redir_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
143 extern AVInputFormat segafilm_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
144 extern AVInputFormat vmd_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
145 extern AVInputFormat smacker_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
146 extern AVInputFormat sol_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
147 extern AVInputFormat swf_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
148 extern AVOutputFormat swf_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
149 extern AVInputFormat tta_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
150 extern AVInputFormat v4l2_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
151 extern AVInputFormat voc_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
152 extern AVOutputFormat voc_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
153 extern AVInputFormat wav_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
154 extern AVOutputFormat wav_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
155 extern AVInputFormat wc3_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
156 extern AVInputFormat wsaud_demuxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
157 extern AVInputFormat wsvqa_demuxer;
1324
024cf76ac4d1 WavPack lossless audio decoder
kostya
parents: 1306
diff changeset
158 extern AVInputFormat wv_demuxer;
1169
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
159 extern AVOutputFormat yuv4mpegpipe_muxer;
d18cc9a1fd02 allow individual selection of muxers and demuxers
mru
parents: 1167
diff changeset
160 extern AVInputFormat yuv4mpegpipe_demuxer;
1143
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
161
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
162 /* 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
163 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
164 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
165
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
166 /* 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
167 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
168
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
169 #if 0
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
170 extern AVImageFormat pnm_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
171 extern AVImageFormat pbm_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
172 extern AVImageFormat pgm_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
173 extern AVImageFormat ppm_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
174 extern AVImageFormat pam_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
175 extern AVImageFormat pgmyuv_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
176 extern AVImageFormat yuv_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
177 #ifdef CONFIG_ZLIB
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
178 extern AVImageFormat png_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
179 #endif
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
180 extern AVImageFormat jpeg_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
181 #endif
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
182 extern AVImageFormat gif_image_format;
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
183 //extern AVImageFormat sgi_image_format; //broken in itself
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
184
8bae9057478c Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff changeset
185 #endif