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 (Expand)Author
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-10Deluxe Paint Animation demuxerPeter Ross
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-16Parse ID3v[12] metadata from TTA files.Jai Menon
2009-12-01Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer
2009-10-24Remove ancient redir demuxer.Diego Biurrun
2009-10-20Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun
2009-10-20The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun
2009-10-20Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun
2009-10-20Add missing rdt.o dependency for SDP demuxer.Diego Biurrun
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-10-1510l: update Makefile after renameJustin Ruggles
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-16Core Audio Format demuxerPeter Ross
2009-08-22Support for generic multi-stream key frame finding for new seek API.Ivan Schreter
2009-08-21Add support for S/PDIF encapsulation.Bartlomiej Wolowiec
2009-08-11Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen
2009-08-11Move APE tag parsing into separate module.Kostya Shishkov
2009-08-10Sony Wave64 demuxerDaniel Verkamp
2009-07-31RTMP protocol support (as a client)Kostya Shishkov
2009-07-25fix various compilation dependenciesAurelien Jacobs
2009-07-13Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-06-15The AAC demuxer now depends on id3v1.o.Patrick Dehne
2009-06-11Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne
2009-06-09Add additional dependencies for sdp and rtsp demuxers.Jai Menon
2009-05-30Implement SoX native format muxer and demuxer.Daniel Verkamp
2009-05-20Add QCP demuxer.Kenan Gillet
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon
2009-05-07Add 8088flex TMV file demuxer.Daniel Verkamp
2009-04-22Add raw MLP muxer.Ramiro Polla
2009-04-14Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje
2009-04-08Add support for AMR audio in the RTP muxerMartin Storsjö
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-04-01Add $(ELIBS) to example/test app link commandMåns Rullgård
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-03-30Fix timefilter test program build without previously building libavformat.Diego Biurrun
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-27Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun
2009-03-27Move output_example.c --> libavformat/output-example.c.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-03-08VQF demuxerVitor Sessak
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
2009-02-28Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles