summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Core Audio Format demuxerPeter Ross2009-09-161-0/+1
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-221-1/+1
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-211-0/+1
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-111-1/+1
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-111-1/+1
* Sony Wave64 demuxerDaniel Verkamp2009-08-101-0/+1
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-0/+1
* fix various compilation dependenciesAurelien Jacobs2009-07-241-5/+5
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-121-9/+0
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-291-1/+1
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-151-1/+1
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-111-1/+1
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-091-2/+2
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-301-0/+2
* Add QCP demuxer.Kenan Gillet2009-05-201-0/+1
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-121-1/+1
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-061-0/+1
* Add raw MLP muxer.Ramiro Polla2009-04-211-0/+1
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-141-1/+1
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-081-0/+1
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-071-0/+1
* Implement JACK input device.Olivier Guilyardi2009-04-021-0/+3
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-011-0/+2
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-2/+0
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-301-1/+1
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-271-2/+2
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-271-0/+3
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-0/+2
* Support raw TrueHD filesRamiro Polla2009-03-191-0/+2
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-171-0/+1
* VQF demuxerVitor Sessak2009-03-071-0/+1
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-061-1/+1
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-2/+0
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-281-1/+1
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-261-3/+3
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-261-3/+3
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-261-2/+2
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-261-1/+1
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-211-0/+1
* fix missing dependenciesAurelien Jacobs2009-02-191-6/+31
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-171-2/+2
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-161-1/+1
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-111-0/+1
* NC camera demuxerNicolas Martin2009-02-081-0/+1
* use new audio interleaving generic codeBaptiste Coudurier2009-02-081-1/+1
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-081-1/+1
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-201-0/+1
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-2/+2