Mercurial > libavformat.hg
annotate allformats.h @ 2308:c12d367e9246 libavformat
cosmetics, indentation
author | bcoudurier |
---|---|
date | Sun, 05 Aug 2007 01:36:31 +0000 |
parents | a6d6b2b19341 |
children | e3ea6e602928 |
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 | 25 #include "avformat.h" |
26 | |
1976 | 27 extern AVInputFormat aac_demuxer; |
28 extern AVInputFormat ac3_demuxer; | |
1169 | 29 extern AVInputFormat aiff_demuxer; |
30 extern AVInputFormat amr_demuxer; | |
1990 | 31 extern AVInputFormat apc_demuxer; |
1169 | 32 extern AVInputFormat asf_demuxer; |
33 extern AVInputFormat au_demuxer; | |
34 extern AVInputFormat audio_demuxer; | |
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 | 37 extern AVInputFormat avs_demuxer; |
1989 | 38 extern AVInputFormat bethsoftvid_demuxer; |
1987 | 39 extern AVInputFormat c93_demuxer; |
1169 | 40 extern AVInputFormat daud_demuxer; |
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 | 43 extern AVInputFormat dts_demuxer; |
1169 | 44 extern AVInputFormat dv1394_demuxer; |
45 extern AVInputFormat dv_demuxer; | |
1918 | 46 extern AVInputFormat dxa_demuxer; |
1169 | 47 extern AVInputFormat ea_demuxer; |
48 extern AVInputFormat ffm_demuxer; | |
1976 | 49 extern AVInputFormat flac_demuxer; |
1169 | 50 extern AVInputFormat flic_demuxer; |
51 extern AVInputFormat flv_demuxer; | |
1976 | 52 extern AVInputFormat fourxm_demuxer; |
1169 | 53 extern AVInputFormat gif_demuxer; |
54 extern AVInputFormat gxf_demuxer; | |
1976 | 55 extern AVInputFormat h261_demuxer; |
56 extern AVInputFormat h263_demuxer; | |
57 extern AVInputFormat h264_demuxer; | |
1169 | 58 extern AVInputFormat idcin_demuxer; |
59 extern AVInputFormat image2_demuxer; | |
60 extern AVInputFormat image2pipe_demuxer; | |
61 extern AVInputFormat image_demuxer; | |
62 extern AVInputFormat imagepipe_demuxer; | |
1976 | 63 extern AVInputFormat ingenient_demuxer; |
1169 | 64 extern AVInputFormat ipmovie_demuxer; |
1769 | 65 extern AVInputFormat libnut_demuxer; |
1976 | 66 extern AVInputFormat m4v_demuxer; |
1169 | 67 extern AVInputFormat matroska_demuxer; |
1976 | 68 extern AVInputFormat mjpeg_demuxer; |
1169 | 69 extern AVInputFormat mm_demuxer; |
70 extern AVInputFormat mmf_demuxer; | |
71 extern AVInputFormat mov_demuxer; | |
72 extern AVInputFormat mp3_demuxer; | |
1602 | 73 extern AVInputFormat mpc_demuxer; |
1167 | 74 extern AVInputFormat mpegps_demuxer; |
75 extern AVInputFormat mpegts_demuxer; | |
2150 | 76 extern AVInputFormat mpegtsraw_demuxer; |
1976 | 77 extern AVInputFormat mpegvideo_demuxer; |
1380 | 78 extern AVInputFormat mtv_demuxer; |
1186 | 79 extern AVInputFormat mxf_demuxer; |
1169 | 80 extern AVInputFormat nsv_demuxer; |
81 extern AVInputFormat nut_demuxer; | |
82 extern AVInputFormat nuv_demuxer; | |
83 extern AVInputFormat ogg_demuxer; | |
1976 | 84 extern AVInputFormat pcm_alaw_demuxer; |
85 extern AVInputFormat pcm_mulaw_demuxer; | |
86 extern AVInputFormat pcm_s16be_demuxer; | |
1174 | 87 extern AVInputFormat pcm_s16le_demuxer; |
1976 | 88 extern AVInputFormat pcm_s8_demuxer; |
89 extern AVInputFormat pcm_u16be_demuxer; | |
1174 | 90 extern AVInputFormat pcm_u16le_demuxer; |
91 extern AVInputFormat pcm_u8_demuxer; | |
1169 | 92 extern AVInputFormat rawvideo_demuxer; |
1976 | 93 extern AVInputFormat redir_demuxer; |
1169 | 94 extern AVInputFormat rm_demuxer; |
1976 | 95 extern AVInputFormat roq_demuxer; |
1169 | 96 extern AVInputFormat sdp_demuxer; |
97 extern AVInputFormat segafilm_demuxer; | |
1976 | 98 extern AVInputFormat shorten_demuxer; |
1169 | 99 extern AVInputFormat smacker_demuxer; |
100 extern AVInputFormat sol_demuxer; | |
1976 | 101 extern AVInputFormat str_demuxer; |
1169 | 102 extern AVInputFormat swf_demuxer; |
1976 | 103 extern AVInputFormat thp_demuxer; |
104 extern AVInputFormat tiertexseq_demuxer; | |
1169 | 105 extern AVInputFormat tta_demuxer; |
2072 | 106 extern AVInputFormat txd_demuxer; |
1169 | 107 extern AVInputFormat v4l2_demuxer; |
1773 | 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 | 111 extern AVInputFormat vmd_demuxer; |
1169 | 112 extern AVInputFormat voc_demuxer; |
113 extern AVInputFormat wav_demuxer; | |
114 extern AVInputFormat wc3_demuxer; | |
115 extern AVInputFormat wsaud_demuxer; | |
116 extern AVInputFormat wsvqa_demuxer; | |
1324 | 117 extern AVInputFormat wv_demuxer; |
1976 | 118 extern AVInputFormat x11_grab_device_demuxer; |
1169 | 119 extern AVInputFormat yuv4mpegpipe_demuxer; |
1976 | 120 |
121 extern AVOutputFormat ac3_muxer; | |
122 extern AVOutputFormat adts_muxer; | |
123 extern AVOutputFormat aiff_muxer; | |
124 extern AVOutputFormat amr_muxer; | |
125 extern AVOutputFormat asf_muxer; | |
126 extern AVOutputFormat asf_stream_muxer; | |
127 extern AVOutputFormat au_muxer; | |
128 extern AVOutputFormat audio_muxer; | |
129 extern AVOutputFormat avi_muxer; | |
130 extern AVOutputFormat crc_muxer; | |
131 extern AVOutputFormat dv_muxer; | |
132 extern AVOutputFormat ffm_muxer; | |
133 extern AVOutputFormat flac_muxer; | |
134 extern AVOutputFormat flv_muxer; | |
135 extern AVOutputFormat framecrc_muxer; | |
136 extern AVOutputFormat gif_muxer; | |
137 extern AVOutputFormat gxf_muxer; | |
138 extern AVOutputFormat h261_muxer; | |
139 extern AVOutputFormat h263_muxer; | |
140 extern AVOutputFormat h264_muxer; | |
141 extern AVOutputFormat image2_muxer; | |
142 extern AVOutputFormat image2pipe_muxer; | |
143 extern AVOutputFormat image_muxer; | |
144 extern AVOutputFormat imagepipe_muxer; | |
145 extern AVOutputFormat libnut_muxer; | |
146 extern AVOutputFormat m4v_muxer; | |
147 extern AVOutputFormat mjpeg_muxer; | |
148 extern AVOutputFormat mmf_muxer; | |
149 extern AVOutputFormat mov_muxer; | |
150 extern AVOutputFormat mp2_muxer; | |
151 extern AVOutputFormat mp3_muxer; | |
152 extern AVOutputFormat mp4_muxer; | |
153 extern AVOutputFormat mpeg1system_muxer; | |
154 extern AVOutputFormat mpeg1vcd_muxer; | |
155 extern AVOutputFormat mpeg1video_muxer; | |
156 extern AVOutputFormat mpeg2dvd_muxer; | |
157 extern AVOutputFormat mpeg2svcd_muxer; | |
158 extern AVOutputFormat mpeg2video_muxer; | |
159 extern AVOutputFormat mpeg2vob_muxer; | |
160 extern AVOutputFormat mpegts_muxer; | |
161 extern AVOutputFormat mpjpeg_muxer; | |
162 extern AVOutputFormat null_muxer; | |
163 extern AVOutputFormat ogg_muxer; | |
164 extern AVOutputFormat pcm_alaw_muxer; | |
165 extern AVOutputFormat pcm_mulaw_muxer; | |
166 extern AVOutputFormat pcm_s16be_muxer; | |
167 extern AVOutputFormat pcm_s16le_muxer; | |
168 extern AVOutputFormat pcm_s8_muxer; | |
169 extern AVOutputFormat pcm_u16be_muxer; | |
170 extern AVOutputFormat pcm_u16le_muxer; | |
171 extern AVOutputFormat pcm_u8_muxer; | |
172 extern AVOutputFormat psp_muxer; | |
173 extern AVOutputFormat rawvideo_muxer; | |
174 extern AVOutputFormat rm_muxer; | |
2076 | 175 extern AVOutputFormat roq_muxer; |
1976 | 176 extern AVOutputFormat swf_muxer; |
177 extern AVOutputFormat tg2_muxer; | |
178 extern AVOutputFormat tgp_muxer; | |
179 extern AVOutputFormat voc_muxer; | |
180 extern AVOutputFormat wav_muxer; | |
181 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
|
182 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
183 /* 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
|
184 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
|
185 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
|
186 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
187 /* 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
|
188 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f); |
1419 | 189 /* rtp.c */ |
1983
fbc66bf1f15d
changes some function declarations from () to (void) as per ansi c.
gpoirier
parents:
1982
diff
changeset
|
190 void av_register_rtp_dynamic_payload_handlers(void); |
1419 | 191 |
1143
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
192 #endif |