|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| common/ | | 12-May-2024 | - | 15,005 | 12,637 |
| docs/ | | 12-May-2024 | - | 118,713 | 108,395 |
| ext/ | | 12-May-2024 | - | 17,699 | 13,765 |
| gst-libs/ | | 12-May-2024 | - | 1,842 | 1,579 |
| m4/ | | 12-May-2024 | - | 9,082 | 8,210 |
| pkgconfig/ | | 12-May-2024 | - | 639 | 539 |
| tests/ | | 12-May-2024 | - | 3,459 | 2,856 |
| AUTHORS | D | 12-May-2024 | 14 | 2 | 1 |
| BUILD.gn | D | 12-May-2024 | 2.1 KiB | 83 | 73 |
| COPYING | D | 12-May-2024 | 17.7 KiB | 340 | 281 |
| COPYING.LIB | D | 12-May-2024 | 24.7 KiB | | |
| ChangeLog | D | 12-May-2024 | 456.8 KiB | 13,413 | 9,751 |
| INSTALL | D | 12-May-2024 | 15.4 KiB | 369 | 287 |
| Makefile.am | D | 12-May-2024 | 1.3 KiB | 53 | 39 |
| Makefile.in | D | 12-May-2024 | 34 KiB | 1,078 | 947 |
| NEWS | D | 12-May-2024 | 80 KiB | 1,914 | 1,475 |
| README | D | 12-May-2024 | 669 | 18 | 13 |
| TODO | D | 12-May-2024 | 381 | 10 | 8 |
| aclocal.m4 | D | 12-May-2024 | 52.1 KiB | 1,433 | 1,301 |
| autogen.sh | D | 12-May-2024 | 3.1 KiB | 125 | 85 |
| compile | D | 12-May-2024 | 7.2 KiB | 349 | 259 |
| config.guess | D | 12-May-2024 | 43.2 KiB | 1,481 | 1,288 |
| config.h | D | 12-May-2024 | 5.5 KiB | 208 | 56 |
| config.h.in | D | 12-May-2024 | 4.7 KiB | 203 | 139 |
| config.sub | D | 12-May-2024 | 35.3 KiB | 1,802 | 1,661 |
| configure | D | 12-May-2024 | 606.8 KiB | 20,957 | 17,723 |
| configure.ac | D | 12-May-2024 | 15 KiB | 488 | 394 |
| depcomp | D | 12-May-2024 | 23 KiB | 792 | 502 |
| gst-libav.doap | D | 12-May-2024 | 25.4 KiB | 874 | 788 |
| install-sh | D | 12-May-2024 | 15 KiB | 519 | 337 |
| ltmain.sh | D | 12-May-2024 | 319.4 KiB | 11,250 | 8,044 |
| meson.build | D | 12-May-2024 | 6.1 KiB | 188 | 161 |
| meson_options.txt | D | 12-May-2024 | 267 | 6 | 5 |
| missing | D | 12-May-2024 | 6.7 KiB | 216 | 143 |
| test-driver | D | 12-May-2024 | 4.5 KiB | 149 | 87 |
README
1gst-ffmpeg
2
3This module contains a GStreamer plugin for FFmpeg, as well as an internal
4copy of the FFmpeg source code.
5
6PLUG-IN DEPENDENCIES AND LICENSES
7---------------------------------
8
9GStreamer is developed under the terms of the LGPL (see LICENSE file for
10details). Some of our plug-ins however rely on libraries which are available
11under other licenses. This means that if you are distributing an application
12which has a non-GPL compatible license (for instance a closed-source
13application) with GStreamer, you have to make sure not to distribute GPL-linked
14plug-ins.
15
16When using GPL-linked plug-ins, GStreamer is for all practical reasons
17under the GPL itself.
18