summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing dependenciesAurelien Jacobs2008-07-06
| | | | Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-08
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-31
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13574 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
* split ffm de/muxerBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split swf de/muxerBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13203 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
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 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
* 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
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12459 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
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for speex in oggReimar Döffinger2008-02-06
| | | | Originally committed as revision 11878 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
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
| | | | Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11579 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
* AlignmentVíctor Paesa2008-01-12
| | | | Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Víctor Paesa2008-01-12
| | | | | | Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-11
| | | | Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11498 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
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
| | | | Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's ↵Luca Abeni2008-01-04
| | | | | | dependencies Originally committed as revision 11406 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
* Fix the RTP muxer dependenciesLuca Abeni2008-01-03
| | | | Originally committed as revision 11384 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
* cosmetics: sort()Diego Biurrun2008-01-02
| | | | Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
| | | | Originally committed as revision 11083 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
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
| | | | Originally committed as revision 10943 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
* rename crc.c to crcenc.cAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move framecrc muxer in its own fileAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10868 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
* Add support for decrypting asf filesReimar Döffinger2007-10-20
| | | | Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
| | | | Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk