summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
Commit message (Collapse)AuthorAge
...
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
| | | | | | | libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-25
| | | | Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-09
| | | | | | fixups by me. Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable yuv_image_formatMichael Niedermayer2005-01-04
| | | | Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffm_init() for win32, so the regression tests dont fail thereMichael Niedermayer2004-12-30
| | | | Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First implementation of nsv demuxer.François Revol2004-11-20
| | | | | | Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms) Originally committed as revision 3696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable redundant image formats, otherwise we wont get any bugreports about ↵Michael Niedermayer2004-11-14
| | | | | | -f image2 Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
| | | | | | | | | Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-16
| | | | Originally committed as revision 3600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent multiple av_register_all()Michael Niedermayer2004-10-07
| | | | Originally committed as revision 3570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
| | | | | | courtesy of Konstantin Shishkov Originally committed as revision 3529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-15
| | | | | | with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje ↵Ronald S. Bultje2004-03-13
| | | | | | at students dot uu dot nl>) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-13
| | | | | | <doubleshot@pacbell.net> Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot ↵Michael Niedermayer2004-03-11
| | | | | | uu dot nl>) Originally committed as revision 2872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-02
| | | | Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-14
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove experimental referenceMike Melanson2003-10-14
| | | | Originally committed as revision 2378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implemented Id Quake II CIN supportMike Melanson2003-10-03
| | | | Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-08
| | | | Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-08
| | | | Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-05
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson2003-09-01
| | | | | | video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer2003-08-26
| | | | Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias ↵D Richard Felker III2003-08-05
| | | | | | at aerifal dot cx>) Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 4xm to the familyMike Melanson2003-05-25
| | | | Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added new netpbm pam format support (needed for alpha plane support)Fabrice Bellard2003-04-19
| | | | Originally committed as revision 1792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-27
| | | | Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added GIF image format (both read and write)Fabrice Bellard2003-02-03
| | | | Originally committed as revision 1541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg ↵Fabrice Bellard2003-02-02
| | | | | | codec fixes are necessary to go further) Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added basic png handlingFabrice Bellard2003-02-01
| | | | Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video_device fixesFabrice Bellard2003-01-23
| | | | Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-11
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk