summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
Commit message (Collapse)AuthorAge
...
* whitespace cosmeticsDiego Biurrun2008-12-13
| | | | Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASS/SSA muxer.Michael Niedermayer2008-09-26
| | | | Originally committed as revision 15430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26
| | | | | | Tested with -scodec copy on all ASS & SSA samples that i found on mphq (exactly 2). Originally committed as revision 15422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
| | | | | | | | | | | | | | | | | | in rtpdec.c, so that they can be shared and used in the same way in rtsp.c. The handlers, since they are specific for RDT, are registered in rdt.c and a new registration function is thus called from allformats.c. The dynamic payload handler also implements RDT-specific SDP-line parsing for OpaqueData and StartTime, which are specific for RDT and needed for proper playback. OpaqueData contains one or a list ("MLTI") of "MDPR" chunks that can be parsed by the rmdec.c function ff_rm_read_mdpr_codecdata(). To use this function, we create a new rdt_demuxer, which has the same private data as the rm_demuxer. The resulting AVFormatContext created with _open_stream() can thus be used to call functions in the RM demuxer. See discussion in "Realmedia patch" thread on ML. Originally committed as revision 15234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
| | | | Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
| | | | Originally committed as revision 14930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add D-Cinema audio muxerPeter Ross2008-08-04
| | | | Originally committed as revision 14531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-23
| | | | Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-13
| | | | | | | belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530 Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-10
| | | | | | Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net> Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-08
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw mlp demuxerRamiro Polla2008-05-30
| | | | | | | Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
| | | | | | patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk. Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
| | | | Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw dts muxerBenjamin Larsson2008-04-20
| | | | Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
| | | | | | | | Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BFI demuxerSisir Koppaka2008-04-13
| | | | | | Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMovie/RPL demuxerEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF demuxerJai Menon2008-03-30
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-28
| | | | Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 demuxerSascha Sommer2008-03-21
| | | | Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
| | | | Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyBaptiste Coudurier2008-01-20
| | | | Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
| | | | Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten2008-01-07
| | | | Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-03
| | | | Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02
| | | | Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless libogg supportBaptiste Coudurier2007-11-12
| | | | Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxerBaptiste Coudurier2007-11-10
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun2007-11-08
| | | | | | implemented through external libraries, plus rename the files accordingly. Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-07
| | | | | | implementations so that the latter ones are preferred by default. Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some explanatory comments.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant prototypeLuca Abeni2007-10-29
| | | | Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
| | | | Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
| | | | Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk