Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * AC3 tables |
|
| 3 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
/** |
| 2 | 21 |
* @file ac3tab.h |
| 3 | 22 |
* tables taken directly from AC3 spec. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * Alpha optimized DSP utils |
|
| 3 |
+ * copyright (c) 2002 Falk Hueffner <falk@debian.org> |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
/* Some BSDs don't seem to have regdef.h... sigh */ |
| 2 | 21 |
#ifndef alpha_regdef_h |
| 3 | 22 |
#define alpha_regdef_h |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file apiexample.c |
| 3 | 21 |
* avcodec API use example. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * iWMMXt optimized DSP utils |
|
| 3 |
+ * copyright (c) 2004 AGAWA Koji |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
| 2 | 21 |
{
|
| 3 | 22 |
int stride = line_size; |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2004 AGAWA Koji |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#include "../dsputil.h" |
| 2 | 20 |
#include "../mpegvideo.h" |
| 3 | 21 |
#include "../avcodec.h" |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef AVCODEC_H |
| 2 | 20 |
#define AVCODEC_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file bitstream.h |
| 3 | 21 |
* bitstream api header. |
| ... | ... |
@@ -1,3 +1,20 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 1 | 18 |
|
| 2 | 19 |
#include "avcodec.h" |
| 3 | 20 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file dct-test.c |
| 3 | 21 |
* DCT test. (c) 2001 Fabrice Bellard. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * (c) 2002 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file fft-test.c |
| 3 | 21 |
* FFT and MDCT tests. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * copyright (c) 2004 Maarten Daniels |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
/** |
| 2 | 21 |
* @file h261data.h |
| 3 | 22 |
* H.261 tables. |
| ... | ... |
@@ -1,3 +1,24 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2000,2001 Fabrice Bellard |
|
| 3 |
+ * H263+ support |
|
| 4 |
+ * copyright (c) 2001 Juan J. Sierralta P. |
|
| 5 |
+ * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 6 |
+ * |
|
| 7 |
+ * This library is free software; you can redistribute it and/or |
|
| 8 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 9 |
+ * License as published by the Free Software Foundation; either |
|
| 10 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 11 |
+ * |
|
| 12 |
+ * This library is distributed in the hope that it will be useful, |
|
| 13 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 14 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 15 |
+ * Lesser General Public License for more details. |
|
| 16 |
+ * |
|
| 17 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 18 |
+ * License along with this library; if not, write to the Free Software |
|
| 19 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 20 |
+ */ |
|
| 21 |
+ |
|
| 1 | 22 |
/** |
| 2 | 23 |
* @file h263data.h |
| 3 | 24 |
* H.263 tables. |
| ... | ... |
@@ -1,5 +1,22 @@ |
| 1 |
-/* Cpu detection code, extracted from mmx.h ((c)1997-99 by H. Dietz |
|
| 2 |
- and R. Fisher). Converted to C and improved by Fabrice Bellard */ |
|
| 1 |
+/* |
|
| 2 |
+ * CPU detection code, extracted from mmx.h |
|
| 3 |
+ * (c)1997-99 by H. Dietz and R. Fisher |
|
| 4 |
+ * Converted to C and improved by Fabrice Bellard. |
|
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 19 |
+ */ |
|
| 3 | 20 |
|
| 4 | 21 |
#include <stdlib.h> |
| 5 | 22 |
#include "../dsputil.h" |
| ... | ... |
@@ -12,6 +12,20 @@ |
| 12 | 12 |
* Also of inspiration: |
| 13 | 13 |
* a page about fdct at http://www.geocities.com/ssavekar/dct.htm |
| 14 | 14 |
* Skal's fdct at http://skal.planet-d.net/coding/dct.html |
| 15 |
+ * |
|
| 16 |
+ * This library is free software; you can redistribute it and/or |
|
| 17 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 18 |
+ * License as published by the Free Software Foundation; either |
|
| 19 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 20 |
+ * |
|
| 21 |
+ * This library is distributed in the hope that it will be useful, |
|
| 22 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 23 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 24 |
+ * Lesser General Public License for more details. |
|
| 25 |
+ * |
|
| 26 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 27 |
+ * License along with this library; if not, write to the Free Software |
|
| 28 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 15 | 29 |
*/ |
| 16 | 30 |
#include "common.h" |
| 17 | 31 |
#include "../dsputil.h" |
| ... | ... |
@@ -1,6 +1,20 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* mmx.h |
| 3 | 3 |
* Copyright (C) 1997-2001 H. Dietz and R. Fisher |
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 4 | 18 |
*/ |
| 5 | 19 |
#ifndef AVCODEC_I386MMX_H |
| 6 | 20 |
#define AVCODEC_I386MMX_H |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * Indel Indeo 2 codec |
|
| 3 |
+ * copyright (c) 2005 Konstantin Shishkov |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#define IR2_CODES 143 |
| 2 | 21 |
static const uint16_t ir2_codes[IR2_CODES][2] = {
|
| 3 | 22 |
#ifdef ALT_BITSTREAM_READER_LE |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg |
|
| 3 |
+ * written, produced, and directed by Alan Smithee |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 1 | 19 |
|
| 2 | 20 |
static const uint32_t correction[] = {
|
| 3 | 21 |
0x00000000, 0x00000202, 0xfffffdfe, 0x000002ff, 0xfffffd01, 0xffffff03, 0x000000fd, 0x00000404, |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (C) 2006 Corey Hickey |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef INTERNAL_H |
| 2 | 20 |
#define INTERNAL_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * LZO 1x decompression |
|
| 3 |
+ * copyright (c) 2006 Reimar Doeffinger |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef _LZO_H |
| 2 | 21 |
#define LZO_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,4 +1,20 @@ |
| 1 |
-/* motion test. (c) 2001 Fabrice Bellard. */ |
|
| 1 |
+/* |
|
| 2 |
+ * (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 2 | 18 |
|
| 3 | 19 |
/** |
| 4 | 20 |
* @file motion_test.c |
| ... | ... |
@@ -1,3 +1,23 @@ |
| 1 |
+/* |
|
| 2 |
+ * MPEG1 codec / MPEG2 decoder |
|
| 3 |
+ * copyright (c) 2000,2001 Fabrice Bellard |
|
| 4 |
+ * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 19 |
+ */ |
|
| 20 |
+ |
|
| 1 | 21 |
/** |
| 2 | 22 |
* @file mpeg12data.h |
| 3 | 23 |
* MPEG1/2 tables. |
| ... | ... |
@@ -1,3 +1,23 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2000,2001 Fabrice Bellard |
|
| 3 |
+ * H263+ support |
|
| 4 |
+ * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 19 |
+ */ |
|
| 20 |
+ |
|
| 1 | 21 |
/** |
| 2 | 22 |
* @file mpeg4data.h |
| 3 | 23 |
* mpeg4 tables. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file mpegaudio.h |
| 3 | 21 |
* mpeg audio declarations for both encoder and decoder. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * MPEG Audio decoder |
|
| 3 |
+ * copyright (c) 2002 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
/** |
| 2 | 21 |
* @file mpegaudiodectab.h |
| 3 | 22 |
* mpeg audio layer decoder tables. |
| ... | ... |
@@ -1,3 +1,25 @@ |
| 1 |
+/* |
|
| 2 |
+ * MSMPEG4 backend for ffmpeg encoder and decoder |
|
| 3 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 4 |
+ * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
|
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 19 |
+ * |
|
| 20 |
+ * msmpeg4v1 & v2 stuff by Michael Niedermayer <michaelni@gmx.at> |
|
| 21 |
+ */ |
|
| 22 |
+ |
|
| 1 | 23 |
/** |
| 2 | 24 |
* @file msmpeg4data.h |
| 3 | 25 |
* MSMPEG4 data tables. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2002 Mark Hills <mark@pogo.org.uk> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file oggvorbis.c |
| 3 | 21 |
* Ogg Vorbis codec support via libvorbisenc. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * AVOptions |
|
| 3 |
+ * copyright (c) 2005 Michael Niedermayer <michaelni@gmx.at> |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef AVOPT_H |
| 2 | 21 |
#define AVOPT_H |
| 3 | 22 |
|
| ... | ... |
@@ -2,6 +2,20 @@ |
| 2 | 2 |
* gcc fixes for altivec. |
| 3 | 3 |
* Used to workaround broken gcc (FSF gcc-3 pre gcc-3.3) |
| 4 | 4 |
* and to stay somewhat compatible with Darwin. |
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 5 | 19 |
*/ |
| 6 | 20 |
|
| 7 | 21 |
#ifndef _GCC_FIXES_ |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2002 Leon van Stuivenberg |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef __mmi_H |
| 2 | 20 |
#define __mmi_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * RTJpeg decoding functions |
|
| 3 |
+ * copyright (c) 2006 Reimar Doeffinger |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef RTJPEG_H |
| 2 | 21 |
#define RTJPEG_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,7 +1,23 @@ |
| 1 | 1 |
/* |
| 2 |
- this is optimized for sh, which have post increment addressing (*p++) |
|
| 3 |
- some cpu may be index (p[n]) faster than post increment (*p++) |
|
| 4 |
-*/ |
|
| 2 |
+ * This is optimized for sh, which have post increment addressing (*p++). |
|
| 3 |
+ * Some CPU may be index (p[n]) faster than post increment (*p++). |
|
| 4 |
+ * |
|
| 5 |
+ * copyright (c) 2001-2003 BERO <bero@geocities.co.jp> |
|
| 6 |
+ * |
|
| 7 |
+ * This library is free software; you can redistribute it and/or |
|
| 8 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 9 |
+ * License as published by the Free Software Foundation; either |
|
| 10 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 11 |
+ * |
|
| 12 |
+ * This library is distributed in the hope that it will be useful, |
|
| 13 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 14 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 15 |
+ * Lesser General Public License for more details. |
|
| 16 |
+ * |
|
| 17 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 18 |
+ * License along with this library; if not, write to the Free Software |
|
| 19 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 20 |
+ */ |
|
| 5 | 21 |
|
| 6 | 22 |
#define LD(adr) *(uint32_t*)(adr) |
| 7 | 23 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (C) 2003 the ffmpeg project |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef SVQ1_VLC_H |
| 2 | 20 |
#define SVQ1_VLC_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (C) 2006 Luca Abeni |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef SWSCALE_EMU_H |
| 2 | 20 |
#define SWSCALE_EMU_H |
| 3 | 21 |
|
| ... | ... |
@@ -5,6 +5,20 @@ |
| 5 | 5 |
* distributed under the GNU GPL. It is redistributed with ffmpeg under the |
| 6 | 6 |
* GNU LGPL using the common understanding that data tables necessary for |
| 7 | 7 |
* decoding algorithms are not necessarily licensable. |
| 8 |
+ * |
|
| 9 |
+ * This library is free software; you can redistribute it and/or |
|
| 10 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 11 |
+ * License as published by the Free Software Foundation; either |
|
| 12 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 13 |
+ * |
|
| 14 |
+ * This library is distributed in the hope that it will be useful, |
|
| 15 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 17 |
+ * Lesser General Public License for more details. |
|
| 18 |
+ * |
|
| 19 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 20 |
+ * License along with this library; if not, write to the Free Software |
|
| 21 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 8 | 22 |
*/ |
| 9 | 23 |
#ifndef TRUEMOTION1DATA_H |
| 10 | 24 |
#define TRUEMOTION1DATA_H |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * DSP Group TrueSpeech compatible decoder |
|
| 3 |
+ * copyright (c) 2005 Konstantin Shishkov |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef __TRUESPEECH_DATA__ |
| 2 | 21 |
#define __TRUESPEECH_DATA__ |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * IBM Ultimotion Video Decoder |
|
| 3 |
+ * copyright (C) 2004 Konstantin Shishkov |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
static const unsigned char ulti_codebook[16384]={
|
| 2 | 21 |
0x00, 0x01, 0x01, 0x02, |
| 3 | 22 |
0x00, 0x01, 0x02, 0x03, |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * VC-1 and WMV3 decoder |
|
| 3 |
+ * copyright (c) 2006 Konstantin Shishkov |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#define AC_MODES 8 |
| 2 | 21 |
|
| 3 | 22 |
static const int vc1_ac_sizes[AC_MODES] = {
|
| ... | ... |
@@ -1,3 +1,23 @@ |
| 1 |
+/* |
|
| 2 |
+ * VC-1 and WMV3 decoder |
|
| 3 |
+ * copyright (c) 2006 Konstantin Shishkov |
|
| 4 |
+ * (c) 2005 anonymous, Alex Beregszaszi, Michael Niedermayer |
|
| 5 |
+ * |
|
| 6 |
+ * This library is free software; you can redistribute it and/or |
|
| 7 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 8 |
+ * License as published by the Free Software Foundation; either |
|
| 9 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 10 |
+ * |
|
| 11 |
+ * This library 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 GNU |
|
| 14 |
+ * Lesser General Public License for more details. |
|
| 15 |
+ * |
|
| 16 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 17 |
+ * License along with this library; if not, write to the Free Software |
|
| 18 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 19 |
+ */ |
|
| 20 |
+ |
|
| 1 | 21 |
/** |
| 2 | 22 |
* @file vc1data.h |
| 3 | 23 |
* VC-1 tables. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2005 Denes Balatoni ( dbalatoni programozo hu ) |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#define ALT_BITSTREAM_READER_LE |
| 2 | 20 |
#include "avcodec.h" |
| 3 | 21 |
#include "bitstream.h" |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (C) 2003 the ffmpeg project |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef VP3DATA_H |
| 2 | 20 |
#define VP3DATA_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * WMA compatible decoder |
|
| 3 |
+ * copyright (c) 2002 The FFmpeg Project |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
/** |
| 2 | 21 |
* @file wmadata.h |
| 3 | 22 |
* Various WMA tables. |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * Register all the formats and protocols. |
|
| 3 |
+ * copyright (c) 2000, 2001, 2002 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef ALLFORMATS_H |
| 2 | 21 |
#define ALLFORMATS_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef AVFORMAT_H |
| 2 | 20 |
#define AVFORMAT_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef FFMPEG_AVI_H |
| 2 | 20 |
#define FFMPEG_AVI_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * unbuffered io for ffmpeg system |
|
| 3 |
+ * copyright (c) 2001 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 1 | 19 |
#ifndef AVIO_H |
| 2 | 20 |
#define AVIO_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,20 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2002 Francois Revol |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 1 | 18 |
|
| 2 | 19 |
#include <stdlib.h> |
| 3 | 20 |
#include <strings.h> |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2002 Francois Revol |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef BARPA_INET_H |
| 2 | 20 |
#define BARPA_INET_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * video processing hooks |
|
| 3 |
+ * copyright (c) 2000, 2001 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef _FRAMEHOOK_H |
| 2 | 21 |
#define _FRAMEHOOK_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * GXF demuxer |
|
| 3 |
+ * copyright (c) 2006 Reimar Doeffinger |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef FFMPEG_GXF_H |
| 2 | 21 |
#define FFMPEG_GXF_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,24 @@ |
| 1 |
+/* |
|
| 2 |
+ * ISO Media common code |
|
| 3 |
+ * copyright (c) 2001 Fabrice Bellard. |
|
| 4 |
+ * copyright (c) 2002 Francois Revol <revol@free.fr> |
|
| 5 |
+ * copyright (c) 2006 Baptiste Coudurier <baptiste.coudurier@free.fr> |
|
| 6 |
+ * |
|
| 7 |
+ * This library is free software; you can redistribute it and/or |
|
| 8 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 9 |
+ * License as published by the Free Software Foundation; either |
|
| 10 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 11 |
+ * |
|
| 12 |
+ * This library is distributed in the hope that it will be useful, |
|
| 13 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 14 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 15 |
+ * Lesser General Public License for more details. |
|
| 16 |
+ * |
|
| 17 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 18 |
+ * License along with this library; if not, write to the Free Software |
|
| 19 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 20 |
+ */ |
|
| 21 |
+ |
|
| 1 | 22 |
#ifndef FFMPEG_ISOM_H |
| 2 | 23 |
#define FFMPEG_ISOM_H |
| 3 | 24 |
|
| ... | ... |
@@ -4,6 +4,20 @@ |
| 4 | 4 |
* |
| 5 | 5 |
* Uses libogg, but requires libvorbisenc to construct correct headers |
| 6 | 6 |
* when containing Vorbis stream -- currently the only format supported |
| 7 |
+ * |
|
| 8 |
+ * This library is free software; you can redistribute it and/or |
|
| 9 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 10 |
+ * License as published by the Free Software Foundation; either |
|
| 11 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 12 |
+ * |
|
| 13 |
+ * This library is distributed in the hope that it will be useful, |
|
| 14 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 15 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 16 |
+ * Lesser General Public License for more details. |
|
| 17 |
+ * |
|
| 18 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 19 |
+ * License along with this library; if not, write to the Free Software |
|
| 20 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 7 | 21 |
*/ |
| 8 | 22 |
|
| 9 | 23 |
#include <stdio.h> |
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * various utilities for ffmpeg system |
|
| 3 |
+ * copyright (c) 2000, 2001, 2002 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef _OS_SUPPORT_H |
| 2 | 21 |
#define _OS_SUPPORT_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,22 @@ |
| 1 |
+/* |
|
| 2 |
+ * RIFF codec tags |
|
| 3 |
+ * copyright (c) 2000 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 19 |
+ |
|
| 1 | 20 |
#ifndef FF_RIFF_H |
| 2 | 21 |
#define FF_RIFF_H |
| 3 | 22 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * RTSP definitions |
|
| 3 |
+ * copyright (c) 2002 Fabrice Bellard |
|
| 4 |
+ * |
|
| 5 |
+ * This library is free software; you can redistribute it and/or |
|
| 6 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 7 |
+ * License as published by the Free Software Foundation; either |
|
| 8 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 9 |
+ * |
|
| 10 |
+ * This library is distributed in the hope that it will be useful, |
|
| 11 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 12 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 13 |
+ * Lesser General Public License for more details. |
|
| 14 |
+ * |
|
| 15 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 16 |
+ * License along with this library; if not, write to the Free Software |
|
| 17 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 18 |
+ */ |
|
| 1 | 19 |
DEF(200, RTSP_STATUS_OK, "OK") |
| 2 | 20 |
DEF(405, RTSP_STATUS_METHOD, "Method Not Allowed") |
| 3 | 21 |
DEF(453, RTSP_STATUS_BANDWIDTH, "Not Enough Bandwidth") |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Mans Rullgard |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef ADLER32_H |
| 2 | 20 |
#define ADLER32_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef AVUTIL_H |
| 2 | 20 |
#define AVUTIL_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file bswap.h |
| 3 | 21 |
* byte swap. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file common.h |
| 3 | 21 |
* common internal and external api header. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#include "common.h" |
| 2 | 20 |
#include "crc.h" |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef CRC_H |
| 2 | 20 |
#define CRC_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
/** |
| 2 | 20 |
* @file internal.h |
| 3 | 21 |
* common internal api header. |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2005 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef INTFLOAT_READWRITE_H |
| 2 | 20 |
#define INTFLOAT_READWRITE_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef LOG_H |
| 2 | 20 |
#define LOG_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2005 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef MATHEMATICS_H |
| 2 | 20 |
#define MATHEMATICS_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef MD5_H |
| 2 | 20 |
#define MD5_H |
| 3 | 21 |
|
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#include <inttypes.h> |
| 2 | 20 |
#include <stdio.h> |
| 3 | 21 |
#include <assert.h> |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+/* |
|
| 2 |
+ * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
|
| 3 |
+ * |
|
| 4 |
+ * This library is free software; you can redistribute it and/or |
|
| 5 |
+ * modify it under the terms of the GNU Lesser General Public |
|
| 6 |
+ * License as published by the Free Software Foundation; either |
|
| 7 |
+ * version 2 of the License, or (at your option) any later version. |
|
| 8 |
+ * |
|
| 9 |
+ * This library is distributed in the hope that it will be useful, |
|
| 10 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 12 |
+ * Lesser General Public License for more details. |
|
| 13 |
+ * |
|
| 14 |
+ * You should have received a copy of the GNU Lesser General Public |
|
| 15 |
+ * License along with this library; if not, write to the Free Software |
|
| 16 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 17 |
+ */ |
|
| 18 |
+ |
|
| 1 | 19 |
#ifndef AVUTIL_X86CPU_H |
| 2 | 20 |
#define AVUTIL_X86CPU_H |
| 3 | 21 |
|