summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* license: Mention that vf_interlace is GPL, not LGPLDiego Biurrun2014-08-281-0/+1
|
* Add libx265 encoderDerek Buitenhuis2014-02-121-1/+1
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-141-1/+0
| | | | All copyright holders have agreed to the relicensing.
* LICENSE: Move (L)GPLv3 explanation block to a more suitable placeDiego Biurrun2013-02-271-5/+5
|
* doc: Clarify licensing issues arising from external librariesDiego Biurrun2012-08-121-13/+24
|
* LICENSE: Document all GPL filesDerek Buitenhuis2012-08-021-0/+8
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-021-2/+0
| | | | | | | | These functions are not faster than other mmx implementations on any hardware I have been able to test on, and they are horribly inaccurate. There is thus no reason to ever use them. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove libpostproc.Diego Biurrun2012-02-231-1/+0
| | | | | | | | This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
* Clarify licensing information about files borrowed from libjpeg.Diego Biurrun2012-02-211-2/+6
|
* cosmetics: fix dashed line length after 070c5d0Janne Grunau2011-03-281-1/+1
|
* partially rename FFmpeg to LibavJanne Grunau2011-03-161-10/+10
| | | | update mailing list references and irc channels in configure
* Remove h264 asm items off the GPL-only list. They are LGPL now.Ronald S. Bultje2010-09-101-2/+0
| | | | Originally committed as revision 25093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpx now has an (L)GPL-compatible license.Diego Biurrun2010-06-051-4/+0
| | | | Originally committed as revision 23482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a short note about libvpx.Diego Biurrun2010-05-311-0/+4
| | | | Originally committed as revision 23394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The GPL-licensed optimizations in libswscale have been replaced.Diego Biurrun2010-05-301-2/+0
| | | | Originally committed as revision 23387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which parts of libswscale remain GPL.Diego Biurrun2010-03-271-1/+2
| | | | Originally committed as revision 22697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-071-3/+3
| | | | | | libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libfaac no longer claims to be LGPL.Diego Biurrun2009-07-061-1/+0
| | | | Originally committed as revision 19353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-051-0/+5
| | | | Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-051-0/+5
| | | | Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move around one paragraph, add headings for greater clarity.Diego Biurrun2009-06-051-5/+12
| | | | Originally committed as revision 19115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1.Diego Biurrun2009-06-051-3/+3
| | | | | | | This is in preparation for the (L)GPL license upgrade code that will add version 3 of these licenses. Originally committed as revision 19114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-191-1/+0
| | | | | | in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about nonfree license of libfaac.Diego Biurrun2009-05-041-3/+4
| | | | Originally committed as revision 18735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-311-4/+0
| | | | | | patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec optimizations in libswscale are no longer GPL.Diego Biurrun2009-03-291-1/+1
| | | | Originally committed as revision 18215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: beomes --> becomesDiego Biurrun2009-03-251-1/+1
| | | | Originally committed as revision 18186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move licensing information into a separate file called LICENSE andDiego Biurrun2009-03-251-0/+37
rewrite it for greater clarity in the process. Originally committed as revision 18185 to svn://svn.ffmpeg.org/ffmpeg/trunk