Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-12remove now useless libogg supportBaptiste Coudurier
Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10ogg muxerBaptiste Coudurier
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-08Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun
implemented through external libraries, plus rename the files accordingly. Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07Musepack SV8 demuxer and decoderKostya Shishkov
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-04add support for demuxing Electronic Arts .cdata filesAurelien Jacobs
based on a patch from Peter Ross Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-29rename crc.c to crcenc.cAurelien Jacobs
Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-29move framecrc muxer in its own fileAurelien Jacobs
Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Beam Software SIFF demuxer and video decoderKostya Shishkov
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20Add support for decrypting asf filesReimar Döffinger
Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-14Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13Monkey Audio decoderKostya Shishkov
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla
Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Rename dc1394.c to libdc1394.cRamiro Polla
Originally committed as revision 10415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Give better filenames to bktr and v4l grabbersRamiro Polla
Originally committed as revision 10412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla
Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Enable Matroska muxerDavid Conrad
Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Treat dc1394 as a libraryRamiro Polla
Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10enable nut muxerMichael Niedermayer
Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer
Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-27Introduce an SDP generatorLuca Abeni
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14Allow selecting only the vc1 demuxer.Aurelien Jacobs
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=vc1 Originally committed as revision 9649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14Allow selecting only the mpegtsraw demuxer.Aurelien Jacobs
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=mpegtsraw Originally committed as revision 9648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14The dxa demuxer depends on riff.o.Aurelien Jacobs
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=dxa Originally committed as revision 9647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14The dv1394 demuxer depends on dv.o.Aurelien Jacobs
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=dv1394 Originally committed as revision 9645 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14All those demuxers don't depend on riff.o anymore.Aurelien Jacobs
Originally committed as revision 9644 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14All those demuxers use pcm_read_seek() and thus depend on raw.o.Aurelien Jacobs
Originally committed as revision 9643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14The c93 demuxer depends on vocdec.o.Aurelien Jacobs
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=c93 Originally committed as revision 9642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few ↵Baptiste Coudurier
minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common Originally committed as revision 9382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad
patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs
Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak
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
2007-05-07Renderware TXD demuxerIvo van Poorten
Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-03cosmetics: Sort entries by CONFIG_ name.Diego Biurrun
Originally committed as revision 8877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi
related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26cosmetics: sort()Diego Biurrun
Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun
Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08CRYO APC demuxerAnssi Hannula
patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08Bethsoft VID demuxer and video decoderNicholas Tung
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-07Interplay C93 demuxer and video decoderAnssi Hannula
patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-04There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun
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
2007-04-03Get rid of unnecessary conditionals.Diego Biurrun
Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun
Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun
Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun
Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-01support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun
Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-14DXA demuxer and decoderKostya Shishkov
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk