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
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
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs
2009-02-26Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles
2009-02-26Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles
2009-02-21add raw demuxer for Chinese AVS elementary streamsStefan Gehrer
2009-02-19fix missing dependenciesAurelien Jacobs
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2009-02-16Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje
2009-02-11Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura
2009-02-08NC camera demuxerNicolas Martin
2009-02-08use new audio interleaving generic codeBaptiste Coudurier
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier
2009-01-20Enable building r3d demuxer when its config is set.Benoit Fouet
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-15Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse
2009-01-10Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini
2009-01-09Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs
2009-01-06cosmetics: alphabetical orderDiego Biurrun
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
2008-12-13Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-10-24raw dnxhd de/muxerBaptiste Coudurier
2008-09-26ASS/SSA muxer.Michael Niedermayer
2008-09-262 in 1, an ASS and SSA demuxer.Michael Niedermayer
2008-09-03Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
2008-08-07rename mxf.c to mxfdec.cBaptiste Coudurier
2008-08-04Add D-Cinema audio muxerPeter Ross
2008-07-23SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov