Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chrome.ffmpeg] add riscv64 for android #2

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
222 changes: 0 additions & 222 deletions CREDITS.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -129,160 +129,6 @@ incompatible with the GPLv2 and v3. To the best of our knowledge, they are
compatible with the LGPL.


********************************************************************************

libavcodec/arm/jrevdct_arm.S

C-like prototype :
void j_rev_dct_arm(DCTBLOCK data)

With DCTBLOCK being a pointer to an array of 64 'signed shorts'

Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox.org)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

********************************************************************************

libavcodec/arm/vp8dsp_armv6.S

VP8 ARMv6 optimisations

Copyright (c) 2010 Google Inc.
Copyright (c) 2010 Rob Clark <rob@ti.com>
Copyright (c) 2011 Mans Rullgard <mans@mansr.com>

This file is part of FFmpeg.

FFmpeg is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

FFmpeg is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with FFmpeg; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

This code was partially ported from libvpx, which uses this license:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

********************************************************************************

libavcodec/x86/xvididct.asm

XVID MPEG-4 VIDEO CODEC

Conversion from gcc syntax to x264asm syntax with modifications
by Christophe Gisquet <christophe.gisquet@gmail.com>

=========== SSE2 inverse discrete cosine transform ===========

Copyright(C) 2003 Pascal Massimino <skal@planet-d.net>

Conversion to gcc syntax with modifications
by Alexander Strange <astrange@ithinksw.com>

Originally from dct/x86_asm/fdct_sse2_skal.asm in Xvid.

Vertical pass is an implementation of the scheme:
Loeffler C., Ligtenberg A., and Moschytz C.S.:
Practical Fast 1D DCT Algorithm with Eleven Multiplications,
Proc. ICASSP 1989, 988-991.

Horizontal pass is a double 4x4 vector/matrix multiplication,
(see also Intel's Application Note 922:
http://developer.intel.com/vtune/cbts/strmsimd/922down.htm
Copyright (C) 1999 Intel Corporation)

More details at http://skal.planet-d.net/coding/dct.html

======= MMX and XMM forward discrete cosine transform =======

Copyright(C) 2001 Peter Ross <pross@xvid.org>

Originally provided by Intel at AP-922
http://developer.intel.com/vtune/cbts/strmsimd/922down.htm
(See more app notes at http://developer.intel.com/vtune/cbts/strmsimd/appnotes.htm)
but in a limited edition.
New macro implements a column part for precise iDCT
The routine precision now satisfies IEEE standard 1180-1990.

Copyright(C) 2000-2001 Peter Gubanov <peter@elecard.net.ru>
Rounding trick Copyright(C) 2000 Michel Lespinasse <walken@zoy.org>

http://www.elecard.com/peter/idct.html
http://www.linuxvideo.org/mpeg2dec/

These examples contain code fragments for first stage iDCT 8x8
(for rows) and first stage DCT 8x8 (for columns)

conversion to gcc syntax by Michael Niedermayer

======================================================================

This file is part of FFmpeg.

FFmpeg is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

FFmpeg is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with FFmpeg; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

********************************************************************************

libavformat/oggparsetheora.c
Expand Down Expand Up @@ -311,82 +157,14 @@ DEALINGS IN THE SOFTWARE.

********************************************************************************

libavutil/x86/x86inc.asm

x86inc.asm: x264asm abstraction layer

Copyright (C) 2005-2018 x264 project

Authors: Loren Merritt <lorenm@u.washington.edu>
Henrik Gramner <henrik@gramner.com>
Anton Mitrofanov <BugMaster@narod.ru>
Fiona Glaser <fiona@x264.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

********************************************************************************

libavcodec/jrevdct.c

This file is part of the Independent JPEG Group's software.

The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and
you, its user, assume the entire risk as to its quality and accuracy.

This software is copyright (C) 1994-1996, Thomas G. Lane.
All Rights Reserved except as specified below.

Permission is hereby granted to use, copy, modify, and distribute this
software (or portions thereof) for any purpose, without fee, subject to
these conditions:
(1) If any part of the source code for this software is distributed, then
this README file must be included, with this copyright and no-warranty
notice unaltered; and any additions, deletions, or changes to the original
files must be clearly indicated in accompanying documentation.
(2) If only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the work
of the Independent JPEG Group".
(3) Permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
NO LIABILITY for damages of any kind.

These conditions apply to any software derived from or based on the IJG
code, not just to the unmodified library. If you use our work, you ought
to acknowledge us.

Permission is NOT granted for the use of any IJG author's name or company
name in advertising or publicity relating to this software or products
derived from it. This software may be referred to only as "the Independent
JPEG Group's software".

We specifically permit and encourage the use of this software as the basis
of commercial products, provided that all warranty or liability claims are
assumed by the product vendor.

********************************************************************************

libavcodec/fft_fixed_32.c
libavcodec/fft_init_table.c
libavcodec/fft_table.h
libavcodec/mdct_fixed_32.c
libavcodec/mips/aacdec_mips.h
libavcodec/mips/aacsbr_mips.h
libavcodec/mips/amrwbdec_mips.h
libavcodec/mips/compute_antialias_fixed.h
libavcodec/mips/compute_antialias_float.h
libavcodec/mips/lsp_mips.h
libavutil/fixed_dsp.c
libavutil/fixed_dsp.h
libavutil/mips/libm_mips.h
Expand Down
Loading