summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Expand)AuthorAge
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-15
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-09
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
* Add QCP demuxer.Kenan Gillet2009-05-20
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
* Add raw MLP muxer.Ramiro Polla2009-04-21
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Implement JACK input device.Olivier Guilyardi2009-04-02
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-30
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-27
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Support raw TrueHD filesRamiro Polla2009-03-19
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-17
* VQF demuxerVitor Sessak2009-03-07
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* fix missing dependenciesAurelien Jacobs2009-02-19
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11
* NC camera demuxerNicolas Martin2009-02-08
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-20
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
* cosmetics: alphabetical orderDiego Biurrun2009-01-06
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-13
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
* ASS/SSA muxer.Michael Niedermayer2008-09-26