Mercurial > libavformat.hg
annotate allformats.h @ 1411:822f6b8a9b5e libavformat
use the adjustment value present in FLV to crop VP6 video
author | aurel |
---|---|
date | Sun, 22 Oct 2006 23:19:42 +0000 |
parents | d0a6c143b246 |
children | 8fb4910bdcc0 |
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; | |
85 extern AVOutputFormat mpeg1system_muxer; | |
86 extern AVOutputFormat mpeg1vcd_muxer; | |
87 extern AVOutputFormat mpeg2vob_muxer; | |
88 extern AVOutputFormat mpeg2svcd_muxer; | |
89 extern AVOutputFormat mpeg2dvd_muxer; | |
1167 | 90 extern AVInputFormat mpegps_demuxer; |
91 extern AVInputFormat mpegts_demuxer; | |
1169 | 92 extern AVOutputFormat mpegts_muxer; |
93 extern AVOutputFormat mpjpeg_muxer; | |
1380 | 94 extern AVInputFormat mtv_demuxer; |
1186 | 95 extern AVInputFormat mxf_demuxer; |
1169 | 96 extern AVInputFormat nsv_demuxer; |
97 extern AVInputFormat nut_demuxer; | |
98 extern AVOutputFormat nut_muxer; | |
99 extern AVInputFormat nuv_demuxer; | |
100 extern AVInputFormat ogg_demuxer; | |
101 extern AVOutputFormat ogg_muxer; | |
102 extern AVInputFormat str_demuxer; | |
103 extern AVInputFormat shorten_demuxer; | |
104 extern AVInputFormat flac_demuxer; | |
105 extern AVOutputFormat flac_muxer; | |
106 extern AVInputFormat ac3_demuxer; | |
107 extern AVOutputFormat ac3_muxer; | |
108 extern AVInputFormat dts_demuxer; | |
109 extern AVInputFormat aac_demuxer; | |
110 extern AVInputFormat h261_demuxer; | |
111 extern AVOutputFormat h261_muxer; | |
112 extern AVInputFormat h263_demuxer; | |
113 extern AVOutputFormat h263_muxer; | |
114 extern AVInputFormat m4v_demuxer; | |
115 extern AVOutputFormat m4v_muxer; | |
116 extern AVInputFormat h264_demuxer; | |
117 extern AVOutputFormat h264_muxer; | |
118 extern AVInputFormat mpegvideo_demuxer; | |
119 extern AVOutputFormat mpeg1video_muxer; | |
120 extern AVOutputFormat mpeg2video_muxer; | |
121 extern AVInputFormat mjpeg_demuxer; | |
122 extern AVInputFormat ingenient_demuxer; | |
123 extern AVOutputFormat mjpeg_muxer; | |
1174 | 124 extern AVInputFormat pcm_s16le_demuxer; |
125 extern AVOutputFormat pcm_s16le_muxer; | |
126 extern AVInputFormat pcm_s16be_demuxer; | |
127 extern AVOutputFormat pcm_s16be_muxer; | |
128 extern AVInputFormat pcm_u16le_demuxer; | |
129 extern AVOutputFormat pcm_u16le_muxer; | |
130 extern AVInputFormat pcm_u16be_demuxer; | |
131 extern AVOutputFormat pcm_u16be_muxer; | |
132 extern AVInputFormat pcm_s8_demuxer; | |
133 extern AVOutputFormat pcm_s8_muxer; | |
134 extern AVInputFormat pcm_u8_demuxer; | |
135 extern AVOutputFormat pcm_u8_muxer; | |
136 extern AVInputFormat pcm_mulaw_demuxer; | |
137 extern AVOutputFormat pcm_mulaw_muxer; | |
138 extern AVInputFormat pcm_alaw_demuxer; | |
139 extern AVOutputFormat pcm_alaw_muxer; | |
1169 | 140 extern AVInputFormat rawvideo_demuxer; |
141 extern AVOutputFormat rawvideo_muxer; | |
142 extern AVOutputFormat null_muxer; | |
143 extern AVInputFormat rm_demuxer; | |
144 extern AVOutputFormat rm_muxer; | |
145 extern AVInputFormat sdp_demuxer; | |
146 extern AVInputFormat redir_demuxer; | |
147 extern AVInputFormat segafilm_demuxer; | |
148 extern AVInputFormat vmd_demuxer; | |
149 extern AVInputFormat smacker_demuxer; | |
150 extern AVInputFormat sol_demuxer; | |
151 extern AVInputFormat swf_demuxer; | |
152 extern AVOutputFormat swf_muxer; | |
153 extern AVInputFormat tta_demuxer; | |
154 extern AVInputFormat v4l2_demuxer; | |
155 extern AVInputFormat voc_demuxer; | |
156 extern AVOutputFormat voc_muxer; | |
157 extern AVInputFormat wav_demuxer; | |
158 extern AVOutputFormat wav_muxer; | |
159 extern AVInputFormat wc3_demuxer; | |
160 extern AVInputFormat wsaud_demuxer; | |
161 extern AVInputFormat wsvqa_demuxer; | |
1324 | 162 extern AVInputFormat wv_demuxer; |
1169 | 163 extern AVOutputFormat yuv4mpegpipe_muxer; |
164 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
|
165 extern AVInputFormat tiertexseq_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
|
166 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
167 /* 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
|
168 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
|
169 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
|
170 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
171 /* 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
|
172 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
|
173 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
174 #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
|
175 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
|
176 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
|
177 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
|
178 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
|
179 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
|
180 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
|
181 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
|
182 #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
|
183 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
|
184 #endif |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
185 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
|
186 #endif |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
187 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
|
188 //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
|
189 |
8bae9057478c
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
gpoirier
parents:
diff
changeset
|
190 #endif |