summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun2010-09-21
| | | | Originally committed as revision 25155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-09
| | | | Originally committed as revision 25087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move raw video demuxer to its own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pcm muxers to their own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move null muxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h264 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DTS demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move id roq muxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ↵Tobias Bindhammer2010-08-23
| | | | | | adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21
| | | | | | Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program. Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19
| | | | Originally committed as revision 24834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
| | | | Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-11
| | | | | | mms.c. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat needs libavcoreMåns Rullgård2010-07-27
| | | | Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
| | | | Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-20
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MD5 protocolMåns Rullgård2010-07-18
| | | | | | | | | This is a write-only protocol which computes the md5sum of data written, and on close writes this to the designated output or stdout if none is specified. It can be used to test muxers without writing an actual file. Originally committed as revision 24309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tele-typewriter demuxerPeter Ross2010-07-18
| | | | Originally committed as revision 24301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a depacketizer for QDM2Josh Allmann2010-07-14
| | | | | | | Patch by Josh Allmann, joshua dot allmann at gmail, original code by Ronald S Bultje. Originally committed as revision 24236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ID3v1 tags in mp3 filesJames Darnley2010-07-11
| | | | | | Patch by James Darnley, james dot darnley at gmail Originally committed as revision 24189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher2010-07-05
| | | | | | | truehd demuxers Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add id3v1.o dependency for oma demuxerMichael Karcher2010-07-05
| | | | | | Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of SVQ3Josh Allmann2010-07-01
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-25
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add metadata support. Patch by Michael Karcher.Michael Karcher2010-06-17
| | | | Originally committed as revision 23639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add WebM muxerJames Zern2010-06-04
| | | | | | Patch by James Zern <jzern at google> Originally committed as revision 23474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On2 IVF demuxerDavid Conrad2010-05-27
| | | | Originally committed as revision 23357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-24
| | | | Originally committed as revision 23301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -f framemd5 muxer similar to framecrc.Reimar Döffinger2010-05-24
| | | | Originally committed as revision 23289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger2010-05-23
| | | | | | needing an external MD5 command. Originally committed as revision 23257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
| | | | Originally committed as revision 23164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
| | | | | | Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>. Originally committed as revision 22768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
| | | | | | | | the Vorbis / theora depacketizers. Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>. Originally committed as revision 22765 to svn://svn.ffmpeg.org/ffmpeg/trunk