332 Commits (1642ee4337988523207ee8f30be9281e6919d95a)

Author SHA1 Message Date
Michael Tison a3d995c1eb CD+G demuxer and decoder 15 years ago
Jai Menon 22ff336145 Parse ID3v[12] metadata from TTA files. 15 years ago
Michael Niedermayer 00b6fa40c3 Support "A format generated by IndigoVision 8000 video server". 15 years ago
Diego Biurrun 76e6e9c330 Remove ancient redir demuxer. 15 years ago
Diego Biurrun 0cd0a22488 Move function that is only used by the MP3 muxer below the corresponding #if. 15 years ago
Diego Biurrun cd69fa69c5 The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. 15 years ago
Diego Biurrun 6f571d89c1 Remove some duplicate object dependencies for the RTSP demuxer. 15 years ago
Diego Biurrun 47e9f6217d Add missing rdt.o dependency for SDP demuxer. 15 years ago
Diego Biurrun 15674f12be cosmetics: Break overly long lines. 15 years ago
Justin Ruggles 0fa0fa296a 10l: update Makefile after rename 15 years ago
Justin Ruggles 47b47bbdaf Split up the AIFF muxer and demuxer into separate files. 15 years ago
Benjamin Larsson 61dc238b45 Hook up the MD studio demuxer and Atrac1 decoder. 15 years ago
Peter Ross 5f14b56593 Core Audio Format demuxer 15 years ago
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 15 years ago
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 15 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago
Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 15 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 15 years ago
Kostya Shishkov 9fd6b84360 RTMP protocol support (as a client) 15 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 15 years ago
Diego Biurrun 647c2356a6 Make (de)muxers for format variants select the main format (de)muxer. 15 years ago
Stefano Sabatini 38e54a75ab Make the configure script select the input/output devices using 15 years ago
Patrick Dehne d9982edfed The AAC demuxer now depends on id3v1.o. 15 years ago
Patrick Dehne 7541118286 Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. 16 years ago
Jai Menon 3dfadf7b1e Add additional dependencies for sdp and rtsp demuxers. 16 years ago
Daniel Verkamp cbfe5bee2e Implement SoX native format muxer and demuxer. 16 years ago
Kenan Gillet cdce0fb845 Add QCP demuxer. 16 years ago
Cyril Comparon 5f1ac36dd2 Per-stream language-tags extraction in asfdec. 16 years ago
Daniel Verkamp 7c7d3e09f6 Add 8088flex TMV file demuxer. 16 years ago
Ramiro Polla 9145021d68 Add raw MLP muxer. 16 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago
Martin Storsjö 9edfaf3c6c Add support for H.263 video in the RTP muxer 16 years ago
Olivier Guilyardi 80ff8a16f5 Implement JACK input device. 16 years ago
Måns Rullgård 33afad5451 Add $(ELIBS) to example/test app link command 16 years ago
Måns Rullgård bbba084b4f Make examples and test progs depend on libraries 16 years ago
Diego Biurrun bbbb885626 Fix timefilter test program build without previously building libavformat. 16 years ago
Diego Biurrun 43a0cb7ca2 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 16 years ago
Diego Biurrun 5b00e88bb2 Move output-example dependency declaration after subdir.mak include so that it is 16 years ago
Diego Biurrun d95a0c67ae Move output_example.c --> libavformat/output-example.c. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
Ronald S. Bultje 1a30d5415f Add RTP/ASF header parsing, which is part of the SDP of these streams. See 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Diego Biurrun fdf119062e Remove deprecated vhook subsystem. 16 years ago
Justin Ruggles 81f052cb7d Separate the raw FLAC demuxer from raw.c and put in a new file, 16 years ago
Aurelien Jacobs 17af052531 move static tables from asf.h to non-static tables in asf.c 16 years ago
Aurelien Jacobs 5e293c424d rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency 16 years ago