Mercurial > libavformat.hg
annotate allformats.h @ 1650:a8d943528f89 libavformat
indention
author | bcoudurier |
---|---|
date | Sun, 14 Jan 2007 23:16:20 +0000 |
parents | 6238b40b7aef |
children | 35cf5d513830 |
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 |
1169 | 25 extern AVInputFormat fourxm_demuxer; |
26 extern AVOutputFormat adts_muxer; | |
27 extern AVInputFormat aiff_demuxer; | |
28 extern AVOutputFormat aiff_muxer; | |
29 extern AVInputFormat amr_demuxer; | |
30 extern AVOutputFormat amr_muxer; | |
31 extern AVInputFormat asf_demuxer; | |
32 extern AVOutputFormat asf_muxer; | |
33 extern AVOutputFormat asf_stream_muxer; | |
34 extern AVInputFormat au_demuxer; | |
35 extern AVOutputFormat au_muxer; | |
36 extern AVInputFormat audio_demuxer; | |
37 extern AVOutputFormat audio_muxer; | |
38 extern AVInputFormat avi_demuxer; | |
39 extern AVOutputFormat avi_muxer; | |
1282
faf64f0d3445
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %
gpoirier
parents:
1186
diff
changeset
|
40 extern AVInputFormat avisynth_demuxer; |
1169 | 41 extern AVInputFormat avs_demuxer; |
42 extern AVOutputFormat crc_muxer; | |
43 extern AVOutputFormat framecrc_muxer; | |
44 extern AVInputFormat daud_demuxer; | |
45 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
|
46 extern AVInputFormat dsicin_demuxer; |
1169 | 47 extern AVInputFormat dv1394_demuxer; |
48 extern AVInputFormat dv_demuxer; | |
49 extern AVOutputFormat dv_muxer; | |
50 extern AVInputFormat ea_demuxer; | |
51 extern AVInputFormat ffm_demuxer; | |
52 extern AVOutputFormat ffm_muxer; | |
53 extern AVInputFormat flic_demuxer; | |
54 extern AVInputFormat flv_demuxer; | |
55 extern AVOutputFormat flv_muxer; | |
56 extern AVOutputFormat gif_muxer; | |
57 extern AVInputFormat gif_demuxer; | |
58 extern AVInputFormat video_grab_device_demuxer; | |
59 extern AVInputFormat gxf_demuxer; | |
1183 | 60 extern AVOutputFormat gxf_muxer; |
1169 | 61 extern AVInputFormat idcin_demuxer; |
62 extern AVInputFormat roq_demuxer; | |
63 extern AVInputFormat image2_demuxer; | |
64 extern AVInputFormat image2pipe_demuxer; | |
65 extern AVOutputFormat image2_muxer; | |
66 extern AVOutputFormat image2pipe_muxer; | |
67 extern AVInputFormat image_demuxer; | |
68 extern AVInputFormat imagepipe_demuxer; | |
69 extern AVOutputFormat image_muxer; | |
70 extern AVOutputFormat imagepipe_muxer; | |
71 extern AVInputFormat ipmovie_demuxer; | |
72 extern AVInputFormat matroska_demuxer; | |
73 extern AVInputFormat mm_demuxer; | |
74 extern AVInputFormat mmf_demuxer; | |
75 extern AVOutputFormat mmf_muxer; | |
76 extern AVInputFormat mov_demuxer; | |
77 extern AVOutputFormat mov_muxer; | |
78 extern AVOutputFormat tgp_muxer; | |
79 extern AVOutputFormat mp4_muxer; | |
80 extern AVOutputFormat psp_muxer; | |
81 extern AVOutputFormat tg2_muxer; | |
82 extern AVInputFormat mp3_demuxer; | |
83 extern AVOutputFormat mp2_muxer; | |
84 extern AVOutputFormat mp3_muxer; | |
1602 | 85 extern AVInputFormat mpc_demuxer; |
1169 | 86 extern AVOutputFormat mpeg1system_muxer; |
87 extern AVOutputFormat mpeg1vcd_muxer; | |
88 extern AVOutputFormat mpeg2vob_muxer; | |
89 extern AVOutputFormat mpeg2svcd_muxer; | |
90 extern AVOutputFormat mpeg2dvd_muxer; | |
1167 | 91 extern AVInputFormat mpegps_demuxer; |
92 extern AVInputFormat mpegts_demuxer; | |
1169 | 93 extern AVOutputFormat mpegts_muxer; |
94 extern AVOutputFormat mpjpeg_muxer; | |
1380 | 95 extern AVInputFormat mtv_demuxer; |
1186 | 96 extern AVInputFormat mxf_demuxer; |
1169 | 97 extern AVInputFormat nsv_demuxer; |
98 extern AVInputFormat nut_demuxer; | |
99 extern AVOutputFormat nut_muxer; | |
100 extern AVInputFormat nuv_demuxer; | |
101 extern AVInputFormat ogg_demuxer; | |
102 extern AVOutputFormat ogg_muxer; | |
103 extern AVInputFormat str_demuxer; | |
104 extern AVInputFormat shorten_demuxer; | |
105 extern AVInputFormat flac_demuxer; | |
106 extern AVOutputFormat flac_muxer; | |
107 extern AVInputFormat ac3_demuxer; | |
108 extern AVOutputFormat ac3_muxer; | |
109 extern AVInputFormat dts_demuxer; | |
110 extern AVInputFormat aac_demuxer; | |
111 extern AVInputFormat h261_demuxer; | |
112 extern AVOutputFormat h261_muxer; | |
113 extern AVInputFormat h263_demuxer; | |
114 extern AVOutputFormat h263_muxer; | |
115 extern AVInputFormat m4v_demuxer; | |
116 extern AVOutputFormat m4v_muxer; | |
117 extern AVInputFormat h264_demuxer; | |
118 extern AVOutputFormat h264_muxer; | |
119 extern AVInputFormat mpegvideo_demuxer; | |
120 extern AVOutputFormat mpeg1video_muxer; | |
121 extern AVOutputFormat mpeg2video_muxer; | |
122 extern AVInputFormat mjpeg_demuxer; | |
123 extern AVInputFormat ingenient_demuxer; | |
124 extern AVOutputFormat mjpeg_muxer; | |
1174 | 125 extern AVInputFormat pcm_s16le_demuxer; |
126 extern AVOutputFormat pcm_s16le_muxer; | |
127 extern AVInputFormat pcm_s16be_demuxer; | |
128 extern AVOutputFormat pcm_s16be_muxer; | |
129 extern AVInputFormat pcm_u16le_demuxer; | |
130 extern AVOutputFormat pcm_u16le_muxer; | |
131 extern AVInputFormat pcm_u16be_demuxer; | |
132 extern AVOutputFormat pcm_u16be_muxer; | |
133 extern AVInputFormat pcm_s8_demuxer; | |
134 extern AVOutputFormat pcm_s8_muxer; | |
135 extern AVInputFormat pcm_u8_demuxer; | |
136 extern AVOutputFormat pcm_u8_muxer; | |
137 extern AVInputFormat pcm_mulaw_demuxer; | |
138 extern AVOutputFormat pcm_mulaw_muxer; | |
139 extern AVInputFormat pcm_alaw_demuxer; | |
140 extern AVOutputFormat pcm_alaw_muxer; | |
1169 | 141 extern AVInputFormat rawvideo_demuxer; |
142 extern AVOutputFormat rawvideo_muxer; | |
143 extern AVOutputFormat null_muxer; | |
144 extern AVInputFormat rm_demuxer; | |
145 extern AVOutputFormat rm_muxer; | |
146 extern AVInputFormat sdp_demuxer; | |
147 extern AVInputFormat redir_demuxer; | |
148 extern AVInputFormat segafilm_demuxer; | |
149 extern AVInputFormat vmd_demuxer; | |
150 extern AVInputFormat smacker_demuxer; | |
151 extern AVInputFormat sol_demuxer; | |
152 extern AVInputFormat swf_demuxer; | |
153 extern AVOutputFormat swf_muxer; | |
154 extern AVInputFormat tta_demuxer; | |
155 extern AVInputFormat v4l2_demuxer; | |
156 extern AVInputFormat voc_demuxer; | |
157 extern AVOutputFormat voc_muxer; | |
158 extern AVInputFormat wav_demuxer; | |
159 extern AVOutputFormat wav_muxer; | |
160 extern AVInputFormat wc3_demuxer; | |
161 extern AVInputFormat wsaud_demuxer; | |
162 extern AVInputFormat wsvqa_demuxer; | |
1324 | 163 extern AVInputFormat wv_demuxer; |
1169 | 164 extern AVOutputFormat yuv4mpegpipe_muxer; |
165 extern AVInputFormat yuv4mpegpipe_demuxer; | |
1381
d0a6c143b246
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
bcoudurier
parents:
1380
diff
changeset
|
166 extern AVInputFormat tiertexseq_demuxer; |
1580
32bfc91cb541
Original X11 device demuxer patch from Clemens Fruhwirth
gpoirier
parents:
1579
diff
changeset
|
167 extern AVInputFormat x11_grab_device_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
|
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 /* 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
|
170 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
|
171 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
|
172 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
173 /* 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
|
174 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f); |
1419 | 175 /* rtp.c */ |
176 void av_register_rtp_dynamic_payload_handlers(); | |
177 | |
1143
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
178 #endif |