2009-12-16 |
jai_menon |
Parse ID3v[12] metadata from TTA files.
libavformat
|
2009-12-01 |
michael |
Support "A format generated by IndigoVision 8000 video server".
libavformat
|
2009-10-24 |
diego |
Remove ancient redir demuxer.
libavformat
|
2009-10-19 |
diego |
Move function that is only used by the MP3 muxer below the corresponding #if.
libavformat
|
2009-10-19 |
diego |
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.
libavformat
|
2009-10-19 |
diego |
Remove some duplicate object dependencies for the RTSP demuxer.
libavformat
|
2009-10-19 |
diego |
Add missing rdt.o dependency for SDP demuxer.
libavformat
|
2009-10-18 |
diego |
cosmetics: Break overly long lines.
libavformat
|
2009-10-15 |
jbr |
10l: update Makefile after rename
libavformat
|
2009-10-15 |
jbr |
Split up the AIFF muxer and demuxer into separate files.
libavformat
|
2009-09-22 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavformat
|
2009-09-16 |
pross |
Core Audio Format demuxer
libavformat
|
2009-08-22 |
schreter |
Support for generic multi-stream key frame finding for new seek API.
libavformat
|
2009-08-21 |
bwolowiec |
Add support for S/PDIF encapsulation.
libavformat
|
2009-08-11 |
kostya |
Parse APE metadata tags in Musepack SV7 files
libavformat
|
2009-08-11 |
kostya |
Move APE tag parsing into separate module.
libavformat
|
2009-08-10 |
diego |
Sony Wave64 demuxer
libavformat
|
2009-07-31 |
kostya |
RTMP protocol support (as a client)
libavformat
|
2009-07-24 |
aurel |
fix various compilation dependencies
libavformat
|
2009-07-12 |
diego |
Make (de)muxers for format variants select the main format (de)muxer.
libavformat
|
2009-06-29 |
stefano |
Make the configure script select the input/output devices using
libavformat
|
2009-06-15 |
diego |
The AAC demuxer now depends on id3v1.o.
libavformat
|
2009-06-11 |
diego |
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
libavformat
|
2009-06-09 |
jai_menon |
Add additional dependencies for sdp and rtsp demuxers.
libavformat
|
2009-05-30 |
stefano |
Implement SoX native format muxer and demuxer.
libavformat
|
2009-05-20 |
kmalaussene |
Add QCP demuxer.
libavformat
|
2009-05-12 |
benoit |
Per-stream language-tags extraction in asfdec.
libavformat
|
2009-05-06 |
stefano |
Add 8088flex TMV file demuxer.
libavformat
|
2009-04-21 |
ramiro |
Add raw MLP muxer.
libavformat
|
2009-04-14 |
rbultje |
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
libavformat
|
2009-04-08 |
lucabe |
Add support for AMR audio in the RTP muxer
libavformat
|
2009-04-07 |
lucabe |
Add support for H.263 video in the RTP muxer
libavformat
|
2009-04-02 |
stefano |
Implement JACK input device.
libavformat
|
2009-04-01 |
mru |
Add $(ELIBS) to example/test app link command
libavformat
|
2009-04-01 |
mru |
Make examples and test progs depend on libraries
libavformat
|
2009-03-30 |
diego |
Fix timefilter test program build without previously building libavformat.
libavformat
|
2009-03-29 |
diego |
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
libavformat
|
2009-03-27 |
diego |
Move output-example dependency declaration after subdir.mak include so that it is
libavformat
|
2009-03-27 |
diego |
Move output_example.c --> libavformat/output-example.c.
libavformat
|
2009-03-25 |
diego |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
libavformat
|
2009-03-22 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavformat
|
2009-03-19 |
ramiro |
Support raw TrueHD files
libavformat
|
2009-03-17 |
rbultje |
Add RTP/ASF header parsing, which is part of the SDP of these streams. See
libavformat
|
2009-03-07 |
vitor |
VQF demuxer
libavformat
|
2009-03-06 |
jbr |
flacdec: Parse the metadata header in the raw FLAC demuxer.
libavformat
|
2009-03-03 |
diego |
Remove deprecated vhook subsystem.
libavformat
|
2009-02-28 |
jbr |
Separate the raw FLAC demuxer from raw.c and put in a new file,
libavformat
|
2009-02-26 |
aurel |
move static tables from asf.h to non-static tables in asf.c
libavformat
|
2009-02-26 |
aurel |
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
libavformat
|
2009-02-26 |
jbr |
Share the function to write a raw FLAC header and use it in the Matroska
libavformat
|
2009-02-26 |
jbr |
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.
libavformat
|
2009-02-21 |
stefang |
add raw demuxer for Chinese AVS elementary streams
libavformat
|
2009-02-19 |
aurel |
fix missing dependencies
libavformat
|
2009-02-17 |
aurel |
use new metadata API in rm (de)muxer
libavformat
|
2009-02-16 |
rbultje |
Don't install rtsp.h. It is intended to be private, it depends on rtp code
libavformat
|
2009-02-11 |
diego |
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
libavformat
|
2009-02-08 |
vitor |
NC camera demuxer
libavformat
|
2009-02-08 |
bcoudurier |
use new audio interleaving generic code
libavformat
|
2009-02-08 |
bcoudurier |
extract audio interleaving code from mxf muxer, will be used by gxf and dv
libavformat
|
2009-01-20 |
benoit |
Enable building r3d demuxer when its config is set.
libavformat
|