summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
Commit message (Collapse)AuthorAge
* 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
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
| | | | Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable Matroska muxerDavid Conrad2007-09-05
| | | | Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat dc1394 as a libraryRamiro Polla2007-09-04
| | | | Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make native and libnut NUT muxers mutually exclusive.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUXAurelien Jacobs2007-08-10
| | | | Originally committed as revision 10048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable nut muxerMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpegtsraw demuxerMichael Niedermayer2007-06-06
| | | | Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
| | | | | | | | reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD demuxerIvo van Poorten2007-05-07
| | | | Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste error in comment.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-14
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw VC-1 demuxerKostya Shishkov2007-02-09
| | | | Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
| | | | Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk