summaryrefslogtreecommitdiffstats
path: root/libavdevice/bktr.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Revert removal of _NETBSD_SOURCE definition.Diego Biurrun2010-03-211-0/+1
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-121-6/+7
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-121-1/+0
* Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda2010-03-031-0/+2
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-221-1/+1
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-191-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger2008-12-131-0/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-241-2/+0
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-201-0/+2
* Introduce libavdeviceLuca Abeni2007-11-221-0/+320
OpenPOWER on IntegriCloud