| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | flacdec: Parse the metadata header in the raw FLAC demuxer. | Justin Ruggles | 2009-03-06 | 1 | -1/+1 |
* | Remove deprecated vhook subsystem. | Diego Biurrun | 2009-03-03 | 1 | -2/+0 |
* | Separate the raw FLAC demuxer from raw.c and put in a new file, | Justin Ruggles | 2009-02-28 | 1 | -1/+1 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 1 | -3/+3 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 1 | -3/+3 |
* | Share the function to write a raw FLAC header and use it in the Matroska | Justin Ruggles | 2009-02-26 | 1 | -2/+2 |
* | Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. | Justin Ruggles | 2009-02-26 | 1 | -1/+1 |
* | add raw demuxer for Chinese AVS elementary streams | Stefan Gehrer | 2009-02-21 | 1 | -0/+1 |
* | fix missing dependencies | Aurelien Jacobs | 2009-02-19 | 1 | -6/+31 |
* | use new metadata API in rm (de)muxer | Aurelien Jacobs | 2009-02-17 | 1 | -2/+2 |
* | Don't install rtsp.h. It is intended to be private, it depends on rtp code | Ronald S. Bultje | 2009-02-16 | 1 | -1/+1 |
* | Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com | Toshimitsu Kimura | 2009-02-11 | 1 | -0/+1 |
* | NC camera demuxer | Nicolas Martin | 2009-02-08 | 1 | -0/+1 |
* | use new audio interleaving generic code | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | extract audio interleaving code from mxf muxer, will be used by gxf and dv | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | Enable building r3d demuxer when its config is set. | Benoit Fouet | 2009-01-20 | 1 | -0/+1 |
* | Fix probing of files with ID3v2 tags. Discussed at | Alex Converse | 2009-01-19 | 1 | -2/+2 |