summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* 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
* cosmetics: Sort entries by CONFIG_ name.Diego Biurrun2007-05-02
| | | | Originally committed as revision 8877 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
* cosmetics: sort()Diego Biurrun2007-04-26
| | | | Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
| | | | Originally committed as revision 8831 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
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8613 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
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-14
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
| | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7892 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
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortDiego Biurrun2007-01-25
| | | | Originally committed as revision 7697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyMåns Rullgård2007-01-21
| | | | Originally committed as revision 7619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7618 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
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
| | | | Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong/misleading comment.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libnut support until ffmpeg gets an independant and complete de/muxer ↵Oded Shimon2006-11-12
| | | | | | for NUT Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updating nut demuxer to latest specMichael Niedermayer2006-11-11
| | | | | | | | | | | | no muxing yet no index yet no seeking yet libnuts crcs dont match mine (didnt investigate yet) samplerate is stored wrong by libnut (demuxer has a workaround) code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work demuxer split from muxer Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for rtp/h264 streamingRyan Martell2006-11-07
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-31
| | | | Originally committed as revision 6846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
| | | | | | | | | | This is because upper section handles packets, and the lower switch handles timestamps Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 11:40 PM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-12
| | | | | | %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12
| | | | Originally committed as revision 6667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Delphine Software .cin files demuxing / audio and video ↵Baptiste Coudurier2006-10-11
| | | | | | decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk