blob: 9eba4c116360f29d12b487e1e0a293cc9750c9ac [file] [log] [blame]
Benny Prijonoa4bf0212006-02-10 15:57:08 +00001/* $Id$ */
2/*
Nanang Izzuddina62ffc92011-05-05 06:14:19 +00003 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
Benny Prijono844653c2008-12-23 17:27:53 +00004 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
Benny Prijonoa4bf0212006-02-10 15:57:08 +00005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
Benny Prijono4381efe2006-03-16 14:24:26 +000020#ifndef __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
21#define __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
Benny Prijonoa4bf0212006-02-10 15:57:08 +000022
Benny Prijono1ec70b32006-06-20 15:39:07 +000023/**
24 * @file pjmedia-codec.h
25 * @brief Include all codecs API in PJMEDIA-CODEC
26 */
27
Benny Prijono35fc1eb2011-07-15 09:51:46 +000028#include <pjmedia-codec/audio_codecs.h>
Benny Prijonoa837c302006-04-27 22:36:40 +000029#include <pjmedia-codec/l16.h>
Benny Prijonoc45d9512010-12-10 11:04:30 +000030#include <pjmedia-codec/ffmpeg_codecs.h>
Benny Prijonoeb30bf52006-03-04 20:43:52 +000031#include <pjmedia-codec/gsm.h>
32#include <pjmedia-codec/speex.h>
Benny Prijono00cae612006-07-31 15:19:36 +000033#include <pjmedia-codec/ilbc.h>
Benny Prijono7ffd7752008-03-17 14:07:53 +000034#include <pjmedia-codec/g722.h>
Nanang Izzuddin57b88572009-04-01 12:05:34 +000035#include <pjmedia-codec/g7221.h>
Nanang Izzuddin493a8db2008-08-15 13:17:39 +000036#include <pjmedia-codec/ipp_codecs.h>
Nanang Izzuddin81db8c72009-02-05 10:59:14 +000037#include <pjmedia-codec/passthrough.h>
Sauw Minge7dbbc82011-10-24 09:28:13 +000038#include <pjmedia-codec/opencore_amrnb.h>
Benny Prijonoeb30bf52006-03-04 20:43:52 +000039
Benny Prijonoa4bf0212006-02-10 15:57:08 +000040
Benny Prijono4381efe2006-03-16 14:24:26 +000041#endif /* __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ */
Benny Prijonoa4bf0212006-02-10 15:57:08 +000042