summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-171-0/+1
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-151-1/+1
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-101-1/+1
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-081-1/+1
* cosmetics: alphabetical orderDiego Biurrun2009-01-061-2/+2
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-1/+1
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-131-3/+3
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* raw dnxhd de/muxerBaptiste Coudurier2008-10-241-0/+2
* ASS/SSA muxer.Michael Niedermayer2008-09-261-0/+1
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-261-0/+1
OpenPOWER on IntegriCloud