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