summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
Commit message (Expand)AuthorAgeFilesLines
* framebuffer device demuxerStefano Sabatini2011-03-281-0/+1
* sndio support for playback and recordBrad2011-03-271-0/+3
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+1
* Remove broken BeOS audio interface.Diego Biurrun2010-06-101-3/+0
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-181-1/+1
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-2/+4
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-0/+2
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-291-14/+14
* Implement JACK input device.Olivier Guilyardi2009-04-021-0/+1
* Add ALSA support in libavdevice.Nicolas George2009-01-261-0/+2
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-211-2/+2
* Use OBJS variable for all object filesMåns Rullgård2008-10-251-2/+2
* prettyprinting cosmeticsDiego Biurrun2008-05-081-6/+6
* non-recursive makefilesMåns Rullgård2008-04-071-2/+2
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-271-2/+2
* VFW capture supportRamiro Polla2008-03-081-0/+1
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-5/+1
* Link to libraries in dependency order.Víctor Paesa2008-01-121-2/+2
* Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni2007-11-231-0/+4
* Introduce libavdeviceLuca Abeni2007-11-221-0/+28